gst-libs/gst/audio/gstaudioclock.*: Make gst_audio_clock_new use const gchar* to...
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: José Alburquerque <jaalburqu svn gnome org>
4
5         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_new):
6         * gst-libs/gst/audio/gstaudioclock.h:
7         Make gst_audio_clock_new use const gchar* to ease the wrapping of
8         C++ bindings. Fixes #566723.
9
10 2009-01-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
11
12         * configure.ac:
13         * pkgconfig/Makefile.am:
14         * pkgconfig/gstreamer-app-uninstalled.pc.in:
15         * pkgconfig/gstreamer-app.pc.in:
16         Add pkg-config files for libgstapp. Fixes bug #566761.
17
18 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
19
20         * gst-libs/gst/app/gstappsink.c:
21         * gst-libs/gst/app/gstappsink.h:
22         * gst-libs/gst/app/gstappsrc.c:
23         * gst-libs/gst/app/gstappsrc.h:
24           Make debug categories static. Use _element_class_set_details_simple().
25
26 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
27
28         * gst-libs/gst/app/gstappsink.c: (_GstAppSinkPrivate),
29           (gst_app_sink_class_init), (gst_app_sink_init),
30           (gst_app_sink_dispose), (gst_app_sink_finalize),
31           (gst_app_sink_unlock_start), (gst_app_sink_unlock_stop),
32           (gst_app_sink_flush_unlocked), (gst_app_sink_start),
33           (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
34           (gst_app_sink_render), (gst_app_sink_getcaps),
35           (gst_app_sink_set_caps), (gst_app_sink_get_caps),
36           (gst_app_sink_is_eos), (gst_app_sink_set_emit_signals),
37           (gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers),
38           (gst_app_sink_get_max_buffers), (gst_app_sink_set_drop),
39           (gst_app_sink_get_drop), (gst_app_sink_pull_preroll),
40           (gst_app_sink_pull_buffer):
41         * gst-libs/gst/app/gstappsink.h: (GstAppSinkPrivate), (_GstAppSink):
42         * gst-libs/gst/app/gstappsrc.c: (_GstAppSrcPrivate),
43           (gst_app_src_class_init), (gst_app_src_init),
44           (gst_app_src_flush_queued), (gst_app_src_dispose),
45           (gst_app_src_finalize), (gst_app_src_set_property),
46           (gst_app_src_get_property), (gst_app_src_unlock),
47           (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
48           (gst_app_src_is_seekable), (gst_app_src_check_get_range),
49           (gst_app_src_query), (gst_app_src_do_seek), (gst_app_src_create),
50           (gst_app_src_set_caps), (gst_app_src_get_caps),
51           (gst_app_src_set_size), (gst_app_src_get_size),
52           (gst_app_src_set_stream_type), (gst_app_src_get_stream_type),
53           (gst_app_src_set_max_bytes), (gst_app_src_get_max_bytes),
54           (gst_app_src_set_latencies), (gst_app_src_set_latency),
55           (gst_app_src_get_latency), (gst_app_src_push_buffer_full),
56           (gst_app_src_push_buffer_action), (gst_app_src_end_of_stream):
57         * gst-libs/gst/app/gstappsrc.h: (GstAppSrcPrivate):
58           Move private data into a private instance struct. Add padding to
59           instance and class structures exposed in public headers. Add
60           Since markers to the gtk-doc blurbs (#566750).
61
62 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
63
64         * tests/examples/app/appsrc_ex.c: (main):
65         Some comments.
66         When pulling a buffer we can get NULL when the element is EOS, don't try
67         to unref this NULL buffer.
68
69 2009-01-06  Jan Schmidt  <jan.schmidt@sun.com>
70
71         * gst-libs/gst/video/Makefile.am:
72         * gst-libs/gst/video/video.h:
73         Fix up build flags and include statement for the new generated
74         enumtypes files, to fix dist.
75
76 2009-01-05  Jan Schmidt  <jan.schmidt@sun.com>
77
78         * configure.ac:
79         * docs/libs/Makefile.am:
80         * docs/libs/gst-plugins-base-libs-docs.sgml:
81         * docs/libs/gst-plugins-base-libs-sections.txt:
82         * docs/plugins/Makefile.am:
83         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
84         * docs/plugins/gst-plugins-base-plugins-sections.txt:
85         * docs/plugins/gst-plugins-base-plugins.args:
86         * docs/plugins/gst-plugins-base-plugins.hierarchy:
87         * docs/plugins/gst-plugins-base-plugins.interfaces:
88         * docs/plugins/gst-plugins-base-plugins.prerequisites:
89         * docs/plugins/gst-plugins-base-plugins.signals:
90         * docs/plugins/inspect/plugin-app.xml:
91         * gst-libs/gst/Makefile.am:
92         * gst-libs/gst/app/gstappsink.c:
93         * gst-libs/gst/app/gstappsrc.c:
94         * tests/examples/Makefile.am:
95         * tests/examples/app/Makefile.am:
96
97         Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
98
99 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
100
101         * gst-libs/gst/audio/gstbaseaudiosink.c:
102         (gst_base_audio_sink_change_state):
103         Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
104         take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can do
105         this because the async_play method is deprecated and usually not called 
106         anymore.
107
108 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
109
110         * gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
111         Disconnect signal handlers before destroying a previous decodebin so
112         that we don't end up causing deadlocks. Fixes #566586.
113
114 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
115
116         * gst/audiotestsrc/gstaudiotestsrc.c:
117         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
118         (gst_audio_test_src_check_get_range),
119         (gst_audio_test_src_set_property),
120         (gst_audio_test_src_get_property):
121         * gst/audiotestsrc/gstaudiotestsrc.h:
122         Add property to control pull/push based scheduling.
123
124 2009-01-02  Alessandro Decina  <alessandro.d@gmail.com>
125
126         * configure.ac:
127         * tests/examples/seek/Makefile.am:
128         * tests/icles/Makefile.am:
129         Make the seek and colorkey examples depend on gtk+-x11 as they use
130         GDK_WINDOW_XID.
131         Fixes the build with gtk+-quartz.
132
133 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
134
135         * win32/common/libgstaudio.def:
136         * win32/common/libgsttag.def:
137         * win32/common/libgstvideo.def:
138         Add new exports to win32 files.
139
140 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
141
142         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
143         * gst-libs/gst/tag/gsttagdemux.h:
144         Add GType for GstTagDemuxResult enum.
145
146 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
147
148         * gst-libs/gst/video/Makefile.am:
149         * gst-libs/gst/video/video.h:
150         Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
151         This will help bindings to use it.
152
153 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
154
155         * gst-libs/gst/audio/Makefile.am:
156         * gst-libs/gst/audio/audio.c:
157         * gst-libs/gst/audio/multichannel.h:
158         * gst-libs/gst/audio/testchannels.c:
159         * win32/MANIFEST:
160         * win32/common/audio-enumtypes.c:
161         (gst_audio_channel_position_get_type),
162         (gst_ring_buffer_state_get_type),
163         (gst_ring_buffer_seg_state_get_type),
164         (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
165         * win32/common/audio-enumtypes.h:
166         * win32/common/multichannel-enumtypes.c:
167         * win32/common/multichannel-enumtypes.h:
168         * win32/vs6/grammar.dsp:
169         * win32/vs6/libgstaudio.dsp:
170         * win32/vs7/libgstaudio.vcproj:
171         * win32/vs8/libgstaudio.vcproj:
172         Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
173         audio- in order to wrap all enums declarations of that library.
174         This modification should not matter since that header file is not a
175         public header (it will be included by public headers).
176         Modify win32 crap^Wfiles accordingly.
177
178 2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
179
180         * gst-libs/gst/audio/gstbaseaudiosrc.h:
181         * gst-libs/gst/audio/gstbaseaudiosink.h:
182         Complete Sebastien's commit from the 13th by exporting the
183         _slave_method_get_type() methods.
184
185 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
186
187         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
188         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
189         (gst_gio_base_src_query):
190         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
191         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
192         (gst_gnome_vfs_src_query):
193         Implement URI query. Fixes bug #562949.
194
195 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
196
197         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
198         Add some debug info.
199
200         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
201         (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
202         (gst_play_sink_release_pad):
203         Add some more debug info.
204         Reconfigure the audio chain when we switch between raw and encoded audio
205         in gapless playback.
206
207 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
208
209         * gst-libs/gst/audio/gstbaseaudiosink.c:
210         (gst_base_audio_sink_setcaps):
211         Pause the write thread before deactivating and releasing the ringbuffer
212         to avoid a deadlock when we do gapless playback with different sample
213         rates in playbin2.  Fixes #564929.
214
215 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
216
217         * gst-libs/gst/audio/gstbaseaudiosrc.c:
218         Make GstAudioSrcSlaveMethod get_type() function non-static
219         as it's public now.
220
221         * win32/common/libgstaudio.def:
222         * win32/common/libgstnetbuffer.def:
223         Add some missing functions to the list of exported symbols.
224
225 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
226
227         Patch by: Andrew Feren <acferen at yahoo dot com>
228
229         * gst-libs/gst/netbuffer/gstnetbuffer.c:
230         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
231         (gst_netaddress_get_address_bytes),
232         (gst_netaddress_set_address_bytes):
233         * gst-libs/gst/netbuffer/gstnetbuffer.h:
234         Make gst_netaddress_get_ip4_address fail for v6 addresses.
235         Make gst_netaddress_get_ip6_address either fail or return the v4
236         address as a transitional v6 address.
237         Add two convenience functions:
238         API: gst_netaddress_get_address_bytes()
239         API: gst_netaddress_set_address_bytes()
240         Fixes #564896.
241
242 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
243
244         * gst/adder/Makefile.am:
245         * gst/adder/gstadder.c:
246           Cleanup variable names to make the adder-loop easier to understand.
247           Also try to use liboil to spee it up, but ifdef it out as it does not
248           make any change for me (Intel pentim M (sse,sse2) please try on other
249           systems).
250
251 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
252
253         * docs/plugins/Makefile.am:
254         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
255         * docs/plugins/gst-plugins-base-plugins-sections.txt:
256         * gst/tcp/gsttcpclientsink.c:
257         * gst/tcp/gsttcpclientsrc.c:
258         * gst/tcp/gsttcpserversrc.c:
259         Add minimal docs to make the remaining tcp elements show up.
260         Fixes #564139.
261
262 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
263
264         * win32/common/config.h:
265           Update to CVS version.
266
267         * win32/common/config.h.in:
268           Hardcode path to plugin install helper exe, just like we hardcode
269           the paths in core. Removes another source of VCS conflicts for
270           people hacking gst-plugins-base on systems with autotools.
271
272 2008-12-13  Edward Hervey  <bilboed@gmail.com>
273
274         * m4/Makefile.am:
275         And a couple more .m4 that don't exist anymore with gettext 0.17
276
277 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
278
279
280         * m4/Makefile.am:
281         inttypes.m4 hasn't been available since gettext-0.15, and since we now
282         require gettext >= 0.17 ... we can remove it from the list of files to
283         dist.
284
285 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
286
287         * gst-libs/gst/audio/gstbaseaudiosink.c:
288         (gst_base_audio_sink_slave_method_get_type),
289         (gst_base_audio_sink_class_init):
290         * gst-libs/gst/audio/gstbaseaudiosink.h:
291         * gst-libs/gst/audio/gstbaseaudiosrc.c:
292         (gst_base_audio_src_slave_method_get_type),
293         (gst_base_audio_src_class_init):
294         * gst-libs/gst/audio/gstbaseaudiosrc.h:
295         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
296         public API. This is needed for the C++ bindings to be able
297         to use this base classes. Fixes bug #564200, #564206.
298
299 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
300
301         * gst-libs/gst/cdda/gstcddabasesrc.c:
302         (gst_cdda_base_src_handle_event):
303         Remove erroneous gst_buffer_ref().
304         * tests/check/libs/rtp.c: (GST_START_TEST):
305         Don't forget to unref the buffer once you're done with it.
306
307 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
308
309         * gst/playback/gstplaybin.c:
310         * gst/playback/gstplaybin2.c:
311           XRef to GstXOverlay.
312
313 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
314
315         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
316         Free the factory array when finalizing.
317         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
318         Use a GstStaticPadTemplate since the src pad caps are fixed.
319
320 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
321
322         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
323         (gst_vorbis_enc_init):
324         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
325         pad templates.
326
327 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
328
329         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
330         (gst_riff_create_video_template_caps):
331         Add mapping for VP6 in avi/riff.
332
333 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
334
335         * gst/subparse/samiparse.c: (sami_context_push_state),
336         (sami_context_pop_state), (start_sami_element), (end_sami_element):
337         Some versions of libxml seem to be very picky as to strict formatting
338         of the input and never 'close' the final </body> tag.
339         In order to fix that bad behaviour, we trigger the flushing of
340         remaining data on both </body> and </sami>.
341         Fixes #557365
342
343 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
344
345         Patch by: Guillaume Emont <guillaume at fluendo dot com>
346
347         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
348         Add typefinders for MS Word files and OS X .DS_Store files to
349         prevent them to be recognized as MPEG files. Fixes bug #564098.
350
351 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
352
353         * gst/playback/gstplaysink.c: (gen_audio_chain),
354         (gst_play_sink_reconfigure):
355         Add some more debug info.
356         Fix linking of just an encoded sink.
357         Handle failure to create a sink chain more gracefully than crashing.
358
359 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
360
361         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
362         Pushing 10 buffers is enough to run the test.
363
364 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
365
366         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
367         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
368         (main):
369         Hook up the SKIP seek flag.
370
371 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
372
373         * gst/playback/gstplaybin2.c: (pad_added_cb):
374         Error out with a missing-plugin error when the input-selector was not
375         found.
376
377         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
378         Indentation.
379
380 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
381
382         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
383         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
384         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
385         (gst_play_sink_send_event), (gst_play_sink_change_state):
386         Use G_DEFINE_TYPE.
387         Try to set the selected sink to READY before using it. This will allow
388         for detection of incompatible formats sooner.
389         Don't cause a fatal error when conversion elements are missing but post
390         a missing-element message and a warning instead because things might
391         still link and run fine.
392         Simplyfy the construction of audio and video sink chains.
393
394 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
395
396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
397         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
398         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
399         init from glib.
400
401 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
402
403         Patch by: Luis Menina <liberforce at freeside dot fr>
404
405         * gst-libs/gst/floatcast/floatcast.h:
406         * gst/typefind/gsttypefindfunctions.c:
407         Include glib.h instead of a specific GLib header. Including single
408         GLib headers is deprecated. Fixes bug #563904.
409
410 2008-12-09  Julien Moutte  <julien@fluendo.com>
411
412         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
413         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
414
415 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
416
417         * gst-libs/gst/riff/riff-read.c:
418           Fix handling of odd chunks in riff metadata.
419
420 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
421
422         * gst/volume/gstvolume.c: (gst_volume_class_init),
423         (volume_before_transform), (volume_transform_ip):
424         Use new basetransform vmethod to reconfigure the dynamic properties and
425         any pending volume/mute changes. Fixes #563508.
426
427 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
428
429         * configure.ac:
430         First check for "theoraenc theoradec" and if that failed check
431         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
432         deprecate the latter. Also linking on Windows fails with just "theora"
433         and the version check would fail for the release candidates.
434         Fixes bug #563718.
435
436 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
437
438         * gst/playback/gstdecodebin.c:
439         * gst/playback/gstdecodebin2.c:
440           Add basic docs to decodebin and link to decodebin from decodebin2.
441           
442 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
443
444         Patch by: Olivier Crete  <tester at tester ca>
445
446         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
447         * gst-libs/gst/rtp/gstrtcpbuffer.h:
448         Implement gst_rtcp_packet_remove(). Fixes #563174.
449
450         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
451         Add unit test for some RTCP functions.
452
453 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
454
455         * configure.ac:
456         Apparently AC_CONFIG_MACRO_DIR breaks when using more
457         than one macro directory, reverting last change.
458
459 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
460
461         * configure.ac:
462         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
463         our M4 macros.
464
465 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
466
467         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
469         Clear all flags on buffers returned from the image pool.
470         Fixes #563143
471
472 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
473
474         Patch by: Cygwin Ports maintainer
475                   <yselkowitz at users dot sourceforge dot net>
476
477         * autogen.sh:
478         * configure.ac:
479         Require gettext 0.17 because older versions don't mix with libtool
480         2.2. At build time an older gettext version will still work.
481         Fixes bug #556091.
482
483 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
484
485         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
486
487 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
488
489         * docs/plugins/gst-plugins-base-plugins.args:
490         * docs/plugins/gst-plugins-base-plugins.hierarchy:
491         * docs/plugins/gst-plugins-base-plugins.interfaces:
492         * docs/plugins/gst-plugins-base-plugins.prerequisites:
493         * docs/plugins/inspect/plugin-videorate.xml:
494         * gst/speexresample/gstspeexresample.c:
495         Update documentation of speexresample for the new element name.
496
497 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
498
499         * gst/speexresample/README:
500         Update README with the latest diff between the Speex resampler
501         and our copy.
502
503 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
504
505         * gst/speexresample/gstspeexresample.c: (plugin_init):
506         Update the debug category from speex_resample to audioresample.
507
508 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
509
510         * gst/audioresample/Makefile.am:
511         * gst/audioresample/buffer.c:
512         * gst/audioresample/buffer.h:
513         * gst/audioresample/debug.c:
514         * gst/audioresample/debug.h:
515         * gst/audioresample/functable.c:
516         * gst/audioresample/functable.h:
517         * gst/audioresample/gstaudioresample.c:
518         * gst/audioresample/gstaudioresample.h:
519         * gst/audioresample/resample.c:
520         * gst/audioresample/resample.h:
521         * gst/audioresample/resample_chunk.c:
522         * gst/audioresample/resample_functable.c:
523         * gst/audioresample/resample_ref.c:
524         * tests/check/elements/audioresample.c:
525         Remove audioresample files.
526
527 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
528
529         * docs/plugins/inspect/plugin-audioresample.xml:
530         Regenerated for library filename change.
531
532 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
533
534         * configure.ac:
535         * docs/plugins/Makefile.am:
536         * docs/plugins/gst-plugins-base-plugins-sections.txt:
537         * docs/plugins/gst-plugins-base-plugins.args:
538         * docs/plugins/gst-plugins-base-plugins.hierarchy:
539         * docs/plugins/gst-plugins-base-plugins.interfaces:
540         * docs/plugins/gst-plugins-base-plugins.prerequisites:
541         * docs/plugins/inspect/plugin-adder.xml:
542         * docs/plugins/inspect/plugin-alsa.xml:
543         * docs/plugins/inspect/plugin-audioconvert.xml:
544         * docs/plugins/inspect/plugin-audiorate.xml:
545         * docs/plugins/inspect/plugin-audioresample.xml:
546         * docs/plugins/inspect/plugin-audiotestsrc.xml:
547         * docs/plugins/inspect/plugin-cdparanoia.xml:
548         * docs/plugins/inspect/plugin-decodebin.xml:
549         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
550         * docs/plugins/inspect/plugin-gdp.xml:
551         * docs/plugins/inspect/plugin-gio.xml:
552         * docs/plugins/inspect/plugin-gnomevfs.xml:
553         * docs/plugins/inspect/plugin-libvisual.xml:
554         * docs/plugins/inspect/plugin-ogg.xml:
555         * docs/plugins/inspect/plugin-pango.xml:
556         * docs/plugins/inspect/plugin-playback.xml:
557         * docs/plugins/inspect/plugin-queue2.xml:
558         * docs/plugins/inspect/plugin-subparse.xml:
559         * docs/plugins/inspect/plugin-tcp.xml:
560         * docs/plugins/inspect/plugin-theora.xml:
561         * docs/plugins/inspect/plugin-typefindfunctions.xml:
562         * docs/plugins/inspect/plugin-uridecodebin.xml:
563         * docs/plugins/inspect/plugin-video4linux.xml:
564         * docs/plugins/inspect/plugin-videorate.xml:
565         * docs/plugins/inspect/plugin-videoscale.xml:
566         * docs/plugins/inspect/plugin-videotestsrc.xml:
567         * docs/plugins/inspect/plugin-volume.xml:
568         * docs/plugins/inspect/plugin-vorbis.xml:
569         * docs/plugins/inspect/plugin-ximagesink.xml:
570         * docs/plugins/inspect/plugin-xvimagesink.xml:
571         * gst/speexresample/gstspeexresample.c: (plugin_init):
572         * gst/speexresample/Makefile.am:
573         * tests/check/Makefile.am:
574         * tests/check/elements/speexresample.c: (setup_speexresample),
575         (GST_START_TEST), (test_pipeline):
576         Rename the moved speexresample to audioresample, integrate into the
577         build system and remove the old audioresample from the build system.
578         Fixes bug #558124, #385061, #346218, #116051.
579
580 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
581
582         * gst-libs/gst/audio/gstbaseaudiosrc.c:
583         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
584         Avoid nasty int overflows after about 12 hours and 25 minutes when these
585         code paths are triggered. 
586         A free beer to Håvard Graff for finding this!
587
588 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
589
590         Patch by: 이문형 <iwings at gmail dot com>
591
592         * gst-libs/gst/rtsp/gstrtspconnection.c:
593         (gst_rtsp_connection_connect):
594         A successful gst_poll_wait() doesn't always mean successful connect() on
595         Windows.  We should check errors by calling gst_poll_fd_has_error().
596         See #561924.
597
598 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
599
600         * gst-libs/gst/rtp/gstrtcpbuffer.c:
601         Fix typo in the docs.
602
603 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
604
605         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
606         If no stream was found before receiving EOS, post an error message.
607         Fixes #561924.
608
609 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
610
611         * ext/theora/gsttheoraenc.h:
612         * ext/theora/theoraenc.c: (gst_theora_enc_init),
613         (theora_buffer_from_packet), (theora_push_packet),
614         (theora_enc_sink_event), (theora_enc_is_discontinuous),
615         (theora_enc_chain):
616         Parse segment events.
617         Pass incomming buffer timestamps to outgoing buffers.
618         Use the running_time to construct the granulepos.
619         Fixes #562163.
620
621 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
622
623         * gst/playback/gstplaybin2.c: (activate_group):
624         Fix buffer-duration property.
625
626 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
627
628         * gst-libs/gst/audio/gstbaseaudiosink.c:
629         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
630         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
631         (gst_base_audio_sink_change_state):
632         Really fix audiosink drain handling by keeping track of the running_time
633         of the last sample.
634
635 2008-11-24  Michael Smith <msmith@songbirdnest.com>
636
637         * gst/playback/gstplaybin2.c:
638           Add notification of current stream. Add ability to configure buffer
639           sizes.
640         * gst/playback/gsturidecodebin.c:
641           Add ability to configure buffer sizes for streaming mode.
642           Bug #561734.
643
644 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
645
646         * gst-libs/gst/audio/gstbaseaudiosink.c:
647           Time is already in running_time. Remove base_time handling. Fixes
648           audiosinks not draining and thus chopping some audio in the end.
649
650 2008-11-24  David Schleef  <ds@schleef.org>
651
652         * ext/ogg/gstoggmux.c:
653         * ext/ogg/gstoggmux.h:
654           If we're muxing a dirac stream, flush the page after every picture.
655
656 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
657
658         * gst-libs/gst/audio/gstbaseaudiosink.c:
659           Add one log message to check for audio_drained. Sync one log message
660           with the condition. Send EOS after draining audio in pull mode.
661
662 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
663
664         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
665         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
666         Use gst_buffer_try_new_and_alloc() and fail properly if the
667         allocation failed. This prevents abort() if downstream elements
668         request an insane amount of memory.
669
670 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
671
672         * gst/volume/gstvolume.c: (volume_choose_func),
673         (volume_update_volume), (gst_volume_set_volume),
674         (gst_volume_get_volume), (gst_volume_set_mute),
675         (gst_volume_class_init), (gst_volume_init),
676         (volume_process_double), (volume_process_float),
677         (volume_process_int32), (volume_process_int32_clamp),
678         (volume_process_int24), (volume_process_int24_clamp),
679         (volume_process_int16), (volume_process_int16_clamp),
680         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
681         (volume_transform_ip), (volume_set_property),
682         (volume_get_property):
683         * gst/volume/gstvolume.h:
684         Cleanup volume, define and use default values.
685         Recalculate new volume and mute setup before processing. Fixes #561789.
686
687         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
688         Add controller unit test. Patch by: Jonathan Matthew
689         Fix bogus test that messed with basetransform's internal state.
690
691 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
692
693         * gst/videorate/gstvideorate.c:
694         Add jpeg and png image media types to the caps. Fixes #561436.
695
696 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
697
698         * gst/playback/gstplaysink.c: (gen_audio_chain):
699         Don't post an error when we can't configure the volume but post a
700         warning instead. Fixes #561780.
701
702 2008-11-21  David Schleef  <ds@schleef.org>
703
704         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
705
706         * gst/videotestsrc/gstvideotestsrc.c:
707         * gst/videotestsrc/gstvideotestsrc.h:
708         * gst/videotestsrc/videotestsrc.c:
709         * gst/videotestsrc/videotestsrc.h:
710           Add a zone plate pattern generator based on BBC R&D Report
711           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
712           kx2=20 ky2=20 kt=1'.
713
714 2008-11-20  Michael Smith <msmith@songbirdnest.com>
715
716         * gst/playback/gstdecodebin2.c:
717           Fix random fat-fingering making this not compile.
718
719 2008-11-20  Michael Smith <msmith@songbirdnest.com>
720
721         * gst/playback/gstdecodebin2.c:
722           If the top-level type of the stream is plain text, don't try to decode
723           it, matching behaviour of decodebin.
724         * gst/playback/gstplaysink.c:
725           If we fail to generate a text chain (e.g. due to missing optional
726           plugins), don't crash.
727
728 2008-11-20  Michael Smith <msmith@songbirdnest.com>
729
730         * gst-libs/gst/rtsp/gstrtspdefs.c:
731           Fix win32 build. Oops.
732
733 2008-11-20  Michael Smith <msmith@songbirdnest.com>
734
735         * gst-libs/gst/rtsp/gstrtspdefs.c:
736           Use WSAGetLastError() rather than errno/h_errno on win32.
737
738 2008-11-20  Michael Smith <msmith@songbirdnest.com>
739
740         * gst-libs/gst/riff/riff-media.c:
741           Support WMA Lossless properly.
742
743 2008-11-18  David Schleef  <ds@schleef.org>
744
745         * gst/videotestsrc/gstvideotestsrc.c:
746         * gst/videotestsrc/gstvideotestsrc.h:
747         * gst/videotestsrc/videotestsrc.c:
748         * gst/videotestsrc/videotestsrc.h:
749           Add "colorspec" property, specifying whether to generate BT.601
750           or BT.709 video.  This only affects YCbCr values, not RGB, since
751           if you're generating a 709 test pattern, presumably you want
752           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
753           uses 75% colors instead of 100%, since this is often more useful
754           for testing (and also follows the SMPTE EG-1 guideline).
755
756 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
757
758         * gst/playback/gstdecodebin.c:
759         Add a "sink-caps" property to decodebin like it's done for decodebin2.
760         Fixes #560380.
761
762 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
763
764         * gst/audioresample/gstaudioresample.c:
765         Guard against a NULL dereference I somehow encountered -
766         with a FLUSH_STOP arriving either before basetransform _start(),
767         or after _stop().
768
769         * gst/typefind/gsttypefindfunctions.c:
770         Make sure we never jump backwards when typefinding corrupt mov files.
771
772 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
773
774         * gst-libs/gst/interfaces/propertyprobe.c:
775         Fix random type causing a docs warning.
776
777 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
778
779         * sys/v4l/gstv4l.c:
780           Give it a minimal rank for autovideosrc.
781
782 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
783
784         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
785         (plugin_init):
786         Improve typefinding of ISO JPEG2000 mime types.
787
788 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
789
790         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
791         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
792         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
793         * sys/xvimage/xvimagesink.h:
794         Avoid typechecking when we do trivial casts.
795         Move error handling out of the main program flow.
796         Sneak in the display-region caps property, not completely correct yet.
797         Cache the width/height in buffer_alloc instead of parsing it from the
798         caps all the time.
799
800 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
801
802         * gst/playback/gstplaybin2.c: (deactivate_group):
803         don't try to unlink the selector sinkpad when we don't have it yet. This
804         can happen if an error occured before the group was complete.
805
806 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
807
808         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
809         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
810         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
811         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
812         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
813         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
814         (gst_rtp_buffer_get_extension_data),
815         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
816         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
817         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
818         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
819         (gst_rtp_buffer_get_payload_type),
820         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
821         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
822         (gst_rtp_buffer_set_timestamp),
823         (gst_rtp_buffer_get_payload_subbuffer),
824         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
825         Avoid expensive type checks we already did as part of the 
826         _validate() function that should be called first.
827
828 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
829
830         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
831         (gst_base_rtp_depayload_push_full),
832         (gst_base_rtp_depayload_set_gst_timestamp):
833         Fix some cases where a newsegment event was not sent.
834
835 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
836
837         * gst/playback/gstplaybin2.c: (activate_group):
838         Catch state change errors and stop from the uridecodebin elements
839         instead of trying to continue in vain.
840
841 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
842
843         * gst-libs/gst/audio/gstbaseaudiosink.c:
844         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
845         (gst_base_audio_sink_callback):
846         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
847         for the latency to expire, fixes #559567.
848
849 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
850
851         * gst/adder/gstadder.c:
852           Change author string after seeing output of gst-inspector.
853
854 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
855
856         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
857         Don't try to do crazy things when we only have a text pad without a
858         video pad. Fixes #559478.
859
860 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
861
862         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
863         Fix case where we don't have a range for the rates or channels as is the
864         case with truespeech.
865
866 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
867
868         * gst/volume/gstvolume.c: (volume_update_real_volume),
869         (gst_volume_set_volume), (gst_volume_get_volume),
870         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
871         (volume_transform_ip), (volume_update_mute),
872         (volume_update_volume), (volume_get_property):
873         * gst/volume/gstvolume.h:
874         Keep negotiated state in a separate variable.
875         Protect the volume and mute properties with the object lock.
876         Protect modifying the transform with the transform lock.
877
878 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
879
880         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
881         (gst_ffmpeg_pixfmt_to_caps):
882         Only convert caps to string when debug is enabled.
883
884 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
885
886         * ext/theora/gsttheoradec.h:
887         * ext/theora/theoradec.c: (gst_theora_dec_init),
888         (gst_theora_dec_reset), (theora_dec_src_event),
889         (theora_dec_sink_event), (theora_handle_type_packet):
890         Copy seqnum.
891         Keep events in a pending list, like vorbisdec, instead of trying
892         to construct a segment event ourselves.
893
894         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
895         (vorbis_dec_src_event), (vorbis_dec_sink_event):
896         * ext/vorbis/vorbisdec.h:
897         Copy seqnum.
898
899 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
900
901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
902         (gst_ogg_demux_deactivate_current_chain),
903         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
904         (gst_ogg_demux_loop):
905         * ext/ogg/gstoggdemux.h:
906         Copy seqnums around to track playback segments and messages.
907
908 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
909
910         Based on patch by: Matthias Kretz <kretz at kde dot org>
911
912         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
913         (gst_alsasink_prepare), (gst_alsasink_unprepare),
914         (gst_alsasink_write):
915         Make all access non-blocking so that we can better handle unplugging
916         of usb devices. Fixes #559111
917
918 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
919
920         Patch by: Damien Lespiau  <damien.lespiau gmail com>
921
922         * gst-libs/gst/rtsp/gstrtspconnection.c:
923         (gst_rtsp_connection_write):
924         Make the next call to poll not depend on previous calls to poll with or
925         without reading from the active descriptor. Fixes #544293.
926
927 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
928
929         Patch by: Nick Haddad <nick at haddads dot net>
930
931         * gst-libs/gst/riff/riff-ids.h:
932         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
933         Add support for other fourcc codes that are commonly used for
934         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
935         Fixes #558553.
936
937 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
938
939         * gst/audioresample/gstaudioresample.c:
940           Return the result of parent_class->event().
941
942 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
943
944         * gst/audioresample/gstaudioresample.c:
945         (gst_audioresample_class_init), (audioresample_fixate_caps):
946         Fixate the rate to the nearest supported rate instead of
947         the first one. Fixes bug #549510.
948
949 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
950
951         * win32/common/libgstaudio.def:
952         Add new symbols.
953
954 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
955
956         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
957         Attempt to make obfuscated code clearer.
958
959 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
960
961         * docs/libs/gst-plugins-base-libs-sections.txt:
962         * gst-libs/gst/floatcast/floatcast.h:
963         Move float endianness conversion macros to core. Second part of
964         bug ##555196.
965
966 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
967
968         * sys/ximage/ximagesink.h:
969         * sys/xvimage/xvimagesink.h:
970           Don't mark as gtk-doc docs as they aren't public.
971
972 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
973
974         * sys/xvimage/xvimagesink.c:
975         * sys/xvimage/xvimagesink.h:
976         * tests/icles/Makefile.am:
977         * tests/icles/test-colorkey.c:
978           Allow setting colorkey if possible. Implement property probe interface
979           for optional X features (autopaint-colorkey, double-buffer and
980           colorkey). Fixes #554533
981
982 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
983
984         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
985         Remove useless buffer size assignment. It already has this value.
986
987 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
988
989         * gst-libs/gst/audio/gstaudiosink.c:
990         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
991         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
992         (gst_audioringbuffer_stop):
993         Implement a separate activate functions to start monitoring the segments
994         or, in pull mode, pulling in data.
995
996         * gst-libs/gst/audio/gstbaseaudiosink.c:
997         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
998         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
999         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
1000         (gst_base_audio_sink_activate_pull),
1001         (gst_base_audio_sink_async_play),
1002         (gst_base_audio_sink_change_state):
1003         Implement pad and element convert query function.
1004         Activate the ringbuffer.
1005         Use the segment last_stop value as the offset to pull.
1006         Use new basesink _do_preroll() method to preroll in the pulling thread.
1007         Take appropriate locking in the pulling thread.
1008
1009         * gst-libs/gst/audio/gstringbuffer.h:
1010         Update some docs.
1011
1012 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1013
1014         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
1015         Improve MXF typefinding a bit by searching for a header partition
1016         pack instead of just a general partition pack and checking more
1017         bytes for valid values.
1018
1019 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1020
1021         * tests/icles/.cvsignore:
1022         update ignore file.
1023
1024         * tests/icles/Makefile.am:
1025         * tests/icles/test-box.c: (make_pipeline), (main):
1026         Add another interactive command line experimentation suite for
1027         dynamically boxing/cropping/saling an input video.
1028
1029 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1030
1031         * docs/libs/gst-plugins-base-libs-sections.txt:
1032         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
1033         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
1034         * gst-libs/gst/audio/gstringbuffer.h:
1035         Add methods to more accuratly control the pulling thread of a
1036         ringbuffer.
1037         Add format conversion helper code to the ringbuffer.
1038         API: GstRingBuffer:gst_ring_buffer_activate()
1039         API: GstRingBuffer:gst_ring_buffer_is_active()
1040         API: GstRingBuffer:gst_ring_buffer_convert()
1041
1042 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1043
1044         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1045         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1046         (gst_audioringbuffer_stop):
1047         Signal thread startup earlier so that we can immediatly go into pull
1048         mode when we have to and block on preroll.
1049
1050 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1051
1052         * gst-libs/gst/audio/gstringbuffer.c:
1053         (gst_ring_buffer_prepare_read):
1054         In pull mode we want the callback to prepull a buffer we can preroll on
1055         even when we are not yet playing.
1056
1057 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
1058
1059         * ext/alsa/Makefile.am:
1060         * ext/cdparanoia/Makefile.am:
1061         * ext/gio/Makefile.am:
1062         * ext/gnomevfs/Makefile.am:
1063         * ext/libvisual/Makefile.am:
1064         * ext/ogg/Makefile.am:
1065         * ext/pango/Makefile.am:
1066         * ext/theora/Makefile.am:
1067         * ext/vorbis/Makefile.am:
1068         * gst/adder/Makefile.am:
1069         * gst/audioconvert/Makefile.am:
1070         * gst/audiorate/Makefile.am:
1071         * gst/audioresample/Makefile.am:
1072         * gst/audiotestsrc/Makefile.am:
1073         * gst/ffmpegcolorspace/Makefile.am:
1074         * gst/gdp/Makefile.am:
1075         * gst/playback/Makefile.am:
1076         * gst/subparse/Makefile.am:
1077         * gst/tcp/Makefile.am:
1078         * gst/typefind/Makefile.am:
1079         * gst/videorate/Makefile.am:
1080         * gst/videoscale/Makefile.am:
1081         * gst/videotestsrc/Makefile.am:
1082         * gst/volume/Makefile.am:
1083         * sys/v4l/Makefile.am:
1084         * sys/ximage/Makefile.am:
1085         * sys/xvimage/Makefile.am:
1086           Don't install static libs for plugins. Fixes #550851 for base.
1087
1088 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1089
1090         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
1091         Set the default blocksize to -1 because we will then use the configured
1092         samplesperbuffer to create our output buffer.
1093
1094 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1095
1096         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1097         (gst_riff_create_video_template_caps):
1098         Add mappping for the KMVC (Karl Morton's Video) Codec.
1099
1100 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1101
1102         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1103         Don't forget to advance the offset of what we're matching against, else
1104         we end up in a forever loop.
1105
1106 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
1107
1108         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1109         Improve typefinding a bit. If we don't have a Unicode charset
1110         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
1111
1112 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1113
1114         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1115         Fix build on macosx.
1116
1117 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1118
1119         Based on patch by: Robin Stocker <robin at nibor dot org>
1120
1121         * ext/theora/gsttheoradec.h:
1122         * ext/theora/theoradec.c: (gst_theora_dec_init),
1123         (theora_dec_setcaps), (theora_handle_type_packet),
1124         (theora_dec_decode_buffer), (theora_dec_change_state):
1125         Parse input caps and make the PAR override the encoded PAR when
1126         specified by a container. Fixes #555699.
1127
1128 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1129
1130         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1131         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1132         (gst_base_rtp_depayload_set_gst_timestamp),
1133         (gst_base_rtp_depayload_change_state):
1134         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1135         Add some more G_LIKELY
1136         Fail when the setcaps function was not called.
1137
1138         * gst-libs/gst/rtp/gstbasertppayload.c:
1139         (gst_basertppayload_set_outcaps):
1140         Propagate return value of setcaps.
1141
1142 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1143
1144         * gst/subparse/Makefile.am:
1145         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1146         (gst_sub_parse_class_init), (gst_sub_parse_init),
1147         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1148         (get_next_line), (gst_sub_parse_data_format_autodetect),
1149         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1150         (gst_subparse_type_find):
1151         * gst/subparse/gstsubparse.h:
1152         Add support for UTF16/UTF32 subtitles as long as the first bytes of
1153         the first buffer contain the BOM. This also adds support for other
1154         encodings that allow NUL bytes via the encoding property.
1155         Fixes bugs #552237 and #456788.
1156
1157 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1158
1159         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1160         Don't drop the last byte of image tags if they're not an URI list.
1161         Fixes bug #556066.
1162
1163 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1164
1165         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1166         For looking at the 4th byte we have to get 4 bytes of course
1167         and not 3.
1168
1169 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1170
1171         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1172         Improve FLAC-without-headers typefinding by looking at most of the
1173         frame header and checking if invalid values are used. Should prevent
1174         quite some false positives compared to the old version which only
1175         check if the first 14 bits are set.
1176
1177 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
1178
1179         * sys/xvimage/xvimagesink.c:
1180           Don't assert on caps==NULL.
1181
1182 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1183
1184         * gst/subparse/gstsubparse.c:
1185         (gst_sub_parse_data_format_autodetect), (handle_buffer),
1186         (gst_sub_parse_change_state):
1187         * gst/subparse/gstsubparse.h:
1188         * tests/check/elements/subparse.c: (GST_START_TEST):
1189         Add support for subtitle files with UTF-8 BOM at the beginning
1190         by simple stripping it from the first line before passing it
1191         to any parsing code. Fixes bug #555257 and playback of files
1192         created by Gnome Subtitles.
1193
1194 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1195
1196         * gst/audiotestsrc/gstaudiotestsrc.c:
1197         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1198         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1199         (gst_audio_test_src_start), (gst_audio_test_src_stop),
1200         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1201         (gst_audio_test_src_create):
1202         * gst/audiotestsrc/gstaudiotestsrc.h:
1203         Define the default property values in the usual place.
1204         Implement start/stop to reset values correctly.
1205         Calculate the sample size only once when we negotiate.
1206         Rename some values to make more sense.
1207         Keep track of our byte range.
1208         Add support for pull based scheduling. Disabled for now until we have
1209         the whole stack working.
1210         Set the BUFFER_OFFSET correctly.
1211
1212 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1213
1214         Based on a patch by: xavierb at gmail dot com
1215
1216         * gst/subparse/gstsubparse.c:
1217         (gst_sub_parse_data_format_autodetect):
1218         * tests/check/elements/subparse.c: (GST_START_TEST):
1219         Make the detection of the used subtitle a bit less strict
1220         for srt subtitles. Fixes bug #555607.
1221
1222 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1223
1224         * ext/vorbis/vorbisenc.c:
1225         (gst_vorbis_enc_buffer_check_discontinuous):
1226         Fix discontinuity detection which was broken by last commit.
1227
1228 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1229
1230         * configure.ac::
1231           Require core CVS for ghostpad API additions used by decodebin2.
1232
1233 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1234
1235         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1236         (gst_base_audio_src_create):
1237         Fix debug statements (space between '%' and actual format).
1238
1239 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1240
1241         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1242         Remove bogus assert, the decodepad could have been created inside an
1243         already existing group.
1244
1245 2008-10-08  Andy Wingo  <wingo@pobox.com>
1246
1247         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1248         target instead of setting it.
1249         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1250         API for a decode pad. The bugfix is that we set the group in
1251         activate(), not when the pad was created because it might be NULL
1252         then.
1253         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1254         Update to use the API.
1255
1256 2008-10-08  Andy Wingo  <wingo@pobox.com>
1257
1258         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1259         be a subclass of GstGhostPad.
1260         (analyze_new_pad): So, when emitting the signals that determine
1261         how we do autoplugging, already create the ghost pad and use it as
1262         the pad in the signal arguments. This allows applications to make
1263         a connection between the pad passed in e.g. autoplug-continue, and
1264         the pad passed in new-decoded-pad.
1265         (connect_pad, expose_pad): Update to receive the ghosted decode
1266         pad in the args, retargetting it as necessary if we have to plug
1267         the target pad through a multiqueue.
1268         (gst_decode_group_control_source_pad): Adapt to receive an
1269         already-ghosted pad that just needs activation, blocking, and
1270         drain notification.
1271         (sort_end_pads): Adapt for decode pads actually being pads.
1272         (gst_decode_group_expose): Adapt for decode pads actually being
1273         pads. Rewrite the decode pad names so they appear in order. Adds a
1274         new error case if we couldn't set the name.
1275         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1276         logic.
1277         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1278         New API for the decode pad, needed because we shouldn't do these
1279         things inside gst_decode_pad_new(), but after.
1280         (gst_decode_pad_new): Change to actually make the real pad, and
1281         delay the blocking/drainage bits.
1282
1283 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1284
1285         Patch by: Daniel Drake <dsd at laptop dot org>
1286
1287         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1288         Unref all buffers when clearing collectpads. Fixes bug #546955.
1289
1290 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1291
1292         Based on a patch by: Klaas <klaas at rivercrew dot net>
1293
1294         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1295         (gst_vorbis_enc_buffer_check_discontinuous),
1296         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1297         * ext/vorbis/vorbisenc.h:
1298         Keep track of the upstream segments and use the running time on that
1299         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1300
1301 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1302
1303         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1304         Prevent overflows with big buffer when calculating the size of
1305         the intermediate buffer by using gst_util_uint64_scale() instead of
1306         plain arithmetics. Fixes bug #552801.
1307
1308 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1309
1310         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1311
1312         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1313         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1314         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1315         (gst_clock_overlay_get_property):
1316         * ext/pango/gstclockoverlay.h:
1317         API: Add ability to specify format for date/time display by
1318         adding a "time-format" property.
1319         Fixes bug #554879.
1320
1321 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1322
1323         Patch by: Jan Gerber <j at oil21 dot org>
1324
1325         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1326         (gst_riff_create_video_template_caps):
1327         Add FFV1 fourcc to support playback of FFMPEG lossless video
1328         in AVI. Fixes bug #555319.
1329
1330 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1331
1332         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1333
1334         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1335         (gst_base_audio_src_create):
1336         Implement skew clock slaving. Fixes #552559.
1337
1338 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1339
1340         * gst-libs/gst/audio/multichannel.c:
1341         * gst-libs/gst/audio/testchannels.c:
1342         Fix include of config.h
1343
1344 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1345
1346         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1347
1348         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1349         (print_media), (gst_sdp_message_dump):
1350         Fix parsing of the c= field containing multicast addresses.
1351         Fixes #552199.
1352         Add the connection info to the session or streams.
1353         Fix parsing of the bandwidth.
1354         Add debugging for the connections and bandwidths for a media.
1355         Add debugging for the bandwidth of the session. 
1356
1357 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1358
1359         * gst-libs/gst/rtp/gstbasertppayload.c:
1360         (gst_basertppayload_change_state):
1361         Configure the next seqnum and timestamp in the state change so that they
1362         can be queried soon after.
1363
1364 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1365
1366         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1367         (gst_base_rtp_depayload_chain):
1368         Improve debugging of the rtptime.
1369
1370 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1371
1372         * configure.ac:
1373         Back to development -> 0.10.21.1
1374
1375 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1376
1377         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1378         (plugin_init):
1379         Add typefinding for FLAC without headers in the beginning.
1380         This is already handled by flacdec and friends.
1381
1382 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1383
1384         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1385         (plugin_init):
1386         Add typefinder for MXF.
1387
1388 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1389
1390         * tests/icles/Makefile.am:
1391         Only build test-colorkey if GTK+ is available.
1392
1393 === release 0.10.21 ===
1394
1395 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1396
1397         * configure.ac:
1398           releasing 0.10.21, "We Could Be Wrong"
1399
1400 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1401
1402         * configure.ac:
1403         0.10.20.4 pre-release
1404
1405 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1406
1407         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1408
1409         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1410         Set the BOS flag on the BOS packet. Fixes #553244.
1411
1412 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1413
1414         * gst-libs/gst/rtsp/gstrtspmessage.c:
1415         (gst_rtsp_message_parse_request),
1416         (gst_rtsp_message_parse_response):
1417         Fix the g_return_val_if_fail() statements.
1418
1419 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1420
1421         * gst-libs/gst/tag/gsttagdemux.c:
1422           Fail to activate if there's insufficient data in the file to be usable,
1423           preventing an assertion fail later. Fixes #552960
1424
1425 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1426
1427         * gst-libs/gst/pbutils/descriptions.c:
1428         * gst/typefind/gsttypefindfunctions.c:
1429           Recognise Kate subtitle streams (#550582).
1430
1431 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1432
1433         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1434           Remove trailing comma from enum list, which causes problems
1435           with -pendantic (#550729).
1436
1437 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1438
1439         * configure.ac:
1440         0.10.20.2 pre-release
1441
1442         * po/LINGUAS:
1443         * po/id.po:
1444         * po/pt_BR.po:
1445
1446         New translations.
1447
1448 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1449
1450         * gst-libs/gst/interfaces/propertyprobe.c:
1451           (gst_property_probe_get_properties),
1452           (gst_property_probe_get_property),
1453           (gst_property_probe_probe_property),
1454           (gst_property_probe_probe_property_name),
1455           (gst_property_probe_needs_probe),
1456           (gst_property_probe_needs_probe_name),
1457           (gst_property_probe_get_values),
1458           (gst_property_probe_get_values_name),
1459           (gst_property_probe_probe_and_get_values),
1460           (gst_property_probe_probe_and_get_values_name):
1461           More sanity checks for our second-favourite interface.
1462
1463 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1464
1465         * gst-libs/gst/interfaces/propertyprobe.c:
1466           Check for NULL pointer, in the hope that this fixes #532864.
1467
1468 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1469
1470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1471           No really, the next release is 0.10.21 (fix Since: tags in docs).
1472
1473 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1474
1475         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1476         Disable a code path that is now called but causes a deadlock for some
1477         reason and is unneeded.
1478
1479 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1480
1481         * sys/xvimage/xvimagesink.c:
1482         * sys/xvimage/xvimagesink.h:
1483           Add a "draw-border" property that can be set to false to disable
1484           drawing borders.
1485           
1486         * tests/icles/test-colorkey.c:
1487         * tests/icles/Makefile.am:
1488           Add new test application for the colorkey handling.
1489
1490 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1491
1492         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1493         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1494         This will also be fixed for upcoming gst-ffmpeg release so that once
1495         this release of -base is out, it will work with the latest gst-ffmpeg
1496         release.
1497
1498 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1499
1500         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1501         (gst_riff_create_audio_template_caps):
1502         Add Truespeech mapping for RIFF formats (AVI/WAV).
1503         Fixes #550656
1504
1505 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1506
1507         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1508         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1509         Fixes #550638.
1510
1511 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1512
1513         * configure.ac:
1514         * gst/subparse/Makefile.am:
1515         * gst/subparse/gstsubparse.c:
1516         * gst/subparse/samiparse.c:
1517         * tests/check/elements/subparse.c:
1518           Rework last change, so that we build subparse, but just disable the
1519           sami parse functionality, if we're configured to not use xml. In the
1520           tests only the sami test is disabled now.
1521
1522 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1523
1524         * configure.ac:
1525           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1526           test runs.
1527
1528 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1529
1530         * po/POTFILES.in:
1531           Add some more files with strings for translation.
1532
1533 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1534
1535         * gst-libs/gst/tag/gstvorbistag.c:
1536         * tests/check/libs/tag.c:
1537           Use new geo location tags from core. Fixes #481169
1538
1539 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1540
1541         * tests/check/elements/audioresample.c: (setup_audioresample),
1542         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1543         (test_discont_stream_instance):
1544         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1545         Add debugging for coherence.
1546
1547 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1548
1549         Patch by: Jonathan Matthew  <notverysmart gmail com>
1550
1551         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1552           Add typefinder for PDF documents (which is nice to have, since it's a
1553           common format, but also helps prevent false positives). Fixes #549814.
1554
1555 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1556
1557         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1558         (no_more_pads_cb):
1559         Fix nasty race where multiple decodebins could start pushing data before
1560         we manage to configure the sinks, resulting in not-linked errors in
1561         typical RTSP streaming cases.
1562
1563 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1564
1565         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1566         Since we now call stop, we trigger this code path that causes a deadlock
1567         is apparently not needed.
1568
1569 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1570
1571         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1572         (gst_ring_buffer_stop):
1573         Also allow the case where the ringbuffer was paused when we try to stop
1574         it so that the basesrc stop function is still called.
1575
1576 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1577
1578         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1579
1580         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1581         Reprobe devices again instead of taking a cached list as new
1582         devices could've been plugged in. Fixes bug #549062.
1583
1584 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1585
1586         Patch by: Alessandro Dessina <alessandro nnva org>
1587
1588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1589         (gst_ogg_demux_activate_chain):
1590         Don't add pads and activate them for skeleton streams. These are already
1591         handled inside oggdemux. Fixes bug #537599.
1592
1593 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1594
1595         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1596         Reset variable so that query and convert fail after going back to
1597         READY. Fixes #548898.
1598
1599 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1600
1601         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1602         If a buffer arrives with a timestamp before the timestamp+duration
1603         of the previous buffer clip it instead of dropping it completely.
1604         Slight improvement for the unfixable bug #548913.
1605
1606 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1607
1608         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1609         Take the current timestamp instead of timestamp+duration for the offset.
1610         This offset will later be used for calculating the timestamp and
1611         otherwise vorbisdec will interpolate timestamps wrong if upstream
1612         only sends timestamps and no granulepos.
1613
1614 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1615
1616         * tests/examples/seek/seek.c:
1617           Don't crash when having no visualisations.
1618
1619 2008-08-16  David Schleef  <ds@schleef.org>
1620
1621         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1622           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1623           Fixes #548065.
1624
1625 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1626
1627         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1628         When cleaning up the caps fields also remove "depth" for the same
1629         reason we remove "width".
1630
1631 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1632
1633         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1634           Add Lead H.264 here as well.
1635
1636 2008-08-14  Julien Moutte  <julien@fluendo.com>
1637
1638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1639         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1640
1641 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1642
1643         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1644         (gst_base_audio_src_create):
1645         When not slaved to another clock also subtract the base_time from our
1646         internal clock time to get the running time.
1647
1648 2008-08-12  David Schleef  <ds@schleef.org>
1649
1650         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1651           since it has no basis in libtheora.
1652
1653 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1654
1655         * gst-libs/gst/interfaces/propertyprobe.h:
1656           Remove double "interface" from doc-string.
1657
1658         * gst-libs/gst/interfaces/xoverlay.h:
1659           Document interface.
1660
1661         * gst-libs/gst/riff/riff.c:
1662           Add basic doc blobs.
1663
1664 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1665
1666         * gst-libs/gst/audio/Makefile.am:
1667           Don't try to build that example anymore.
1668
1669 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1670
1671         * gst-libs/gst/audio/.cvsignore:
1672         * gst-libs/gst/audio/Makefile.am:
1673         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1674         * gst-libs/gst/audio/make_filter:
1675           Move audiofiltertemplate to gst-template.
1676
1677 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1678
1679         * docs/libs/gst-plugins-base-libs-sections.txt:
1680         * gst-libs/gst/audio/gstaudiosrc.h:
1681           More docs and shuffling. What can we do with the hundreds of #defines.
1682
1683 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1684
1685         * gst-libs/gst/audio/audio.h:
1686         * gst-libs/gst/audio/gstaudiofilter.h:
1687         * gst-libs/gst/audio/gstringbuffer.h:
1688         * gst-libs/gst/interfaces/propertyprobe.h:
1689         * gst-libs/gst/tag/gsttagdemux.h:
1690           Reducing number of dundocumented symbols.
1691
1692 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1693
1694         * gst-libs/gst/audio/audio.c:
1695           Fix doc comment syntax.
1696
1697         * gst-libs/gst/interfaces/propertyprobe.c:
1698           Add more doc-comments and a FIXME: for the signal.    
1699
1700 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1701
1702         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1703         (gst_ogg_mux_request_new_pad):
1704         * ext/ogg/gstoggmux.h:
1705         Don't pretend to support NEWSEGMENT events, instead override the
1706         GstCollectPads event function to return FALSE on NEWSEGMENT events
1707         and do the normal work for other events.
1708
1709         This prevents elements like flacenc to seek to the start and rewrite
1710         some data which then results in a broken Ogg packet.
1711
1712 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1713
1714         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1715
1716         * ext/alsa/gstalsaplugin.c: (plugin_init):
1717         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1718         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1720         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1721         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1722         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1723         * gst/playback/gstdecodebin.c: (plugin_init):
1724         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1725         * gst/playback/gstplayback.c: (plugin_init):
1726         * gst/playback/gstqueue2.c: (plugin_init):
1727         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1728         * sys/v4l/gstv4l.c: (plugin_init):
1729         Make sure gettext returns translations in UTF-8 encoding rather
1730         than in the current locale encoding (#546822).
1731
1732 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1733
1734         * gst-libs/gst/pbutils/descriptions.c:
1735           Add audio/x-qdm for qtdemux.
1736
1737 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1738
1739         * ext/vorbis/vorbisdec.c:
1740           Do not leak old taglist.
1741
1742 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1743
1744         * tests/icles/test-scale.c:
1745           Include <stdlib.h> for atoi().
1746
1747 2008-08-04  Andy Wingo  <wingo@pobox.com>
1748
1749         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1750         documentation fix.
1751
1752 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1753
1754         * gst/adder/gstadder.c:
1755           Cleanup lots of empty lines that came from gst-indent going havoc
1756           before I added the INDENT_ON/OFF marker some time agao.
1757
1758 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1759
1760         * configure.ac:
1761         * gst-libs/gst/riff/riff-read.c:
1762           Bump requirement to latest core and use new tag for riff formats.
1763           Needed for #520694.
1764
1765 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1766
1767         * tests/examples/dynamic/Makefile.am:
1768         * tests/examples/dynamic/codec-select.c: (make_encoder),
1769         (make_pipeline), (do_switch), (my_bus_callback), (main):
1770         Add example app that dynamically switches between 3 'encoders'.
1771
1772 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1773
1774         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1775         Add some more comments.
1776
1777 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1778
1779         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1780         (gst_video_test_src_create):
1781         Discard buffers of the wrong size after renegotiation, this is perfectly
1782         possible with things like capsfilter that could suggest caps changes
1783         upstream without knowing the size of the buffer.
1784
1785 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1786
1787         * tests/icles/.cvsignore:
1788         * tests/icles/Makefile.am:
1789         * tests/icles/test-scale.c: (make_pipeline), (main):
1790         Add dynamic rescaling tests for the new basetransform.
1791
1792 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1793
1794         * gst/audioconvert/Makefile.am:
1795           Dist recently-added gstfastrandom.h.
1796
1797 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1798
1799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1800         Fix a "may be used uninitialized in this function" which weirdly only
1801         appears on macosx (?).
1802
1803 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1804
1805         * gst-libs/gst/riff/riff-ids.h:
1806           Adding acid chunk for tempo and loop information.
1807
1808 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1809
1810         * sys/xvimage/Makefile.am:
1811           floor() needs linking to $(LIBM).
1812
1813 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1814
1815         * ext/gnomevfs/gstgnomevfssrc.c:
1816           Aggregate short reads and add some comments and debug logging.
1817           Fixes #537380
1818
1819 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1820
1821         * gst/playback/gstplaybasebin.c:
1822           Fix property doc markup (its not a signal).
1823
1824         * sys/xvimage/xvimagesink.c:
1825           Add since tag for new proeprties (also add sice tags fro the last two
1826           other additions).
1827
1828 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1829
1830         * sys/xvimage/xvimagesink.c:
1831         * sys/xvimage/xvimagesink.h:
1832           Add autofill/colorkey properties. Fixes #538656.
1833
1834 2008-07-28  David Schleef  <ds@schleef.org>
1835
1836         * sys/xvimage/xvimagesink.c:
1837           Fix rounding errors when converting colorbalance values
1838           between hardware and object property ranges.  Partial
1839           fix for #537889, however, there still seems to be a small
1840           drift problem that could be totem's fault.
1841
1842 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1843
1844         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1845         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1846         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1847         This fixes a critical warning.
1848
1849 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1850
1851         * ext/ogg/gstoggmux.c:
1852         Allow muxing of CELT into Ogg streams.
1853
1854 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1855
1856         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1857         (plugin_init):
1858         Add simple typefinder for the CELT codec (www.celt-codec.org).
1859
1860 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1861
1862         Patch by: Jan Gerber <j at oil21 dot org>
1863
1864         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1865         Fix calculation of the start time from skeleton streams.
1866         Fixes bug #530068.
1867
1868 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1869
1870         * tests/examples/seek/seek.c:
1871           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1872
1873 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1874
1875         * gst/audioconvert/audioconvert.h:
1876         * gst/audioconvert/gstaudioquantize.c:
1877         (gst_audio_quantize_setup_dither),
1878         (gst_audio_quantize_free_dither):
1879         * gst/audioconvert/gstfastrandom.h:
1880         Implement a linear congruential generator as pseudo random number
1881         generator for the dither noise. This is about 2 times faster than
1882         using GLib's mersenne twister. Also this uses only integer math for
1883         generating integers while GLib internally uses floating point math.
1884
1885 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1886
1887         * configure.ac:
1888           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1889
1890 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1891
1892         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1893
1894         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1895           Use GST_STR_NULL to avoid crashes with libcs that don't
1896           like NULL strings in printf args (such as the win32 one).
1897           Fixes #544306.
1898
1899 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1900
1901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1902         Oops - set the size of the image used for probing back to 1x1, for
1903         consistency with ximagesink
1904
1905 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1906
1907         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1908         (gst_ximagesink_ximage_new):
1909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1910         (gst_xvimagesink_xvimage_new):
1911
1912         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1913         X server to attach to a shared memory segment after we've deleted it,
1914         with the result that MIT-SHM is disabled. Instead, remove it only after 
1915         X succeeds in attaching too.
1916
1917 2008-07-16  David Schleef  <ds@schleef.org>
1918
1919         * gst/audiotestsrc/gstaudiotestsrc.c:
1920         * gst/audiotestsrc/gstaudiotestsrc.h:
1921           Add 'ticks', a 1/30 second sine wave pulse every second.
1922
1923 2008-07-15  David Schleef  <ds@schleef.org>
1924
1925         * gst-libs/gst/video/video.c: Revert ABI change.
1926
1927 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1928
1929         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1930         Make it impossible to have NULL caps at the point where we set
1931         framerate and other things. Also don't return immediately for "3ivd"
1932         video and let framerate, etc be set. Might fix bug #542508.
1933
1934 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1935
1936         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1937         Video format can also be conveniently determined from (many)
1938         non-fixed caps.
1939
1940 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1941
1942         * gst/playback/gstplaybasebin.c:
1943         * gst/playback/gstplaybasebin.h:
1944         * gst/playback/gstplaybin.c:
1945         * gst/playback/gststreamselector.c:
1946         First stab at integrating DVD subpicture overlay into
1947         playbin. Successfully plugs and plays, but the queues need
1948         shrinking - 3 seconds of video is too much buffering.
1949
1950 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1951
1952         * gst/audioconvert/gstaudioconvert.c:
1953           Remove now obsolete note in the docs.
1954
1955 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1956
1957         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1958         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1959         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1960         * docs/plugins/gst-plugins-base-plugins.args:
1961         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1962         * docs/plugins/gst-plugins-base-plugins.interfaces:
1963         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1964         * docs/plugins/gst-plugins-base-plugins.signals:
1965         * docs/plugins/inspect/plugin-adder.xml:
1966         * docs/plugins/inspect/plugin-alsa.xml:
1967         * docs/plugins/inspect/plugin-audioconvert.xml:
1968         * docs/plugins/inspect/plugin-audiorate.xml:
1969         * docs/plugins/inspect/plugin-audioresample.xml:
1970         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1971         * docs/plugins/inspect/plugin-cdparanoia.xml:
1972         * docs/plugins/inspect/plugin-decodebin.xml:
1973         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1974         * docs/plugins/inspect/plugin-gdp.xml:
1975         * docs/plugins/inspect/plugin-gnomevfs.xml:
1976         * docs/plugins/inspect/plugin-libvisual.xml:
1977         * docs/plugins/inspect/plugin-ogg.xml:
1978         * docs/plugins/inspect/plugin-pango.xml:
1979         * docs/plugins/inspect/plugin-playback.xml:
1980         * docs/plugins/inspect/plugin-queue2.xml:
1981         * docs/plugins/inspect/plugin-subparse.xml:
1982         * docs/plugins/inspect/plugin-tcp.xml:
1983         * docs/plugins/inspect/plugin-theora.xml:
1984         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1985         * docs/plugins/inspect/plugin-uridecodebin.xml:
1986         * docs/plugins/inspect/plugin-video4linux.xml:
1987         * docs/plugins/inspect/plugin-videorate.xml:
1988         * docs/plugins/inspect/plugin-videoscale.xml:
1989         * docs/plugins/inspect/plugin-videotestsrc.xml:
1990         * docs/plugins/inspect/plugin-volume.xml:
1991         * docs/plugins/inspect/plugin-vorbis.xml:
1992         * docs/plugins/inspect/plugin-ximagesink.xml:
1993         * docs/plugins/inspect/plugin-xvimagesink.xml:
1994         * ext/alsa/gstalsamixer.c:
1995         * ext/alsa/gstalsasink.c:
1996         * ext/alsa/gstalsasrc.c:
1997         * ext/gio/gstgiosink.c:
1998         * ext/gio/gstgiosrc.c:
1999         * ext/gio/gstgiostreamsink.c:
2000         * ext/gio/gstgiostreamsrc.c:
2001         * ext/gnomevfs/gstgnomevfssink.c:
2002         * ext/gnomevfs/gstgnomevfssrc.c:
2003         * ext/ogg/gstoggdemux.c:
2004         * ext/ogg/gstoggmux.c:
2005         * ext/pango/gstclockoverlay.c:
2006         * ext/pango/gsttextoverlay.c:
2007         * ext/pango/gsttextrender.c:
2008         * ext/pango/gsttimeoverlay.c:
2009         * ext/theora/theoradec.c:
2010         * ext/theora/theoraenc.c:
2011         * ext/theora/theoraparse.c:
2012         * ext/vorbis/vorbisdec.c:
2013         * ext/vorbis/vorbisenc.c:
2014         * ext/vorbis/vorbisparse.c:
2015         * ext/vorbis/vorbistag.c:
2016         * gst/adder/gstadder.c:
2017         * gst/audioconvert/gstaudioconvert.c:
2018         * gst/audioresample/gstaudioresample.c:
2019         * gst/audiotestsrc/gstaudiotestsrc.c:
2020         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2021         * gst/gdp/gstgdpdepay.c:
2022         * gst/gdp/gstgdppay.c:
2023         * gst/playback/gstdecodebin2.c:
2024         * gst/playback/gstplaybin.c:
2025         * gst/playback/gstplaybin2.c:
2026         * gst/playback/gstqueue2.c:
2027         * gst/playback/gsturidecodebin.c:
2028         * gst/tcp/gstmultifdsink.c:
2029         * gst/tcp/gsttcpserversink.c:
2030         * gst/videorate/gstvideorate.c:
2031         * gst/videoscale/gstvideoscale.c:
2032         * gst/videotestsrc/gstvideotestsrc.c:
2033         * gst/volume/gstvolume.c:
2034         * sys/ximage/ximagesink.c:
2035         * sys/xvimage/xvimagesink.c:
2036           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
2037           titles. Drop mentining that all our example pipelines are "simple"
2038           pipelines.
2039
2040 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2041
2042         * tests/examples/seek/Makefile.am:
2043         Fix out of tree build by adding all required CFLAGS.
2044
2045 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2046
2047         * gst/playback/gstdecodebin.c: (add_raw_queue):
2048         And ref the pad before returning it again when linking to the queue
2049         failed. Otherwise we will unref the pad twice later and things break.
2050
2051 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2052
2053         * gst/playback/gstdecodebin.c: (add_raw_queue):
2054         If linking the raw pad with a queue fails, try it without a queue
2055         instead of failing completely. This should never happen.
2056
2057 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2058
2059         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
2060
2061         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
2062         Add a queue after a demuxer if the demuxer outputs raw data. This was
2063         done before only for non-raw data but is required in this case too.
2064         Fixes bug #540215.
2065
2066         decodebin2 doesn't have this issue because all streams of a group
2067         go through multiqueue.
2068
2069 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2070
2071         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2072
2073         * gst-libs/gst/sdp/gstsdpmessage.c:
2074         Makes libgstsdp compile with mingw32 by defining the right WINVER so
2075         that getaddrinfo() can be used. Fixes #541358.
2076
2077 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2078
2079         * gst/videotestsrc/gstvideotestsrc.c:
2080         (gst_video_test_src_class_init), (gst_video_test_src_init),
2081         (gst_video_test_src_set_property),
2082         (gst_video_test_src_get_property), (gst_video_test_src_create):
2083         * gst/videotestsrc/gstvideotestsrc.h:
2084         Cleanups, use default property values as defines.
2085         Add property to enable/disable peer buffer allocation.
2086
2087 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2088
2089         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
2090         * tests/check/pipelines/streamheader.c: (streamheader_suite):
2091         Enable unit tests on PPC again as the bugs are now fixed.
2092
2093 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2094
2095         * gst-libs/gst/riff/riff-ids.h:
2096         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2097         (gst_riff_create_audio_template_caps):
2098         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
2099         Fixes bug #540351.
2100
2101 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2102
2103         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2104         (gst_ffmpeg_pixfmt_to_caps):
2105         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2106         (gst_ffmpegcsp_get_unit_size):
2107         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
2108         it on other formats. Also adjust the unit size only for that format
2109         to not include the palette. Fixes bug #540497.
2110
2111 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
2112
2113         * gst/adder/gstadder.c:
2114           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2115
2116 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2117
2118         * ChangeLog:
2119           ChangeLog surgery.
2120   
2121         * tests/examples/seek/seek.c:
2122           Move variable into ifdef too.
2123         
2124
2125 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2126
2127         * tests/examples/seek/seek.c:
2128           Include config.h and check if we have X. Remove XInitThread(), don't
2129           think its needed. Fixes: #540334.
2130
2131 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2132
2133         Patch by: Sam Morris <sam at robots dot org to uk>
2134
2135         * gst-libs/gst/interfaces/mixertrack.c:
2136         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2137         (gst_mixer_track_set_property):
2138         API: Add "index" property to GstMixerTrack to differantiate between
2139         multiple mixer tracks with the same label.
2140
2141         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2142         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2143         Set the "index" property of GstMixerTrack to the index given by ALSA.
2144         Fixes bug #528299.
2145
2146 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2147
2148         * tests/examples/seek/Makefile.am:
2149         * tests/examples/seek/seek.c:
2150           Remove libgstvideo usage. Use gtk_get_option_group instead of
2151           gtk_init().
2152
2153 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2154
2155         * tests/check/Makefile.am:
2156           Name the test registry format neutral.
2157
2158 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2159
2160         * gst/playback/gstqueue2.c:
2161           Do not double notify. Remove the unsued return value.
2162
2163 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2164
2165         * ext/alsa/gstalsamixer.c:
2166           Also consider "speaker" as a name for master volume. If that doesn't
2167           help look for the first non-mono volume control that also has a
2168           playback switch.
2169
2170 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2171
2172         * ChangeLog:
2173           Forgot to save the ChangeLog :/
2174
2175 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2176
2177         * tests/examples/seek/Makefile.am:
2178         * tests/examples/seek/seek.c:
2179           Embedd the xwindow. Allow to play multiple files.
2180
2181 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
2182
2183         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2184         (gst_ximagesink_setcaps):
2185         * sys/ximage/ximagesink.h:
2186         When the caps change, make sure to re-draw borders in
2187         force-aspect-ratio=true mode.
2188         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2189         Don't clear the border_draw flag until we actually draw the border.
2190         * tests/check/Makefile.am:
2191         Ignore alsasink/src during the states test too, so it doesn't fail
2192         when running without access to the sound device.
2193
2194 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2195
2196         * tests/examples/seek/seek.c:
2197           Fix crasher when playing a parse-launch line the 2nd time.
2198
2199 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2200
2201         * tests/check/pipelines/oggmux.c:
2202           Properly ifdef tests to fix compilation.
2203
2204 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2205
2206         * gst/playback/gstplay-marshal.list:
2207         * gst/playback/gstplaybin2.c:
2208           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2209           playbin2. This allows the user to get to the selector's sinkpads, and
2210           thus inspect a range of things - caps, tags, etc. 
2211
2212 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2213
2214         * gst/playback/gstplaybin2.c:
2215           Use a different constant for the convert-frame signal id.
2216           Fixes #537009.
2217
2218 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2219
2220         * gst/playback/gstplaybin2.c:
2221         * gst/playback/gstplaysink.c:
2222           Fix a whole bunch of typos in comments and log statements. 
2223
2224 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2225
2226         * sys/xvimage/xvimagesink.c:
2227           Don't set colour balance values on the Xv port if the user hasn't
2228           changed them (via properties or the interface). Avoids accumulating
2229           rounding errors for the common case.
2230           Partial fix for bug #537889.
2231
2232 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2233
2234         * gst/playback/gstdecodebin2.c:
2235           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2236           pads are drained.
2237
2238 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2239
2240         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2241         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2242         Report the encoder latency. Fixes #538232.
2243
2244 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2245
2246         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2247         (notify_source), (activate_group):
2248         Implement the source property, emit notify when it changes in the
2249         underlying uridecodebin.
2250
2251 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2252
2253         * tests/examples/seek/seek.c: (stop_cb):
2254         Free and clear the seek element list so that we don't use invalid
2255         references when seeking after recreating a gst-launch line.
2256
2257 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2258
2259         * gst-libs/gst/audio/gstbaseaudiosink.c:
2260         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2261         (gst_base_audio_sink_render):
2262         Report latency even if we are not live instead of hiding it.
2263         Take ts-offset and render-delay of the basesink into account when
2264         scheduling samples.
2265         Rework the clipping code so that we can take the various offsets into
2266         account and still do correct clipping.
2267
2268 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2269
2270         * configure.ac:
2271         Bump verion back to devel -> 0.10.20.1
2272
2273 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2274
2275         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2276         Don't increase the size of non-string image buffers by one as this
2277         might in theory confuse decoders. Still increase it by one for string
2278         image buffers to append '\0'.
2279
2280 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2281
2282         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2283         
2284         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2285         Fix a buffer memleak and remove a confusing and wrong debug output.
2286         Fixes bug #538663.
2287
2288 === release 0.10.20 ===
2289
2290 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2291
2292         * configure.ac:
2293           releasing 0.10.20, "Here I Go Again"
2294
2295 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2296
2297         * configure.ac:
2298         0.10.19.3 pre-release
2299
2300 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2301
2302         * gst-libs/gst/rtsp/gstrtspconnection.c:
2303         Fix build on win32.
2304         Patch By: David Schleef <ds@schleef.org>
2305         Fixes: #536874
2306
2307 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2308
2309         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2310         (gst_gio_base_src_create):
2311         * ext/gio/gstgiobasesrc.h:
2312         Try to read the requested number of bytes, even if the first
2313         read returns less than requested, until nothing is read anymore
2314         or we have the requested amount of bytes. This fixes playback of
2315         files via Samba as Samba only allows to read 64k at once.
2316
2317         Implement a caching algorithm that makes sure that we read at
2318         least 4k of data every time. Some elements will try to read a few
2319         bytes, then seek, read again a few bytes and so on and this is
2320         painfully slow as every operation has to go over DBus if GVfs is
2321         used as backend.
2322
2323         Fixes bug #536849 and #536848.
2324
2325         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2326         (gst_gio_src_check_get_range):
2327         Override check_get_range() to blacklist http/https URIs
2328         and whitelist file URIs. More to be added on demand.
2329
2330 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2331
2332         * configure.ac:
2333         0.10.19.2 pre-release
2334
2335 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2336
2337         * win32/common/libgstrtsp.def:
2338         * win32/common/libgsttag.def:
2339         Add new API functions to the dll exports
2340
2341 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2342
2343         * gst/playback/gstplaybasebin.c:
2344           Disconnect signals from decodebins we created before we remove it
2345           from playbin, to avoid crashes if the decodebin is eventually
2346           disposed after the playbin itself (possible if the app takes a
2347           reference on the decodebin).
2348           Fixes #536521.
2349
2350 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2351
2352         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2353           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2354           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2355           (h264_video_type_find), (mpeg_video_stream_type_find),
2356           (dv_type_find), (mmsh_type_find):
2357           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2358           copy caps for no good reason (this may be desirable to make it easier
2359           to detect leaks, but then it should probably be done for all caps
2360           in the typefinder somewhere).
2361
2362 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2363
2364         * tests/check/Makefile.am:
2365         Do not try to run the check tests for subparse unless it has been
2366         built.
2367
2368 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2369
2370         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2371         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2372         Do not try to run a test which requires vorbisenc unless we have
2373         actually built it.
2374
2375 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2376
2377         * gst-libs/gst/rtsp/gstrtspconnection.c:
2378         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2379         (gst_rtsp_connection_clear_auth_params),
2380         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2381         * gst-libs/gst/rtsp/gstrtspconnection.h:
2382         Add a couple of missing argument guards.
2383         Add a way of setting the DSCP for an RTSP connection.
2384         Add an accessor method for the ip member of GstRTSPConnection as all
2385         members are supposed to be private.
2386
2387 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2388
2389         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2390         Fixed accidental use of IPv4 options for all IPv6 addresses.
2391
2392 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2393
2394         * gst-libs/gst/interfaces/mixertrack.h:
2395           Document mixer track flags.
2396
2397 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2398
2399         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2400
2401         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2402         Don't set caps on the buffers that contain a copy of the buffer
2403         including the caps of them resulting in an always increasing refcount
2404         of the caps and insanely large caps. Instead include a buffer without
2405         caps in the new caps. Fixes bug #536475.
2406
2407 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2408
2409         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2410         Transform a given PAR to a range on the struct with the generic
2411         height/width instead of the struct with the possibly restricted
2412         height/width.
2413
2414 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2415
2416         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2417         Prefer the given format if it contains something stricter than [1,MAX]
2418         for height or width and only put a structure that requires rescaling
2419         as second. This makes it possible to use videoscale in pipelines where
2420         the source can actually produce the wanted height/width but usually
2421         selects a different one from the requested.
2422
2423 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2424
2425         Based on patch by: John Millikin <jmillikin gmail com>
2426
2427         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2428           (gst_vorbis_tag_add_coverart):
2429           Retrieve COVERART tags from vorbis comments (#512333)
2430
2431 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2432
2433         * gst-libs/gst/tag/tag.h:
2434         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2435           Don't forget to add new enum value here too (should probably use
2436           glib-mkenums here...).
2437
2438 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2439
2440         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2441         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2442         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2443           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2444           (gst_tag_image_data_to_image_buffer):
2445           Add two utility functions to avoid code duplication (#512333):
2446           API: add gst_tag_image_data_to_image_buffer()
2447           API: add gst_tag_list_add_id3_image()
2448           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2449
2450 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2451
2452         * win32/common/libgstaudio.def:
2453         Add gst_audio_check_channel_positions() to the exported symbols.
2454
2455 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2456
2457         * docs/libs/gst-plugins-base-libs-sections.txt:
2458         * gst-libs/gst/audio/multichannel.c:
2459         (gst_audio_check_channel_positions):
2460         * gst-libs/gst/audio/multichannel.h:
2461         API: Make gst_audio_check_channel_positions() public.
2462
2463         * tests/check/libs/audio.c: (GST_START_TEST):
2464         Add some simple checks for gst_audio_check_channel_positions().
2465
2466 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2467
2468         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2469           minrange and maxrange are scaled according to the frequency
2470           multiplier.
2471
2472 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2473
2474         * ext/pango/Makefile.am:
2475         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2476           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2477           Use gstvideo functions to calculate strides and plane offsets. Fixes
2478           rendering issue ('ghost' images of the text on the chroma planes)
2479           with widths or heights that are not multiples of 8 (#506659 and
2480           probably also #485729).
2481
2482         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2483           (main):
2484           Test with odd height/width too.
2485
2486 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2487
2488         * gst/adder/gstadder.c: (gst_adder_query_duration),
2489         (gst_adder_query_latency):
2490         When using gst_element_iterate_pads() one has to unref every pad
2491         after usage.
2492
2493 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2494
2495         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2496         (gst_base_audio_src_class_init):
2497         Add a gtk-doc chunk for the new properties to have a Since: indication.
2498
2499 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2500
2501         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2502         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2503         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2504         (gst_base_audio_src_change_state):
2505         Provide readable actual-buffer-time and actual-latency-time properties
2506         that reflect the configured ringbuffer values. Fixes #524724.
2507         API: GstBaseAudioSrc:actual-buffer-time
2508         API: GstBaseAudioSrc:actual-latency-time
2509
2510 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2511
2512         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2513         (gst_basertppayload_change_state):
2514         Simply converting the running time into an RTP timestamp by scaling it
2515         based on the clock-rate is good enough for making an RTP timestamp. This
2516         has the added benefit that we can later on expose a property with the
2517         RTP timestamp of running time 0, as is needed for RTSP servers to
2518         generate the response of the PLAY request.
2519
2520 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2521
2522         * gst/audioconvert/gstaudioconvert.c:
2523         (structure_has_fixed_channel_positions),
2524         (gst_audio_convert_transform_caps):
2525         Allow up to 11 positioned channels now that audioconvert can handle
2526         this but add no default positions for > 8 channels.
2527         
2528         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2529         Add some unit tests for the above change: Test conversion of
2530         11 positioned channels to stereo and the other way around, test
2531         conversion of 15 unpositioned channels in different ways.
2532
2533 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2534
2535         * win32/common/libgstaudio.def:
2536         Add gst_audio_clock_reset to the list of exported symbols.
2537
2538 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2539
2540         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2541         Remove wrong_channels_identification_header unit test as we now
2542         support 7 (and more channels).
2543
2544 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2545
2546         * gst/audioconvert/gstchannelmix.c:
2547         (gst_channel_mix_fill_one_other):
2548         If mixing left or right to center (or the other way around) only take
2549         the complete value if we don't already have the original position in
2550         the source.
2551
2552 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2553
2554         * gst-libs/gst/audio/multichannel.c:
2555         (gst_audio_check_channel_positions),
2556         (gst_audio_set_structure_channel_positions_list),
2557         (gst_audio_fixate_channel_positions):
2558         Allow rear center together with rear left/right and other previously
2559         conflicting channel positions. The reason why they weren't allowed
2560         was the channel mixing implementation in audioconvert.
2561         Also take this into account when fixing channel layouts.
2562
2563         Allow setting channel positions for 1/2 channels when using
2564         gst_audio_set_structure_channel_position().
2565
2566         * gst/audioconvert/gstchannelmix.c:
2567         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2568         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2569         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2570         Major rewrite of the channel mixing.
2571
2572         We now allow previously conflicting channel positions to appear
2573         together (rear center and rear left/right for example).
2574         Fixes bug #533817.
2575
2576         Rework the way channels are mixed together to take more possible
2577         channel positions into account, properly mix from/to side channels
2578         and don't assume that either center, left&right or nothing of a
2579         specific position is available anymore.
2580
2581         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2582         Adjust unit tests with non-standard 1/2 channel layouts to the more
2583         correct new behaviour.
2584
2585         Add a unit test for 5.1->Stereo downmixing.
2586
2587 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2588
2589         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2590         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2591         Add sane defaults for the 7 and 8 channel layouts as those are
2592         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2593         more than 8 channels instead of erroring out. Fixes bug #535356.
2594
2595 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2596
2597         * docs/plugins/Makefile.am:
2598         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2599         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2600         * ext/theora/theoraparse.c:
2601         Add theoraparse to the docs and fix some docs.
2602
2603 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2604
2605         * gst-libs/gst/cdda/gstcddabasesrc.c:
2606         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2607         Fix EOS condition and track addition check, the track.end sector is
2608         included in the track. Fixes #533265.
2609
2610 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2611
2612         Patch by: Mark Nauwelaerts <manauw at skynet be>
2613
2614         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2615         (gst_video_rate_flush_prev), (gst_video_rate_event),
2616         (gst_video_rate_chain):
2617         * gst/videorate/gstvideorate.h:
2618         React (more) to NEWSEGMENT
2619         Small adjustment in timestamp calculation to prevent mismatches
2620         Fixes #435633.
2621
2622 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2623
2624         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2625           Initialise error to NULL as we should.
2626
2627 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2628
2629         * gst/adder/gstadder.c: (gst_adder_query_duration),
2630         (gst_adder_query_latency), (gst_adder_query):
2631         Implement latency query.
2632
2633 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2634
2635         * gst/adder/gstadder.c: (gst_adder_query_duration):
2636         Correctly resync the iterator if gst_iterator_next() returns
2637         GST_ITERATOR_RESYNC.
2638
2639 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2640
2641         * win32/vs6/libgstpbutils.dsp:
2642           Add pbutils-enumtypes.c to sources (#518037).
2643
2644 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2645
2646         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2647         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2648         * gst-libs/gst/audio/gstaudioclock.h:
2649         Add method to inform the clock that the time starts from 0 again. We use
2650         this info to calculate a clock offset so that the time we report in
2651         internal_time is monotonically increasing, as required by the clock base
2652         class. Fixes #521761.
2653         API: GstAudioClock::gst_audio_clock_reset()
2654
2655         * gst-libs/gst/audio/gstbaseaudiosink.c:
2656         (gst_base_audio_sink_skew_slaving),
2657         (gst_base_audio_sink_change_state):
2658         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2659         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2660         Reset reported time when we (re)create the ringbuffer.
2661
2662 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2663
2664         * ext/alsa/gstalsamixertrack.c:
2665           (gst_alsa_mixer_track_update_alsa_capabilities):
2666           Make sure playback volumes aren't accidentally overwritten by
2667           capture volumes if an alsa mixer track has both playback and
2668           capture capabilities: we create two GstMixerTracks in that
2669           case, so make sure we query only the alsa capabilities that
2670           refer to the type of GstMixerTrack we created from the dual
2671           capability alsa element. Should fix issues with Audigy2 sound
2672           cards (#518082).
2673
2674 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2675
2676         * tests/check/pipelines/oggmux.c: (test_pipeline):
2677           Don't use deprecated function.
2678
2679 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2680
2681         * gst/playback/gstdecodebin2.c:
2682         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2683         Check for NULL cases and log them, creating ghostpads can, for example,
2684         fail when the pad returns wrong caps.
2685
2686         * gst/playback/gstplaybin2.c: (perform_eos):
2687         When pushing out the EOS event, collect the return value and warn when
2688         something failed.
2689
2690 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2691
2692         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2693         (gst_riff_create_video_template_caps):
2694         Add support for DVCPRO.
2695
2696 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2697
2698         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2699           Change default scaling method from nearest-neighbour to bilinear.
2700
2701 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2702
2703         * tests/check/libs/video.c:
2704           More checks.
2705
2706 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2707
2708         * gst/subparse/gstsubparse.c: (parser_state_init),
2709           (gst_sub_parse_format_autodetect), (handle_buffer):
2710         * gst/subparse/gstsubparse.h:
2711         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2712           Limit duration to a maximum of five seconds for tmplayer format where
2713           we can guess the duration only from the timestamp of the next line of
2714           text. We don't want to show a text for eternities just because nothing
2715           else is being said for a while.
2716
2717 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2718
2719         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2720         (gst_base_rtp_depayload_chain),
2721         (gst_base_rtp_depayload_handle_sink_event),
2722         (gst_base_rtp_depayload_push_full),
2723         (gst_base_rtp_depayload_change_state):
2724         Check sequence numbers, mark input buffers with a discont flag for the
2725         subclass when we detected a gap, drop duplicate buffers. We do this
2726         because one can use the element without a jitterbuffer in front and we
2727         don't want to feed the subclasses invalid or reordered data.
2728         Do an error when the subclass did not provide a process function instead
2729         of crashing.
2730         Some other small cleanups.
2731
2732 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2733
2734         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2735           May just as well use the precalculated uvstride here.
2736
2737 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2738
2739         * docs/plugins/Makefile.am:
2740         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2741         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2742         * docs/plugins/gst-plugins-base-plugins.args:
2743         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2744         * docs/plugins/gst-plugins-base-plugins.interfaces:
2745         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2746         * docs/plugins/inspect/plugin-adder.xml:
2747         * docs/plugins/inspect/plugin-alsa.xml:
2748         * docs/plugins/inspect/plugin-audioconvert.xml:
2749         * docs/plugins/inspect/plugin-audiorate.xml:
2750         * docs/plugins/inspect/plugin-audioresample.xml:
2751         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2752         * docs/plugins/inspect/plugin-cdparanoia.xml:
2753         * docs/plugins/inspect/plugin-decodebin.xml:
2754         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2755         * docs/plugins/inspect/plugin-gdp.xml:
2756         * docs/plugins/inspect/plugin-gio.xml:
2757         * docs/plugins/inspect/plugin-gnomevfs.xml:
2758         * docs/plugins/inspect/plugin-libvisual.xml:
2759         * docs/plugins/inspect/plugin-ogg.xml:
2760         * docs/plugins/inspect/plugin-pango.xml:
2761         * docs/plugins/inspect/plugin-playback.xml:
2762         * docs/plugins/inspect/plugin-queue2.xml:
2763         * docs/plugins/inspect/plugin-subparse.xml:
2764         * docs/plugins/inspect/plugin-tcp.xml:
2765         * docs/plugins/inspect/plugin-theora.xml:
2766         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2767         * docs/plugins/inspect/plugin-uridecodebin.xml:
2768         * docs/plugins/inspect/plugin-video4linux.xml:
2769         * docs/plugins/inspect/plugin-videorate.xml:
2770         * docs/plugins/inspect/plugin-videoscale.xml:
2771         * docs/plugins/inspect/plugin-videotestsrc.xml:
2772         * docs/plugins/inspect/plugin-volume.xml:
2773         * docs/plugins/inspect/plugin-vorbis.xml:
2774         * docs/plugins/inspect/plugin-ximagesink.xml:
2775         * docs/plugins/inspect/plugin-xvimagesink.xml:
2776         * ext/cdparanoia/gstcdparanoiasrc.c:
2777         * ext/ogg/gstoggdemux.c:
2778         * ext/ogg/gstoggdemux.h:
2779         * ext/ogg/gstoggmux.c:
2780         * ext/ogg/gstoggmux.h:
2781         * gst/audioconvert/audioconvert.c:
2782         * gst/audioconvert/audioconvert.h:
2783         * gst/audioconvert/gstaudioconvert.h:
2784         * gst/gdp/gstgdpdepay.h:
2785         * gst/gdp/gstgdppay.h:
2786         * gst/playback/gstdecodebin.c:
2787         * gst/playback/gstdecodebin2.c:
2788         * gst/playback/gstplaybin.c:
2789         * gst/playback/gstplaybin2.c:
2790         * gst/playback/gsturidecodebin.c:
2791         * gst/tcp/gstmultifdsink.c:
2792         * gst/tcp/gstmultifdsink.h:
2793         * gst/tcp/gsttcp.h:
2794
2795         Add some documentation comments, and some new headers to be scanned.
2796         Rename some internal enum declarations (audioconvert's DitherType and
2797         NoiseShapingType, GstUnitType from the TCP elements) to match the
2798         documented GObject type names so that the docs pick them up.
2799         Name the playbin2 docs markups properly so they get picked up. They'll
2800         need renaming back when/if playbin2 becomes playbin.
2801
2802         100% symbol coverage for the plugin docs, booya.
2803
2804 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2805
2806         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2807
2808         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2809         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2810
2811 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2812
2813         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2814
2815         * gst/playback/gstdecodebin.c: (remove_fakesink):
2816         Lock the fakesink before setting the state to NULL and removing it from
2817         the bin so that a concurrent state change cannot interfere. 
2818         Fixes #534331.
2819
2820 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2821
2822         * docs/Makefile.am:
2823         Fix installing plugin documentation when gtk-doc is disabled.
2824
2825 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2826
2827         * gst-libs/gst/rtsp/Makefile.am:
2828         Distribute, don't install md5.h
2829
2830 2008-05-21  Julien Moutte  <julien@fluendo.com>
2831
2832         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2833         instead of SOL_IP, works on more platforms.
2834         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2835         arguments.
2836
2837 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2838
2839         * ext/vorbis/vorbisdec.c:
2840         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2842         Some debug and comment fixes.
2843
2844         * tests/examples/dynamic/addstream.c: (main):
2845         Fix , to ;
2846
2847 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2848
2849         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2850         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2851         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2852         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2853         (cleanup_decodebin):
2854         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2855         (connect_element), (gst_decode_group_control_demuxer_pad):
2856         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2857         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2858         (mute_group_type):
2859         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2860         (gst_play_bin_set_property), (handoff), (gen_video_element),
2861         (gen_text_element), (gen_audio_element), (gen_vis_element),
2862         (remove_sinks), (add_sink), (setup_sinks):
2863         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2864         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2865         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2866         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2867         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2868         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2869         (gen_vis_chain), (gst_play_sink_reconfigure),
2870         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2871         (gst_play_sink_request_pad):
2872         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2873         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2874         (cb_newpad):
2875         * gst/playback/test6.c: (new_decoded_pad_cb):
2876         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2877         * tests/check/elements/audiorate.c: (test_injector_chain),
2878         (do_perfect_stream_test):
2879         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2880         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2881         * tests/check/elements/gnomevfssink.c:
2882         * tests/check/elements/textoverlay.c:
2883         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2884         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2885         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2886         * tests/check/pipelines/oggmux.c: (test_pipeline):
2887         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2888         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2889         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2890         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2891         * tests/examples/seek/seek.c: (make_mod_pipeline),
2892         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2893         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2894         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2895         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2896         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2897         (update_fill), (msg_buffering):
2898         Don't use bad gst_element_get_pad().
2899
2900 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2901
2902         * gst-libs/gst/riff/riff-media.c:
2903           Fix wrong method name in docs. Fix calculation of strf fields for
2904           broken mulaw/alaw.
2905   
2906         * gst-libs/gst/riff/riff-read.c:
2907           Whitespace fix and removing double ';'.
2908
2909 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2910
2911         * docs/design/part-playbin2.txt:
2912         Add some leftover doc.
2913
2914 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2915
2916         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2917         Fix copy & paste error in last commit.
2918
2919 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2920
2921         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2922         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2923         other channel positions when source has SIDE channels and dest doesn't
2924         or the other way around.
2925
2926 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2927
2928         Patch by: Henrik Eriksson <henriken at axis dot com>
2929
2930         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2931         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2932         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2933         (gst_multi_fd_sink_get_property):
2934         * gst/tcp/gstmultifdsink.h:
2935         Add support for DSCP QOS. Fixes #469933.
2936
2937 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2938
2939         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2940         Add another test that checks if conversion between standard 1 and 2
2941         channel layouts with and without positions set is working.
2942
2943 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2944
2945         * gst-libs/gst/audio/multichannel.c:
2946         (gst_audio_check_channel_positions):
2947         Allow non-standard 2 channel layouts.
2948         
2949         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2950         Add some tests for converting and remapping non-standard 1 and 2
2951         channel layouts.
2952
2953 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2954
2955         * gst/audioconvert/gstchannelmix.c:
2956         (gst_channel_mix_fill_normalize):
2957         Prevent division by zero if the channel mix matrix contains only
2958         zeroes.
2959
2960 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2961
2962         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2963
2964         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2965         Close a buffer memory leak. Fixes bug #534071.
2966
2967 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2968
2969         * gst-libs/gst/rtsp/gstrtsptransport.h:
2970         Make the GstRTSPTransport struct members public as there are no
2971         setters/getters and it's supposed to be changed directly.
2972         Fixes bug #533087.
2973
2974 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2975
2976         * gst/adder/gstadder.c:
2977         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2978         claim this on the pad template caps.
2979
2980 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2981
2982         * gst-libs/gst/audio/gstbaseaudiosink.c:
2983         (gst_base_audio_sink_sync_latency):
2984         We can only use our optimal calibration if we prerolled before the
2985         latency expired.
2986
2987 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2988
2989         * configure.ac:
2990           Require core CVS for GstBaseSrc buffer caps setting magic.
2991
2992 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2993
2994         * gst/audioconvert/gstaudioconvert.c:
2995         (gst_audio_convert_fixate_channels):
2996         Fix logic in last commit.
2997
2998 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2999
3000         * gst/audioconvert/gstaudioconvert.c:
3001         (gst_audio_convert_fixate_channels):
3002         Passthrough the channel positions if the number of output channels is
3003         the same as the number of input channels, the input had a channel
3004         layout and downstream requests no special one. We did this already for
3005         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
3006
3007 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3008
3009         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
3010         (gst_gnome_vfs_src_finalize),
3011         (gst_gnome_vfs_src_received_headers_callback),
3012         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
3013         * ext/gnomevfs/gstgnomevfssrc.h:
3014         Set the ICY caps on the srcpad from where they get picked up by the base
3015         class now and set on the outgoing buffers.
3016
3017         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3018         (gst_base_audio_src_create):
3019         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3020         BaseSrc now sets the caps on outgoing buffers automatically.
3021
3022 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3023
3024         * gst-libs/gst/audio/gstbaseaudiosink.c:
3025         (gst_base_audio_sink_resample_slaving),
3026         (gst_base_audio_sink_skew_slaving),
3027         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
3028         (gst_base_audio_sink_async_play),
3029         (gst_base_audio_sink_change_state):
3030         Change the way in which the ringbuffer is started when dealing with a
3031         slaved clock and latency. We now sync to the clock until we reach
3032         upstream latency before starting the ringbuffer. This has the effect
3033         that we can accurately align the master and slave clocks and let the
3034         rate correction code take care of the initial drift or rounding errors
3035         instead of leaving them uncorrected with the old approach.
3036
3037 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3038
3039         * gst/audioconvert/gstaudioconvert.c:
3040         (gst_audio_convert_fixate_channels):
3041         Correctly set the default channel positions when converting to 8
3042         channels.
3043
3044 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3045
3046         * configure.ac:
3047           Error out if we don't have the required version of core.
3048
3049 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3050
3051         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3052           Use data scan helper in aac typefinder and stop scanning
3053           for headers when we've found a type. Also fix potential invalid
3054           memory access when calculating the frame length.
3055
3056 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3057
3058         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
3059           (mpeg_sys_is_valid_pack):
3060           Don't modify scan context when we return FALSE in ensure_data, so
3061           it's possible to continue scanning, and we don't end up with a NULL
3062           data pointer and a positive size, which might bite us the next time
3063           we're called. Small constification.
3064
3065 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3066
3067         * gst/adder/gstadder.c:
3068         Adder doesn't support 24 bit samples so don't claim it supports them
3069         in the pad template caps.
3070
3071 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3072
3073         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3074         (gst_base_rtp_depayload_chain):
3075         Validate the RTP packet before further processing it. It's just too
3076         dangerous to accept random packets and people are not forced to use a
3077         jitterbuffer or session manager to filter out the bad packets.
3078
3079         * gst-libs/gst/rtp/gstrtpbuffer.c:
3080         (gst_rtp_buffer_set_extension_data),
3081         (gst_rtp_buffer_get_payload_subbuffer):
3082         Small cleanups.
3083         When setting extension data in a buffer that is too small, we fail and
3084         we should not set the extension bit.
3085         Change GST_WARNINGS into g_warning because they really are
3086         programming errors.
3087
3088         * tests/check/libs/rtp.c: (GST_START_TEST):
3089         Catch the g_warnings now in the unit tests and that fact that failing to
3090         set extension data left the extension bit untouched.
3091
3092 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3093
3094         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3095           Revert previous change which made basetransform handle buffer_alloc
3096           and which breaks things badly in the non-passthrough case since it
3097           returned buffers with a different (ie. sometimes smaller) size than
3098           the size requested.
3099
3100 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3101
3102         Patch by: Bernard B <b-gnome at largestprime dot net>
3103
3104         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
3105         Fix seqnum compare function for bordercase values and fix the docs
3106         again. Fixes #533075.
3107
3108         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3109         Add a testcase for seqnum compare function.
3110
3111 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3112
3113         * gst/adder/gstadder.c: (gst_adder_setcaps),
3114         (gst_adder_class_init):
3115         Correctly declare the supported endianness on the pad templates
3116         and check for correct endianness in the set caps function. Adder
3117         only supports native endianness.
3118         Also use gst_element_class_set_details_simple().
3119
3120 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3121
3122         * sys/xvimage/xvimagesink.c:
3123           Better debug logging in port value handling. Merging separate port
3124           value loops into one.
3125
3126 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3127
3128         Patch by: Hannes Bistry <hannesb at gmx dot de>
3129
3130         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3131         * gst/tcp/gsttcpserversink.c:
3132         (gst_tcp_server_sink_handle_server_read),
3133         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3134         Fix regression in clientsrc because we did not add the fd to the poll
3135         set anymore. Fixes #532364.
3136         Do some cleanups here and there.
3137
3138 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3139
3140         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3141         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3142         * gst/playback/gstplay-marshal.list:
3143         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3144         Use correct marshallers. GstCaps are a boxed type and no GObject
3145         subclass.
3146
3147 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3148
3149         * win32/common/libgstrtsp.def:
3150         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3151         symbols.
3152
3153 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3154
3155         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3156
3157         * tests/check/elements/audioresample.c:
3158         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3159         (live_switch_push), (GST_START_TEST):
3160         Add unit test for the latest basetransform negotiation changes.
3161         See bug #526768.
3162
3163 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3164
3165         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3166         Fix nv12<->nv21 conversion if stride is larger than width.
3167
3168 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3169
3170         Patch by: Jan Gerber <j at oil21 dot org>
3171
3172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3173         (gst_ogg_pad_parse_skeleton_fisbone):
3174         * ext/ogg/gstoggdemux.h:
3175         Parse presentation time from skeleton streams and use it as offset
3176         for the timestamps. Fixes bug #530068.
3177
3178 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3179
3180         * gst-libs/gst/audio/gstbaseaudiosink.c:
3181         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3182         Revert previous patch that attempted to more accurately calculate the
3183         initial offset between master and slave clock. The best thing we can do
3184         in general is take the time of both clocks as the diff since we don't
3185         know when the actual preroll happened.
3186
3187 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
3188
3189         * gst-libs/gst/pbutils/install-plugins.c:
3190           Fix docs: type and missing word.
3191
3192 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3193
3194         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3195           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3196           for this instead; don't check if we've found enough markers after
3197           each and every step, it's enough to do that only if we've actually
3198           found a new marker.
3199           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3200
3201 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3202
3203         * gst/typefind/gsttypefindfunctions.c:
3204           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3205           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3206           (mpeg_video_stream_type_find):
3207           Move scan helper thingy to the beginning of the file so we can use
3208           it in other typefind functions. Rename it to something more
3209           generic. Also improve handling of things towards the end of the
3210           typefind data: peek as much as we can if we know the size of the
3211           data, rather than just min_size.
3212
3213 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3214
3215         * docs/libs/gst-plugins-base-libs-sections.txt:
3216         * gst-libs/gst/interfaces/colorbalance.c:
3217         * gst-libs/gst/interfaces/colorbalance.h:
3218         * gst-libs/gst/interfaces/colorbalancechannel.c:
3219         * gst-libs/gst/interfaces/colorbalancechannel.h:
3220         * gst-libs/gst/interfaces/tuner.c:
3221         * gst-libs/gst/interfaces/tunerchannel.c:
3222         * gst-libs/gst/interfaces/tunerchannel.h:
3223         * gst-libs/gst/interfaces/tunernorm.c:
3224         * gst-libs/gst/interfaces/tunernorm.h:
3225         * gst-libs/gst/video/video.c:
3226         * gst-libs/gst/video/video.h:
3227         Document the GstTuner and GstColorBalance interfaces, and some
3228         other random API functions that needed it. 70% symbol coverage, woo.
3229
3230 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3231
3232         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3233         Choose to allocate one less segment but require one additional segment
3234         as latency. 
3235
3236         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3237         No need to increment the number of segments in the source.
3238
3239         * gst-libs/gst/audio/gstbaseaudiosink.c:
3240         (gst_base_audio_sink_get_time), (clock_convert_external),
3241         (gst_base_audio_sink_resample_slaving),
3242         (gst_base_audio_sink_skew_slaving),
3243         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3244         (gst_base_audio_sink_async_play):
3245         Remove adding latency when returning the internal time while subtracting
3246         it again when we use the value a little later.
3247         When calculating the end timestamp, we are making a rounding error
3248         with the current algorithm. Ensure that we don't accumulate these
3249         rounding errors when aligning samples by not resampling at all if we
3250         don't need to. Fixes #419351.
3251         Make the initial calibration of the clock slaving a little more
3252         predictable and accurate. Also handle the case where we don't do
3253         clock slaving.
3254
3255 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3256
3257         Based on a patch by:
3258           Björn Benderius <bjoern dot benderius at axis dot com>
3259
3260         * gst/ffmpegcolorspace/avcodec.h:
3261         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3262         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3263         (gst_ffmpegcsp_avpicture_fill):
3264         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3265         * gst/ffmpegcolorspace/imgconvert_template.h:
3266         Add conversions from/to NV12 and NV21 and conversions between those
3267         two formats. Fixes bug #532166.
3268
3269 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3270
3271         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3272         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3273         which happens for example with files smaller than 128kb.
3274
3275 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3276
3277         Patch by: Wouter Cloetens <zombie at e2big dot org>
3278
3279         * gst-libs/gst/rtsp/Makefile.am:
3280         * gst-libs/gst/rtsp/gstrtspconnection.c:
3281         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3282         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3283         (add_auth_header), (gst_rtsp_connection_free),
3284         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3285         (gst_rtsp_connection_set_auth_param),
3286         (gst_rtsp_connection_clear_auth_params):
3287         * gst-libs/gst/rtsp/gstrtspconnection.h:
3288         Add Digest authorization support for RTSP connections. See #532065.
3289
3290         * gst-libs/gst/rtsp/md5.c:
3291         * gst-libs/gst/rtsp/md5.h:
3292         Yeap, another md5 implementation until we can depend on a glib that has
3293         support for it.
3294
3295 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3296
3297         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3298
3299         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3300         Let audioresample use the buffer allocation of basetransform instead
3301         of it's own stuff.
3302
3303         * tests/check/elements/audioresample.c: (alloc_only_48000),
3304         (GST_START_TEST), (audioresample_suite):
3305         Add unit test for the recent basetransform bugfix, where upstream
3306         changes caps to something that can't be passed through anymore.
3307
3308 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3309
3310         * win32/common/config.h.in:
3311           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3312           use the real thing than having "???" unconditionally.
3313
3314 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3315
3316         * gst-libs/gst/audio/gstbaseaudiosink.c:
3317         (gst_base_audio_sink_query):
3318         Report the latency with the new seglatency parameter.
3319
3320         * gst-libs/gst/audio/gstringbuffer.c:
3321         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3322         (gst_ring_buffer_acquire):
3323         * gst-libs/gst/audio/gstringbuffer.h:
3324         Add new field to the ringbufferspec to specify the expected latency
3325         between the underlying device read/write pointer, this is needed
3326         when writing sinks that sit a little closer to the hardware.
3327         Add some more docs for other fields.
3328
3329 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3330
3331         * gst/volume/gstvolume.c: (volume_transform_ip):
3332         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3333         reason instead of crashing later. Might fix bug #509125.
3334
3335 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3336
3337         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3338
3339         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3340         * gst/audioconvert/audioconvert.h:
3341         * gst/audioconvert/gstaudioconvert.c:
3342         (gst_audio_convert_parse_caps),
3343         (structure_has_fixed_channel_positions),
3344         (gst_audio_convert_transform_caps):
3345         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3346         Add support for more than 8 channels and NONE channel layouts. For
3347         more than 8 channels no channel conversion is supported yet, only
3348         format conversions are supported. Fixes bug #398033.
3349
3350         * tests/check/elements/audioconvert.c: (verify_convert),
3351         (GST_START_TEST), (audioconvert_suite):
3352         Add some unit tests by Tim for checking the NONE channel layouts
3353         and more than 8 channels and add some more unit tests for channel
3354         conversions.
3355
3356 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3357
3358         * gst/playback/gstdecodebin2.c: (connect_pad):
3359         When autoplugging fails, set the element back to NULL before
3360         unreffing it.
3361
3362 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3363
3364         * win32/common/libgstaudio.def:
3365         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3366         symbols.
3367
3368 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3369
3370         * gst/subparse/samiparse.c: (handle_start_sync),
3371         (end_sami_element), (characters_sami):
3372         Remove trailing, leading and double whitespaces.
3373         Correctly timestamp buffers and output the last buffer too.
3374
3375         * tests/check/elements/subparse.c: (GST_START_TEST),
3376         (subparse_suite):
3377         Add a simple unit test for SAMI parsing.
3378
3379 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3380
3381         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3382
3383         * gst/subparse/samiparse.c: (handle_start_sync),
3384         (start_sami_element), (end_sami_element), (characters_sami),
3385         (sami_context_reset):
3386         Only output characters inside the "sync" elements. There could be
3387         other elements like "style" that have some content but should
3388         not be printed. Fixes bug #467911.
3389
3390 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3391
3392         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3393         (set_active_source):
3394         * gst/playback/gstplaybasebin.h:
3395         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3396         (playbin_set_audio_mute):
3397         Allow setting -1 as current-audio to mute the current audio stream,
3398         similar to what is done for subtitles. Fixes bug #342294.
3399
3400 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3401
3402         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3403         It's SorensOn and not SorensEn.
3404
3405 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3406
3407         * gst-libs/gst/pbutils/descriptions.c: (formats):
3408           Fix description of video/x-flash-video.
3409
3410 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3411
3412         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3413         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3414         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3415         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3416         Remove some unused code.
3417
3418         * gst/audioconvert/gstaudioquantize.c:
3419         (gst_audio_quantize_free_noise_shaping):
3420         Don't return before freeing the noise shaping history.
3421
3422 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3423
3424         * tests/check/elements/subparse.c: (do_test),
3425           (test_tmplayer_style3b), (subparse_suite):
3426           Add unit test for the tmplayer variant from bug #530962.
3427
3428 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3429
3430         * gst/subparse/gstsubparse.c: (handle_buffer),
3431           (gst_sub_parse_sink_event):
3432         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3433           (tmplayer_parse_line):
3434           Fix parsing of tmplayer subtitle variant where every single line contains
3435           text and there isn't an empty line after each line to determine the
3436           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3437           making sure that we push out the last line of text without a duration if
3438           there's still text left in the buffer at the end.
3439
3440 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3441
3442         * gst/subparse/gstsubparse.c: (feed_textbuf):
3443           Fix detection of discontinuities based on the buffer offset (doesn't work
3444           so well if no buffer offset is set) and also check for the DISCONT buffer
3445           flag. This keeps the parser state from being reset after each buffer in
3446           the unit test.
3447
3448 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3449
3450         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3451           Further fine-tuning: don't absolutely require sequence or GOP headers
3452           (as introduced in the previous commit), but adjust the typefind
3453           probabilities returned accordingly if we don't see them. Also make sure
3454           picture header and first slice are somewhat close to each other (which
3455           is not perfect but still better than requiring a fixed offset or having
3456           no limit at all).
3457
3458 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3459
3460         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3461         (gst_basertppayload_sink_setcaps),
3462         (gst_basertppayload_sink_getcaps):
3463         Rename the setcaps/getcaps function internally to make it clear that
3464         they are called for the sink pad.
3465
3466 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3467
3468         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3469         (gst_base_rtp_depayload_class_init),
3470         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3471         (gst_base_rtp_depayload_packet_lost),
3472         (gst_base_rtp_depayload_set_gst_timestamp):
3473         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3474         Catch packet-lost events from the jitterbuffer and convert them into a
3475         vmethod call (lost-packet) so that depayloaders can do something smart.
3476         Also add a default packet-lost function that sends out a segment update
3477         to the decoders.
3478
3479 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3480
3481         * gst/playback/test4.c:
3482         * gst/playback/test5.c:
3483         * gst/playback/test6.c:
3484         * gst/playback/test7.c:
3485           Also include config.h when relying on defines from it. Fixes the
3486           build. Its been a please to serve :)
3487
3488 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3489
3490         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3491         (paint_setup_NV21), (paint_hline_NV12_NV21):
3492         Add support for NV12 and NV21 in videotestsrc
3493
3494 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3495
3496         * gst/videoscale/gstvideoscale.c:
3497         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3498         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3499         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3500         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3501         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3502         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3503         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3504         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3505         (vs_image_scale_linear_RGB555):
3506         Support 1x1 images as input and output as for example the BBC HQ new
3507         streams have 1x1 GIFs in the playlists for some reason.
3508
3509 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3510
3511         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3512           (try_to_link_1):
3513           If we can't activate one of the decoders we plugged in (such as,
3514           say, musepackdec) for some reason (it might not support push mode,
3515           for example), remove any pad probes that close_pad_link() might
3516           have set up. This makes sure we later don't try to remove a probe
3517           for a pad that doesn't exist any longer, and avoids nast warnings
3518           and probably other things too.
3519
3520 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3521
3522         * gst/typefind/gsttypefindfunctions.c:
3523           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3524           (plugin_init):
3525           Rework mpeg video stream typefinding a bit more: make sure sequence,
3526           GOP, picture and slice headers appear in the order they should and
3527           that we've in fact at least had one of each; fix picture header
3528           detection; decouple picture and slice header check - don't assume
3529           they're at a fixed offset, there may be extra data in between. Also,
3530           announce varying degrees of probability depending on what we found
3531           exactly (multiple pictures, at least one picture, just sequence and
3532           GOP headers). Finally, in _ensure_data(), take into account that we
3533           might be typefinding smaller amounts of data, such as the first
3534           buffer of a stream, so fall back to the minimum size needed as long
3535           as that's available, instead of erroring out if there's less than
3536           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3537           fuzzed file from #399342 as valid.
3538
3539 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3540
3541         * ext/theora/theoradec.c:
3542           Cool kids don't divide by zero.
3543           Treat PAR of x:0 as 1:1.
3544           Fixes #530719.
3545
3546 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3547
3548         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3549           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3550           (mpeg_video_stream_type_find):
3551           Refactor a bit: use context structure to track parsing offset and
3552           size of available data and make the code a bit clearer. Fixes bad
3553           memory access in #356937.
3554
3555 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3556
3557         * gst/playback/test4.c:
3558         * gst/playback/test5.c:
3559         * gst/playback/test6.c:
3560         * gst/tcp/gstmultifdsink.c:
3561           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3562           is defined.
3563
3564 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3565
3566         * gst-libs/gst/audio/gstbaseaudiosink.h:
3567         Clarify some docs.
3568
3569         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3570         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3571         (gst_base_audio_src_set_slave_method),
3572         (gst_base_audio_src_get_slave_method),
3573         (gst_base_audio_src_set_property),
3574         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3575         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3576         Add property and methods for selecting the clock slave method in the
3577         source, like in the sink.
3578         We only implement "none" and "re-timestamp" for now.
3579         API: gst_base_audio_src_set_slave_method()
3580         API: gst_base_audio_src_get_slave_method()
3581
3582 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3583
3584         * gst-libs/gst/rtp/gstrtpbuffer.c:
3585         Fix the docs about the seqnum compare function, it returns a difference.
3586
3587 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3588
3589         * ext/alsa/gstalsadeviceprobe.c:
3590         (gst_alsa_get_device_list): Don't return before freeing up
3591         the allocated structures.
3592
3593 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3594
3595         * gst/playback/gstplaybin.c:
3596           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3597
3598 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3599
3600         * ext/ogg/gstoggdemux.c:
3601           Revert the event part, that should not go in.
3602
3603 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3604
3605         * ext/ogg/gstoggdemux.c:
3606           Don't leak GstPluginFeatures when filtering.
3607
3608 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3609
3610         * sys/xvimage/xvimagesink.c:
3611           Add some logging for cases when grabbing the xv failed.
3612
3613 2008-04-21  David Schleef  <ds@schleef.org>
3614
3615         * ext/ogg/gstoggmux.c:
3616           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3617           packet.  Should conform to what we currently think is the
3618           final Ogg/Dirac muxing spec.
3619
3620 2008-04-21  David Schleef  <ds@schleef.org>
3621
3622         * sys/xvimage/xvimagesink.c:
3623           Fix typo that causes the overlay keying color to bright green
3624           on a 16-bit display.  Dark grey good.  Bright green bad.
3625
3626 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3627
3628         * ext/gnomevfs/gstgnomevfsuri.c:
3629           Add  FIXME comment about using uri-list for source and sink.
3630
3631 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3632
3633         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3634         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3635         vaargs functions to gint. Otherwise the fractions will get 0 set
3636         instead of the correct value on big endian systems. Fixes bug #529018.
3637
3638 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3639
3640         * ext/gnomevfs/gstgnomevfssink.c:
3641         (gst_gnome_vfs_sink_uri_get_protocols):
3642         * ext/gnomevfs/gstgnomevfssrc.c:
3643         (gst_gnome_vfs_src_uri_get_protocols):
3644         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3645         (gst_gnomevfs_get_supported_uris):
3646         Get the list of supported URI schemes in a threadsafe way and use the
3647         same list for the source and sink.
3648
3649 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3650
3651         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3652         (gst_gio_get_supported_protocols):
3653         Don't generate a new supported protocols list on each call but cache
3654         it. It's supposed to be static anyway, this way we only leak it once
3655         per process.
3656
3657         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3658         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3659         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3660         (gst_gio_sink_start):
3661         * ext/gio/gstgiosink.h:
3662         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3663         (gst_gio_src_class_init), (gst_gio_src_finalize),
3664         (gst_gio_src_set_property), (gst_gio_src_get_property),
3665         (gst_gio_src_start):
3666         * ext/gio/gstgiosrc.h:
3667         API: Add "file" properties where one can set a GFile as
3668         source/destination.
3669
3670         Add locking to the properties and use
3671         gst_element_class_set_details_simple() instead of a static
3672         GstElementDetails struct.
3673
3674 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3675
3676         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3677         (plugin_init):
3678         Add "mpp" and "mp+" as possible extensions for MusePack files.
3679
3680         Add typefinding for MusePack StreamVersion 8 files and include the
3681         stream version in the caps.
3682
3683 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3684
3685         * gst-libs/gst/rtp/gstrtppayloads.c:
3686         (gst_rtp_payload_info_for_name):
3687         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3688
3689 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3690
3691         * configure.ac:
3692           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3693           (NB: this only affects compilation of some of the examples).
3694           Remove some configure.ac cruft that's not needed any longer.
3695
3696 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3697
3698         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3699         Don't validate the payload if there isn't any.
3700         Fixes #525915
3701
3702 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3703
3704         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3705         Use g_atomic_int_set() instead of gst_atomic_int_set().
3706
3707 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3708
3709         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3710         Return NULL instead of a gchar * array with one NULL element if we
3711         don't get any supported URI schemes from GIO.
3712
3713 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3714
3715         * gst/audiotestsrc/gstaudiotestsrc.c:
3716           Remove cpp style commented old code.
3717
3718 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3719
3720         * gst/playback/gstdecodebin2.c:
3721           Fix signal docs.
3722
3723 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3724
3725         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3726           (gst_text_overlay_init):
3727           Fix textoverlay unit test again by making the supposed default
3728           value for the wait-text property the actual default value.
3729           Also fix Since: tag for new property.
3730
3731 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3732
3733         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3734           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3735           (gst_video_format_get_pixel_stride),
3736           (gst_video_format_get_component_width),
3737           (gst_video_format_get_component_height),
3738           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3739           (gst_video_format_convert):
3740           Add guards to these functions to ensure sane input values.
3741
3742         * tests/check/libs/video.c:
3743           Fix unit test not to create caps with width=0 and height=0.
3744
3745 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3746
3747         * docs/design/draft-keyframe-force.txt:
3748         Fix typo.
3749
3750         * gst/playback/gstqueue2.c: (update_buffering),
3751         (gst_queue_handle_src_query):
3752         Set buffering mode in the messages.
3753         Set buffering percent in the query.
3754
3755         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3756         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3757         Do some more fancy things based on the buffering method in use.
3758
3759 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3760
3761         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3762         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3763         (msg_buffering), (main):
3764         Add basic download reports to seek using the new buffering API.
3765
3766 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3767
3768         * gst/playback/gstqueue2.c: (update_buffering),
3769         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3770         (gst_queue_src_checkgetrange_function):
3771         Include extra buffering stats in the buffering message.
3772         Implement BUFFERING query.
3773
3774         * gst/playback/gsturidecodebin.c: (do_async_start),
3775         (do_async_done), (type_found), (setup_streaming), (setup_source),
3776         (gst_uri_decode_bin_change_state):
3777         Only add decodebin2 when the type is found in streaming mode.
3778         Make uridecodebin async to PAUSED even when we don't have decodebin2
3779         added yet.
3780
3781 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3782
3783         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3784         Filter cdda from the supported URI schemes. We can't support
3785         musicbrainz tags and everything else one expects from a cdda source
3786         with GIO. Fixes bug #526794.
3787
3788 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3789
3790         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3791         (gst_xvimagesink_buffer_alloc):
3792         Fix calculation of 'expected size' for YV12 buffers.
3793         Be a little more verbose in the debug output for buffer-alloc'ed
3794         buffers which turn out to have the wrong size.
3795
3796 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3797
3798         * NEWS:
3799         * RELEASE:
3800         * gst-plugins-base.doap:
3801           Merge other changes from 0.10.19 release branch.
3802
3803 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3804
3805         * gst-libs/gst/audio/gstbaseaudiosink.c:
3806           (gst_base_audio_sink_class_init):
3807         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3808           (gst_base_audio_src_class_init):
3809         * gst/playback/gstplayback.c: (plugin_init):
3810         * gst/volume/gstvolume.c: (plugin_init):
3811           Work around missing bits of thread-safety on older GLibs some
3812           more to avoid assertions when starting up multiple playbin
3813           objects concurrently (see #512382).
3814
3815 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3816
3817         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3818           Remove some more fields.
3819
3820 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3821
3822         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3823
3824         * configure.ac:
3825         Actually build dlls when cross-compiling with mingw32.
3826         Fixes bug #526247.
3827
3828 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3829
3830         * configure.ac:
3831           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3832
3833 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3834
3835         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3836         (msg_buffering), (connect_bus_signals), (main):
3837         Add statusbar.
3838         Add buffering support with feedback in the statusbar.
3839
3840 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3841
3842         * ext/ogg/gstoggmux.c:
3843           Fix sample pipeline description.
3844
3845 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3846
3847         * docs/plugins/Makefile.am:
3848         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3849         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3850         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3851           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3852
3853         * docs/plugins/gst-plugins-base-plugins.args:
3854         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3855         * docs/plugins/gst-plugins-base-plugins.interfaces:
3856         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3857         * docs/plugins/inspect/plugin-adder.xml:
3858         * docs/plugins/inspect/plugin-alsa.xml:
3859         * docs/plugins/inspect/plugin-audioconvert.xml:
3860         * docs/plugins/inspect/plugin-audiorate.xml:
3861         * docs/plugins/inspect/plugin-audioresample.xml:
3862         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3863         * docs/plugins/inspect/plugin-cdparanoia.xml:
3864         * docs/plugins/inspect/plugin-decodebin.xml:
3865         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3866         * docs/plugins/inspect/plugin-gdp.xml:
3867         * docs/plugins/inspect/plugin-gnomevfs.xml:
3868         * docs/plugins/inspect/plugin-libvisual.xml:
3869         * docs/plugins/inspect/plugin-ogg.xml:
3870         * docs/plugins/inspect/plugin-pango.xml:
3871         * docs/plugins/inspect/plugin-playback.xml:
3872         * docs/plugins/inspect/plugin-queue2.xml:
3873         * docs/plugins/inspect/plugin-subparse.xml:
3874         * docs/plugins/inspect/plugin-tcp.xml:
3875         * docs/plugins/inspect/plugin-theora.xml:
3876         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3877         * docs/plugins/inspect/plugin-uridecodebin.xml:
3878         * docs/plugins/inspect/plugin-video4linux.xml:
3879         * docs/plugins/inspect/plugin-videorate.xml:
3880         * docs/plugins/inspect/plugin-videoscale.xml:
3881         * docs/plugins/inspect/plugin-videotestsrc.xml:
3882         * docs/plugins/inspect/plugin-volume.xml:
3883         * docs/plugins/inspect/plugin-vorbis.xml:
3884         * docs/plugins/inspect/plugin-ximagesink.xml:
3885         * docs/plugins/inspect/plugin-xvimagesink.xml:
3886           Update introspection data.
3887
3888         * ext/ogg/gstoggmux.c:
3889           Document oggmux.
3890
3891         * gst/playback/gstdecodebin2.c:
3892           Don't use gtk-doc style comment start for private stuff, but make it
3893           formatted like this for consistency.
3894
3895 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3896
3897         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3898         (gst_decode_bin_init), (gst_decode_bin_dispose),
3899         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3900         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3901         (analyze_new_pad), (connect_pad), (expose_pad),
3902         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3903         (gst_decode_group_expose), (gst_decode_group_free),
3904         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3905         Remove fakesink hack, we can now implement this more elegantly.
3906         Added property to bypass typefinding.
3907         Removed underrun callback and demuxer pad probe, we now use the srcpad
3908         probe to expose groups.
3909         API::sink-caps property
3910
3911         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3912         Guard against multiple emissions of the no_more_pads signal, which
3913         happens when we are dealing with chained oggs.
3914
3915         * gst/playback/gsturidecodebin.c: (remove_decoders),
3916         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3917         (setup_source):
3918         For streams, use our own typefind element and plug our queue after it.
3919         We will need this to determine the type of buffering to use for the
3920         queue soon.
3921
3922 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3923
3924         * gst-libs/gst/audio/gstbaseaudiosink.c:
3925         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3926         Guard against over and underflows because of clock slaving.
3927         When we are using our own clock, still compensate for any calibrations
3928         that we might have done to our clock.
3929
3930 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3931
3932         * ext/theora/theoradec.c: (theora_handle_type_packet),
3933         (theora_dec_chain):
3934         Don't try to do anything fancy with the return code from pushing an
3935         event, it does not have enough information to turn it into a
3936         GST_FLOW_ERROR.
3937
3938 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3939
3940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3941         (gst_ogg_demux_chain_elem_pad):
3942         Add small debug line.
3943         Pass return code from the internal decoder instead of the too generic
3944         GST_FLOW_ERROR.
3945
3946 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3947
3948         * gst-libs/gst/cdda/Makefile.am:
3949         * gst-libs/gst/cdda/base64.c:
3950         * gst-libs/gst/cdda/base64.h:
3951         * gst-libs/gst/cdda/gstcddabasesrc.c:
3952         (gst_cddabasesrc_calculate_musicbrainz_discid):
3953         Use GLib's base64 implementation instead of our own.
3954
3955 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3956
3957         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3958         (gst_ogg_demux_read_chain):
3959         Refix oggdemux, we only have a problem if we failed to find a chain and
3960         we are not EOF.
3961
3962 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3963
3964         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3965
3966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3967         (gst_ogg_demux_read_chain):
3968         When we fail to find a BOS page and we and up with no chain, error out
3969         properly instead of segfaulting. Fixes #525665.
3970
3971 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3972
3973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3974         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3975         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3976         no-more-pads...
3977
3978 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3979
3980         * gst/playback/gstqueue2.c: (update_out_rates),
3981         (gst_queue_open_temp_location_file),
3982         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3983         (gst_queue_handle_src_query), (gst_queue_set_property):
3984         Update the estimated input data when we push out a buffer.
3985         Add some debug info about the temp file.
3986         Only forward src events when we are not using a temp file.
3987         Don't block the duration query, we need to find something better.
3988         Don't leak the temp filename.
3989
3990 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3991
3992         * configure.ac:
3993         Require GLib 2.12 and liboil 0.3.14.
3994
3995         * gst/volume/gstvolume.c: (volume_process_double):
3996         Unconditionally use liboil 0.3.14 function.
3997
3998 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3999
4000         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4001         ms-gsm can have arbitrarty sample rates. See #481354.
4002
4003 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4004
4005         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4006         MP4S is generic MPEG-4, not a microsoft variant.
4007
4008 2008-03-27  Michael Smith <msmith@fluendo.com>
4009
4010         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
4011           Check the body CRC (if set) when depayloading.
4012           Fixes #522401.
4013
4014 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
4015
4016         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4017           Fix Since: version for new property.
4018
4019 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4020
4021         * gst-libs/gst/rtsp/gstrtspconnection.c:
4022         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4023         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
4024         Don't error when poll_wait returns EAGAIN.
4025
4026 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4027
4028         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
4029         The queue is never filled when there are no buffers in the queue at all.
4030         Fixes #523993.
4031
4032 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4033
4034         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4035         (init_group), (free_group), (gst_play_bin_init),
4036         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4037         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
4038         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
4039         (gst_play_bin_set_current_video_stream),
4040         (gst_play_bin_set_current_audio_stream),
4041         (gst_play_bin_set_current_text_stream),
4042         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
4043         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
4044         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
4045         (activate_group), (deactivate_group), (setup_next_source),
4046         (save_current_group), (gst_play_bin_change_state):
4047         Update some docs.
4048         Add new locks and conds to protect pipeline creation and group
4049         switching.
4050         Implement the sub-uri property.
4051         Keep track of pending uridecodebin creation and configure the output
4052         pipeline after all streams are configured.
4053         Propagate subtitle encoding to the uridecodebins.
4054         Implement getting the video/audio/visualisation elements.
4055         Use input-selector for stream switching.
4056         If we are asked to do visualisation, prefer to autoplug raw sinks
4057         instead of sinks that accept encoded data.
4058
4059 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4060
4061         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4062         (gst_play_sink_init), (gst_play_sink_dispose),
4063         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
4064         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
4065         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
4066         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
4067         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
4068         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
4069         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
4070         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
4071         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
4072         * gst/playback/gstplaysink.h:
4073         Add methods to get audio/video/vis elements.
4074         Add methods to set the font description for the overlay.
4075         Remove properties, we're using this element with its methods only.
4076         Add support for subtitles.
4077         Rearrange the locking a bit to not use the object lock for protecting
4078         the pipeline construction.
4079         Try to use the volume and mute property on the sink when its available.
4080         Implement the mute option with volume when the sink does not have a mute
4081         property.
4082         Only add volume element when the sink has no volume property.
4083         Only do visualisations with raw audio pads.
4084
4085 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4086
4087         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4088         (gst_text_overlay_init), (gst_text_overlay_set_property),
4089         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
4090         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4091         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4092         (gst_text_overlay_change_state):
4093         * ext/pango/gsttextoverlay.h:
4094         Add property to configure waiting for text on the textpad or not, with
4095         the default behaviour being the old one (always wait for text before
4096         rendering the video). This default behaviour is usually not the best one
4097         because the text stream can very sparse and could require queueing a lot
4098         of video.
4099         Fix the flushing and EOS handing so that we don't mix up their meaning.
4100
4101 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4102
4103         * gst/playback/gsturidecodebin.c:
4104         (gst_uri_decode_bin_autoplug_factories),
4105         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4106         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
4107         (gst_uri_decode_bin_set_property),
4108         (gst_uri_decode_bin_get_property), (no_more_pads_full),
4109         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
4110         (proxy_autoplug_factories_signal), (make_decoder),
4111         (source_new_pad), (setup_source):
4112         Add a readonly source property and notify.
4113         Add new lock for protecting the construction of the pipeline.
4114         Keep track of the decodebins we plugged.
4115         Correctly proxy the autoplug signal so that it actually continues.
4116         Proxy subtitle-encoding to the decodebins.
4117
4118 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4119
4120         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4121         (text_toggle_cb), (update_streams), (main):
4122         Rearrange some buttons in playbin2 and make some other boxes insensitive
4123         when needed.
4124         Add language codes to subtitle selection boxes when we gind the right
4125         tags for the streams.
4126
4127 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4128
4129         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4130         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4131         (gst_decode_bin_set_subs_encoding),
4132         (gst_decode_bin_get_subs_encoding),
4133         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4134         (deactivate_free_recursive):
4135         Protect caps property with the object lock.
4136         Protect encoding property with the object lock.
4137         Keep list of elements we added that have the subtitle-encoding property.
4138         Distribute the subtitle-encoding to all of the elements when it
4139         changes.
4140
4141 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4142
4143         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4144         Small debug improvement.
4145
4146         * gst-libs/gst/audio/gstbaseaudiosink.c:
4147         (gst_base_audio_sink_render):
4148         Fix bug in determining the sample start/stop position, we want to base
4149         this decision on the fact that we are going forwards or backwards, not
4150         slower or faster. This fixes some ugly resync warnings when playing at
4151         very slow speeds.
4152
4153 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
4154
4155         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4156         Correctly set the supported URI schemes and don't leave
4157         some schemes in the middle or at the start at NULL.
4158
4159 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4160
4161         * tests/check/elements/gdpdepay.c:
4162           Make test compile without unused function/variable warnings on PPC.
4163  
4164 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4165
4166         * configure.ac:
4167         * ext/alsa/gstalsamixerelement.c:
4168         (gst_alsa_mixer_element_class_init):
4169         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4170         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4171         * ext/cdparanoia/gstcdparanoiasrc.c:
4172         (gst_cd_paranoia_src_class_init):
4173         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4174         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4175         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4176         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4177         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4178         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4179         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4180         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4181         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4182         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4183         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4184         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4185         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4186         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4187         (gst_audio_filter_template_class_init):
4188         * gst-libs/gst/audio/gstbaseaudiosink.c:
4189         (gst_base_audio_sink_class_init):
4190         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4191         (gst_base_audio_src_class_init):
4192         * gst-libs/gst/cdda/gstcddabasesrc.c:
4193         (gst_cdda_base_src_class_init):
4194         * gst-libs/gst/interfaces/mixertrack.c:
4195         (gst_mixer_track_class_init):
4196         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4197         (gst_base_rtp_depayload_class_init):
4198         * gst-libs/gst/rtp/gstbasertppayload.c:
4199         (gst_basertppayload_class_init):
4200         * gst/audioconvert/gstaudioconvert.c:
4201         (gst_audio_convert_class_init):
4202         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4203         * gst/audioresample/gstaudioresample.c:
4204         (gst_audioresample_class_init):
4205         * gst/audiotestsrc/gstaudiotestsrc.c:
4206         (gst_audio_test_src_class_init):
4207         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4208         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4209         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4210         (preroll_unlinked):
4211         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4212         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4213         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4214         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4215         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4216         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4217         (gst_stream_selector_class_init):
4218         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4219         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4220         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4221         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4222         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4223         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4224         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4225         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4226         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4227         * gst/videotestsrc/gstvideotestsrc.c:
4228         (gst_video_test_src_class_init):
4229         * gst/volume/gstvolume.c: (gst_volume_class_init):
4230         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4231         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4232         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4233         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4234         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4236         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4237         static strings (i.e. all). This gives us less memory usage,
4238         fewer allocations and thus less memory defragmentation. Depend
4239         on core CVS for this. Fixes bug #523806.
4240
4241 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4242
4243         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4244         Filter http and https protocols. GIO/GVfs handles them but it's
4245         impossible to implement iradio/icecast with it. Better use
4246         souphttpsrc or something else for this.
4247
4248         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4249         If getting the file informations by a query fails try it with the
4250         seek-to-end trick too.
4251
4252 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4253
4254         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4255         (gst_volume_base_init), (gst_volume_class_init),
4256         (volume_process_double), (volume_process_float),
4257         (volume_transform_ip), (plugin_init):
4258         memset buffers to zero if we get a GAP buffer. We usually see a
4259         buffer as one unit so let's handle it as one and don't care about
4260         volume changes while processing one buffer.
4261         Also clean up some stuff a bit.
4262
4263 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4264
4265         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4266         (gst_audio_convert_create_silence_buffer),
4267         (gst_audio_convert_transform):
4268         Make audioconvert GAP-aware by outputting silence buffers when the
4269         input has the GAP flag set. This is up to 8x faster.
4270         Based on a patch by Stefan Kost. Fixes bug #517813.
4271
4272 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4273
4274         * gst/volume/gstvolume.c: (volume_process_double):
4275         Use oil_scalarmultiply_f64_ns() for double processing when it's
4276         available at compile time.
4277
4278 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4279
4280         * configure.ac:
4281         Fix lrint/lrintf checks to actually work. These functions are
4282         in libm on Linux at least so try to link to it.
4283
4284 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4285
4286         * configure.ac:
4287         Back to development - 0.10.18.1
4288
4289 === release 0.10.18 ===
4290
4291 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4292
4293         * configure.ac:
4294           releasing 0.10.18, "I will follow"
4295
4296 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4297
4298         * configure.ac:
4299         * win32/common/config.h:
4300         0.10.17.4 pre-release
4301
4302 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4303
4304         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4305         Use GST_STR_NULL when trying to print strings that could be NULL because
4306         this might crash on some platforms. See #520808.
4307
4308 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4309
4310         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4311
4312         * gst-libs/gst/rtsp/gstrtspconnection.c:
4313         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4314         (read_line), (gst_rtsp_connection_read_internal):
4315         Generic Windows fixes that makes libgstrtsp work on Windows when
4316         coupled with the new GstPoll API. See #520808.
4317
4318 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4319
4320         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4321
4322         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4323           If seeking to a new position succeeds don't simply return from
4324           create() without creating a buffer. Do this only in the case
4325           seeking to the new position fails. Fixes bug #523054.
4326
4327 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4328
4329         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4330           (gst_video_format_from_rgba32_masks):
4331           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4332           (#522635).
4333
4334         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4335           Add unit test for the RGB caps parsing and creation, checking for
4336           internal consistency of the new API and consistency of the API with
4337           the old GST_VIDEO_CAPS_* defines.
4338
4339 2008-03-14  David Schleef  <ds@schleef.org>
4340
4341         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4342           because -base is in freeze.
4343
4344 2008-03-14  David Schleef  <ds@schleef.org>
4345
4346         Patch by: William M. Brack
4347
4348         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4349
4350 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4351
4352         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4353         (gst_selector_pad_chain):
4354         * gst/playback/gststreamselector.h:
4355         Revert change that caused regression until a real fix is found.
4356         Fixes #522203.
4357
4358 2008-03-12  Michael Smith <msmith@fluendo.com>
4359
4360         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4361         * gst-libs/gst/audio/gstringbuffer.h:
4362           Rename recently added buffer types to make more sense.
4363         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4364         (gst_alsasink_write):
4365           Adapt for above API changes.
4366           Fixes bug #520523.
4367
4368 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4369
4370         * win32/common/libgstnetbuffer.def:
4371         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4372
4373 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4374
4375         * configure.ac:
4376         * win32/common/config.h:
4377         0.10.17.3 pre-release
4378
4379 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4380
4381         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4382         (gst_base_audio_src_create):
4383         Fix duration when no clock was provided. Fixes #520300.
4384
4385 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4386
4387         Patch by: Olivier Crete  <tester at tester ca>
4388
4389         * docs/libs/gst-plugins-base-libs-sections.txt:
4390         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4391         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4392         Add trivial function to compare GstNetAddress. See #520626.
4393         API: GstNetBuffer::gst_netaddress_equal
4394
4395 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4396
4397         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4398         Update mode property docs, it's deprecated now.
4399
4400 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4401
4402         * gst-libs/gst/rtsp/gstrtspconnection.c:
4403         (gst_rtsp_connection_create):
4404         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4405         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4406         * gst/tcp/gstmultifdsink.h:
4407         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4408         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4409         Remove GstPollMode from gstpoll constructor.
4410
4411 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4412
4413         * configure.ac:
4414         * win32/common/config.h:
4415         0.10.17.2 pre-release
4416
4417 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4418
4419         * gst/Makefile.am:
4420         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4421         them twice
4422
4423         * win32/common/libgstinterfaces.def:
4424         * win32/common/libgstrtp.def:
4425         Add new API to the defs
4426
4427 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4428
4429         Patch by: Mersad Jelacic  <mersad at axis dot com>
4430
4431         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4432         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4433         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4434         possible to specify the sample size in bits. (#509637)
4435
4436 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4437
4438         * tests/check/libs/mixer.c:
4439           Add a few simple checks for the new message types.
4440
4441 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4442
4443         * docs/libs/gst-plugins-base-libs-sections.txt:
4444         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4445           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4446           (gst_mixer_message_get_type),
4447           (gst_mixer_message_parse_option_changed),
4448           (gst_mixer_message_parse_options_list_changed):
4449         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4450           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4451           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4452           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4453           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4454           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4455
4456 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4457
4458         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4459           (gst_mixer_options_get_values):
4460         * gst-libs/gst/interfaces/mixeroptions.h:
4461           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4462           (_GstMixerOptions), (_GstMixerOptionsClass):
4463           API: add GstMixerOptions::get_values vfunc (#519906)
4464
4465 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4466
4467         * configure.ac:
4468         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4469         plug-ins are included/excluded. (#498222)
4470
4471 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4472
4473         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4474         Add typefinder for IMelody files, using audio/x-imelody.
4475         See bug #519516.
4476
4477 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4478
4479         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4480         * ext/alsa/gstalsasink.c: (set_hwparams):
4481         * ext/alsa/gstalsasrc.c: (set_hwparams):
4482         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4483         * ext/ogg/gstoggmux.h:
4484         * ext/ogg/gstogmparse.c:
4485         * gst-libs/gst/audio/audio.c:
4486         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4487         * gst-libs/gst/pbutils/missing-plugins.c:
4488         (gst_missing_uri_sink_message_new),
4489         (gst_missing_element_message_new),
4490         (gst_missing_decoder_message_new),
4491         (gst_missing_encoder_message_new):
4492         * gst-libs/gst/rtp/gstbasertppayload.c:
4493         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4494         (gst_rtcp_packet_bye_get_reason):
4495         * gst/audioconvert/gstaudioconvert.c:
4496         * gst/audioresample/gstaudioresample.c:
4497         * gst/ffmpegcolorspace/imgconvert.c:
4498         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4499         * gst/typefind/gsttypefindfunctions.c:
4500         * gst/videoscale/vs_4tap.c:
4501         * gst/videoscale/vs_4tap.h:
4502         * sys/v4l/gstv4lelement.c:
4503         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4504         * sys/v4l/v4l_calls.c:
4505         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4506         (gst_v4lsrc_try_capture):
4507         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4508         (gst_ximagesink_ximage_new):
4509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4510         (gst_xvimagesink_xvimage_new):
4511         * tests/check/elements/audioconvert.c:
4512         * tests/check/elements/audioresample.c:
4513         (fail_unless_perfect_stream):
4514         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4515         * tests/check/elements/decodebin.c:
4516         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4517         (setup_gdpdepay_streamheader):
4518         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4519         (setup_gdppay_streamheader):
4520         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4521         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4522         * tests/check/elements/textoverlay.c:
4523         * tests/check/elements/videorate.c: (setup_videorate):
4524         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4525         * tests/check/elements/volume.c: (setup_volume):
4526         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4527         * tests/check/elements/vorbistag.c:
4528         * tests/check/generic/clock-selection.c:
4529         * tests/check/generic/states.c: (setup), (teardown):
4530         * tests/check/libs/cddabasesrc.c:
4531         * tests/check/libs/video.c:
4532         * tests/check/pipelines/gio.c:
4533         * tests/check/pipelines/oggmux.c:
4534         * tests/check/pipelines/simple-launch-lines.c:
4535         (simple_launch_lines_suite):
4536         * tests/check/pipelines/streamheader.c:
4537         * tests/check/pipelines/theoraenc.c:
4538         * tests/check/pipelines/vorbisdec.c:
4539         * tests/check/pipelines/vorbisenc.c:
4540         * tests/examples/seek/scrubby.c:
4541         * tests/examples/seek/seek.c: (query_positions_elems),
4542         (query_positions_pads):
4543         * tests/icles/stress-xoverlay.c: (myclock):
4544         Correct all relevant warnings found by the sparse semantic code
4545         analyzer. This include marking several symbols static, using
4546         NULL instead of 0 for pointers and using "foo (void)" instead
4547         of "foo ()" for declarations.
4548
4549         * win32/common/libgstrtp.def:
4550         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4551
4552 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4553
4554         Patch by: José Alburquerque <jaalburqu svn gnome org>
4555
4556         * gst/playback/gstplaybin2.c:
4557           Make the function signature of the _get_*_tags() functions match
4558           the signature of the vfuncs they implement, ie. return a
4559           GstTagList rather than a GstStructure, which is more correct,
4560           even if one is typedef'ed to the other (#518940).
4561
4562 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4563
4564         * gst-libs/gst/rtsp/gstrtspconnection.c:
4565           Don't include unix headers unconditionally (fixes #518037).
4566
4567 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4568
4569         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4570           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4571           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4572           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4573           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4574           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4575           (gst_video_format_is_packed), (video_format_is_packed):
4576           Add unit test that makes sure that the strides, offsets and
4577           sizes returned for the various YUV formats by the new video API
4578           match the old reference implementation in videotestsrc.
4579
4580 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4581
4582         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4583           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4584           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4585           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4586           (gst_video_format_get_pixel_stride),
4587           (gst_video_format_get_component_width),
4588           (gst_video_format_get_component_height),
4589           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4590         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4591           (GST_VIDEO_FORMAT_Y42B):
4592           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4593
4594 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4595
4596         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4597           YV12 is I420 with swapped components 1 and 2, so the offset of
4598           component 1 for I420 should be the offset for component 2 for YV12
4599           and vice versa.
4600
4601 2008-02-29  Rene Stadler  <mail@renestadler.de>
4602
4603         * sys/v4l/gstv4lelement.c:
4604         Add missing semicolon to fix indentation.
4605
4606 2008-02-29  Julien Moutte  <julien@fluendo.com>
4607
4608         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4609         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4610         if we can do SPDIF output.
4611         * ext/alsa/gstalsa.h:
4612         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4613         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4614         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4615         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4616         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4617         to support AC3, EC3 and IEC958 buffers.
4618
4619 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4620
4621         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4622           (gst_mixer_message_parse_mute_toggled),
4623           (gst_mixer_message_parse_record_toggled),
4624           (gst_mixer_message_parse_volume_changed),
4625           (gst_mixer_message_parse_option_changed):
4626           De-cruft and fix message type assertions (NULL is not a really
4627           valid mixer message type string).
4628
4629 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4630
4631         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4632         When negotiating, actually start from a format that we can support
4633         instead of from the too generic template.
4634
4635 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4636
4637         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4638         Enable vis setting.
4639
4640         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4641         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4642         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4643         (gen_vis_chain):
4644         Implement vis switching while playing.
4645
4646 2008-02-28  David Schleef  <ds@schleef.org>
4647
4648         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4649
4650 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4651
4652         Patch by: Peter Kjellerstedt  <pkj at axis com>
4653
4654         * gst/tcp/Makefile.am:
4655         * gst/tcp/fdsetstress.c:
4656         * gst/tcp/gstfdset.c:
4657         * gst/tcp/gstfdset.h:
4658         Removed fdset and stress test, they are now known as GstPoll in
4659         core. 
4660
4661         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4662         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4663         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4664         (gst_multi_fd_sink_handle_client_write),
4665         (gst_multi_fd_sink_queue_buffer),
4666         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4667         (gst_multi_fd_sink_stop):
4668         * gst/tcp/gstmultifdsink.h:
4669         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4670         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4671         (gst_tcp_gdp_read_caps):
4672         * gst/tcp/gsttcp.h:
4673         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4674         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4675         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4676         * gst/tcp/gsttcpclientsink.h:
4677         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4678         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4679         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4680         * gst/tcp/gsttcpclientsrc.h:
4681         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4682         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4683         * gst/tcp/gsttcpserversink.h:
4684         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4685         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4686         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4687         * gst/tcp/gsttcpserversrc.h:
4688         Port to GstPoll. See #505417.
4689
4690 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4691
4692         Patch by: Peter Kjellerstedt  <pkj at axis com>
4693
4694         * gst-libs/gst/rtsp/gstrtspconnection.c:
4695         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4696         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4697         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4698         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4699         (gst_rtsp_connection_flush):
4700         * gst-libs/gst/rtsp/gstrtspconnection.h:
4701         Use GstPoll for the rtsp connection. See #505417.
4702
4703 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4704
4705         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4706         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4707         Add combo box for visualisations, populate it with a factory list
4708         of all visualisation plugins, configure vis plugin instance in
4709         playbin2. 
4710
4711 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4712
4713         * tests/check/libs/rtp.c: (GST_START_TEST):
4714         Add check for RTP buffer defaults, padding and marker bit API.
4715
4716 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4717
4718         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4719         Use memcpy() instead of upcasting a byte array to long *. This
4720         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4721         This should be ported to GCheckSum once we can use GLib 2.16.
4722         Partially fixes bug #500833.
4723
4724 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4725
4726         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4727           Push tag event after the newsegment event. Log the pointer of
4728           the buffer we're actually going to push rather than the buffer
4729           we're feeding to _make_metadata_writable().
4730
4731 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4732
4733         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4734         Comment smoke typefinder for now. The smokedec plugin needs one
4735         frame per buffer but we have no parser yet, thus it simply crashes
4736         in most situations.
4737
4738 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4739
4740         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4741         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4742
4743 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4744
4745         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4746         (plugin_init):
4747         Add midi typefinder, copied from the timidity plugin.
4748
4749 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4750
4751         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4752
4753         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4754         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4755           (subparse_suite):
4756           Forward slashes at the beginning and end of a line also signify
4757           italics (Fixes: #518162).
4758
4759 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4760
4761         * tests/check/gst-plugins-base.supp:
4762         Add a suppression for a cached value in GIO that wasn't moved
4763         while moving gio from -bad to -base.
4764
4765 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4766
4767         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4768
4769         * configure.ac:
4770         Don't hardcode -Wall and -Werror for configure checks, this fails
4771         with non-GCC compilers. Fixes bug #517991.
4772
4773 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4774
4775         * gst/audioconvert/gstaudioconvert.c:
4776         * gst/audioconvert/gstaudioquantize.c:
4777         * gst/audioconvert/gstaudioquantize.h:
4778           Make audioconvert gap aware. If noiseshaping is used, wait for
4779           noiseshaping to converge before marking as GAP. Fixes #517813.
4780
4781 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4782
4783         * gst/audiotestsrc/gstaudiotestsrc.c:
4784           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4785
4786 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4787
4788         * ext/gnomevfs/gstgnomevfssink.c:
4789         (gst_gnome_vfs_sink_handle_event):
4790         Return FALSE when seeking for a new segment fails instead
4791         of silently ignoring the failure and appending every buffer
4792         that comes for the new segment.
4793
4794 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4795
4796         * gst/playback/gstplaysink.c: (find_property),
4797         (gst_play_sink_find_property), (gen_video_chain),
4798         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4799         Recursively search the sink element for a last-frame property so that we
4800         can also find the property in autovideosink and friends that don't
4801         always proxy the internal sink properties.
4802
4803 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4804
4805         * gst-libs/gst/audio/multichannel.c:
4806           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4807           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4808           (gst_audio_set_structure_channel_positions_list),
4809           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4810           (gst_audio_fixate_channel_positions):
4811           Fix confusing terminology in docs and code: structure fields are
4812           'fields' and not 'properties'.
4813
4814 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4815
4816         * gst-libs/gst/audio/multichannel.c:
4817           (gst_audio_check_channel_positions), (add_list_to_struct):
4818           Give more useful warning messages if one of the channel
4819           layout enums passed to us is invalid and if the "channels"
4820           field in the caps has a GType we don't expect.
4821
4822 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4823
4824         * gst-libs/gst/audio/multichannel.c:
4825           Fix typo in docs blurb.
4826
4827 2008-02-19  Julien Moutte  <julien@fluendo.com>
4828
4829         Patch by: Josep Torra Valles <josep@fluendo.com>
4830
4831         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4832         typefind lookup to fix typefinding on HD clips.
4833
4834 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4835
4836         * gst/playback/gstscreenshot.c:
4837         * gst/playback/gstscreenshot.h:
4838           Fix up copyright (I rewrote the GStreamer-0.10 code for
4839           this from scratch back in the days).
4840
4841 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4842
4843         * gst/playback/Makefile.am:
4844         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4845         (create_element), (gst_play_frame_conv_convert):
4846         * gst/playback/gstscreenshot.h:
4847         Add screenshot conversion code from totem.
4848
4849         * gst/playback/gstplay-marshal.list:
4850         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4851         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4852         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4853         Implement frame property to get a color-unconverted snapshot.
4854         Implement convert-frame action signal to get a converted snapshot image.
4855         Configure connection speed in uridecodebin.
4856         Document some more properties.
4857
4858         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4859         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4860         (gst_play_sink_get_last_frame):
4861         * gst/playback/gstplaysink.h:
4862         Use last-buffer property of the video sink to get a video snapshot.
4863
4864         * tests/examples/seek/seek.c: (shot_cb), (main):
4865         Add snapshot button for playbin2 and use the frame property to save the
4866         frame as a png in the current directory.
4867
4868 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4869
4870         Patch by: Josep Torra Valles <josep at fluendo dot com>
4871
4872         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4873         (plugin_init):
4874         Add typefinding support for h264 elementary streams.
4875         Fixes bug #517420.
4876
4877 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4878
4879         * configure.ac:
4880           Require CVS of core for new API in collectpads.
4881
4882         * gst/adder/gstadder.c:
4883           Use new API to make adder sparse stream aware.
4884
4885 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4886
4887         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4888         (no_more_pads_cb):
4889         Get the object data correct so that we can remove our channels
4890         correctly.
4891
4892         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4893         (gen_vis_chain), (gst_play_sink_reconfigure),
4894         (gst_play_sink_request_pad):
4895         Add option to disable async behaviour in the sinks when possible. This
4896         makes it possible to avoid an audio queue when dealing with
4897         visualisations.
4898         Add option to add a queue for the audio path.
4899
4900         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4901         (main):
4902         Disable the vis checkbox to match the defaults of playbin2.
4903         Only get the stream info when we need to.
4904
4905 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4906
4907         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4908         (gst_gio_base_sink_set_stream):
4909         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4910         (gst_gio_base_src_set_stream):
4911         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4912         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4913         Don't use async operations as they require a running main loop.
4914         This makes us block again when closing streams and unable
4915         to mount the enclosing volume of an URI if it isn't yet.
4916
4917 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4918
4919         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4920         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4921         (gen_vis_chain), (gst_play_sink_reconfigure),
4922         (gst_play_sink_request_pad):
4923         Move tee in front of the audio and vis pipelines.
4924         Add queue for audio for now.
4925         Add visualisation support.
4926
4927         * tests/examples/seek/seek.c: (main):
4928         Visualisation is by default disabled.
4929
4930 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4931
4932         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4933         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4934         Improve debugging a bit.
4935
4936         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4937         * ext/gio/gstgiosink.h:
4938         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4939         * ext/gio/gstgiosrc.h:
4940         Try to mount the enclosing volume of a GFile if it isn't mounted
4941         yet. This requires us to wait for an async operation to finish, done
4942         with an nested GMainLoop. Authentication is not supported yet, will
4943         come later.
4944
4945 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4946
4947         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4948         (gst_play_bin_set_property), (gst_play_bin_get_property),
4949         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4950         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4951         (gst_play_sink_get_mute), (gen_audio_chain):
4952         * gst/playback/gstplaysink.h:
4953         Add mute property.
4954
4955         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4956         (gst_selector_pad_chain):
4957         * gst/playback/gststreamselector.h:
4958         Make sure we forward the event only once.
4959
4960         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4961         Add and implement the mute button for playbin2.
4962
4963 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4964
4965         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4966
4967         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4968         Add some more debug info.
4969         Make sure we never return a negative delay. Fixes #516246.
4970
4971 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4972
4973         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4974           Revert patch that makes the sink hold the object lock when
4975           calling snd_pcm_delay(), since it breaks playback for me.
4976
4977 2008-02-12  Julien Moutte  <julien@fluendo.com>
4978
4979         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4980         some seek flags when changing rate.
4981
4982 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4983
4984         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4985         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4986         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4987         Fix potential leaks.
4988
4989         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4990         Fix leak when there is no function configured.
4991
4992 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4993
4994         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4995         (gst_v4lsrc_buffer_finalize):
4996         Correctly chain up the finalize method.
4997
4998 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4999
5000         * ext/gio/gstgiostreamsink.c:
5001         * ext/gio/gstgiostreamsrc.c:
5002         Add documentation and example code for giostreamsink/giostreamsrc.
5003
5004         * tests/check/pipelines/gio.c: (GST_START_TEST):
5005         Ask the GMemoryOutputStream for the data instead of assuming that
5006         the pointer to the data stayed the same. It could've been realloc'ed.
5007
5008 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5009
5010         * ext/gio/gstgiosink.c:
5011         * ext/gio/gstgiosrc.c:
5012         Make the documentation of giosink/giosrc complete, large parts
5013         are based on the gnomevfssink/gnomevfssrc docs.
5014
5015 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5016
5017         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5018         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5019         * docs/plugins/gst-plugins-base-plugins.args:
5020         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5021         * docs/plugins/gst-plugins-base-plugins.interfaces:
5022         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5023         * docs/plugins/gst-plugins-base-plugins.signals:
5024         * docs/plugins/inspect/plugin-adder.xml:
5025         * docs/plugins/inspect/plugin-audioconvert.xml:
5026         * docs/plugins/inspect/plugin-audiorate.xml:
5027         * docs/plugins/inspect/plugin-audioresample.xml:
5028         * docs/plugins/inspect/plugin-decodebin.xml:
5029         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5030         * docs/plugins/inspect/plugin-gdp.xml:
5031         * docs/plugins/inspect/plugin-gio.xml:
5032         * docs/plugins/inspect/plugin-gnomevfs.xml:
5033         * docs/plugins/inspect/plugin-libvisual.xml:
5034         * docs/plugins/inspect/plugin-ogg.xml:
5035         * docs/plugins/inspect/plugin-pango.xml:
5036         * docs/plugins/inspect/plugin-playback.xml:
5037         * docs/plugins/inspect/plugin-queue2.xml:
5038         * docs/plugins/inspect/plugin-subparse.xml:
5039         * docs/plugins/inspect/plugin-theora.xml:
5040         * docs/plugins/inspect/plugin-uridecodebin.xml:
5041         * docs/plugins/inspect/plugin-videorate.xml:
5042         * docs/plugins/inspect/plugin-videoscale.xml:
5043         * docs/plugins/inspect/plugin-volume.xml:
5044         * docs/plugins/inspect/plugin-vorbis.xml:
5045         Add the GIO documentation again and while at that run make update.
5046
5047 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5048
5049         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
5050         * ext/alsa/gstalsasink.c: (set_swparams):
5051         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
5052           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
5053           against libasound >= 1.0.16, since it's been deprecated in
5054           0.10.16, and alignment is always 1 then, apparently. (#512899)
5055
5056 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5057
5058         * gst/playback/gstplaybin.c: (gen_audio_element):
5059         * gst/playback/gstplaysink.c: (gen_audio_chain):
5060           Handle case where we can't create the volume element a bit
5061           better (#514307).
5062
5063 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5064
5065         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
5066         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5067           Add support for https protocol. Fixes #510229.
5068
5069 2008-02-11  Julien Moutte  <julien@fluendo.com>
5070         
5071         Patch by: Alan Peevers <peeves@pacbell.net>
5072
5073         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
5074         lock when calling alsa methods.
5075
5076 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5077
5078         * gst/typefind/gsttypefindfunctions.c:
5079           Bump rank of jpeg and png typefinders, which will return maximum
5080           probability in the most common cases (thus short-circuiting more
5081           expensive typefinders like the mp3 one for these two quite common
5082           image types).
5083
5084 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5085
5086         * ext/theora/theoraparse.c:
5087         Fix long description of the theora parser to be more verbose than just
5088         the type name.
5089
5090 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5091
5092         Patch by: Branko Čibej <brane at xbc dot nu>
5093
5094         * sys/xvimage/xvimagesink.c:
5095         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
5096         Fixes bug #515654.
5097
5098 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5099
5100         * gst/playback/gstplaybasebin.c:
5101         Set is_dynamic as True if there are elements with both request
5102         and sometimes src pad templates instead of breaking out when it
5103         finds the first pad template that is a src.
5104
5105 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5106
5107         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
5108         (update_streams), (video_combo_cb), (audio_combo_cb),
5109         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
5110         Add some stream switching and volume gui for playbin2.
5111
5112 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5113
5114         * gst/playback/gstplay-marshal.list:
5115         Added marshal for streamselector Tags.
5116
5117         * gst/playback/gstplaybasebin.c: (set_active_source):
5118         Streamselector now selects pads based on the pad object instead of its
5119         name.
5120
5121         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5122         (init_group), (gst_play_bin_init), (get_group), (get_tags),
5123         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5124         (gst_play_bin_get_text_tags),
5125         (gst_play_bin_set_current_video_stream),
5126         (gst_play_bin_set_current_audio_stream),
5127         (gst_play_bin_set_current_text_stream),
5128         (gst_play_bin_set_property), (gst_play_bin_get_property),
5129         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5130         Remove option to mute streams with the current-a/v/t property, we have
5131         this functionality in the flags.
5132         Add signals to notify when the number of A/V/T channels changed.
5133         Add action signals to get tags for the A/V/T streams.
5134         Implement setting the current A/V/T stream.
5135         Rearrange some things to simplify stream selection.
5136         Implement volume.
5137
5138         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5139         (gst_play_sink_get_volume), (gst_play_sink_set_property),
5140         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5141         (activate_vis), (gst_play_sink_reconfigure):
5142         * gst/playback/gstplaysink.h:
5143         Add and implement volume setting methods.
5144
5145         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5146         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5147         (gst_selector_pad_event), (gst_stream_selector_class_init),
5148         (gst_stream_selector_init), (gst_stream_selector_finalize),
5149         (gst_stream_selector_set_property),
5150         (gst_stream_selector_get_property),
5151         (gst_stream_selector_get_linked_pad),
5152         (gst_stream_selector_request_new_pad):
5153         * gst/playback/gststreamselector.h:
5154         Add pad properties for tags and status of pads.
5155         Keep tags on pads.
5156         Make active pad selection based on pad object instead of name.
5157
5158 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
5159
5160         * configure.ac:
5161           Revert last change as we now check in gtk-doc.m4 for sed.
5162
5163 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5164
5165         * configure.ac:
5166         Find and subst SED when building the docs.
5167
5168 2008-02-08  Julien Moutte  <julien@fluendo.com>
5169
5170         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5171         (main): Make sure bus signals are reconnected when pressing STOP
5172         and then PLAY again for a parse launch pipeline. Fix a ref leak
5173         on the bus.
5174         * win32/common/config.h: Updated.
5175
5176 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5177
5178         * configure.ac:
5179         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5180         pre-releases or releases.
5181
5182 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5183
5184         * configure.ac:
5185         * ext/gio/Makefile.am:
5186         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5187         reporting
5188
5189 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5190
5191         * docs/plugins/Makefile.am:
5192         Add the headers which need scanning for the GIO plugin. The rest of
5193         the docs still need migrating.
5194
5195 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5196
5197         * ext/Makefile.am:
5198         * tests/check/Makefile.am:
5199         * tests/check/pipelines/.cvsignore:
5200         Add gio in a few more places.
5201
5202 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5203
5204         * configure.ac:
5205         * ext/Makefile.am:
5206         * tests/check/Makefile.am:
5207         Move gio plugin from -bad and mark as experimental.
5208
5209 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5210
5211         * gst-libs/gst/interfaces/mixeroptions.c:
5212         * gst-libs/gst/interfaces/mixertrack.c:
5213         Comment out a couple of other things which break the build when
5214         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5215
5216 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5217
5218         * docs/libs/gst-plugins-base-libs-sections.txt:
5219           Fix pbutils header.
5220
5221 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5222
5223         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5224         Fix compiler warning.
5225
5226 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5227
5228         Patch by: Peter Kjellerstedt  <pkj at axis com>
5229
5230         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5231         Clear the addrinfo struct using memset. Fixes #514937.
5232
5233 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5234
5235         * gst/tcp/gstfdset.h:
5236         Remove unused field to same some memory.
5237
5238         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5239         Mark action signals as such.
5240
5241 2008-02-06  Michael Smith <msmith@fluendo.com>
5242
5243         * ext/theora/theoradec.c: (_theora_granule_frame),
5244         (_inc_granulepos):
5245           Increment granulepos for new-bitstream versions appropriately.
5246           Fixes #514623.
5247
5248 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5249
5250         * tests/examples/seek/seek.c: (do_seek),
5251         (rate_spinbutton_changed_cb), (update_streams), (main):
5252         Remove obsolete stream_time reset after flushing seek, core does that
5253         automatically now.
5254         Improve accuracy of speed spinbutton.
5255         Only do playbin2 stuff when we actually use it.
5256
5257 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5258
5259         * tests/check/Makefile.am:
5260           Revert previous change of the test environment's GST_PLUGIN_PATH.
5261           The problem is not with the plugins, but with element factories
5262           and only occurs if elements are split out from existing plugins
5263           or if plugins change name (see #512740).
5264
5265 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5266
5267         * tests/check/Makefile.am:
5268           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5269           with the core's plugins first and our local build directories last,
5270           since we might be building against an installed core, and that
5271           core's plugin directory may contain older or other versions of
5272           our own -base plugins, but we really do want to test our local
5273           ones (if there are multiple plugins or element factories with the
5274           same name, those inspected last will trump those read in earlier).
5275           Fixes #512740 for the most part.
5276
5277 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5278
5279         * configure.ac:
5280         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5281         Use gmtime_r if available as gmtime is not MT-safe.
5282         Fixes bug #511810.
5283
5284 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5285
5286         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5287         Cast glong to time_t as time_t might have a different type on
5288         other platforms, like FreeBSD, and we get a compiler warning
5289         otherwise. Fixes bug #511825.
5290
5291 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5292
5293         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5294         (get_group), (get_n_pads), (gst_play_bin_get_property),
5295         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5296         (autoplug_select_cb), (deactivate_group):
5297         Remove stream-info, we going for something easier.
5298         Refactor getting the current group.
5299         Implement getting the number of audio/video/text streams.
5300
5301         * gst/playback/gststreamselector.c:
5302         (gst_stream_selector_class_init), (gst_stream_selector_init),
5303         (gst_stream_selector_get_property),
5304         (gst_stream_selector_request_new_pad),
5305         (gst_stream_selector_release_pad):
5306         * gst/playback/gststreamselector.h:
5307         Add property for number of pads.
5308
5309         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5310         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5311         (text_toggle_cb), (update_streams), (msg_async_done),
5312         (msg_state_changed), (main):
5313         Block slider callback when updating the slider position.
5314         Add gui elements for controlling playbin2.
5315         Add callback for async_done that updates position/duration.
5316
5317 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5318
5319         * docs/plugins/Makefile.am:
5320         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5321         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5322         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5323         * docs/plugins/gst-plugins-base-plugins.interfaces:
5324         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5325           First round of plugin docs cleansups.
5326
5327         * docs/plugins/inspect/plugin-adder.xml:
5328         * docs/plugins/inspect/plugin-alsa.xml:
5329         * docs/plugins/inspect/plugin-audioconvert.xml:
5330         * docs/plugins/inspect/plugin-audiorate.xml:
5331         * docs/plugins/inspect/plugin-audioresample.xml:
5332         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5333         * docs/plugins/inspect/plugin-cdparanoia.xml:
5334         * docs/plugins/inspect/plugin-decodebin.xml:
5335         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5336         * docs/plugins/inspect/plugin-gdp.xml:
5337         * docs/plugins/inspect/plugin-gnomevfs.xml:
5338         * docs/plugins/inspect/plugin-libvisual.xml:
5339         * docs/plugins/inspect/plugin-ogg.xml:
5340         * docs/plugins/inspect/plugin-pango.xml:
5341         * docs/plugins/inspect/plugin-subparse.xml:
5342         * docs/plugins/inspect/plugin-tcp.xml:
5343         * docs/plugins/inspect/plugin-theora.xml:
5344         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5345         * docs/plugins/inspect/plugin-video4linux.xml:
5346         * docs/plugins/inspect/plugin-videorate.xml:
5347         * docs/plugins/inspect/plugin-videoscale.xml:
5348         * docs/plugins/inspect/plugin-videotestsrc.xml:
5349         * docs/plugins/inspect/plugin-volume.xml:
5350         * docs/plugins/inspect/plugin-vorbis.xml:
5351         * docs/plugins/inspect/plugin-ximagesink.xml:
5352         * docs/plugins/inspect/plugin-xvimagesink.xml:
5353           Regenerate.
5354
5355         * ext/ogg/Makefile.am:
5356         * ext/ogg/gstoggmux.c:
5357         * ext/ogg/gstoggmux.h:
5358           Add header for oggmux. the c-file needs a doc blob still.
5359
5360 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5361
5362         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5363
5364         * gst-libs/gst/rtp/gstrtpbuffer.c:
5365         (gst_rtp_buffer_set_extension_data):
5366         * gst-libs/gst/rtp/gstrtpbuffer.h:
5367         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5368         Add gst_rtp_buffer_set_extension_data() 
5369         Add a unit test for this addition. Fixes #511478.
5370         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5371
5372 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5373
5374         * configure.ac:
5375         Back to CVS
5376
5377 === release 0.10.17 ===
5378
5379 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5380
5381         * configure.ac:
5382           releasing 0.10.17, "Peanut Butter and Jelly"
5383
5384 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5385
5386         * gst-libs/gst/interfaces/mixeroptions.c:
5387         * gst-libs/gst/interfaces/mixertrack.c:
5388         Also remove the conditional registration of the signals
5389         that disappeared with the ABI change in 0.10.14
5390
5391 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5392
5393         * gst-libs/gst/rtsp/gstrtspconnection.c:
5394         Revert patch to gstrtspconnection.c for brown paper bag
5395         release of -base. Re-opens: #511825
5396
5397 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5398
5399         * gst-libs/gst/interfaces/mixeroptions.h:
5400         * gst-libs/gst/interfaces/mixertrack.h:
5401         Change the way these deprecated function pointers are removed
5402         so that the compiled ABI is unconditionally smaller. This 
5403         sets in stone an ABI break that actually occurred when the
5404         things were deprecated in 0.10.14, which seems to be the best
5405         fix as the only known users are oss-mixer and sunaudio-mixer in 
5406         gst-plugins-good.
5407         Fixes: #513018
5408
5409 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5410
5411         * win32/common/libgstpbutils.def:
5412           Export the two new _get_type() functions which are needed
5413           by the python bindings.
5414
5415 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5416
5417         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5418         Cast glong to time_t as time_t might have a different type on
5419         other platforms, like FreeBSD, and we get a compiler warning
5420         otherwise. Fixes bug #511825.
5421
5422 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5423
5424         * gst-libs/gst/audio/gstaudiofilter.c:
5425         (gst_audio_filter_class_init):
5426         Initialize the GstRingerBuffer class to get it's debug category
5427         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5428         category and otherwise we get some g_critical(). Fixes bug #512334.
5429
5430 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5431
5432         * configure.ac:
5433         Back to CVS
5434
5435 === release 0.10.16 ===
5436
5437 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5438
5439         * configure.ac:
5440           releasing 0.10.16, "Scheduled Interruption"
5441
5442 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5443
5444         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5445
5446         * gst-libs/gst/rtp/gstrtpbuffer.c:
5447         (gst_rtp_buffer_get_extension_data):
5448         Fix typos and wrong extension check. Fixes #511274.
5449
5450 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5451
5452         * po/sk.po:
5453         Oops - add new sk.po mentioned in the LINGUAS I just committed
5454
5455 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5456
5457         * po/LINGUAS:
5458         Add ca translation to the disted list.
5459
5460         * win32/vs6/libgstsdp.dsp:
5461         Convert line endings to CRLF
5462
5463 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5464
5465         * win32/MANIFEST:
5466         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5467
5468 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5469
5470         * win32/common/libgstsdp.def:
5471         * win32/common/libgstvideo.def:
5472         Add new API declarations
5473
5474 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5475
5476         * ext/theora/gsttheoradec.h:
5477         * ext/theora/gsttheoraparse.h:
5478         * ext/theora/theoradec.c:
5479         * ext/theora/theoraparse.c:
5480         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5481         and parser by inspecting the bitstream version of the incoming data.
5482
5483 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5484
5485         * configure.ac:
5486         * pkgconfig/Makefile.am:
5487         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5488         * pkgconfig/gstreamer-audio.pc.in:
5489         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5490         * pkgconfig/gstreamer-cdda.pc.in:
5491         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5492         * pkgconfig/gstreamer-fft.pc.in:
5493         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5494         * pkgconfig/gstreamer-floatcast.pc.in:
5495         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5496         * pkgconfig/gstreamer-interfaces.pc.in:
5497         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5498         * pkgconfig/gstreamer-netbuffer.pc.in:
5499         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5500         * pkgconfig/gstreamer-pbutils.pc.in:
5501         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5502         * pkgconfig/gstreamer-riff.pc.in:
5503         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5504         * pkgconfig/gstreamer-rtp.pc.in:
5505         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5506         * pkgconfig/gstreamer-rtsp.pc.in:
5507         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5508         * pkgconfig/gstreamer-sdp.pc.in:
5509         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5510         * pkgconfig/gstreamer-tag.pc.in:
5511         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5512         * pkgconfig/gstreamer-video.pc.in:
5513         Provide one pkg-config file for every gst-plugins-base library.
5514         This makes linking to those libraries much more intuitive and
5515         provides standard pkg-config behaviour for them. Fixes bug #499697.
5516
5517 2008-01-13  David Schleef  <ds@schleef.org>
5518
5519         * gst/videoscale/vs_4tap.c:
5520           Fix valgrind error on 4tap scaling method.
5521
5522 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5523
5524         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5525         Include Winsock2.h for VS6 and use a different way initialize
5526         hints structure so it can build with VS6.
5527         * win32/MANIFEST:
5528         * win32/vs6/libgstsdp.dsp:
5529         * win32/common/libgstsdp.def:
5530         Add new files for libgstsdp.
5531         * win32/vs6/grammar.dsp:
5532         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5533         * win32/vs6/gst_plugins_base.dsw:
5534         * win32/vs6/libgstdecodebin.dsp:
5535         * win32/vs6/libgstdecodebin2.dsp:
5536         * win32/vs6/libgstplaybin.dsp:
5537         * win32/vs6/libgstvolume.dsp:
5538         Add new dependencies to the link list.
5539
5540 2008-01-13  Julien Moutte  <julien@fluendo.com>
5541
5542         * win32/common/config.h:
5543         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5544         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5545         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5546         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5547         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5548         * win32/common/interfaces-enumtypes.c:
5549         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5550         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5551         (gst_mixer_track_flags_get_type),
5552         (gst_tuner_channel_flags_get_type):
5553         * win32/common/multichannel-enumtypes.c:
5554         (gst_audio_channel_position_get_type):
5555         * win32/common/pbutils-enumtypes.c:
5556         (gst_install_plugins_return_get_type):
5557         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5558         in the win32 build directory.
5559
5560 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5561
5562         * tests/check/Makefile.am:
5563         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5564
5565         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5566         * tests/check/elements/playbin.c:
5567         * tests/check/libs/mixer.c: (test_element_interface_supported),
5568         (gst_implements_interface_init):
5569         * tests/check/libs/rtp.c: (GST_START_TEST):
5570         Fix various assignment type mismatches.
5571
5572 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5573
5574         * configure.ac:
5575         * gst-libs/gst/rtsp/Makefile.am:
5576         Add test to see if hstrerror is available or if we need libresolv
5577         (Solaris) for it, then use it in libgstrtsp.
5578
5579 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5580
5581         * gst-libs/gst/tag/Makefile.am:
5582         Fix include path order
5583
5584 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5585
5586         * gst-libs/gst/pbutils/install-plugins.c:
5587         (gst_install_plugins_context_copy),
5588         (gst_install_plugins_context_get_type):
5589         * gst-libs/gst/pbutils/install-plugins.h:
5590         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5591         for bindings.
5592
5593 2008-01-11  Michael Smith <msmith@fluendo.com>
5594
5595         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5596         (_theora_granule_frame), (_theora_granule_start_time),
5597         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5598           Adapt for post-alpha meaning of granulepos, when we
5599           have a newer version of libtheora.
5600         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5601         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5602         (theora_enc_is_discontinuous), (theora_enc_chain):
5603           Likewise.
5604         * tests/check/Makefile.am:
5605           Link libtheora into theoraenc test so we can check which version of
5606           libtheora we're testing against.
5607         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5608         (check_buffer_granulepos),
5609         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5610         (theoraenc_suite):
5611           Adapt tests to check the values that are now defined for theora; make
5612           the tests backwards-adapt the passed values if we're running against an
5613           old libtheora.
5614           Fixes #497964
5615
5616 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5617
5618         * gst-libs/gst/audio/gstbaseaudiosink.c:
5619           (gst_base_audio_sink_class_init):
5620         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5621           (gst_base_audio_src_class_init):
5622           Ref audio clock class from a thread-safe context to make sure
5623           we're not bit by GObjects lack of thread-safety here (#349410),
5624            however unlikely that may be in practice.
5625
5626 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5627
5628         * autogen.sh:
5629           Add -Wno-portability to the automake parameters to stop warnings
5630           about GNU make extensions being used. We require GNU make in almost
5631           every Makefile anyway.
5632           
5633         * configure.ac:
5634           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5635           at the same time is required for per target flags.
5636
5637 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5638
5639         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5640           Post an error message if we can't pull as many bytes as we need
5641           for the tag. This makes sure the user gets to see a proper error
5642           message if a file with a partial ID3 tag is fed to decodebin, and
5643           not a 'no ID3 tag demuxer' error, which would be confusing
5644           (see #508138).
5645
5646 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5647
5648         * gst-libs/gst/pbutils/descriptions.c: (formats):
5649           Add description strings for ID3, APE, and ICY tags.
5650
5651 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5652
5653         * gst/playback/gstdecodebin.c: (try_to_link_1):
5654           Make sure we error out correctly if we can't activate one of
5655           the elements we've added.  Fixes #508138.
5656           
5657 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5658
5659         Patch by: Bastien Nocera <hadess at hadess net>
5660
5661         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5662           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5663           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5664           the volume is the same for all channels. This works around
5665           some problem in alsa that leaves us with inconsistent state
5666           for some reason (#486840).
5667
5668 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5669
5670         Patch by: Jerone Young <jerone at gmail com>
5671
5672         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5673           If there's no mixer track by the name of 'Master' or 'Front',
5674           check if there's one called 'PCM' before trying the generic
5675           fallback logic (fixes #506928, where we pick 'Mic' as master
5676           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5677
5678 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5679
5680         * gst/playback/gstplay-enum.c:
5681         (register_gst_autoplug_select_result),
5682         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5683         (gst_play_flags_get_type):
5684         * gst/playback/gstplay-enum.h:
5685         Add enums for configuration flags.
5686
5687         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5688         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5689         (gst_play_bin_get_property), (no_more_pads_cb),
5690         (autoplug_select_cb), (gst_play_bin_change_state):
5691         Merge mode with flags.
5692         Add more property getters/setters, defaults and docs.
5693         Add properties to get number of audio/video/text streams.
5694         Create sink object in _init so that we can always rely on it being
5695         there.
5696
5697         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5698         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5699         (activate_vis), (gst_play_sink_reconfigure),
5700         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5701         (gst_play_sink_change_state):
5702         * gst/playback/gstplaysink.h:
5703         Use flags to configure the sink pipelines.
5704         Add tee before audio pipeline so that we can use it for visualisations.
5705         Start working on integrating visualisations.
5706         Remove mode, we can do everything with the flags now.
5707         Add method to configue the sink pipeline.
5708
5709 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5710
5711         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5712           (check_buffer_timestamp), (check_buffer_duration):
5713           Turn these functions into macros so we can see right away
5714           where the failure occured.
5715
5716 2008-01-05  Julien Moutte  <julien@fluendo.com>
5717
5718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5719         debugging information to understand how X calculates the stride
5720         for XvImages.
5721
5722 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5723
5724         * gst/volume/Makefile.am:
5725         * gst/volume/gstvolume.c: (volume_choose_func),
5726         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5727         (volume_setup):
5728         * gst/volume/gstvolume.h:
5729         Use GstAudioFilter as base class for the volume element instead of
5730         plain GstBaseTransform.
5731
5732 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5733
5734         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5735         Don't set element details for the abstract GstAudioFilter class.
5736
5737 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5738
5739         * gst-libs/gst/audio/gstaudiofilter.c:
5740         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5741         Implement get_unit_size() vmethod of GstBaseTransform.
5742
5743 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5744
5745         * gst-libs/gst/pbutils/Makefile.am:
5746         * gst-libs/gst/pbutils/pbutils.h:
5747         Use glib-enum generator to have a proper enum GType for
5748         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5749
5750 2007-12-31  David Schleef  <ds@schleef.org>
5751
5752         * tests/check/Makefile.am:
5753         * tests/check/pipelines/theoraenc.c:
5754           Reenable theoraenc test, which fails on the buildbot but
5755           not locally.
5756
5757 2007-12-31  David Schleef  <ds@schleef.org>
5758
5759         * docs/libs/.cvsignore:
5760         * docs/plugins/.cvsignore:
5761           Add *-undeclared.txt to fix buildbot.
5762
5763 2007-12-31  David Schleef  <ds@schleef.org>
5764
5765         * tests/check/Makefile.am:
5766           Second attempt at disabling theoraenc test long enough to
5767           get buildbot to compile -base.
5768
5769 2007-12-31  David Schleef  <ds@schleef.org>
5770
5771         * tests/check/pipelines/theoraenc.c:
5772           Disable theoraenc test long enough to get the buildbot to
5773           compile a recent -base.
5774
5775 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5776
5777         * tests/examples/seek/seek.c: (stop_cb):
5778         Make sure we reset the slider value to 0.0 without racing against a
5779         possible g_idle that sets it to something else.
5780
5781 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5782
5783         * sys/ximage/ximagesink.c:
5784         fix typo
5785
5786 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5787
5788         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5789         * gst-libs/gst/rtsp/gstrtspdefs.h:
5790         Add Location header so that we can start implementing redirects.
5791         See #506025.
5792
5793 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5794
5795         * gst/subparse/gstssaparse.c:
5796         combine if's
5797
5798 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5799
5800         * gst/subparse/gstssaparse.c:
5801         remove duplicate log message
5802
5803 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5804
5805         * ext/libvisual/visual.c: (gst_visual_chain):
5806         Fix 'xyz may be used uninitialized' compiler warnings caused
5807         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5808         abort() in any case but properly report the error.
5809
5810 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5811
5812         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5813         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5814         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5815         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5816         (autoplug_select_cb), (activate_group), (deactivate_group),
5817         (setup_next_source), (save_current_group),
5818         (gst_play_bin_change_state):
5819         Code cleanups.
5820         Remove next-uri, we can use the uri property just fine.
5821         Fix some crasher.
5822         Unref uridecodebin when switching.
5823         Fix going to READY.
5824
5825         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5826         (gst_play_sink_init), (gst_play_sink_dispose),
5827         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5828         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5829         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5830         (gst_play_sink_set_property), (gst_play_sink_get_property),
5831         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5832         (gen_vis_element), (gst_play_sink_get_mode),
5833         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5834         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5835         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5836         (gst_play_sink_change_state):
5837         * gst/playback/gstplaysink.h:
5838         Add some locking to make things threadsafe.
5839
5840         * gst/playback/test7.c: (about_to_finish_cb):
5841         Fix test.
5842
5843 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5844
5845         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5846           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5847           (gst_video_scale_transform):
5848           Don't claim to be able to handle/transform caps that can't really
5849           be handled by the currently selected scaling method (here: RGB or
5850           packed YUV with 4-tap method). Also add locking to method property.
5851
5852         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5853           (test_basetransform_based):
5854           Some test pipelines for the above (not entirely valgrind clean yet
5855           apparently).
5856
5857 2007-12-21  David Schleef  <ds@schleef.org>
5858
5859         * gst-libs/gst/video/video.c:
5860         * gst-libs/gst/video/video.h:
5861           Add additional RGBA and RGB-24 video formats.
5862
5863 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5864
5865         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5866           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5867           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5868         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5869           (cddabasesrc_suite):
5870           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5871           deprecated in the future (see #498924).
5872
5873 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5874
5875         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5876           Don't leak event.
5877
5878 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5879
5880         * gst-libs/gst/riff/riff-read.c:
5881         Use GST_ROUND_UP_2 macro
5882
5883 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5884
5885         * gst/playback/.cvsignore:
5886           Ignore more.
5887
5888 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5889
5890         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5891         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5892           (set_active_source):
5893         * gst/playback/gstplaybasebin.h:
5894         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5895           (setup_sinks), (playbin_set_subtitles_visible):
5896           Make switching off of subtitles work. To avoid all kind of
5897           problems with unlinking of the subtitle input, we just keep
5898           the subtitle inputs linked as they are and tell textoverlay
5899           not to render them. Fixes #373011.
5900           Other subtitle switching issues (esp. when there are both
5901           external and in-stream subtitles) remain. They'll be solved
5902           in playbin2.
5903
5904 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5905
5906         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5907         Init the pad segment too.
5908
5909 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5910
5911         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5912         (gst_audioringbuffer_open_device),
5913         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5914         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5915         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5916         (gst_audio_sink_create_ringbuffer):
5917         Improve debug output.
5918
5919         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5920         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5921         Prevent some functions from doing things and failing when the
5922         ringbuffer is not yet acquired.
5923
5924 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5925
5926         * gst-libs/gst/interfaces/interfaces.h:
5927           Also remove interfaces.h from CVS as it is not needed anymore.
5928
5929 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5930
5931         * gst-libs/gst/interfaces/Makefile.am:
5932           interfaces.h is not used anymore so remove it from the build
5933           process.
5934
5935 2007-12-17  David Schleef  <ds@schleef.org>
5936
5937         * gst/videotestsrc/gstvideotestsrc.c:
5938         * gst/videotestsrc/gstvideotestsrc.h:
5939           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5940           for testing vertical refresh synchronization.
5941
5942 2007-12-17  David Schleef  <ds@schleef.org>
5943
5944         * docs/libs/gst-plugins-base-libs-sections.txt:
5945         * gst-libs/gst/video/video.c:
5946         * gst-libs/gst/video/video.h:
5947           Add new GstVideFormat enum and write a bunch of helper functions
5948           based around it.
5949
5950 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5951
5952         * Makefile.am:
5953           Use new common/win32.mak.
5954
5955 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5956
5957         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5958         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5959         Add debug info.
5960         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5961         the parent state change function, just like the audiosink, because the
5962         parent waits for the element to finish its processing before completing
5963         the state change. This makes going to PAUSED a lot snappier.
5964         When going from READY to PAUSED, don't allow the ringbuffer to start
5965         yet.
5966
5967 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5968
5969         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5970         Yet another fix for broken software that produce files with an empty
5971         blockalign field. Instead of completely failing, make a second attempt
5972         at guessing the width/depth by looking at strf->size.
5973
5974 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5975
5976         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5977           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5978         * gst-libs/gst/pbutils/install-plugins.c:
5979           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5980         * gst-libs/gst/pbutils/missing-plugins.c:
5981           (gst_missing_plugin_message_get_installer_detail),
5982           (gst_missing_encoder_installer_detail_new):
5983         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5984         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5985           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5986           avoid compiler warnings (#503930).
5987
5988 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5989
5990         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5991         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5992         for jpeg video streams.
5993         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5994         for the above modification.
5995
5996 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5997
5998         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5999           (gst_x_overlay_handle_events):
6000           More guards (we don't want klass to end up being NULL).
6001
6002 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
6003
6004         * configure.ac:
6005         * gst/volume/gstvolume.c: (gst_volume_init):
6006           Use new gst_base_transform_set_gap_aware() function as volume
6007           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
6008           for this.
6009
6010 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6011
6012         * tests/examples/seek/seek.c: (msg_segment_done), (main):
6013         Don't go to READY on EOS as this avoids testing of seeking and
6014         restarting after EOS, use the stop button when you want to READY.
6015         Don't try to do a flushing seek in segment-done, it does not make
6016         sense to use this for gapless playback and is not needed.
6017
6018 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6019
6020         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
6021         (reset_rate_timer), (update_in_rates), (update_out_rates),
6022         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6023         (gst_queue_chain), (gst_queue_loop):
6024         Use separate timers for input and output rates.
6025         Pause measuring the output rate when we block for more data.
6026         See #503262.
6027
6028 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6029
6030         * gst/playback/gstqueue2.c: (gst_queue_chain):
6031         Pause the timer to measure the input rate when we block because the
6032         queue is filled. See #503262.
6033
6034 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6035
6036         Patch by: Peter Kjellerstedt  <pkj at axis com>
6037
6038         * gst-libs/gst/rtsp/gstrtspconnection.c:
6039         (gst_rtsp_connection_free):
6040         Close control sockets. Fixes #503440.
6041
6042 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6043
6044         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
6045         Expose the right pad in the right place with the right element.
6046
6047 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6048
6049         * gst-libs/gst/pbutils/descriptions.c: (formats):
6050           Add description for 'private' dts caps (who come up with that name?).
6051
6052 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6053
6054         * Makefile.am:
6055           Add check-exports target and run it with 'make check'.
6056
6057         * configure.ac:
6058           Be stricter about what we export in our libraries: change regexp so that
6059           we only export _gst_foo(), but not __gst_foo().
6060
6061         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
6062         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
6063           Change internal functions to __gst_foo so they dont' get exported.
6064
6065         * win32/common/libgstaudio.def:
6066           Add missing symbols.
6067
6068 2007-12-11  David Schleef  <ds@schleef.org>
6069
6070         * ChangeLog: remove conflict markers
6071
6072 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6073
6074         * ext/gnomevfs/Makefile.am:
6075         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
6076           Use gst_tag_freeform_string_to_utf8() here, which also takes
6077           into account any character sets specified by the user via
6078           environment variables.
6079
6080 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6081
6082         * gst/audioconvert/Makefile.am:
6083         Also link to libm.
6084
6085 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6086
6087         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6088         No need for floating point operations here. avoids having to link
6089         against the math library too.
6090
6091 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
6092
6093         * gst-libs/gst/pbutils/descriptions.c: (formats),
6094           (format_info_get_desc):
6095         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
6096           (GST_START_TEST):
6097           Add one or two missing formats.  Generate ADPCM description
6098           dynamically depending on layout/format.
6099
6100 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6101
6102         * configure.ac:
6103           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6104
6105 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
6106
6107         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
6108
6109         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
6110           Some .srt files start with chunk number 0 and not chunk number 1,
6111           recognise and accept those as well (fixes #502497).
6112
6113         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6114           (test_src):
6115           Add unit test for the above.
6116
6117 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
6118
6119         * gst/playback/gstplay-enum.c:
6120         (register_gst_autoplug_select_result),
6121         (gst_autoplug_select_result_get_type):
6122         * gst/playback/gstplay-enum.h:
6123         Add missing files.
6124
6125 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6126
6127         * gst/playback/Makefile.am:
6128         Group decodebin2 and uridecodebin into the same plugin so that they
6129         can share the GEnumType.
6130
6131         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6132         (_gst_select_accumulator), (gst_decode_bin_class_init),
6133         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6134         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6135         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6136         Add signal to sort factories instead of the more awkward autoplug-select
6137         signal.
6138         Modify autoplug_select so that we can try, skip or expose the
6139         autopluggin of an element on a pad.
6140
6141         * gst/playback/gstfactorylists.c: (compare_ranks),
6142         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6143         (element_filter), (gst_factory_list_get_elements),
6144         (gst_factory_list_debug), (gst_factory_list_filter):
6145         * gst/playback/gstfactorylists.h:
6146         Simplify the API, allow getting elements based on mask.
6147
6148         * gst/playback/gstplay-marshal.list:
6149         Add some more marshallers.
6150
6151         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6152         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6153         (autoplug_select_cb), (activate_group):
6154         Add support for managing non-raw sinks by providing a custom element and
6155         sink list to decodebin2.
6156         Try to plug non-raw sinks when decodebin2 using autoplug-select of
6157         decodebin2.
6158
6159         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6160         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6161         * gst/playback/gstplaysink.h:
6162         Add support for raw and non-raw sinks. 
6163         Add support to force sinks selected by playbin2.
6164         Don't plug raw converters for non-raw sinks.
6165
6166         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6167         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6168         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6169         (plugin_init):
6170         Use right accumulators.
6171         Proxy new signal.
6172
6173 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6174
6175         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6176         Use runnning time as the base time instead of the timestamp.
6177         Spotted by Saur on IRC.
6178
6179 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
6180
6181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6182         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6183
6184 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6185
6186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6187         (gst_ogg_demux_read_chain):
6188         If we find a new serial number but it does not contain a BOS page, make
6189         sure we initialize the chain to NULL because else we will try to scan it
6190         and crash. Fixes #500763
6191
6192 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
6193
6194         * gst/playback/Makefile.am:
6195         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6196         (get_feature_array), (decoders_filter), (sinks_filter),
6197         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6198         (gst_factory_list_filter):
6199         * gst/playback/gstfactorylists.h:
6200         Refactor some common code to filter factories and check caps compat.
6201
6202         * gst/playback/gstdecodebin.c:
6203         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6204         (gst_decode_bin_init), (gst_decode_bin_dispose),
6205         (gst_decode_bin_autoplug_continue),
6206         (gst_decode_bin_autoplug_factories),
6207         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6208         (find_compatibles):
6209         * gst/playback/gstplaybin.c:
6210         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6211         (gst_play_bin_init), (gst_play_bin_finalize),
6212         (autoplug_factories_cb), (activate_group):
6213         * gst/playback/gstqueue2.c:
6214         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6215         (proxy_autoplug_continue_signal),
6216         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6217         (proxy_drained_signal):
6218         Add some more debug info and use factor filtering code.
6219
6220 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6221
6222         * gst/audiotestsrc/gstaudiotestsrc.c:
6223         * gst/volume/gstvolume.c:
6224         * gst/volume/gstvolume.h:
6225           Add GAP-flag support.
6226
6227 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6228
6229         * tests/examples/seek/seek.c: (main): Increase the range of the
6230         rate selector as I would like to test QOS behavior at higher
6231         forward and reverse playback speed like say 64x.
6232
6233 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6234
6235         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6236         (audioresample_query), (audioresample_query_type),
6237         (gst_audioresample_set_property):
6238         Implement latency query.
6239
6240 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6241
6242         * gst-libs/gst/audio/gstbaseaudiosink.c:
6243         (gst_base_audio_sink_drain):
6244         Our EOS time contains the base_time, _wait_eos() expects a running_time
6245         so we have to subtract the base_time again before calling the function.
6246         This fixes an EOS regression where the base_time was added twice and EOS
6247         took longer and longer in certain situations.
6248         Fixes #498767.
6249
6250 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6251
6252         * docs/libs/gst-plugins-base-libs-sections.txt:
6253         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6254         (gst_base_audio_sink_set_provide_clock),
6255         (gst_base_audio_sink_get_provide_clock),
6256         (gst_base_audio_sink_set_slave_method),
6257         (gst_base_audio_sink_get_slave_method),
6258         (gst_base_audio_sink_set_property),
6259         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6260         (gst_base_audio_sink_none_slaving),
6261         (gst_base_audio_sink_handle_slaving):
6262         * gst-libs/gst/audio/gstbaseaudiosink.h:
6263         Expose methods for some object properties so that subclasses can more
6264         easily configure them.
6265         Added slave method none, that completely disables slaving to the
6266         internal clock.
6267         API: gst_base_audio_sink_set_provide_clock()
6268         API: gst_base_audio_sink_get_provide_clock()
6269         API: gst_base_audio_sink_set_slave_method()
6270         API: gst_base_audio_sink_get_slave_method()
6271
6272         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6273         (gst_base_audio_src_set_provide_clock),
6274         (gst_base_audio_src_get_provide_clock),
6275         (gst_base_audio_src_set_property),
6276         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6277         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6278         Expose methods for some object properties so that subclasses can more
6279         easily configure them.
6280         API: gst_base_audio_src_set_provide_clock()
6281         API: gst_base_audio_src_get_provide_clock()
6282
6283 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6284
6285         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6286
6287         * gst-libs/gst/sdp/gstsdpmessage.c:
6288         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6289
6290 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6291
6292         * tests/check/libs/fft.c: (GST_START_TEST):
6293         Fix scaling to really have dB instead of something else.
6294
6295 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6296
6297         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6298         GTK version, use it.
6299
6300 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6301
6302         * tests/examples/seek/seek.c: (main): Try to support stable version
6303         of GTK.
6304
6305 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6306
6307         * gst/playback/README:
6308         * gst/playback/test7.c:
6309           Fix the build + little README update.
6310
6311 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6312
6313         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6314         Add playbin2 seek pipeline.
6315
6316 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6317
6318         * gst/playback/Makefile.am:
6319         * gst/playback/gstplayback.c: (plugin_init):
6320         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6321         (eos_cb), (about_to_finish_cb), (main):
6322         Add playbin2.
6323         Added gapless playback example.
6324
6325         * gst/playback/gstplaybasebin.c:
6326         * gst/playback/gstplaybasebin.h:
6327         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6328         * gst/playback/gstqueue2.c:
6329         * gst/playback/test.c:
6330         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6331         (pad_removed_cb):
6332         * gst/playback/gststreaminfo.h:
6333         Change email.
6334
6335         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6336         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6337         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6338         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6339         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6340         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6341         (drained_cb), (unlink_group), (activate_group),
6342         (setup_next_source), (gst_play_bin_change_state),
6343         (gst_play_bin2_plugin_init):
6344         Added raw first version of playbin2. Does chained oggs and gapless
6345         playback fine. No support for raw sinks yet. No visualisations or
6346         subtitles yet.
6347
6348         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6349         (gst_play_sink_class_init), (gst_play_sink_init),
6350         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6351         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6352         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6353         (gst_play_sink_set_property), (gst_play_sink_get_property),
6354         (post_missing_element_message), (free_chain), (add_chain),
6355         (activate_chain), (gen_video_chain), (gen_text_element),
6356         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6357         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6358         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6359         (gst_play_sink_send_event), (gst_play_sink_change_state):
6360         * gst/playback/gstplaysink.h:
6361         Added Element that abstracts the sinks and their pipelines for playbin2.
6362
6363 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6364
6365         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6366         (gst_selector_pad_class_init), (gst_selector_pad_init),
6367         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6368         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6369         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6370         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6371         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6372         (gst_stream_selector_init), (gst_stream_selector_set_property),
6373         (gst_stream_selector_get_linked_pad),
6374         (gst_stream_selector_getcaps),
6375         (gst_stream_selector_is_active_sinkpad),
6376         (gst_stream_selector_activate_sinkpad),
6377         (gst_stream_selector_get_linked_pads),
6378         (gst_stream_selector_request_new_pad),
6379         (gst_stream_selector_release_pad):
6380         * gst/playback/gststreamselector.h:
6381         Improve streamselector, make it select and unselect the current pad more
6382         intelligently. 
6383         Subclass GstPad for the sinkpads of the selector.
6384         Handle segments more correctly.
6385         Fix caps negotiation.
6386         Implement release_pad.
6387
6388 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6389
6390         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6391         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6392         (remove_fakesink):
6393         Add drained signal fired when decodebin finishes decoding the data.
6394         Remove deprecated STATE_DIRTY message.
6395
6396         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6397         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6398         (analyse_source), (proxy_drained_signal), (make_decoder),
6399         (source_new_pad), (value_list_append_structure_list),
6400         (handle_redirect_message), (handle_message):
6401         Proxy the new drained signal.
6402         Handle pad removed from decodebin.
6403         Handle redirect messages by sorting multiple redirections based on the
6404         connection speed.
6405
6406 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6407
6408         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6409
6410         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6411         Fix leaking headers. Fixes #496761.
6412
6413 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6414
6415         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6416
6417         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6418         (gst_ximagesink_change_state):
6419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6420         Don't leak the PAR on errors. Fixes #496731.
6421
6422 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6423
6424         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6425           (gst_tag_from_id3_user_tag):
6426           Add mapping for audio cd discid tags, so we can extract
6427           them from tags as well (see #347848). Also compare identifiers
6428           in ID3v2 TXXX frames in a case-insensitive way to increase
6429           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6430
6431 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6432
6433         * gst-plugins-base.doap:
6434         Oops, fix the release name.
6435
6436 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6437
6438         * gst-plugins-base.doap:
6439         Add 0.10.15 release
6440
6441 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6442
6443         * configure.ac:
6444         Back to CVS
6445
6446 === release 0.10.15 ===
6447
6448 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6449
6450         * configure.ac:
6451           releasing 0.10.15, "No need to argue"
6452
6453 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6454
6455         * win32/vs6/libgstfft.dsp:
6456         Convert line endings to DOS.
6457
6458 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6459
6460         * win32/vs6/gst_plugins_base.dsw:
6461         * win32/vs6/libgstfft.dsp:
6462         * win32/MANIFEST:
6463         Add a project file for fft plugin and remove socket
6464         based plugin which don't build from the workspace.
6465         * win32/vs6/libgstaudio.dsp:
6466         * win32/vs6/libgstrtp.dsp:
6467         * win32/vs6/libgsttag.dsp:
6468         Convert line endings back to DOS.
6469         Fixes #496724
6470
6471 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6472
6473         * win32/vs6/libgstinterfaces.dsp:
6474         * win32/vs6/libgstrtsp.dsp:
6475         Convert line endings back to DOS
6476
6477 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6478
6479         * gst-libs/gst/fft/kiss_fft_f32.h:
6480         * gst-libs/gst/fft/kiss_fft_f64.h:
6481         * gst-libs/gst/fft/kiss_fft_s16.h:
6482         * gst-libs/gst/fft/kiss_fft_s32.h:
6483         Don't include malloc.h which doesn't exist on Mac OSX.
6484         Instead, pull in glib.h and use g_malloc/g_free for 
6485         consistency. Fixes: #496548
6486
6487 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6488
6489         * gst/playback/gstdecodebin2.c:
6490           Dont leak ghostpad. Fixes #475451.
6491
6492 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6493
6494         * docs/design/design-decodebin.txt:
6495         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6496         Update some more docs and comments.
6497
6498 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6499
6500         Patch by: Sebastien Moutte  <sebastien moutte net>
6501
6502         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6503           (gst_rtcp_unix_to_ntp):
6504         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6505           Fix some C99-isms and and a missing function that some versions of
6506           MSVC don't like too much (#494346).
6507
6508         * win32/vs6/gst_plugins_base.dsw:
6509         * win32/vs6/libgstaudio.dsp:
6510         * win32/vs6/libgstrtp.dsp:
6511         * win32/vs6/libgsttag.dsp:
6512           Update vs6 projects files (#494346).
6513
6514 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6515
6516         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6517
6518         * win32/common/libgstaudio.def:
6519         * win32/common/libgstcdda.def:
6520         * win32/common/libgstinterfaces.def:
6521         * win32/common/libgstnetbuffer.def:
6522         * win32/common/libgstpbutils.def:
6523         * win32/common/libgstrtp.def:
6524         * win32/common/libgstrtsp.def:
6525         * win32/common/libgsttag.def:
6526         * win32/common/libgstvideo.def:
6527           More missing symbols to export (fixes #493986).
6528
6529 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6530
6531         * docs/libs/gst-plugins-base-libs-sections.txt:
6532         * gst-libs/gst/fft/gstfftf32.c:
6533         * gst-libs/gst/fft/gstfftf32.h:
6534         * gst-libs/gst/fft/gstfftf64.c:
6535         * gst-libs/gst/fft/gstfftf64.h:
6536         * gst-libs/gst/fft/gstffts16.c:
6537         * gst-libs/gst/fft/gstffts16.h:
6538         * gst-libs/gst/fft/gstffts32.c:
6539         * gst-libs/gst/fft/gstffts32.h:
6540         * tests/check/libs/fft.c: (GST_START_TEST):
6541         Remove the magnitude and phase calculation functions as these have
6542         very special use cases and can't even be used for the spectrum
6543         element. Also adjust the docs to mention some properties of the used
6544         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6545
6546 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6547
6548         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6549           (finish_source):
6550           Avoid crash when there are external subtitles (fixes #491722).
6551
6552 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6553
6554         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6555         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6556           'Could not open resource for writing' is not an acceptable
6557           error message when we can't open the audio device (see #492334),
6558           even less so when we're trying to open it to record something.
6559
6560 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6561
6562         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6563
6564         * win32/common/libgstrtp.def:
6565           Add some more missing symbols (#492813).
6566
6567 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6568
6569         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6570
6571         * tests/check/elements/audioconvert.c: (verify_convert):
6572           Add check to make sure that the out caps have a channel layout
6573           set on them where they should have one.
6574
6575 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6576
6577         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6578
6579         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6580         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6581           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6582           (#492306).
6583
6584         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6585           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6586           (it disappeared in GLib 2.14.0) (#492306).
6587
6588         * gst-libs/gst/sdp/Makefile.am:
6589         * gst-libs/gst/sdp/gstsdpmessage.c:
6590           Fix includes and LIBS for win32/Mingw (#492306).
6591
6592         * tests/examples/dynamic/addstream.c (pause_play_stream):
6593           Use more portable g_usleep() instead of sleep() (#492306).
6594
6595 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6596
6597         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6598
6599         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6600           (gst_ring_buffer_parse_caps):
6601           Return NULL instead of an enum that happens to be 0, fixes warning
6602           on MSVC (#492114).
6603
6604         * gst-libs/gst/audio/gstringbuffer.h:
6605           No trailing commas in enum list (for gcc-2.9x).
6606
6607         * gst/videotestsrc/videotestsrc.c: (random_char):
6608           Make information loss explicit instead of implicitly truncating to
6609           eight bits via the return value.  Fixes runtime error on MSVC when
6610           using the debug CRT (#492114).
6611
6612         * win32/common/config.h.in:
6613           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6614
6615         * win32/common/libgstinterfaces.def:
6616         * win32/common/libgstrtp.def:
6617           Export a few more symbols (#492114).
6618
6619 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6620
6621         * gst-libs/gst/audio/audio.c:
6622         * gst-libs/gst/audio/audio.h:
6623           Readd the deprecation guards, but preserve compilability.
6624
6625 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6626
6627         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6628           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6629           Preserve channel layout when fixating the number of channels in the
6630           output caps, or make sure there's a suitable channel position layout
6631           set on the caps if required. Fixes #430677.
6632
6633 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6634
6635         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6636           Make sure the pipeline really operates in push mode as it should
6637           in this case.
6638
6639 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6640
6641         * gst-libs/gst/audio/audio.h:
6642           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6643           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6644           (ie. normal cvs builds) will fail.
6645
6646 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6647
6648         * docs/libs/Makefile.am:
6649         * gst-libs/gst/audio/audio.c:
6650         * gst-libs/gst/audio/audio.h:
6651         * gst-libs/gst/interfaces/mixer.c:
6652           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6653
6654 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6655
6656         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6657           (test_channel_layout_value_intersect), (audio_suite):
6658           Add simple unit test to make sure GstValue intersection
6659           of channel layouts works the way I think it does.
6660
6661 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6662
6663         * docs/libs/gst-plugins-base-libs-sections.txt:
6664         * gst-libs/gst/audio/gstaudiofilter.h:
6665         * gst-libs/gst/interfaces/mixer.h:
6666         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6667         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6668         * gst-libs/gst/sdp/gstsdpmessage.c:
6669           Fix the docs according to what gtk-doc complained about.
6670
6671 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6672
6673         * tests/icles/stress-playbin.c:
6674           Fix the build.
6675
6676 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6677
6678         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6679         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6680           Post nice/more useful error message if we don't have a decoder for
6681           the primary type.
6682
6683 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6684
6685         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6686         Be a bit more useful, unblock the pads after we fired the no-more-pads
6687         signal so that we can use the signal to inspect and connect all pads
6688         without having to keep extra state outside of decodebin.
6689
6690 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6691
6692         * gst/playback/gsturidecodebin.c:
6693         (gst_uri_decode_bin_autoplug_continue),
6694         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6695         Implement default signal handler so that we return TRUE when nothing is
6696         connected.
6697
6698 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6699
6700         * gst-libs/gst/riff/riff-media.c:
6701         (gst_riff_wavext_add_channel_layout),
6702         (gst_riff_wave_add_default_channel_layout),
6703         (gst_riff_wavext_get_default_channel_mask),
6704         (gst_riff_create_audio_caps):
6705         Use the ALSA channel layout as default for wav files without channel
6706         layout information. This fixes playback of chan-id.wav on 5.1 systems
6707         for example. Also refactor the channel layout setting a bit and add
6708         more default channel orders. Fixes #489010.
6709
6710 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6711
6712         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6713           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6714           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6715           instead.
6716
6717 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6718
6719         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6720         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6721         (gst_decode_bin_set_subs_encoding),
6722         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6723         (gst_decode_bin_get_property), (analyze_new_pad):
6724         Move subtitle encoding property to decodebin2 so that it can set the
6725         property value on all elements that it autoplugs and that require it.
6726         Make caps refcounting more consistent in get/set.
6727
6728         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6729         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6730         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6731         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6732         (proxy_autoplug_continue_signal),
6733         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6734         (make_decoder):
6735         Proxy properties and relevant signals from the internal decodebin.
6736         Make properties MT safe.
6737
6738 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6739
6740         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6741         * gst-libs/gst/tag/tags.c:
6742           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6743           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6744
6745         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6746           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6747
6748         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6749           (gst_tag_to_vorbis_comments):
6750           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6751           just mapping everything I found in the wild) (#414539).
6752
6753 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6754
6755         Inspired by patch of: René Stadler <mail at renestadler dot de>
6756
6757         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6758         (gst_decode_bin_autoplug_continue),
6759         (gst_decode_bin_autoplug_factories),
6760         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6761         (find_compatibles):
6762         * gst/playback/gstplay-marshal.list:
6763         Remove the autoplug-sort signal and replace it with a binding friendly
6764         autoplug-select signal.
6765         Add an autoplug-factories signal that can be used to generate a list of
6766         factories to try to autoplug.
6767         Add the GstPad to the autoplugging signal args as it might be needed to
6768         make a good factory selection.
6769         Fix up the marshallers for this. Fixes #407282.
6770
6771 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6772
6773         * gst-libs/gst/tag/gsttagdemux.c:
6774           Don't abort with an assertion if we receive a seek event with
6775           a start type of NONE (see launchpad bug #155878).
6776
6777 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6778
6779         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6780         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6781         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6783         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6784         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6785         Make sure that before we clean up the X resources, we shutdown and join
6786         the event thread.
6787         Also make sure the event thread does not shut down immediatly after
6788         startup because the running variable is not yet correctly set.
6789         Fixes #378770. 
6790
6791 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6792
6793         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6794         Make the window for a race in typefind and shutting down smaller until
6795         we figure out the right locking here. Avoids #485753 usually.
6796
6797         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6798         Remove unneeded lock causing a race in typefind and shutting down.
6799         Fixes #485753.
6800
6801         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6802         Also remove sinks when going to NULL because we might not complete the
6803         state change to PAUSED, causing the PAUSED->READY state change not to
6804         happen.
6805
6806 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6807
6808         * gst-libs/gst/audio/gstbaseaudiosink.c:
6809         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6810         Also explicitly release the ringbuffer when going to NULL because it
6811         is required in the setcaps function, before the state change to PAUSED
6812         completes.
6813
6814 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6815
6816         * tests/icles/.cvsignore:
6817         * tests/icles/Makefile.am:
6818         * tests/icles/stress-playbin.c:
6819           Does what it says on the tin.
6820
6821 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6822
6823         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6824         Fix queue negotiation. See #486758.
6825
6826 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6827
6828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6829         (gst_xvimagesink_xwindow_new),
6830         (gst_xvimagesink_update_colorbalance),
6831         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6832
6833         Fix handling of some of the X atoms. If the last parameter is True,
6834         XInternAtom won't create the atom if it doesn't exist, and therefore
6835         might return None. This causes X errors on Xv implementations that
6836         don't provide the colour balance attributes.
6837
6838 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6839
6840         * gst-libs/gst/tag/gstvorbistag.c:
6841         * tests/check/libs/tag.c:
6842           Extract vorbis comment LICENSE tags correctly.
6843
6844 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6845
6846         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6847
6848         * gst-libs/gst/tag/gstid3tag.c:
6849         * tests/check/libs/tag.c:
6850           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6851
6852 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6853
6854         * gst-libs/gst/tag/gsttagdemux.c:
6855           Don't error out when a buggy downstream element doesn't
6856           handle the newsegment event we send properly (especially
6857           not without posting a meaningful error message on the
6858           bus). See bug #471370 and launchpad bug #136264.
6859
6860 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6861
6862         * gst-libs/gst/audio/gstbaseaudiosink.c:
6863         (gst_base_audio_sink_drain):
6864         Use new basesink method to make our EOS drain interruptable.
6865
6866 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6867
6868         * gst-libs/gst/rtp/gstrtppayloads.c:
6869         Fix silly search-replace oversight.
6870
6871 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6872
6873         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6874
6875         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6876         (gst_basertppayload_set_outcaps):
6877         Fix caps memleak. Fixes #484989.
6878
6879
6880 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6881
6882         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6883         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6884         Fix debug output.
6885
6886 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6887
6888         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6889         (gst_base_audio_src_create):
6890         Also handle the case where there is no clock set on the audio source,
6891         like in the unit tests.
6892
6893 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6894
6895         * gst-libs/gst/rtp/gstrtppayloads.c:
6896         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6897         to avoid compiler warnings
6898
6899 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6900
6901         * gst/playback/gstdecodebin.c: (type_found),
6902         (gst_decode_bin_change_state):
6903         * gst/playback/gstdecodebin2.c: (type_found),
6904         (gst_decode_bin_change_state):
6905         Don't disconnect the have_type signal because we never reconnect it
6906         later on. Instead keep a variable to see if we already detected a type.
6907
6908 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6909
6910         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6911         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6912         (type_found):
6913         Unlink the signal handler when we found the type, we're not going to do
6914         anything sensible with more type_found signals anyway.
6915
6916 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6917
6918         * gst-libs/gst/tag/gsttagdemux.c:
6919           Don't leak caps.
6920
6921 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6922
6923         * gst-libs/gst/tag/Makefile.am:
6924         * gst-libs/gst/tag/gsttagdemux.c:
6925         * gst-libs/gst/tag/gsttagdemux.h:
6926           API: add GstTagDemux base class for simple tag demuxers.
6927
6928         * docs/libs/gst-plugins-base-libs-docs.sgml:
6929         * docs/libs/gst-plugins-base-libs-sections.txt:
6930           Add GstTagDemux to docs.
6931
6932 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6933
6934         * gst-libs/gst/rtp/gstrtpbuffer.c:
6935         (gst_rtp_buffer_get_payload_subbuffer):
6936         Fix bug introduced with last commit which inverted the logic and
6937         caused all buffers to be dropped. Fixes #483620.
6938         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6939
6940 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6941
6942         * gst-libs/gst/rtp/gstrtpbuffer.c:
6943           Replace g_return_if_val (as it could be disabled), with regular return
6944           and warning.
6945
6946 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6947
6948         * tests/check/pipelines/simple-launch-lines.c:
6949           Print message name and not just number.
6950
6951 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6952
6953         * gst-libs/gst/audio/gstbaseaudiosink.c:
6954         (gst_base_audio_sink_async_play):
6955         When slaved to the clock, don't try to align a sample with the previous
6956         one when going to PLAYING again.
6957
6958 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6959
6960         * tests/examples/snapshot/snapshot.c:
6961           Fix the build.
6962
6963 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6964
6965         * gst-libs/gst/sdp/gstsdpmessage.h:
6966         Add RFC 3556 bandwidth modifiers.
6967
6968 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6969
6970         * docs/libs/gst-plugins-base-libs-docs.sgml:
6971         * docs/libs/gst-plugins-base-libs-sections.txt:
6972         * gst-libs/gst/rtp/gstrtppayloads.c:
6973         Update documentation.
6974
6975 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6976
6977         * gst-libs/gst/rtp/Makefile.am:
6978         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6979         (gst_rtp_payload_info_for_name):
6980         * gst-libs/gst/rtp/gstrtppayloads.h:
6981         Added new file and header to deal with payload info.
6982
6983         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6984         (gst_rtp_buffer_default_clock_rate):
6985         * gst-libs/gst/rtp/gstrtpbuffer.h:
6986         Payload specific stuff is move to new headers.
6987         Implement _default_clock rate using the new payload function.
6988
6989         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6990         (gst_sdp_parse_line):
6991         * gst-libs/gst/sdp/gstsdpmessage.h:
6992         Add some more comments.
6993
6994 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6995
6996         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6997         (sdp_check_header), (sdp_type_find), (plugin_init):
6998         Add typefind function for application/sdp.
6999         Remove some old dirac typefind code that was ifdeffed out.
7000
7001 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
7002
7003         * win32/common/libgstaudio.def:
7004         Add new exported functions.
7005         * win32/vs6/grammar.dsp:
7006         Add autogeneration and copy of some autegenerated files from win32/common
7007         for rtsp library.
7008         * win32/vs6/libgstaudioconvert.dsp:
7009         Add gstaudioquantize.c to the build.
7010         * win32/vs6/libgstinterfaces.dsp:
7011         Add videoorientation.c to the build.
7012         * win32/vs6/libgstriff.dsp:
7013         Add libgsttag to the link libraries list.
7014         * win32/vs6/libgstvolume.dsp:
7015         Add liboil to the link.
7016         * win32/vs6/gst_plugins_base.dsw:
7017         * win32/vs6/libgstrtsp.dsp:
7018         * win32/common/libgstrtsp.def:
7019         Add files to build libgstrtsp library.
7020         
7021 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7022
7023         * tests/examples/snapshot/snapshot.c: (main):
7024         Print error when pipeline failed to construct.
7025
7026 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7027
7028         * configure.ac:
7029         * gst-libs/gst/tag/gstid3tag.c:
7030         * gst-libs/gst/tag/gstvorbistag.c:
7031           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
7032           and ID3v2 tags.
7033
7034 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7035
7036         * gst-libs/gst/floatcast/floatcast.h:
7037           Don't include config.h in an installed public header, this
7038           might break compilation of applications that don't have such
7039           a header and doesn't necessarily do what it's supposed to do
7040           anyway (ie. check for the lrint/lrintf defines) (#442065).
7041           Add docs for the various macros and document how this header
7042           has to be used (link against libm, etc.); add a few FIXMEs;
7043           include math.h for non-c99 code path.  Based on patch by
7044           Jan Schmidt.
7045           
7046 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7047
7048         * configure.ac:
7049         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
7050         of duplicating these macros in configure.ac.
7051
7052 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7053
7054         * po/hu.po:
7055         * po/sv.po:
7056         * po/uk.po:
7057           Updated translations to 0.10.14
7058
7059 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7060
7061         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7062
7063         * po/pl.po:
7064           Added Polish translation.
7065
7066 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7067
7068         translated by: Ilkka Tuohela <hile@iki.fi>
7069
7070         * po/fi.po:
7071           Added Finnish translation.
7072
7073 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7074
7075         translated by: Jorge González González <aloriel@gmail.com>
7076
7077         * po/es.po:
7078           Added Spanish translation.
7079
7080 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7081
7082         translated by: Mogens Jaeger <mogens@jaeger.tf>
7083
7084         * po/da.po:
7085           Added Danish translation.
7086
7087 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7088
7089         translated by: Funda Wang <fundawang@linux.net.cn>
7090
7091         * po/zh_CN.po:
7092           Added Chinese (simplified) translation.
7093
7094 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7095
7096         translated by: Alexander Shopov <ash@contact.bg>
7097
7098         * po/bg.po:
7099           Added Bulgarian translation.
7100
7101 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7102
7103         * gst/playback/gstqueue2.c: (gst_queue_push_one):
7104         Fix compilation wrt printf arguments.
7105
7106 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
7107
7108         * configure.ac:
7109         * tests/examples/Makefile.am:
7110         * tests/examples/snapshot/.cvsignore:
7111         * tests/examples/snapshot/Makefile.am:
7112         * tests/examples/snapshot/snapshot.c: (main):
7113         Add simple snapshot example program using appsink.
7114
7115 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7116
7117         * tests/check/generic/states.c:
7118           Improved state change unit test.
7119
7120 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7121
7122         * docs/plugins/.cvsignore:
7123         * tests/check/.cvsignore:
7124           Ignore registries in any format.
7125
7126 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7127
7128         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7129         (gst_base_rtp_depayload_chain),
7130         (gst_base_rtp_depayload_set_gst_timestamp):
7131         Only copy timestamp on outgoing packets if the depayloader did not set
7132         one.
7133         Also copy duration on outgoing packets.
7134
7135 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7136
7137         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7138         (gst_basertppayload_set_outcaps):
7139         Fix compilation because of missing %d in printf.
7140         When fixating caps, fixate what we can and throw away all remaining
7141         unfixed caps, subclasses should do something smart if they need to.
7142
7143 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7144
7145         * ext/gnomevfs/gstgnomevfssrc.c:
7146           Improve debug logs a bit and be more verbose if things go wrong.
7147
7148 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7149
7150         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7151         (gst_text_overlay_set_property):
7152         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7153         * gst-libs/gst/audio/gstbaseaudiosink.c:
7154         (gst_base_audio_sink_render):
7155         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7156         (gst_rtcp_unix_to_ntp):
7157         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7158         * gst/playback/gstqueue2.c:
7159         * tests/examples/seek/seek.c: (set_scale):
7160         Fix a bunch of compile warnings shown with Forte.
7161
7162         * gst/audiorate/gstaudiorate.c:
7163         Always pull in config.h before including any system headers.
7164
7165 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
7166
7167         * gst/playback/gstqueue2.c: (update_buffering),
7168         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7169         (gst_queue_handle_sink_event), (gst_queue_chain),
7170         (gst_queue_push_one), (gst_queue_sink_activate_push),
7171         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7172         Also fix #476514 for queue2.
7173
7174 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7175
7176         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7177         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7178         (gst_base_rtp_depayload_chain),
7179         (gst_base_rtp_depayload_handle_sink_event),
7180         (gst_base_rtp_depayload_push_full),
7181         (gst_base_rtp_depayload_set_gst_timestamp),
7182         (gst_base_rtp_depayload_change_state):
7183         Remove code to deal with RTP to GST time conversion, we now just copy
7184         the GST timestamp we receive to the outgoing buffers.
7185         Handle segment and flushes correctly.
7186
7187         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7188         When we have no valid input timestamp, use the previous rtp timestamp on
7189         the outgoing RTP packet instead of the RTP base time.
7190
7191 2007-09-15  David Schleef  <ds@schleef.org>
7192
7193         * ext/alsa/gstalsa.c:
7194         * ext/alsa/gstalsadeviceprobe.c:
7195         * ext/alsa/gstalsamixer.c:
7196         * ext/alsa/gstalsasink.c:
7197         * ext/alsa/gstalsasrc.c:
7198           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7199
7200 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
7201
7202         * gst-libs/gst/rtp/gstbasertppayload.c:
7203         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7204         Add some debug info when negotiating caps.
7205
7206 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7207
7208         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7209         A buffer with an empty payload is also a valid buffer.
7210
7211 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7212
7213         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7214         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7215         (gst_basertppayload_change_state):
7216         Make sure we start our RTP timestamp from the random base RTP
7217         timestamp even if the buffer timestamp starts from some random value.
7218
7219 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7220
7221         * configure.ac:
7222         * tests/examples/Makefile.am:
7223         * tests/examples/dynamic/.cvsignore:
7224         * tests/examples/dynamic/Makefile.am:
7225         * tests/examples/dynamic/addstream.c: (create_stream),
7226         (pause_play_stream), (message_received), (eos_message_received),
7227         (perform_step), (main):
7228         Add simple exmple app to demonstrate starting and pausing live and
7229         non-live bins in a PLAYING pipeline.
7230
7231 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7232
7233         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7234         typefind for QCP files (RFC #3625)
7235
7236 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7237
7238         * gst-libs/gst/audio/gstbaseaudiosink.c:
7239         (gst_base_audio_sink_init):
7240         Disable pull mode scheduling, we're not ready for it yet and it subtly
7241         breaks a lot of things.
7242
7243 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7244
7245         * tests/check/elements/libvisual.c:
7246           Test all libvisual plugins, not just the first one; this reproduces
7247           bug #450336 quite easily.  Looks like a problem with the 'jess'
7248           visualisation.
7249
7250 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7251
7252         * tests/check/Makefile.am:
7253         * tests/check/elements/.cvsignore:
7254         * tests/check/elements/libvisual.c:
7255           Add basic libvisual test case in an attempt to reproduce bug #450336.
7256           Doesn't reproduce that bug, but some other crasher instead (invalid
7257           free), at least with make elements/libvisual.forever and the bumscope
7258           plugin on x86-64/gutsy. Leaving test disabled for now.
7259
7260 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7261
7262         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7263
7264         * gst-libs/gst/rtsp/gstrtspconnection.c:
7265         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7266         (read_body), (gst_rtsp_connection_receive):
7267         Make sure we can not cancel in the middle of receiving a message.
7268         Fixes #475731.
7269
7270 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7271
7272         Patch by: Josep Torra Valles <josep@fluendo.com>
7273
7274         * gst/playback/gstplaybasebin.c:
7275           Increase upper limit for audio queue a bit; fixes preroll problem
7276           with playbin and decodebin2 when playing a quicktime trailer with
7277           multichannel audio via http (#464666).
7278
7279 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7280
7281         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7282         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7283         (gst_base_audio_src_provide_clock),
7284         (gst_base_audio_src_set_property),
7285         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7286         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7287         Allow othe clocks than the internal clock to be used for the pipeline.
7288         Add property to disable clock provide.
7289         API: GstBaseAudioSrc::provide-clock
7290
7291 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7292
7293         * gst/playback/gstdecodebin2.c:
7294           Don't leak request pads. Fixes #475395.
7295
7296 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7297
7298         Patch by: René Stadler <mail at renestadler dot de>
7299
7300         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7301         (gst_ximage_buffer_class_init):
7302         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7303         (gst_xvimage_buffer_class_init):
7304         Correctly chain up finalize with the parent class to prevent
7305         memory leaks. Fixes #474880.
7306
7307 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7308
7309         * gst/volume/gstvolume.c: (volume_choose_func):
7310         * tests/check/elements/volume.c: (GST_START_TEST):
7311         Revert the latest change: floating point samples are allowed to
7312         have any value, not only values in the range [-1,1]. Thanks to Andy
7313         Wingo for noticing.
7314         Also fix processing of int32 samples with volumes > 4 by making the
7315         unity value smaller which prevents overflows.
7316
7317 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7318
7319         * gst-libs/gst/rtp/gstrtpbuffer.c:
7320         * tests/check/libs/rtp.c:
7321           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7322
7323 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7324
7325         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7326
7327         * gst-libs/gst/rtp/gstrtpbuffer.c:
7328           Fix up GstRTPHeader helper struct so that compilers will not under
7329           any circumstances add padding in between our fields, as currently
7330           happens with MSVC on win32, because that would lead to us sending
7331           out RTP payloads with broken RTP headers (#471194).
7332           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7333           
7334         * tests/check/Makefile.am:
7335         * tests/check/libs/.cvsignore:
7336         * tests/check/libs/rtp.c:
7337           Add some simple unit tests for GstRTPBuffer. Some are disabled
7338           because the code tested still needs fixing (set_csrc() does not work).
7339
7340 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7341
7342         * win32/MANIFEST:
7343         * win32/common/gstrtsp-enumtypes.c:
7344         * win32/common/gstrtsp-enumtypes.h:
7345         * win32/common/interfaces-enumtypes.c:
7346         * win32/common/interfaces-enumtypes.h:
7347         * win32/common/multichannel-enumtypes.c:
7348           Add rtsp enumtypes (#474384) and update others.
7349
7350 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7351
7352         * configure.ac:
7353           Fix configure check for HAVE_LIBXML_HTML.
7354
7355 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7356
7357         * tests/check/libs/.cvsignore:
7358           Ignore more, in case the build bots work again one day.
7359
7360 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7361
7362         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7363
7364         * configure.ac:
7365         * gst-libs/gst/Makefile.am:
7366         * gst-libs/gst/fft/Makefile.am:
7367         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7368         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7369         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7370         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7371         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7372         * gst-libs/gst/fft/gstfft.h:
7373         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7374         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7375         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7376         * gst-libs/gst/fft/gstfftf32.h:
7377         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7378         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7379         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7380         * gst-libs/gst/fft/gstfftf64.h:
7381         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7382         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7383         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7384         * gst-libs/gst/fft/gstffts16.h:
7385         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7386         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7387         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7388         * gst-libs/gst/fft/gstffts32.h:
7389         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7390         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7391         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7392         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7393         * gst-libs/gst/fft/kiss_fft_f32.h:
7394         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7395         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7396         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7397         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7398         * gst-libs/gst/fft/kiss_fft_f64.h:
7399         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7400         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7401         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7402         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7403         * gst-libs/gst/fft/kiss_fft_s16.h:
7404         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7405         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7406         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7407         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7408         * gst-libs/gst/fft/kiss_fft_s32.h:
7409         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7410         (kiss_fftr_f32), (kiss_fftri_f32):
7411         * gst-libs/gst/fft/kiss_fftr_f32.h:
7412         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7413         (kiss_fftr_f64), (kiss_fftri_f64):
7414         * gst-libs/gst/fft/kiss_fftr_f64.h:
7415         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7416         (kiss_fftr_s16), (kiss_fftri_s16):
7417         * gst-libs/gst/fft/kiss_fftr_s16.h:
7418         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7419         (kiss_fftr_s32), (kiss_fftri_s32):
7420         * gst-libs/gst/fft/kiss_fftr_s32.h:
7421         * gst-libs/gst/fft/kiss_version:
7422         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7423         * pkgconfig/gstreamer-plugins-base.pc.in:
7424         Add libgstfft, a FFT library based on Kiss FFT which is
7425         BSD licensed. Supported sample formats are int16, int32,
7426         float and double. For those formats a real FFT and IFFT
7427         can be done, different windowing functions can be applied
7428         and functions for extracting the magnitude and phase exist.
7429         Fixes #468619.
7430
7431         * docs/libs/Makefile.am:
7432         * docs/libs/gst-plugins-base-libs-docs.sgml:
7433         * docs/libs/gst-plugins-base-libs-sections.txt:
7434         Integrate libgstfft into the docs.
7435
7436         * tests/check/Makefile.am:
7437         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7438         Add unit tests for libgstfft, currently only testing the FFT.
7439         Unit tests for IFFT will follow soon.
7440
7441 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7442
7443         Patch by: Peter Kjellerstedt  <pkj at axis com>
7444
7445         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7446         (gst_sdp_message_init), (gst_sdp_message_uninit),
7447         (is_multicast_address), (gst_sdp_message_as_text),
7448         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7449         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7450         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7451         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7452         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7453         (gst_sdp_media_init), (gst_sdp_media_uninit),
7454         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7455         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7456         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7457         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7458         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7459         * gst-libs/gst/sdp/gstsdpmessage.h:
7460         Separate INIT_ARRAY() and related macros into two versions, one for
7461         structures and one for pointers (e.g., INIT_ARRAY() and
7462         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7463         lists of emails and phone numbers.
7464         Add missing const as appropriate.
7465         Change all gint to guint since they all actually represent unsigned
7466         values.
7467         Do not use time as a variable name as it shadows the global time().
7468         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7469         Actually implement gst_sdp_message_add_time().
7470         Make gst_sdp_message_add_time() take repeat times as an argument.
7471         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7472         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7473         misspelled as badwidth).
7474         gst-indented and a little clean up. Fixes #471067.
7475
7476 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7477
7478         * gst/volume/gstvolume.c: (volume_choose_func),
7479         (volume_process_double), (volume_process_double_clamp),
7480         (volume_process_float_clamp):
7481         Correctly clamp float/double samples in the [-1.0,1.0] range to
7482         prevent weird effects.
7483         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7484         Add unit tests for all samples types that had none before.
7485
7486 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7487
7488         * gst-libs/gst/rtp/gstrtpbuffer.c:
7489           Need to include stdlib.h for abs() here too.
7490
7491 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7492
7493         * gst/playback/gststreaminfo.c:
7494           Fix build.
7495
7496 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7497
7498         * gst/playback/gststreaminfo.c:
7499           Clean up some half-disabled code and comment.
7500
7501 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7502
7503         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7504
7505         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7506         (gst_base_rtp_payload_audio_handle_event):
7507         Return FALSE from the event handler to let the parent class handle the
7508         event. Fixes #446766.
7509
7510         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7511         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7512         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7513
7514         * gst-libs/gst/rtp/gstbasertppayload.c:
7515         Bump the MTU to 1400.
7516
7517 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7518
7519         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7520         Add an audio/x-nsf typefind function for the nsfdec element.
7521
7522 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7523         * gst/playback/gstplaybasebin.c:
7524         Included "myth://" on stream_uris list for enable buffering to mythtv files
7525
7526 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7527
7528         * docs/libs/gst-plugins-base-libs-sections.txt:
7529         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7530         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7531         (gst_rtcp_unix_to_ntp):
7532         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7533         Fix parsing of RB blocks.
7534         Fix docs.
7535         Added helper functions to convert to/from UNIX and NTP time.
7536         API: gst_rtcp_ntp_to_unix()
7537         API: gst_rtcp_unix_to_ntp()
7538
7539         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7540         (gst_rtp_buffer_get_header_len),
7541         (gst_rtp_buffer_get_extension_data),
7542         (gst_rtp_buffer_get_payload_subbuffer),
7543         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7544         (gst_rtp_buffer_ext_timestamp):
7545         * gst-libs/gst/rtp/gstrtpbuffer.h:
7546         Fix some more docs.
7547         Implement handling of packets with extensions.
7548         Fix padding check in _validate().
7549         Added function to get extension data.
7550         API: gst_rtp_buffer_get_header_len()
7551         API: gst_rtp_buffer_get_extension_data()
7552
7553 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7554
7555         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7556         (gst_base_rtp_depayload_class_init),
7557         (gst_base_rtp_depayload_set_gst_timestamp):
7558         Add some more docs for the queue-delay property and fix a typo in a
7559         comment.
7560
7561         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7562         Fix typo.
7563
7564 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7565
7566         * gst-libs/gst/audio/gstbaseaudiosink.c:
7567         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7568         (gst_base_audio_sink_change_state):
7569         When skew slaving, try to hover around the middle of a segment so that
7570         we at most drift by half a segment.
7571         If we are aligning in the oposite direction of the clock skew, we don't
7572         have to resync.
7573
7574 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7575
7576         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7577         (gst_base_rtp_depayload_setcaps),
7578         (gst_base_rtp_depayload_set_gst_timestamp):
7579         Be less silly with the segment start, just apply the clock-base to the
7580         timestamp.
7581
7582 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7583
7584         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7585         (gst_base_rtp_depayload_class_init),
7586         (gst_base_rtp_depayload_finalize),
7587         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7588         (gst_base_rtp_depayload_handle_sink_event),
7589         (gst_base_rtp_depayload_set_gst_timestamp),
7590         (gst_base_rtp_depayload_change_state):
7591         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7592         Deprecate the queue handling thread thing and remove the code.
7593         Use new method to calculate the extended timestamp.
7594
7595 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7596
7597         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7598         (gst_rtcp_packet_sdes_copy_entry):
7599         Use g_strndup which does exactly what we want.
7600
7601         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7602         (gst_rtp_buffer_ext_timestamp):
7603         * gst-libs/gst/rtp/gstrtpbuffer.h:
7604         Add helper function to compare seqnums.
7605         Add helper function to calculate extended timestamps.
7606         API: gst_rtp_buffer_compare_seqnum()
7607         API: gst_rtp_buffer_ext_timestamp()
7608
7609 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7610
7611         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7612         (gst_rtcp_packet_sdes_get_entry),
7613         (gst_rtcp_packet_sdes_copy_entry):
7614         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7615         Fix and document SDES item data function.
7616         Add new function that makes a proper copy of SDES item data.
7617         API: gst_rtcp_packet_sdes_copy_entry()
7618
7619 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7620
7621         * configure.ac:
7622         * gst/Makefile.am:
7623           The tcp and subparse plugins are under gst, but not totaly free of
7624           dependencies. Handle selection inconfigure.ac, so that they show up
7625           on the final list of what is build and what is not. Maybe they should
7626           better be moved to ext.
7627
7628 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7629
7630         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7631
7632         * configure.ac:
7633         * gst/Makefile.am:
7634           Check if libxml provides HTML parser which subparse needs.
7635           Fixes #451970.
7636
7637 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7638
7639         * ext/alsa/gstalsa.c:
7640           Fix typo and compilation on big endian systems.
7641
7642 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7643
7644         * gst/subparse/gstssaparse.c:
7645           Convert SSA newline codes into actual newline characters (#470766).
7646
7647 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7648
7649         * docs/libs/gst-plugins-base-libs-sections.txt:
7650         * gst-libs/gst/pbutils/install-plugins.c:
7651         * gst-libs/gst/pbutils/install-plugins.h:
7652         * tests/check/libs/pbutils.c:
7653           API: also add gst_install_plugins_supported() while we're at it
7654           (see #470456).
7655
7656 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7657
7658         * docs/libs/gst-plugins-base-libs-sections.txt:
7659         * gst-libs/gst/pbutils/missing-plugins.c:
7660         * gst-libs/gst/pbutils/missing-plugins.h:
7661         * tests/check/libs/pbutils.c:
7662           API: add gst_missing_*_installer_detail_new() convenience API so
7663           that applications that know exactly what they're missing can request
7664           installer detail strings for those items directly instead of having
7665           to first create a dummy missing-plugin message and then get the
7666           installer detail string from that.  Fixes #470456.
7667
7668 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7669
7670         * gst/playback/gstdecodebin.c: (close_pad_link):
7671         We need to set up delayed-linking whenever the caps are non-fixed,
7672         not just when there are multiple types - use gst_pad_is_fixed()
7673         to test.
7674
7675 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7676
7677         * gst-libs/gst/pbutils/missing-plugins.c:
7678           (gst_missing_plugin_message_get_installer_detail):
7679           Add missing separator in PID fallback case.
7680
7681 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7682
7683         * ext/alsa/Makefile.am:
7684         There is no GST_PLUGINS_BASE_LIBS defined.
7685         
7686         * ext/alsa/gstalsa.c:
7687         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7688         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7689         Add support for ALSA 24-bit formats.
7690         snd_pcm_delay can return an error code, especially
7691         during XRUNS. In that case, the best we can do is assume
7692         delay = 0.
7693
7694         * gst/audioconvert/Makefile.am:
7695         Add flags from -base before any more-remote dependencies.
7696
7697 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7698
7699         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7700
7701         * gst/volume/gstvolume.c: (volume_choose_func),
7702         (volume_update_real_volume), (gst_volume_set_volume),
7703         (gst_volume_init), (volume_process_int32),
7704         (volume_process_int32_clamp), (volume_process_int24),
7705         (volume_process_int24_clamp), (volume_process_int16),
7706         (volume_process_int16_clamp), (volume_process_int8),
7707         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7708         * gst/volume/gstvolume.h:
7709         Add support for int32, int24 and int8 to the volume element.
7710         Fixes #445529.
7711
7712 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7713
7714         * tests/examples/Makefile.am:
7715           Fix even more.
7716
7717 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7718
7719         * configure.ac:
7720         * docs/libs/Makefile.am:
7721         * docs/libs/gst-plugins-base-libs-docs.sgml:
7722         * docs/libs/gst-plugins-base-libs-sections.txt:
7723         * ext/gnomevfs/gstgnomevfssrc.c:
7724         * ext/gnomevfs/gstgnomevfssrc.h:
7725         * gst-libs/gst/Makefile.am:
7726         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7727         * pkgconfig/gstreamer-plugins-base.pc.in:
7728         * sys/v4l/v4lsrc_calls.c:
7729         * tests/examples/Makefile.am:
7730         * win32/common/config.h:
7731           Revert unwanted commit. many thanks to moap. I want a fix for 
7732           https://thomas.apestaart.org/moap/trac/ticket/239
7733
7734 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7735
7736         * gst/volume/gstvolume.c:
7737           Move passthrough below gst_object_sync_values(). Fixes #442654.
7738
7739 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7740
7741         * gst-libs/gst/audio/audio.c:
7742         Clarify the docs a little.
7743
7744 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7745
7746         * gst/volume/gstvolume.c:
7747           Enable liboil for float and add more details about problems with
7748           int16.
7749
7750 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7751
7752         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7753         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7754
7755 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7756
7757         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7758         When calculating the first timestamp of the buffers, don't go below 0
7759         and clip the samples because the offset was on the eos page.
7760         Fixes #466717.
7761
7762 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7763
7764         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7765         (gst_ogg_demux_collect_chain_info):
7766         Also submit the eos page when trying to find the first timestamp.
7767         See #466717.
7768
7769 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7770
7771         * gst-libs/gst/audio/audio.h:
7772         Use gst_util_uint64_scale() instead of doing the math
7773         with double for GST_FRAMES_TO_CLOCK_TIME() and
7774         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7775         prevents rounding errors. Fixes #467667.
7776
7777 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7778
7779         * gst-libs/gst/rtsp/gstrtspconnection.c:
7780         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7781         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7782         * gst-libs/gst/rtsp/gstrtspconnection.h:
7783         Small cleanups.
7784         On shutdown, don't read the control socket yet.
7785         Set timeout value correctly in all cases.
7786         Add function to check if the server accepts reads or writes.
7787         API: gst_rtsp_connection_poll()
7788
7789         * gst-libs/gst/rtsp/gstrtspdefs.h:
7790         Fix compilation with -pedantic.
7791         Add enum for _poll.
7792
7793 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7794
7795         Patch by: Olivier Crete  <tester at tester ca>
7796
7797         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7798         (gst_basertppayload_getcaps):
7799         * gst-libs/gst/rtp/gstbasertppayload.h:
7800         Add getcaps vfunc to basertppayload. See #465146.
7801
7802 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7803
7804         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7805         Only post buffering messages when we are a stream.
7806
7807 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7808
7809         * gst-libs/gst/pbutils/install-plugins.c:
7810         * gst-libs/gst/pbutils/missing-plugins.c:
7811           Small docs fix and addition.
7812
7813 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7814
7815         * tests/icles/.cvsignore:
7816         * tests/icles/Makefile.am:
7817         * tests/icles/test-textoverlay.c:
7818           Add a dumb little test for textoverlay alignments.
7819
7820 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7821
7822         Patch by: Dan Williams  <dcbw redhat com>
7823
7824         * ext/pango/gsttextoverlay.c:
7825         * ext/pango/gsttextoverlay.h:
7826           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7827           "silent" property so there's a Since tag in the API reference.
7828
7829 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7830
7831         * gst-libs/gst/rtp/gstbasertppayload.c:
7832         (gst_basertppayload_set_outcaps):
7833         * gst-libs/gst/rtp/gstbasertppayload.h:
7834         Improve caps negotiation so that downstream elements can confiure
7835         certain RTP properties by fixing them on the caps. See #465146.
7836         Add docs.
7837
7838 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7839
7840         * docs/libs/gst-plugins-base-libs-sections.txt:
7841         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7842         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7843           Mark as deprecated some macros which were presumably meant to be
7844           private API and accidentally exposed in the public header file.
7845           Also actually _init() lock (only works at the moment because the
7846           struct is zeroed out when created and the initial values in the
7847           mutex struct are zeroes too). (#459585)
7848
7849 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7850
7851         * docs/libs/Makefile.am:
7852           Remove cruft and do some cleanups.
7853
7854         * docs/libs/gst-plugins-base-libs-docs.sgml:
7855           Prepare for comming gtkdoc features (rebase against online docs).
7856
7857 2007-08-10  Michael Smith <msmith@fluendo.com>
7858
7859         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7860           Debug output fixes.
7861         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7862         (GST_START_TEST):
7863           Change the number of buffers used; 500 is too many and leads to
7864           timeouts.
7865
7866 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7867
7868         * gst/playback/gstqueue2.c:
7869         * gst/videorate/gstvideorate.c:
7870           Printf format fixes (#465028).
7871
7872 2007-08-09  Michael Smith <msmith@fluendo.com>
7873
7874         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7875           If we have a large (> 1 second) discontinuity, push a series of
7876           smaller buffers rather than a single very large buffer. Avoids
7877           unreasonably large single buffer allocations when encountering a
7878           large gap.
7879         * tests/check/elements/audiorate.c: (GST_START_TEST),
7880         (audiorate_suite):
7881           Add a test for this.
7882
7883 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7884
7885         * gst/playback/gstplaybasebin.c: (group_commit),
7886         (queue_remove_probe), (queue_threshold_reached):
7887
7888         Patch by: Josep Torra Valles <josep@fluendo.com>
7889         Fixes: #465015
7890         Make sure we remove the check_queues buffer probe from the 
7891         correct queue to avoid racily going back to "buffering 99%" when
7892         buffering is actually complete.
7893
7894         Also, fix the spelling of Josep's surname in the ChangeLog.
7895
7896 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7897
7898         * ext/ogg/gstoggmux.c:
7899           Do not leak oggmux instance.
7900         
7901         * ext/vorbis/vorbisenc.c:
7902           Also log values.
7903
7904 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7905
7906         * po/hu.po:
7907         * po/it.po:
7908         * po/nl.po:
7909         * po/uk.po:
7910         * po/vi.po:
7911           Updated translations.
7912
7913 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7914
7915         patch by: Yang Hong <hongyang@redflag-linux.com>
7916
7917         * ext/pango/gsttextoverlay.c:
7918         * ext/pango/gsttextoverlay.h:
7919           Add 'silent' property to GstTimeOverlay. Fixes #462979
7920
7921 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7922
7923         Patch by: Josep Torra Valles <josep@fluendo.com>
7924
7925         * docs/plugins/gst-plugins-base-plugins.args:
7926         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7927         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7928         (gst_uri_decode_bin_get_property), (gen_source_element):
7929         Add connection-speed property. Fixes #464690.
7930
7931 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7932
7933         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7934
7935         * configure.ac:
7936         * gst-libs/gst/rtsp/Makefile.am:
7937         * gst-libs/gst/rtsp/gstrtspconnection.c:
7938         (gst_rtsp_connection_connect):
7939         Fix compilation on windows. Fixes #464320.
7940
7941 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7942
7943         Patch by: Josep Torra Valles <josep@fluendo.com>
7944
7945         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7946         (gst_play_base_bin_init), (queue_threshold_reached),
7947         (gen_source_element), (setup_substreams),
7948         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7949         (gst_play_base_bin_get_streaminfo_value_array):
7950         * gst/playback/gstplaybasebin.h:
7951         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7952         (gst_play_bin_set_property), (gst_play_bin_get_property),
7953         (gst_play_bin_handle_redirect_message):
7954         Move connection-speed property from playbin to playbasebin so that we
7955         can also configure it in source elements that have the connection-speed
7956         property. Fixes #464028.
7957         Add some debug info here and there.
7958
7959 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7960
7961         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7962         Properly respond to conversion queries. Fixes #464079.
7963
7964 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7965
7966         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7967         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7968         (gst_audio_test_src_init_sine_table),
7969         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7970         * gst/audiotestsrc/gstaudiotestsrc.h:
7971         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7972         Also set the default volume to the default value specified in the
7973         GParamSpec.
7974
7975 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7976
7977         Patch by: Jens Granseuer <jensgr at gmx dot net>
7978
7979         * gst/audioconvert/gstaudioquantize.c:
7980         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7981
7982 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7983
7984         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7985         Add rdt manager for rdt transport.
7986         Fix parsing of RDT transport.
7987
7988 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7989
7990         * configure.ac:
7991         Back to CVS
7992
7993 === release 0.10.14 ===
7994
7995 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7996
7997         * configure.ac:
7998           releasing 0.10.14, "Light Years Ahead"
7999
8000 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8001
8002         * tests/check/libs/audio.c: (GST_START_TEST):
8003         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
8004
8005 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8006
8007         * gst-libs/gst/audio/audio.c:
8008         When clipping a buffer with no timestamp, assume it is
8009         within the segment without warnings.
8010
8011         Fixes: #460978
8012
8013 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8014
8015         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
8016         Fire the signal on the object, not the interface.
8017
8018 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8019
8020         * gst-libs/gst/rtsp/.cvsignore:
8021         Ber. Don't include the full path, idiot.
8022
8023 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8024
8025         * gst-libs/gst/rtsp/.cvsignore:
8026         Ignore generated files.
8027
8028 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8029
8030         * gst-libs/gst/interfaces/Makefile.am:
8031         * gst-libs/gst/interfaces/interfaces-marshal.list:
8032         * gst-libs/gst/interfaces/rtspextension.c:
8033         * gst-libs/gst/interfaces/rtspextension.h:
8034         * gst-libs/gst/rtsp/Makefile.am:
8035         * gst-libs/gst/rtsp/gstrtsp.h:
8036         * gst-libs/gst/rtsp/gstrtspextension.c:
8037         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8038         (gst_rtsp_extension_detect_server),
8039         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8040         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8041         (gst_rtsp_extension_configure_stream),
8042         (gst_rtsp_extension_get_transports),
8043         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8044         * gst-libs/gst/rtsp/gstrtspextension.h:
8045         * gst-libs/gst/rtsp/rtsp-marshal.list:
8046         Move the rtspextension.h interface into gstrtspextension.h
8047         as part of libgstrtsp instead of libgstinterfaces, because it's
8048         only for use within plugins, not applications. 
8049         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
8050         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
8051         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
8052         is abstract.
8053
8054 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8055
8056         * gst-libs/gst/interfaces/Makefile.am:
8057         * gst-libs/gst/interfaces/interfaces-marshal.list:
8058         * gst-libs/gst/interfaces/rtspextension.c:
8059         (gst_rtsp_extension_iface_init),
8060         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8061         * gst-libs/gst/interfaces/rtspextension.h:
8062         Fix marshaller for the send signal.
8063         Add URL to stream selection interface method.
8064
8065 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8066
8067         * gst-libs/gst/riff/Makefile.am:
8068         Pull in our dependencies from -base before those from outside.
8069
8070 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8071
8072         * docs/libs/gst-plugins-base-libs-sections.txt:
8073         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
8074         * gst-libs/gst/rtsp/gstrtspbase64.h:
8075         API: gst_rtsp_base64_decode_ip()
8076         Added function to decode Base64 in-place.
8077
8078 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8079
8080         * tests/check/libs/.cvsignore:
8081         Ignore the mixer test binary.
8082
8083 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8084
8085         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
8086         Gratuitous comment change to trigger a rebuild on the buildbots.
8087
8088 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8089
8090         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
8091         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8092         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
8093         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
8094         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8095         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
8096         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
8097         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
8098         (gst_sdp_media_get_attribute_val):
8099         * gst-libs/gst/sdp/gstsdpmessage.h:
8100         Constify args where we can.
8101
8102 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8103
8104         * gst-libs/gst/interfaces/Makefile.am:
8105         * gst-libs/gst/interfaces/rtspextension.c:
8106         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8107         (gst_rtsp_extension_detect_server),
8108         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8109         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8110         (gst_rtsp_extension_configure_stream),
8111         (gst_rtsp_extension_get_transports),
8112         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8113         * gst-libs/gst/interfaces/rtspextension.h:
8114         Move interface for RTSP extensions from -good to here.
8115         Added helper methods to invoke interface methods.
8116
8117 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8118
8119         * docs/libs/gst-plugins-base-libs-sections.txt:
8120         * gst-libs/gst/rtsp/gstrtspdefs.h:
8121         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8122         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8123         (gst_rtsp_message_init_response),
8124         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8125         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8126         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8127         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8128         (gst_rtsp_message_get_body), (dump_key_value):
8129         * gst-libs/gst/rtsp/gstrtspmessage.h:
8130         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8131         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8132         (gst_rtsp_range_parse):
8133         * gst-libs/gst/rtsp/gstrtsprange.h:
8134         * gst-libs/gst/rtsp/gstrtsptransport.c:
8135         * gst-libs/gst/rtsp/gstrtspurl.c:
8136         Fix some more RTSP docs.
8137         Add some missing methods for dealing with messages.
8138
8139 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8140
8141         * docs/libs/gst-plugins-base-libs-docs.sgml:
8142         * docs/libs/gst-plugins-base-libs-sections.txt:
8143         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8144         * gst-libs/gst/rtsp/gstrtspbase64.h:
8145         * gst-libs/gst/rtsp/gstrtspconnection.c:
8146         (gst_rtsp_connection_connect), (add_auth_header),
8147         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8148         (read_body), (gst_rtsp_connection_receive),
8149         (gst_rtsp_connection_next_timeout),
8150         (gst_rtsp_connection_reset_timeout),
8151         (gst_rtsp_connection_set_auth):
8152         * gst-libs/gst/rtsp/gstrtspconnection.h:
8153         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8154         * gst-libs/gst/rtsp/gstrtspdefs.h:
8155         * gst-libs/gst/rtsp/gstrtspmessage.h:
8156         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8157         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8158         (gst_rtsp_range_parse):
8159         * gst-libs/gst/rtsp/gstrtspurl.h:
8160         Added beginnings of RTSP documentation.
8161
8162 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8163
8164         * docs/libs/Makefile.am:
8165         * docs/libs/gst-plugins-base-libs-docs.sgml:
8166         * docs/libs/gst-plugins-base-libs-sections.txt:
8167         * gst-libs/gst/sdp/gstsdp.h:
8168         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8169         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8170         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8171         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8172         (gst_sdp_message_get_attribute_val),
8173         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8174         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8175         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8176         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8177         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8178         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8179         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8180         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8181         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8182         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8183         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8184         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8185         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8186         (gst_sdp_media_get_attribute_val_n),
8187         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8188         (print_media), (gst_sdp_message_dump):
8189         * gst-libs/gst/sdp/gstsdpmessage.h:
8190         Document the SDP library.
8191         Add some of the missing SDPMedia methods.
8192
8193 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8194
8195         * configure.ac:
8196         * gst-libs/gst/Makefile.am:
8197         * gst-libs/gst/rtsp/Makefile.am:
8198         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8199         * gst-libs/gst/rtsp/gstrtspbase64.h:
8200         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8201         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8202         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8203         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8204         (parse_response_status), (parse_request_line), (parse_line),
8205         (gst_rtsp_connection_read), (read_body),
8206         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8207         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8208         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8209         (gst_rtsp_connection_set_auth):
8210         * gst-libs/gst/rtsp/gstrtspconnection.h:
8211         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8212         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8213         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8214         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8215         (gst_rtsp_find_method):
8216         * gst-libs/gst/rtsp/gstrtspdefs.h:
8217         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8218         (gst_rtsp_message_new), (gst_rtsp_message_init),
8219         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8220         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8221         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8222         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8223         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8224         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8225         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8226         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8227         (gst_rtsp_message_dump):
8228         * gst-libs/gst/rtsp/gstrtspmessage.h:
8229         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8230         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8231         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8232         * gst-libs/gst/rtsp/gstrtsprange.h:
8233         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8234         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8235         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8236         (range_as_text), (rtsp_transport_mode_as_text),
8237         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8238         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8239         (gst_rtsp_transport_free):
8240         * gst-libs/gst/rtsp/gstrtsptransport.h:
8241         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8242         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8243         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8244         * gst-libs/gst/rtsp/gstrtspurl.h:
8245         * gst-libs/gst/sdp/Makefile.am:
8246         * gst-libs/gst/sdp/gstsdp.h:
8247         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8248         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8249         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8250         (gst_sdp_attribute_init), (gst_sdp_message_new),
8251         (gst_sdp_message_init), (gst_sdp_message_uninit),
8252         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8253         (gst_sdp_media_uninit), (gst_sdp_media_free),
8254         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8255         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8256         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8257         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8258         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8259         (gst_sdp_message_get_attribute_val),
8260         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8261         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8262         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8263         (gst_sdp_media_get_attribute_val_n),
8264         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8265         (read_string), (read_string_del), (gst_sdp_parse_line),
8266         (gst_sdp_message_parse_buffer), (print_media),
8267         (gst_sdp_message_dump):
8268         * gst-libs/gst/sdp/gstsdpmessage.h:
8269         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8270         Move SDP and RTSP from helper objects in -good to a reusable library.
8271         Use a proper gst_ namespace.
8272
8273 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8274
8275         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8276         (vorbis_dec_flush_decode):
8277         Use the new buffer clipping function from gstaudio here.
8278
8279 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8280
8281         * docs/libs/gst-plugins-base-libs-sections.txt:
8282         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8283         * gst-libs/gst/audio/audio.h:
8284         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8285         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8286         Also add deprecation guards for gst_audio_structure_set_int() to the
8287         header.
8288
8289 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8290
8291         * docs/libs/gst-plugins-base-libs-sections.txt:
8292           Cleanup the docs.
8293
8294 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8295
8296         Patch by: Dan Williams <dcbw at redhat dot com>
8297
8298         * gst/playback/gstplaybasebin.c:
8299         (gst_play_base_bin_get_streaminfo_value_array):
8300         Don't return NULL when querying the stream info value array but instead
8301         return an empty array. Fixes #459204.
8302
8303 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8304
8305         * gst/playback/gsturidecodebin.c:
8306           Init debug category before using it.
8307
8308 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8309
8310         * gst-libs/gst/interfaces/mixer.h:
8311         Add padding vars in place of the signal pointers
8312         when building with DISABLE_DEPRECATED so that the
8313         interface structure doesn't change size.
8314
8315 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8316
8317         * docs/libs/gst-plugins-base-libs-sections.txt:
8318         * ext/alsa/gstalsamixer.c:
8319         * ext/alsa/gstalsamixer.h:
8320         * ext/alsa/gstalsamixerelement.c:
8321         * ext/alsa/gstalsamixertrack.c:
8322         * gst-libs/gst/interfaces/mixer.c:
8323         * gst-libs/gst/interfaces/mixer.h:
8324         * gst-libs/gst/interfaces/mixeroptions.c:
8325         * gst-libs/gst/interfaces/mixeroptions.h:
8326         * gst-libs/gst/interfaces/mixertrack.c:
8327         * gst-libs/gst/interfaces/mixertrack.h:
8328         * tests/check/Makefile.am:
8329         * tests/check/libs/mixer.c:
8330
8331         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8332         Fixes: #152864 
8333
8334         Add support for notifying mixer changes on the message bus, and
8335         implement it in alsamixer.
8336
8337         API: gst_mixer_get_mixer_flags
8338         API: gst_mixer_message_parse_mute_toggled
8339         API: gst_mixer_message_parse_record_toggled
8340         API: gst_mixer_message_parse_volume_changed
8341         API: gst_mixer_message_parse_option_changed
8342         API: GstMixerMessageType
8343         API: GstMixerFlags
8344
8345 2007-07-20  Michael Smith <msmith@fluendo.com>
8346
8347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8348         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8349           xcontext->im_format is only for testing XShm support (as the header
8350           file comments document). Use xvimage->im_format for everything else.
8351           Avoids spurious warnings on buffer allocation before setcaps.
8352
8353 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8354
8355         * tests/examples/volume/Makefile.am:
8356         * tests/icles/Makefile.am:
8357           We should use $(LIBM).
8358
8359 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8360
8361         * tests/icles/Makefile.am:
8362           This needs -lm.
8363
8364 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8365
8366         * gst-libs/gst/rtp/gstbasertppayload.c:
8367         (gst_basertppayload_class_init), (gst_basertppayload_init),
8368         (gst_basertppayload_set_property),
8369         (gst_basertppayload_get_property):
8370         Don't break ABI, restore previous ranges. Keep the default random
8371         selection of timestamp and seqnum offset but as soon as the app sets a
8372         specific value, use that one.
8373
8374 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8375
8376         Patch by: Bastien Nocera <hadess at hadess dot net>
8377
8378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8379         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8380         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8381         * sys/xvimage/xvimagesink.h:
8382         Add option to turn off double-buffering for debugging purposes.
8383         Fixes #437169.
8384
8385 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8386
8387         Patch by: Jorn Baayen <jorn at openedhand dot com>
8388
8389         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8390         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8391         (gst_ximagesink_init), (gst_ximagesink_class_init):
8392         * sys/ximage/ximagesink.h:
8393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8394         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8395         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8396         * sys/xvimage/xvimagesink.h:
8397         add 'handle-expose' property. Useful for video widgets which may want to
8398         be in control of Expose behaviour. Fixes #380625
8399
8400 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8401
8402         * gst-libs/gst/rtp/gstbasertppayload.c:
8403         (gst_basertppayload_class_init), (gst_basertppayload_init),
8404         (gst_basertppayload_event), (gst_basertppayload_push),
8405         (gst_basertppayload_set_property),
8406         (gst_basertppayload_get_property),
8407         (gst_basertppayload_change_state):
8408         * gst-libs/gst/rtp/gstbasertppayload.h:
8409         Fix ranges of rtp payloader properties so that the full range can be
8410         used in addition to -1 (random).
8411         Fix wrong seqnum reporting in caps.
8412         Fixes #420326.
8413
8414 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8415
8416         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8417         (gst_video_rate_query):
8418         Use boilerplate.
8419         Add latency query, might not be perfect yet but already works a lot
8420         better. Fixes #442557.
8421
8422 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8423
8424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8425         (gst_xvimagesink_setcaps):
8426         * sys/xvimage/xvimagesink.h:
8427         After a caps change, redraw our borders to avoid garbage left there
8428         when the image format changes to a smaller size, like 16:9 -> 4:3
8429         Also, hold the flow_lock a bit longer in the set_caps while we're
8430         fiddling with the xcontext.
8431
8432 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8433
8434         * Makefile.am:
8435         * configure.ac:
8436         * tests/Makefile.am:
8437         Remove bogus check for libcheck, since we check for
8438         gstreamer-check and it pulls in the required info from there, and we
8439         weren't actually _using_ the information for libcheck ourselves
8440         anyway.
8441
8442 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8443
8444         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8445         (gst_ffmpeg_caps_to_pixfmt):
8446         Fix the r_mask test for RGBA32 on little-endian.
8447         Fix a stupid typo that would have obviously broken 
8448         compilation on big-endian, if anyone was testing.
8449
8450 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8451
8452         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8453         (paint_hline_str4):
8454         * gst/videotestsrc/videotestsrc.h:
8455         Add alpha to the color struct.
8456         Use a default alpha value of 255 instead of 128.
8457
8458 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8459
8460         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8461         (setup_source):
8462         Clear the dynamic pads counter when starting a new uri. This makes
8463         reusing playbin work again.
8464         Fixes #454264.
8465
8466 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8467
8468         * configure.ac:
8469           Use pkg-config to locate check.
8470
8471 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8472
8473         * configure.ac:
8474         * tests/check/elements/volume.c: (GST_START_TEST):
8475           Fix 'make check' build against core CVS.
8476
8477 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8478
8479         * gst-libs/gst/interfaces/propertyprobe.c:
8480         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8481         * gst-libs/gst/tag/gstvorbistag.c:
8482           Make gtk-doc happy.
8483
8484 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8485
8486         * gst-libs/gst/audio/gstbaseaudiosink.c:
8487         (gst_base_audio_sink_callback):
8488           Quick hack to make audiosinks stop at EOS when operating in
8489           pull-mode; needs to be fixed properly some day.
8490
8491 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8492
8493         * docs/libs/gst-plugins-base-libs-sections.txt:
8494           Fix location of includes in the docs.
8495
8496 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8497
8498         * gst/ffmpegcolorspace/avcodec.h:
8499         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8500         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8501         (gst_ffmpegcsp_avpicture_fill):
8502         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8503         (img_get_alpha_info):
8504         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8505         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8506         end of the word. Partially fixes #451908
8507
8508 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8509
8510         * docs/libs/Makefile.am:
8511         * docs/plugins/Makefile.am:
8512           Simplify --extra-dir as gtkdoc scans recursively.
8513
8514 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8515
8516         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8517         (gst_adder_request_new_pad):
8518         Make getcaps more robust by not using the proxycaps function. This makes
8519         sure that we don't end up recursively calling getcaps upstream.
8520         See #316248.
8521
8522 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8523
8524         * gst/audioconvert/audioconvert.c:
8525         Include math.h to fix compilation.
8526
8527 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8528
8529         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8530         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8531         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8532         format, as produced by some dc1394 cameras like the iSight.
8533         See http://www.fourcc.org/yuv.php#IYU1
8534
8535 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8536
8537         * gst/audioconvert/Makefile.am:
8538         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8539         (check_default), (audio_convert_prepare_context),
8540         (audio_convert_clean_context), (audio_convert_convert):
8541         * gst/audioconvert/audioconvert.h:
8542         * gst/audioconvert/gstaudioconvert.c:
8543         (gst_audio_convert_dithering_get_type),
8544         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8545         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8546         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8547         * gst/audioconvert/gstaudioconvert.h:
8548         * gst/audioconvert/gstaudioquantize.c:
8549         (gst_audio_quantize_setup_noise_shaping),
8550         (gst_audio_quantize_free_noise_shaping),
8551         (gst_audio_quantize_setup_dither),
8552         (gst_audio_quantize_free_dither),
8553         (gst_audio_quantize_setup_quantize_func),
8554         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8555         * gst/audioconvert/gstaudioquantize.h:
8556         Implement dithering and noise shaping in audioconvert. By default now
8557         TPDF dithering (and no noise shaping) will be used when converting
8558         from a higher bit depth to 20 bit depth or smaller, otherwise
8559         everything will be as it is now.
8560         For the last audioconvert in a pipeline it would make sense to
8561         use some kind of noise shaping, enabling it by default for all
8562         conversions would give undesired results though. Fixes #360246.
8563         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8564         (GST_START_TEST):
8565         Adjust unit test for the new audioconvert.
8566
8567 2007-06-28  Wim Taymans  <wim@fluendo.com>
8568
8569         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8570         Use other metrics as well when estimating the buffer level.
8571
8572 2007-06-28  Wim Taymans  <wim@fluendo.com>
8573
8574         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8575         Small debug improvement.
8576
8577         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8578         (plugin_init):
8579         Tweak the rate estimation period.
8580         When calculating the buffer filledness in rate estimation mode, don't
8581         mix it with other metrics.
8582
8583 2007-06-28  Wim Taymans  <wim@fluendo.com>
8584
8585         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8586         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8587         When creating the groups, allow for a 5 second, unlimited buffers
8588         preroll phase after which we expose the group.
8589         When the group is exposed, use a small number of buffers up to a 2
8590         second limit. Also disconnect the overrun signal from multiqueue when we
8591         exposed the group because it is not needed anymore.
8592
8593 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8594
8595         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8596           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8597           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8598           (#451707); also, output some debugging info when dealing with
8599           freeform strings.
8600
8601         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8602           Add unit test for the above.
8603
8604 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8605
8606         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8607           Add description for Windows Media RTP caps.
8608
8609         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8610           Remove RTP fields that don't define the format from caps.
8611
8612 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8613
8614         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8615           Skip empty buffers, but not empty header buffers. That way the original
8616           vorbisdec unit test still passes (#451145); also, take into account
8617           that those empty packets might carry a granulepos.
8618
8619         * tests/check/Makefile.am:
8620         * tests/check/elements/vorbisdec.c:
8621         (_create_codebook_header_buffer), (_create_audio_buffer),
8622         (GST_START_TEST), (vorbisdec_suite):
8623           Add unit test that sends an empty packet.
8624
8625 2007-06-27  Wim Taymans  <wim@fluendo.com>
8626
8627         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8628         Don't error out on 0-sized packets, just emit a warning because this is
8629         not a fatal error. Fixes #451145.
8630
8631 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8632
8633         * docs/plugins/gst-plugins-base-plugins.args:
8634         * docs/plugins/gst-plugins-base-plugins.signals:
8635         * docs/plugins/inspect/plugin-adder.xml:
8636         * docs/plugins/inspect/plugin-alsa.xml:
8637         * docs/plugins/inspect/plugin-audioconvert.xml:
8638         * docs/plugins/inspect/plugin-audiorate.xml:
8639         * docs/plugins/inspect/plugin-audioresample.xml:
8640         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8641         * docs/plugins/inspect/plugin-cdparanoia.xml:
8642         * docs/plugins/inspect/plugin-decodebin.xml:
8643         * docs/plugins/inspect/plugin-decodebin2.xml:
8644         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8645         * docs/plugins/inspect/plugin-gdp.xml:
8646         * docs/plugins/inspect/plugin-gnomevfs.xml:
8647         * docs/plugins/inspect/plugin-libvisual.xml:
8648         * docs/plugins/inspect/plugin-ogg.xml:
8649         * docs/plugins/inspect/plugin-pango.xml:
8650         * docs/plugins/inspect/plugin-playbin.xml:
8651         * docs/plugins/inspect/plugin-subparse.xml:
8652         * docs/plugins/inspect/plugin-tcp.xml:
8653         * docs/plugins/inspect/plugin-theora.xml:
8654         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8655         * docs/plugins/inspect/plugin-video4linux.xml:
8656         * docs/plugins/inspect/plugin-videorate.xml:
8657         * docs/plugins/inspect/plugin-videoscale.xml:
8658         * docs/plugins/inspect/plugin-videotestsrc.xml:
8659         * docs/plugins/inspect/plugin-volume.xml:
8660         * docs/plugins/inspect/plugin-vorbis.xml:
8661         * docs/plugins/inspect/plugin-ximagesink.xml:
8662         * docs/plugins/inspect/plugin-xvimagesink.xml:
8663           Update docs with caps info.
8664
8665 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8666
8667         * po/POTFILES.in:
8668           Add more files with translatable strings (#450875).
8669
8670 2007-06-23  Edward Hervey  <edward@fluendo.com>
8671
8672         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8673         The chain should be freed if we error out here, else it will leak.
8674         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8675         (cleanup_decodebin):
8676         Don't forget to *properly* remove the signals, else it will leak.
8677
8678 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8679
8680         * MAINTAINERS:
8681         Updating all the maintainers files
8682
8683 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8684
8685         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8686         (main):
8687           Destroy and recreate parse-launch based pipeline after stop to be able
8688           to play again. Reorder some code and add more comments.
8689
8690 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8691
8692         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8693         When handling a delayed-caps notification case, mark
8694         the group as dynamic so that the nbdynamic count is
8695         incremented and decremented correctly. Fixes: #449156
8696         Patch by: Wim Taymans <wim@fluendo.com>
8697
8698 2007-06-19  Andy Wingo  <wingo@pobox.com>
8699
8700         * gst-libs/gst/audio/gstbaseaudiosink.c
8701         (gst_base_audio_sink_init): Enable pull-mode operation.
8702
8703 2007-06-19  Michael Smith <msmith@fluendo.com>
8704
8705         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8706           Change minimum rate back to 1000 to allow low-sample-rate wav files
8707           to play back.
8708
8709 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8710
8711         * po/vi.po:
8712           Update translations.
8713
8714 2007-06-15  David Schleef  <ds@schleef.org>
8715
8716         * gst/playback/gstqueue2.c:
8717           Fix compile error from ignored return value.
8718
8719 2007-06-15  Michael Smith <msmith@fluendo.com>
8720
8721         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8722           Update tmpbuf for all neccesary rows, not just one, as is required
8723           when downscaling.
8724           Fixes #402076.
8725
8726 2007-06-15  Michael Smith <msmith@fluendo.com>
8727
8728         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8729         (eos_buffer_probe):
8730           Add a test that ensures we set DELTA_UNIT on all non-header,
8731           non-video buffers, if we have a video stream.
8732         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8733         (gst_ogg_mux_process_best_pad):
8734           Move setting delta_pad to earlier, where we inspect all pads, so
8735           that leading audio pages don't get DELTA_UNIT unset if they come
8736           before the first DELTA_UNIT from video pages. Fixes the newly-added
8737           test. Fixes #385527.
8738
8739 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8740
8741         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8742           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8743           fails on the p5-ppc64 build bot and the failure looks like it is due
8744           to the same issue as #348114, ie. a compiler bug.
8745
8746 2007-06-13  Edward Hervey  <edward@fluendo.com>
8747
8748         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8749         Fix build on MacOSX.
8750
8751 2007-06-13  Wim Taymans  <wim@fluendo.com>
8752
8753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8754         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8755         Fix compilation on mingw. Fixes #446972.
8756
8757 2007-06-12  Wim Taymans  <wim@fluendo.com>
8758
8759         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8760
8761         * gst/playback/gstqueue2.c: (update_buffering),
8762         (gst_queue_locked_enqueue):
8763         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8764         also update the buffering status when receiving events. Fixes #446551.
8765
8766 2007-06-11  Wim Taymans  <wim@fluendo.com>
8767
8768         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8769
8770         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8771         (gst_queue_handle_src_query):
8772         Wait for preroll before attempting to forward a duration query upstream.
8773         Fixes #445505.
8774
8775 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8776
8777         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8778         (gst_base_rtp_depayload_set_gst_timestamp):
8779         Use G_GINT64_CONSTANT macro for int64 constant.
8780         * win32/common/libgstinterfaces.def:
8781         * win32/common/libgsttag.def:
8782         Add new exported functions.
8783
8784 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8785
8786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8787           The BOS page of the first Dirac video stream needs to come before
8788           the BOS page of any Vorbis streams or other audio streams, just like
8789           it is with Theora.
8790
8791 2007-06-07  Wim Taymans  <wim@fluendo.com>
8792
8793         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8794         Fix compilation.
8795
8796 2007-06-06  Wim Taymans  <wim@fluendo.com>
8797
8798         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8799
8800         * gst/playback/gstqueue2.c: (gst_queue_init),
8801         (gst_queue_handle_sink_event), (gst_queue_chain),
8802         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8803         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8804         (gst_queue_src_activate_pull):
8805         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8806         Does not yet completely work because duration queries upstream won't
8807         block yet.
8808
8809 2007-06-06  Wim Taymans  <wim@fluendo.com>
8810
8811         * configure.ac:
8812         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8813         Some more fseeko checks.
8814
8815 2007-06-06  Wim Taymans  <wim@fluendo.com>
8816
8817         * configure.ac:
8818         check for large file support.
8819
8820 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8821
8822         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8823
8824         * gst/subparse/gstsubparse.c: (parse_subrip),
8825         (subviewer_unescape_newlines), (parse_subviewer),
8826         (gst_sub_parse_data_format_autodetect),
8827         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8828         * gst/subparse/gstsubparse.h:
8829         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8830         * tests/check/elements/subparse.c: (GST_START_TEST),
8831         (subparse_suite):
8832         Add a unit test for both SubViewer formats.
8833
8834 2007-06-01  Michael Smith <msmith@fluendo.com>
8835
8836         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8837           Don't overflow intermediate values when seeking to large time values
8838           in audiotestsrc.
8839
8840 2007-06-05  Wim Taymans  <wim@fluendo.com>
8841
8842         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8843         (gst_queue_create_read), (gst_queue_read_item_from_file),
8844         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8845         Include stdio to define fseeko.
8846
8847 2007-06-05  Wim Taymans  <wim@fluendo.com>
8848
8849         Patch by: Edward Hervey  <edward@fluendo.com>
8850
8851         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8852         (gst_v4lsrc_query):
8853         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8854
8855 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8856
8857         * gst-libs/gst/riff/Makefile.am:
8858         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8859           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8860           our own implementation.
8861
8862 2007-06-05  Wim Taymans  <wim@fluendo.com>
8863
8864         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8865         (gst_base_rtp_depayload_setcaps),
8866         (gst_base_rtp_depayload_set_gst_timestamp),
8867         (gst_base_rtp_depayload_change_state):
8868         Handle timestamp wraparound.
8869
8870 2007-06-05  Wim Taymans  <wim@fluendo.com>
8871
8872         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8873         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8874         (gst_uri_decode_bin_change_state):
8875         Make sure we name srcpads uniquely even when using different internal
8876         decodebins.
8877         Signal no-more-pads when no more dynamic elements exist.
8878         Remove pads on cleanup.
8879
8880 2007-06-05  Wim Taymans  <wim@fluendo.com>
8881
8882         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8883
8884         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8885         (gst_queue_init), (gst_queue_finalize),
8886         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8887         (gst_queue_create_read), (gst_queue_read_item_from_file),
8888         (gst_queue_open_temp_location_file),
8889         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8890         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8891         (gst_queue_is_empty), (gst_queue_is_filled),
8892         (gst_queue_change_state), (gst_queue_set_temp_location),
8893         (gst_queue_set_property):
8894         Add support for filebased buffering. Fixes #441264.
8895
8896 2007-06-05  Wim Taymans  <wim@fluendo.com>
8897
8898         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8899         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8900         (caps_notify_group_cb), (gst_decode_group_new),
8901         (gst_decode_group_free):
8902         Add support for delayed caps fixation when autoplugging.
8903         Optimize cases where a multiqueue is not needed/wanted, like right after
8904         anything that is not a demuxer.
8905
8906 2007-06-05  Wim Taymans  <wim@fluendo.com>
8907
8908         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8909         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8910         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8911         consideratly speedup ogg chain detection by not trying to find a base
8912         timestamp for skeleton streams. 
8913
8914 2007-06-05  Wim Taymans  <wim@fluendo.com>
8915
8916         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8917         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8918         (gst_multi_fd_sink_remove_flush),
8919         (gst_multi_fd_sink_remove_client_link),
8920         (gst_multi_fd_sink_handle_client_write),
8921         (gst_multi_fd_sink_handle_clients):
8922         * gst/tcp/gstmultifdsink.h:
8923         Add support for remove_flush.
8924
8925 2007-06-05  Wim Taymans  <wim@fluendo.com>
8926
8927         * docs/design/draft-keyframe-force.txt:
8928         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8929         (theora_enc_chain):
8930         Add draft design for forcing keyframes in encoders and implement in
8931         theoraenc.
8932
8933 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8934
8935         * configure.ac:
8936           Back to CVS
8937
8938 === release 0.10.13 ===
8939
8940 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8941
8942         * configure.ac:
8943           releasing 0.10.13, "What's Going on?"
8944
8945 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8946
8947         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8948         In riff, the depth is stored in the size field but it just means that
8949         the least significant bits are cleared. We can therefore just play
8950         the sample as if it had a depth == width. Fixes: #440997
8951
8952         Patch by: Wim Taymans <wim@fluendo.com> 
8953         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8954
8955 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8956
8957         * gst-libs/gst/floatcast/floatcast.h:
8958         Define inline when needed on win32 builds. Fixes: #441295
8959         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8960
8961 2007-05-29  Wim Taymans  <wim@fluendo.com>
8962
8963         * gst/playback/gstplaybasebin.c: (queue_overrun),
8964         (no_more_pads_full):
8965         Stop buffering when the group is commited because the queues filled up.
8966         Fixes #442024.
8967
8968 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8969
8970         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8971         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8972         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8973         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8974         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8975         * ext/alsa/gstalsamixer.h:
8976         * ext/alsa/gstalsamixerelement.c:
8977         (gst_alsa_mixer_element_interface_supported),
8978         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8979         (gst_alsa_mixer_element_set_property),
8980         (gst_alsa_mixer_element_get_property),
8981         (gst_alsa_mixer_element_change_state):
8982         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8983         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8984         (gst_mixer_option_changed):
8985         * gst-libs/gst/interfaces/mixer.h:
8986         Revert commits towards #152864 made so far. We'll pick it up again
8987         after the 0.10.13 release.
8988
8989 2007-05-24  Wim Taymans  <wim@fluendo.com>
8990
8991         * gst-libs/gst/audio/gstbaseaudiosink.c:
8992         (gst_base_audio_sink_render):
8993         After an interrupt (PAUSED/flush) assume that the next sample should not
8994         be aligned to the previous sample. Fixes #417992.
8995
8996 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8997
8998         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8999           Don't add channels and rate fields to the template caps for
9000           audio/x-dts, as wavparse might not always be able to set them,
9001           which would then lead to 'caps are not a real subset of the
9002           template caps' warnings.
9003
9004 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9005
9006         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
9007         Handle unknown or invalid pads without crashing, as might occur if
9008         a media file like an mp3 is specified as a subtitle file.
9009         Fixes: #410039
9010
9011 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9012
9013         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
9014         (setup_sinks):
9015         Block the subtitle bin output queue before ghosting it and linking,
9016         then unblock after. This avoids spurious not-linked errors caused 
9017         by the queue starting up (because it gets linked when it is ghosted). 
9018         Fixes: #350299
9019
9020 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
9021
9022         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
9023         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
9024         file. Avoids flukes where the input gets typefound to some valid but
9025         useless type.
9026
9027 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9028
9029         * tests/check/Makefile.am:
9030         * tests/check/elements/.cvsignore:
9031         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
9032         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
9033           Add unit test for gnomevfssink seeking and position reporting for
9034           file:// URIs.
9035
9036 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9037
9038         Patch by: Mark Nauwelaerts <manauw at skynet be>
9039
9040         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
9041         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
9042         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
9043         * ext/gnomevfs/gstgnomevfssink.h:
9044           Fix position reporting, especially after a seek (from upstream),
9045           see #412648.
9046
9047 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9048
9049         * ext/cdparanoia/gstcdparanoiasrc.c:
9050           Repair umlaut.
9051
9052 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
9053
9054         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9055         Specify the full valid range for MP3 samplerates. Fixes a regression
9056         caused by extra header checks since the last release.
9057
9058 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
9059
9060         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9062         Fix a locking-order bug I introduced with my changes the other day.
9063         Patch by Mike Smith.
9064
9065 2007-05-21  Michael Smith <msmith@fluendo.com>
9066
9067         * ext/theora/theoradec.c: (theora_handle_data_packet):
9068           Don't look inside 0-length packets (which indicate duplicated
9069           frames)
9070
9071 2007-05-21  Wim Taymans  <wim@fluendo.com>
9072
9073         * ext/cdparanoia/gstcdparanoiasrc.c:
9074         (gst_cd_paranoia_src_read_sector):
9075         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9076         (gst_base_audio_src_create):
9077         Small cleanups.
9078
9079         * ext/theora/theoradec.c: (theora_dec_sink_event):
9080         Fix typo.
9081
9082         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9083         (gst_base_rtp_depayload_set_gst_timestamp):
9084         Add some FIXME
9085
9086         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
9087         And some debug info when a FIXME path is hit.
9088
9089 2007-05-21  Wim Taymans  <wim@fluendo.com>
9090
9091         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9092         (gst_base_rtp_audio_payload_class_init),
9093         (gst_base_rtp_audio_payload_init),
9094         (gst_base_rtp_audio_payload_finalize),
9095         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9096         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9097         (gst_base_rtp_payload_audio_handle_event):
9098         Some cleanups, remove minptime property as it is now in the parent
9099         class.
9100         Override parent class event function.
9101
9102         * gst-libs/gst/rtp/gstbasertppayload.c:
9103         (gst_basertppayload_class_init), (gst_basertppayload_init),
9104         (gst_basertppayload_event), (gst_basertppayload_set_property),
9105         (gst_basertppayload_get_property):
9106         * gst-libs/gst/rtp/gstbasertppayload.h:
9107         Add min-ptime property.
9108         Add handle-event vmethod. Fixes #415001.
9109
9110 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9111
9112         * gst-libs/gst/audio/gstbaseaudiosink.c
9113           (gst_base_audio_sink_change_state):
9114           Fix typo in comment.
9115
9116         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9117           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9118           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9119           close_link):
9120         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9121           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9122           Remove trailing whitespaces in comments.
9123
9124         * gst/volume/Makefile.am:
9125           Fix tabs.
9126
9127 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9128
9129         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9130
9131         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9132           set_option, get_option, _gst_reserved):
9133           Revert reordering functions (keep ABI).
9134
9135 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
9136
9137         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9138         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9139         (gst_ximagesink_show_frame):
9140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9141         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9142         (gst_xvimagesink_show_frame):
9143         When we create our own window, indicate that we handle the 
9144         WM_DELETE client message from the window manager, so that it won't 
9145         kill our window (and our app) along with it. Handle ClientMessage,
9146         post an error on the bus, and close the window. Further buffers
9147         arriving will result in a FlowError because the window has been
9148         destroyed.
9149
9150         Fixes: #393975
9151
9152         Clean up the X event handling loop and make them the same for
9153         both xvimagesink and ximagesink while I'm at it.
9154
9155 2007-05-17  Wim Taymans  <wim@fluendo.com>
9156
9157         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9158         Make decodebin2 autoplug depayloaders too.
9159
9160         * gst/playback/gsturidecodebin.c: (source_new_pad):
9161         Set the newly created decoder in a usable state when autoplugging a
9162         dynamic source such as RTSP.
9163
9164 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9165
9166         * gst/playback/gststreaminfo.c: (cb_probe):
9167           Ignore video-codec tag for audio streams and ignore audio-codec tags
9168           for video streams. Should make codec name collection a bit more
9169           robust against sloppy demuxers that send tag events containing both
9170           tags down each pad.
9171
9172 2007-05-17  Wim Taymans  <wim@fluendo.com>
9173
9174         * gst/playback/gstqueue2.c: (update_rates):
9175         Tweak the buffering thresholds a little.
9176         Update the buffer size with the previously calculate rate instead of
9177         only when we calculate a new rate so that we get smoother buffering
9178         updates.
9179
9180         * gst/playback/Makefile.am:
9181         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9182         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9183         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9184         (gst_uri_decode_bin_get_property), (unknown_type),
9185         (add_element_stream), (no_more_pads_full), (no_more_pads),
9186         (source_no_more_pads), (new_decoded_pad), (array_has_value),
9187         (gen_source_element), (has_all_raw_caps), (analyse_source),
9188         (remove_decoders), (make_decoder), (remove_source),
9189         (source_new_pad), (setup_source), (decoder_query_init),
9190         (decoder_query_duration_fold), (decoder_query_duration_done),
9191         (decoder_query_position_fold), (decoder_query_position_done),
9192         (decoder_query_latency_fold), (decoder_query_latency_done),
9193         (decoder_query_seeking_fold), (decoder_query_seeking_done),
9194         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9195         (gst_uri_decode_bin_change_state), (plugin_init):
9196         New element that intergrates a source, optional buffering element and
9197         decodebin.
9198
9199 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9200
9201         * configure.ac:
9202           Bump libtheora requirement to 1.0alpha5 for the pixformat check
9203           (also has a .pc file, so we don't need the fallback check any
9204           longer). Fixes #438840.
9205
9206 2007-05-17  Wim Taymans  <wim@fluendo.com>
9207
9208         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9209         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9210         (apply_segment), (apply_buffer), (update_buffering),
9211         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9212         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9213         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9214         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9215         (plugin_init):
9216         fix build.
9217
9218 2007-05-17  Wim Taymans  <wim@fluendo.com>
9219
9220         * gst/playback/Makefile.am:
9221         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9222         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9223         (gst_queue_getcaps), (gst_queue_bufferalloc),
9224         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9225         (apply_buffer), (update_buffering), (reset_rate_timer),
9226         (update_rates), (gst_queue_locked_flush),
9227         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9228         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9229         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9230         (gst_queue_loop), (gst_queue_handle_src_event),
9231         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9232         (gst_queue_src_activate_push), (gst_queue_change_state),
9233         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9234         On our way to playbin2 this is the new network queue that does buffering
9235         all by itself using high and low watermarks. It can also measure up and
9236         downstream bandwidth to optimally size the queue.
9237
9238 2007-05-17  Michael Smith <msmith@fluendo.com>
9239
9240         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9241         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9242           Use the segment->last_stop value to calculate the next timestamp to
9243           generate after a seek; not the segment->start value.
9244
9245 2007-05-15  David Schleef  <ds@schleef.org>
9246
9247         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9248           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9249
9250 2007-05-15  Wim Taymans  <wim@fluendo.com>
9251
9252         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9253         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9254         Some more chained streaming ogg timestamp fixes.
9255
9256 2007-05-15  Wim Taymans  <wim@fluendo.com>
9257
9258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9259         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9260         (gst_ogg_demux_handle_page):
9261         Add some FIXMEs.
9262         Fix chain start/stop segment handling based on patch by
9263         <ahalda at cs dot mcgill dot ca> see #320984.
9264
9265 2007-05-15  Michael Smith <msmith@fluendo.com>
9266
9267         * configure.ac:
9268           We don't require a C++ compiler. So don't require one.
9269
9270 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9271
9272         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9273           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9274           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9275           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9276           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9277           gst_alsa_mixer_update_track):
9278           Apply some of the cleanup Tim suggested in #152864 afterwards.
9279
9280 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9281
9282         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9283
9284         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9285           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9286           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9287           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9288           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9289           gst_alsa_mixer_handle_source_callback,
9290           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9291           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9292           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9293           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9294           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9295           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9296         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9297         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9298           gst_alsa_mixer_element_interface_supported,
9299           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9300           gst_alsa_mixer_element_set_property,
9301           gst_alsa_mixer_element_get_property,
9302           gst_alsa_mixer_element_change_state):
9303         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9304         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9305           gst_mixer_option_changed):
9306         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9307           volume_changed, option_changed, _gst_reserved):
9308           Implement notification for alsamixer. Fixes #152864
9309
9310 2007-05-14  David Schleef  <ds@schleef.org>
9311
9312         * gst/videotestsrc/videotestsrc.c:
9313         * gst/videotestsrc/videotestsrc.h:
9314           Add support for video/x-raw-bayer.
9315
9316 2007-05-12  David Schleef  <ds@schleef.org>
9317
9318         * sys/xvimage/xvimagesink.c:
9319           Add some sanity checking for the XVImage size returned by X.
9320           Related to #377400.
9321
9322 2007-05-12  Wim Taymans  <wim@fluendo.com>
9323
9324         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9325         (gst_base_rtp_depayload_setcaps),
9326         (gst_base_rtp_depayload_set_gst_timestamp):
9327         Parse and use additional caps fields as described in updated
9328         application/x-rtp caps spec.
9329
9330 2007-05-12  Wim Taymans  <wim@fluendo.com>
9331
9332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9333         (gst_ogg_demux_collect_chain_info):
9334         If there is a stream in a chain without any data packets, ignore the
9335         stream in the total length calculations. Might be related to #436820.
9336
9337 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9338
9339         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9340         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9341         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9342         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9343         (plugin_init):
9344
9345         Consolidate and re-work our mpeg system stream detection to probe
9346         more packets and produce a higher confidence result. Fixes a
9347         regression caused by lowering the typefind probability last year
9348         - related to bug #397810. Remove the redundant MPEG-1 specific 
9349         typefind function, as the new one detects both MPEG-1 & MPEG-2
9350         happily.
9351
9352         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9353         little. 
9354
9355         Tested against my media test directory, with some improvements and
9356         no regressions.
9357
9358 2007-05-10  Wim Taymans  <wim@fluendo.com>
9359
9360         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9361         (queue_out_of_data):
9362         Connect to the new queue "pushing" signal instead of the broken
9363         "running" one.
9364
9365 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9366
9367         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9368         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9369         Move variable declaration before the first instruction.
9370         * gst/videotestsrc/videotestsrc.c:
9371         Define M_PI if it's not defined yet.
9372         * win32/common/libgstrtp.def:
9373         Add new exported functions.
9374
9375 2007-05-09  Michael Smith <msmith@fluendo.com>
9376
9377         * ext/theora/theoradec.c: (theora_handle_type_packet):
9378           gst_pad_push_event() does not return a GstFlowReturn!
9379
9380 2007-05-09  Wim Taymans  <wim@fluendo.com>
9381
9382         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9383         * tests/examples/seek/seek.c: (do_seek):
9384         Some small cosmetic changes.
9385
9386 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9387
9388         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9389           gst_adder_change_state):
9390         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9391           segment_pending, segment_position, segment_rate):
9392           Handle playback-rate on adder.
9393
9394 2007-05-07  Michael Smith <msmith@fluendo.com>
9395
9396         * ext/theora/gsttheoradec.h:
9397         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9398         (theora_dec_sink_event), (theora_handle_comment_packet),
9399         (theora_handle_type_packet), (theora_dec_change_state):
9400           Don't push events (newsegment, tags) before initialising the
9401           decoder.
9402           This is neccesary for seeking to work correctly in gnonlin.
9403
9404 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9405
9406         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9407         * gst/adder/gstadder.c:
9408         * gst/audiotestsrc/gstaudiotestsrc.c
9409           (gst_audio_test_src_create_white_noise):
9410         * gst/videotestsrc/gstvideotestsrc.c:
9411         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9412           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9413           volume_sink_template, volume_src_template, gst_volume_init,
9414           volume_process_double, volume_process_int16,
9415           volume_process_int16_clamp):
9416           Doc fixes and formatting.
9417
9418 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9419
9420         * tests/check/Makefile.am:
9421         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9422           Minimal check for volume's GstController usability; also another
9423           test for #422295.
9424
9425 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9426
9427         * gst-libs/gst/cdda/gstcddabasesrc.c:
9428         (gst_cdda_base_src_add_track):
9429           Fix it so that it (a) makes sense and (b) doesn't break
9430           everything cdda-related including the unit test.
9431
9432 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9433
9434         * gst-libs/gst/cdda/gstcddabasesrc.c:
9435         (gst_cdda_base_src_add_track):
9436           Fix build when disabling asserts.
9437
9438 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9439
9440         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9441           When XShm is not available, we might get row strides that are not
9442           rounded up to multiples of four; this is bad, because virtually
9443           every RGB-processing element in GStreamer assumes rowstrides are
9444           rounded up to multiples of four, so let's allocate at least enough
9445           memory to avoid crashes in this case. The image will still be
9446           displayed distorted though if this happens, so that still needs
9447           fixing (maybe by allocating a bigger image with an 'even' width
9448           and then clipping it appropriately when rendering - something for
9449           Xlib aficionados in any case).
9450
9451 2007-05-03  Michael Smith <msmith@fluendo.com>
9452
9453         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9454           If a buffer doesn't have a timestamp, assume it's contiguous with
9455           the previous buffer, and synthesise timestamps appropriately.
9456
9457 2007-05-03  Edward Hervey  <edward@fluendo.com>
9458
9459         * tests/check/elements/videorate.c: (GST_START_TEST):
9460         Set buffer timestamp to a valid value in order to test the buffer
9461         really does stay in videorate.
9462
9463 2007-05-03  Edward Hervey  <edward@fluendo.com>
9464
9465         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9466         There is no sensible way to handle incoming buffers which don't have a
9467         valid timestamp. We therefore discard them and wait for the next one.
9468
9469 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9470
9471         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9472         * gst/playback/gstdecodebin2.c: (plugin_init):
9473           Better error message for text files.
9474
9475 2007-04-29  Wim Taymans  <wim@fluendo.com>
9476
9477         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9478         Fix offset bug in generation RR packets.
9479
9480 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9481
9482         * ext/theora/theoradec.c: (_theora_granule_time),
9483         (theora_dec_push_forward), (theora_handle_data_packet),
9484         (theora_dec_decode_buffer): Calculate buffer duration correctly
9485         to generate a perfect stream (#433888).
9486         * gst/audioresample/gstaudioresample.c:
9487         (audioresample_check_discont): Glib provides ABS.
9488
9489 2007-04-27  Wim Taymans  <wim@fluendo.com>
9490
9491         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9492         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9493         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9494         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9495         (gst_rtcp_packet_bye_set_reason):
9496         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9497         Fix RB block parsing and writing.
9498         Add support for constructing BYE packets.
9499
9500 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9501
9502         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9503         (gst_base_audio_src_create):
9504         * po/POTFILES.in:
9505           When posting a warning message because samples were dropped, post
9506           something more intelligible than he default error message for clock
9507           errors which is just confusing in this context (#432984).
9508
9509 2007-04-25  Wim Taymans  <wim@fluendo.com>
9510
9511         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9512         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9513         (read_packet_header), (gst_rtcp_packet_move_to_next),
9514         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9515         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9516         (gst_rtcp_packet_sdes_get_item_count),
9517         (gst_rtcp_packet_sdes_first_item),
9518         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9519         (gst_rtcp_packet_sdes_first_entry),
9520         (gst_rtcp_packet_sdes_next_entry),
9521         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9522         (gst_rtcp_packet_sdes_add_entry):
9523         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9524         Implement code to write SR, RR and SDES packets.
9525
9526 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9527
9528         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9529
9530         * sys/ximage/ximagesink.c:
9531           Fix build if XShm is not available (#432362).
9532
9533 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9534
9535         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9536         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9537         pointers to random memory which are passed to g_free() when
9538         audio_convert_prepare_context() is called the first time.
9539
9540 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9541
9542         Patch by: Dan Williams <dcbw redhat com>
9543
9544         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9545           Don't leak incoming buffer if gst_pad_push() returns a
9546           non-OK flow. Fixes #432755.
9547          
9548         * tests/check/elements/videorate.c: (GST_START_TEST),
9549         (videorate_suite):
9550           Unit test for the above by Yours Truly.
9551
9552 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9553
9554         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9555         (gst_adder_sink_event), (gst_adder_collected):
9556           Fix non-flushing segmented seeks, Fixes #340060 for me
9557
9558 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9559
9560         Patch by: Olivier Crete  <tester at tester ca>
9561
9562         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9563         (gst_base_rtp_audio_payload_class_init),
9564         (gst_base_rtp_audio_payload_init),
9565         (gst_base_rtp_audio_payload_dispose):
9566           Chain up to parent class in dispose function; get rid of
9567           unnecessary 'diposed' flag in private structure (#415001).
9568
9569 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9570
9571         * docs/libs/gst-plugins-base-libs.types:
9572         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9573         (gst_base_rtp_audio_payload_class_init):
9574         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9575         * gst-libs/gst/rtp/gstbasertppayload.c:
9576           Some minor docs fixes and additions; also add missing 'Since' bits.
9577
9578 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9579
9580         Patch by: Zeeshan Ali  <zeenix gmail com>
9581
9582         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9583         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9584         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9585         (gst_base_rtp_audio_payload_push):
9586         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9587           The recently-added gst_base_rtp_audio_payload_push() should take an
9588           object of type GstBaseRTPAudioPayload as first argument (#431672).
9589
9590 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9591
9592         * gst/audioresample/gstaudioresample.c:
9593           Make more functions static, just because we can.
9594
9595 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9596
9597         * tests/check/elements/audioresample.c:
9598           Add unit test for audioresample shutdown crasher (#420106).
9599
9600 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9601
9602         * gst/subparse/gstsubparse.c:
9603         * gst/subparse/samiparse.c:
9604           Use GST_DISABLE_XML here
9605
9606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9607         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9608         (gst_xvimagesink_buffer_alloc),
9609         (gst_xvimagesink_navigation_send_event):
9610         * sys/xvimage/xvimagesink.h:
9611           Include stdlib.h when using atoi.
9612           
9613         * tests/check/elements/playbin.c: (playbin_suite):
9614           Use GST_DISABLE_REGISTRY here
9615
9616 2007-04-19  Michael Smith  <msmith@fluendo.com>
9617
9618         * ext/theora/gsttheoraenc.h:
9619         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9620         (theora_enc_sink_event), (theora_enc_change_state):
9621           Track initialisation state; don't try to use encoder state if we're
9622           not initialised (it'll segfault).
9623
9624 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9625
9626         * tests/check/pipelines/.cvsignore:
9627         Fix build.
9628
9629 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9630
9631         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9632         Allow random depths between 1 and 32 instead of only multiplies of 8.
9633
9634 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9635
9636         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9637         Set the maximum number of channels for PCM and float in the correct
9638         place to have it also used when creating the template caps.
9639
9640 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9641
9642         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9643         Correctly support 4, 6 and 8 channels with normal PCM and float
9644         wav files.
9645
9646         Fix the depth and signedness calculation in extensible wav files and
9647         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9648         mask is found.
9649
9650         Add support for float, alaw and mulaw in extensible wav files.
9651
9652         This allows correct playback of all but 5 files from
9653         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9654         
9655         (gst_riff_create_audio_template_caps):
9656         Add voxware and float formats to the template caps.     
9657
9658 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9659
9660         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9661
9662         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9663         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9664
9665         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9666         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9667         Use the correct format strings for integer formats.
9668
9669 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9670
9671         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9672           Don't use pad_alloc_buffer_and_set_caps to create a small header
9673           packet, or, worse, to create a big temporary video buffer using the
9674           src pad.
9675
9676 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9677
9678         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9679         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9680           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9681           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9682
9683 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9684
9685         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9686           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9687           streamheader_suite):
9688           Add another test set up for failure
9689
9690 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9691
9692         * tests/check/Makefile.am:
9693         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9694           GST_START_TEST, streamheader_suite, main):
9695           Add a test for the streamheader bug Wim fixed.
9696
9697 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9698
9699         * ext/theora/theoradec.c: (theora_dec_sink_event):
9700         Fix misleading comment.
9701
9702 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9703
9704         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9705           More sanity checks for the header fields.
9706
9707 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9708
9709         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9710           Try encodings from all environment variables, not just those in the
9711           first environment variable that is set.
9712
9713 2007-04-12  Wim Taymans  <wim@fluendo.com>
9714
9715         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9716         (gst_video_rate_chain):
9717         Add some debug.
9718
9719         * tests/check/elements/videorate.c: (GST_START_TEST),
9720         (videorate_suite):
9721         Added check for videorate changing caps handling. Closes #421834.
9722
9723 2007-04-12  Michael Smith  <msmith@fluendo.com>
9724
9725         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9726           Use scale functions to avoid overflow when calculating duration of 
9727           vorbis buffers.
9728
9729 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9730
9731         * docs/libs/gst-plugins-base-libs-sections.txt:
9732         * gst-libs/gst/tag/tag.h:
9733         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9734           API: add gst_tag_freeform_string_to_utf8() (#405072).
9735
9736         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9737           Use gst_tag_freeform_string_to_utf8() here.
9738
9739 2007-04-12  Wim Taymans  <wim@fluendo.com>
9740
9741         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9742         (gst_gdp_pay_sink_event):
9743         Make sure we set the IN_CAPS flag correctly.
9744
9745         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9746         Get the IN_CAPS flag before we call functions that mess with the flags.
9747
9748 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9749
9750         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9751           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9752           Only stamp buffers with offset/offset_end right before they get
9753           pushed.  This ensures offset continuity, which was not the case
9754           before as shown by
9755           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9756
9757 2007-04-06  Wim Taymans  <wim@fluendo.com>
9758
9759         * gst/playback/gstplaybin.c: (add_sink),
9760         (gst_play_bin_change_state):
9761         Activate sync in playbin, we are ready to handle it for live streams.
9762
9763 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9764
9765         * tests/check/elements/playbin.c:
9766         (test_sink_usage_video_only_stream), (playbin_suite):
9767           Add small test for stream-info-value-array code paths.
9768
9769 2007-04-05  Wim Taymans  <wim@fluendo.com>
9770
9771         * gst-libs/gst/audio/gstbaseaudiosink.c:
9772         (gst_base_audio_sink_skew_slaving):
9773         Don't try to create invalid calibration parameters by making the
9774         internal time go backwards, instead make external time go forward.
9775
9776 2007-04-05  Wim Taymans  <wim@fluendo.com>
9777
9778         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9779
9780         * gst/playback/gstplaybasebin.c: (add_stream):
9781         Fix leak in add_stream(), when g_value_set_object() increases the
9782         refcount of streaminfo object. Fixes #426250.
9783
9784 2007-04-03  David Schleef  <ds@schleef.org>
9785
9786         * gst/videotestsrc/gstvideotestsrc.c:
9787         * gst/videotestsrc/gstvideotestsrc.h:
9788         * gst/videotestsrc/videotestsrc.c:
9789         * gst/videotestsrc/videotestsrc.h:
9790           Add a test pattern called "circular", which has concentric
9791           rings with varying radial frequency.  The main purpose of this
9792           pattern is to test fidelity loss in a filter or scaler element.
9793           Notably, this pattern is scale invariant, and is optimally viewed
9794           with a width (and height) of 400.
9795
9796 2007-04-03  Wim Taymans  <wim@fluendo.com>
9797
9798         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9799
9800         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9801         (deactivate_free_recursive):
9802         Decodebin2 doesn't unref pads it obtains in some occasions:
9803         - multiqueue src pads, when either connecting further or exposing
9804         - sink pads of new autoplugged elements
9805         - peer pads when recursively freeing elements
9806         Fixes #425455.
9807
9808 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9809
9810         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9811         Add audio/x-raw-float support, now that audioconvert support
9812         non-native endianness floats.
9813
9814 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9815
9816         * docs/libs/gst-plugins-base-libs-docs.sgml:
9817           gstreamer-plugins-base.pc doesn't exist, it's
9818           gstreamer-plugins-base-0.10.pc.
9819
9820 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9821
9822         Patch by: René Stadler <mail at renestadler dot de>
9823         with some minor changes
9824
9825         * gst-libs/gst/floatcast/floatcast.h:
9826         Use more efficient float endianness conversion functions that don't
9827         involve 2 function calls per value.
9828         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9829         (check_default), (audio_convert_prepare_context):
9830         * gst/audioconvert/gstaudioconvert.c:
9831         (gst_audio_convert_parse_caps), (make_lossless_changes):
9832         Support non-native endianness floats as input and output.
9833         Fixes #339838.
9834         * tests/check/elements/audioconvert.c: (verify_convert),
9835         (GST_START_TEST):
9836         Add unit tests for the non-native endianness float conversions.
9837
9838 2007-03-29  Wim Taymans  <wim@fluendo.com>
9839
9840         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9841         (gst_base_rtp_depayload_base_init),
9842         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9843         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9844         (gst_base_rtp_depayload_set_gst_timestamp),
9845         (gst_base_rtp_depayload_change_state),
9846         (gst_base_rtp_depayload_set_property),
9847         (gst_base_rtp_depayload_get_property):
9848         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9849         Add Private structure.
9850         Bring element code to 2007.
9851         Parse clock-base caps param and use it when generating the
9852         newsegment.
9853         Reset variables before going to PAUSED.
9854         Fix some docs.
9855
9856 2007-03-29  Wim Taymans  <wim@fluendo.com>
9857
9858         * docs/libs/gst-plugins-base-libs-docs.sgml:
9859         * docs/libs/gst-plugins-base-libs-sections.txt:
9860         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9861         (gst_base_rtp_audio_payload_get_adapter):
9862         Add RTCP docs.
9863         Fix some more docs.
9864
9865         * gst-libs/gst/rtp/Makefile.am:
9866         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9867         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9868         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9869         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9870         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9871         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9872         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9873         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9874         (gst_rtcp_packet_sr_get_sender_info),
9875         (gst_rtcp_packet_sr_set_sender_info),
9876         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9877         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9878         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9879         (gst_rtcp_packet_sdes_get_chunk_count),
9880         (gst_rtcp_packet_sdes_first_chunk),
9881         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9882         (gst_rtcp_packet_sdes_first_item),
9883         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9884         (gst_rtcp_packet_bye_get_ssrc_count),
9885         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9886         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9887         (gst_rtcp_packet_bye_get_reason_len),
9888         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9889         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9890         Add new helper object for parsing and creating RTCP messages.
9891
9892 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9893
9894         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9895         PCM samples with width=8 must be always unsigned, no matter what
9896         depth they have.
9897
9898 2007-03-29  Andy Wingo  <wingo@pobox.com>
9899
9900         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9901         perfect offsets also, not just timestamps.
9902
9903         * tests/check/elements/videorate.c (test_more): Test that given
9904         any incoming offsets, that videorate produces perfect offsets.
9905
9906 2007-03-29  Wim Taymans  <wim@fluendo.com>
9907
9908         * gst-libs/gst/riff/riff-ids.h:
9909         Add some more RIFF formats.
9910
9911 2007-03-29  Wim Taymans  <wim@fluendo.com>
9912
9913         * gst-libs/gst/rtp/gstrtpbuffer.c:
9914         (gst_rtp_buffer_default_clock_rate):
9915         * gst-libs/gst/rtp/gstrtpbuffer.h:
9916         Fix fixed payload names and docs.
9917         Added method to get the default clock rates of fixed payload types.
9918         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9919
9920 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9921
9922         * tests/check/pipelines/.cvsignore:
9923         Add new vorbisdec test to cvsignore.
9924
9925 2007-03-28  Wim Taymans  <wim@fluendo.com>
9926
9927         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9928         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9929         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9930         (gst_base_audio_sink_set_property),
9931         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9932         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9933         (gst_base_audio_sink_skew_slaving),
9934         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9935         (gst_base_audio_sink_async_play):
9936         * gst-libs/gst/audio/gstbaseaudiosink.h:
9937         Store private stuff in GstBaseAudioSinkPrivate.
9938         Add configurable clock slaving modes property.
9939         API:: GstBaseAudioSink::slave-method property
9940         Some more latency reporting tweaks.
9941         Added skew based clock slaving correction and make it the default until
9942         the resampling method is more robust.
9943
9944 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9945
9946         * gst/audioconvert/audioconvert.c:
9947         Add docs to the integer pack functions and implement proper
9948         rounding. Before we had rounding towards negative infinity, i.e.
9949         always the smaller number was taken. Now we use natural rounding,
9950         i.e. rounding to the nearest integer and to the one with the largest
9951         absolute value for X.5. The old rounding introduced some minor
9952         distortions. Fixes #420079
9953         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9954         Fix one unit test that assumed the old rounding and added unit tests
9955         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9956         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9957         rounding from signed int32 to signed/unsigned int16.
9958
9959 2007-03-27  Michael Smith  <msmith@fluendo.com>
9960
9961         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9962         (gst_audio_convert_transform_caps):
9963           Fix typo in debug line introduced recently, as pointed out on irc.
9964
9965 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9966
9967         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9968         * tests/check/libs/tag.c: (GST_START_TEST):
9969           Make sure we parse floating-point numbers in vorbis comments
9970           correctly with either '.' or ',' as separator, no matter what
9971           the current locale is. Add unit test for this too.
9972
9973 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9974
9975         Patch by: René Stadler  <mail at renestadler de>
9976
9977         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9978           When writing out floating-point numbers to vorbis comment tags, always
9979           use the same character as separator no matter what the current locale is
9980           (fixes #423051).
9981
9982         * tests/check/libs/tag.c: (GST_START_TEST):
9983           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9984
9985 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9986
9987         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9988           vorbis_handle_data_packet):
9989           Correctly set DURATION to generate a timestamp-continuous stream.
9990           One bug left at the end; see
9991           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9992         * tests/check/Makefile.am:
9993         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9994           Add a test to check this.  Without the above patch this test fails.
9995
9996 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9997
9998         * gst-libs/gst/rtp/Makefile.am:
9999         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
10000
10001 2007-03-23  Michael Smith  <msmith@fluendo.com>
10002
10003         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
10004         (gst_video_rate_reset), (gst_video_rate_chain):
10005           If videorate changes caps, we can no longer use the old buffer
10006           (which may have a different size, incompatible with our caps).
10007           So don't do that; just duplicate the new frame more times.
10008
10009 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
10010
10011         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10012         Remove playbin's override of the set_clock vmethod. It's irrelevant
10013         after Wim's commit on the 19th.
10014
10015 2007-03-22  Wim Taymans  <wim@fluendo.com>
10016
10017         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
10018         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
10019         * ext/gnomevfs/gstgnomevfssrc.h:
10020         Don't cache file sizes. Fixes #341078.
10021
10022 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10023
10024         * gst/playback/gstplaybin.c: (add_sink):
10025           Use GST_PTR_FORMAT to log caps. 
10026
10027 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10028
10029         Patch by: Young-Ho Cha <ganadist at chollian net>
10030
10031         * gst/subparse/samiparse.c: (handle_start_font):
10032           Special-case some more colour names that pango doesn't handle by
10033           default. Fixes #420578.
10034
10035 2007-03-20  Michael Smith  <msmith@fluendo.com>
10036
10037         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
10038           If we get a zero-sized input buffer, don't pass it to libvorbis, as
10039           that marks EOS internally. After that, libvorbis will buffer all
10040           input data, and encode none of it, eventually leading to memory
10041           exhaustion.
10042
10043 2007-03-19  Wim Taymans  <wim@fluendo.com>
10044
10045         * gst/playback/gstdecodebin.c: (remove_fakesink):
10046         Don't post STATE_DIRTY anymore.
10047
10048         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
10049         (gst_play_bin_change_state):
10050         Remove stream_time reset in seek handling, core does that now.
10051         Disable clocking for live pipelines by forcing a NULL clock to the
10052         complete pipeline, core is too smart now for our previous hack.
10053         We can always autoplug in PAUSED now.
10054
10055 2007-03-17  David Schleef  <ds@schleef.org>
10056
10057         * REQUIREMENTS:  Update this file, change the formatting to make
10058         it more consistent, plus more machine readable.
10059
10060 2007-03-16  Michael Smith  <msmith@fluendo.com>
10061
10062         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10063         (strip_width_64), (append_with_other_format):
10064           Previous fix was too simplistic, and broke the tests. Use a better
10065           approach; only strip 64 from widths for integer audio.
10066
10067 2007-03-16  Michael Smith  <msmith@fluendo.com>
10068
10069         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10070         (gst_audio_convert_transform_caps):
10071           We don't support 64 bit integer audio, so don't try to claim we can.
10072           Stops us producing caps don't match our template caps.
10073           Update comments.
10074
10075 2007-03-15  Michael Smith  <msmith@fluendo.com>
10076
10077         * gst/audioresample/gstaudioresample.c:
10078         (audioresample_check_discont), (audioresample_transform):
10079           Don't trigger discontinuities for very small imperfections; a filter
10080           flush will sound bad, and many plugins have rounding errors leading
10081           to these.
10082
10083 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10084
10085         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
10086
10087         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10088         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10089         API: add "min-ptime" property to RTP base audio payloader.
10090         API: add gst_base_rtp_audio_payload_push().
10091         API: add gst_base_rtp_audio_payload_get_adapter().
10092         Fixes #415001
10093         Indentation/whitespace/documentation fixes.
10094
10095 2007-03-14  Julien MOUTTE  <julien@moutte.net>
10096
10097         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10098         (audioresample_transform_size), (audioresample_do_output),
10099         (audioresample_transform), (audioresample_pushthrough): Handle
10100         discontinuous streams.
10101         * gst/audioresample/gstaudioresample.h:
10102         * tests/check/elements/audioresample.c:
10103         (test_discont_stream_instance), (GST_START_TEST),
10104         (audioresample_suite): Add a test for discontinuous streams.
10105         * win32/common/config.h: Updated.
10106
10107 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10108
10109         * po/af.po:
10110         * po/az.po:
10111         * po/cs.po:
10112         * po/en_GB.po:
10113         * po/it.po:
10114         * po/nb.po:
10115         * po/nl.po:
10116         * po/or.po:
10117         * po/sq.po:
10118         * po/sr.po:
10119         * po/sv.po:
10120         * po/uk.po:
10121         * po/vi.po:
10122           Update translations from translation project.
10123
10124 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10125
10126         * gst/audioresample/debug.h:
10127         * gst/audioresample/resample.c: (resample_init):
10128           Since I really am not interested in a debug line for each sample
10129           being processed, move the library's debugging to its own category,
10130           libaudioresample
10131
10132 2007-03-13  Michael Smith  <msmith@fluendo.com>
10133
10134         * ext/theora/theoradec.c: (theora_handle_type_packet):
10135           Since the plugin doesn't support anything other than 4:2:0 right
10136           now, post an error and fail if we get something else. Won't matter
10137           until libtheora supports the other pixel formats, but hopefully
10138           that'll be soon...
10139
10140 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10141
10142         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10143         Use gst_guint64_to_gdouble for conversion.
10144         * win32/MANIFEST:
10145         Add new files to the win32 MANIFEST.
10146         * win32/common/libgstaudio.def:
10147         * win32/common/libgstpbutils.def:
10148         Add new exported functions.
10149         * win32/vs6/gst_plugins_base.dsw:
10150         * win32/vs6/libgstdecodebin.dsp:
10151         * win32/vs6/libgstplaybin.dsp:
10152         Change the link to libgstpbutils.lib.
10153         * win32/vs6/libgstdecodebin2.dsp:
10154         Add a new project for decodebin2.
10155         * win32/vs6/libgstpbutils.dsp:
10156         Add a new project for pbutils.
10157
10158 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10159
10160         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10161           Also accept partial dates with only year and month,
10162           like 1999-12-00 (fixes #410396 even more).
10163
10164         * tests/check/libs/tag.c: (GST_START_TEST):
10165           Add unit test for the above.
10166
10167 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10168
10169         * tests/check/elements/subparse.c: (GST_START_TEST),
10170         (subparse_suite):
10171           Add unit test for MPL2 subtitle format (#413799).
10172
10173 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10174
10175         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10176
10177         * gst/subparse/Makefile.am:
10178         * gst/subparse/gstsubparse.c:
10179         (gst_sub_parse_data_format_autodetect),
10180         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10181         (gst_subparse_type_find):
10182         * gst/subparse/gstsubparse.h:
10183         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10184         * gst/subparse/mpl2parse.h:
10185           Add support for MPL2 subtitle format (#413799).
10186
10187 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10188
10189         * configure.ac:
10190           We require core CVS for the new buffer metadata copy functions.
10191
10192 2007-03-09  Wim Taymans  <wim@fluendo.com>
10193
10194         * gst-libs/gst/tag/gstid3tag.c:
10195         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10196         Fixes #414496.
10197
10198         Patch by: Alex Lancaster <alexl at users sourceforge net>
10199
10200 2007-03-09  Wim Taymans  <wim@fluendo.com>
10201
10202         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10203         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10204         Improve adapter usage and comments.
10205
10206 2007-03-09  Wim Taymans  <wim@fluendo.com>
10207
10208         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10209         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10210         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10211         Use new metadata copy function.
10212
10213         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10214         (gst_ffmpegcsp_transform):
10215         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10216         Basetransform copied the metadata for us.
10217
10218 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10219
10220         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10221         (gst_text_overlay_video_event):
10222           Some more logging. Only accept newsegment events in TIME format and
10223           send a WARNING message if they are not in TIME format.
10224
10225         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10226         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10227         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10228         * gst/subparse/gstsubparse.h:
10229           No need to allocate GstSegment structure dynamically, just put it
10230           into the instance structure; ignore newsegment events in BYTE
10231           format and in particular don't let it overwrite our saved TIME
10232           segment from the last seek.
10233
10234 2007-03-09  Michael Smith  <msmith@fluendo.com>
10235
10236         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10237           Replace AC3 typefinder with one that isn't terrible, and actually
10238           works usefully.
10239
10240 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10241
10242         * gst/audioconvert/gstaudioconvert.c:
10243         (gst_audio_convert_transform):
10244           fix error category and translatable string
10245           
10246
10247 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10248
10249         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10250         * pkgconfig/gstreamer-plugins-base.pc.in:
10251           Fix up utils => pbutils here too.
10252
10253 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10254
10255         * gst/subparse/gstsubparse.c: (handle_buffer):
10256           Break out of loop in chain function as soon as possible if we get
10257           a non-OK flow return.
10258
10259 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10260
10261         * tests/check/elements/alsa.c: (GST_START_TEST):
10262         Unref the mixer if the state change fails too (if the
10263         alsa devices are inaccessible, for example)
10264
10265 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10266
10267         * tests/check/Makefile.am:
10268         Don't test libvisual elements in the states check, because libvisual
10269         seems to leak internally.
10270
10271         Re-enable the alsa and states tests now that there's new suppressions
10272         in gst.supp.
10273
10274         * tests/check/elements/alsa.c: (GST_START_TEST):
10275         Don't leak the alsamixer we instantiated.
10276
10277 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10278
10279         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10280         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10281         (gst_ximagesink_finalize):
10282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10283         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10284         Move some cleanup stuff from the state change handler into a _reset()
10285         function that can be called from _finalize(). This ensures that things
10286         get freed even if (for some reason) the NULL->READY state transition
10287         fails in the parent class.
10288         Even if a parent state change fails, process our downward state change
10289         logic instead of bailing out early.
10290         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10291
10292 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10293
10294         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10295         Extra log line.
10296
10297         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10298         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10299         Use pango_font_description_set_family_static instead of 
10300         pango_font_description_set_family to save a string copy (it was
10301         leaking due to the strdup anyway)
10302
10303         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10304         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10305         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10306         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10307         Chain up in finalize.
10308
10309 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10310
10311         * gst-libs/gst/interfaces/mixertrack.c:
10312         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10313         (gst_mixer_track_set_property):
10314           API: add "untranslated-label" property which should be set by
10315           implementations at construct time (#414645).
10316
10317         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10318         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10319           Set "untranslated-label" when constructing mixer track objects.
10320
10321         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10322           Unit test to check the above.
10323
10324 2007-03-07  Wim Taymans  <wim@fluendo.com>
10325
10326         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10327         Fix confusing debug message.
10328
10329 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10330
10331         * gst-plugins-base.doap:
10332         update doap file with new version
10333
10334 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10335
10336         * configure.ac:
10337         Back to CVS
10338
10339 === release 0.10.12 ===
10340
10341 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10342
10343         * configure.ac:
10344           releasing 0.10.12, "Zombie Horde"
10345
10346 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10347
10348         * configure.ac:
10349         Bump version to 0.10.11.4 pre-release
10350
10351 2007-03-06  Wim Taymans  <wim@fluendo.com>
10352
10353         * gst-libs/gst/audio/gstbaseaudiosink.c:
10354         (gst_base_audio_sink_async_play):
10355         Fix regression that made GStreamer skip the first samples of audio.
10356         Fixes #414684.
10357
10358 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10359
10360         * configure.ac:
10361         Bump version to 0.10.11.3 pre-release
10362
10363 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10364
10365         * po/POTFILES.in:
10366           Update paths for the rename from utils to pbutils to fix the build.
10367
10368 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10369
10370         * gst-libs/gst/pbutils/Makefile.am:
10371           Change directory to install headers in from gst/utils to gst/pbutils
10372           as well.
10373
10374 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10375
10376         * configure.ac:
10377         * docs/libs/gst-plugins-base-libs-docs.sgml:
10378         * docs/libs/gst-plugins-base-libs-sections.txt:
10379         * gst-libs/gst/Makefile.am:
10380         * gst-libs/gst/interfaces/mixer.c:
10381         * gst-libs/gst/pbutils/Makefile.am:
10382         * gst-libs/gst/pbutils/descriptions.c:
10383         (gst_pb_utils_get_source_description),
10384         (gst_pb_utils_get_sink_description),
10385         (gst_pb_utils_get_decoder_description),
10386         (gst_pb_utils_get_encoder_description),
10387         (gst_pb_utils_get_element_description),
10388         (gst_pb_utils_add_codec_description_to_tag_list),
10389         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10390         * gst-libs/gst/pbutils/descriptions.h:
10391         * gst-libs/gst/pbutils/install-plugins.c:
10392         * gst-libs/gst/pbutils/install-plugins.h:
10393         * gst-libs/gst/pbutils/missing-plugins.c:
10394         (gst_missing_uri_source_message_new),
10395         (gst_missing_uri_sink_message_new),
10396         (gst_missing_element_message_new),
10397         (gst_missing_decoder_message_new),
10398         (gst_missing_encoder_message_new),
10399         (gst_missing_plugin_message_get_description):
10400         * gst-libs/gst/pbutils/missing-plugins.h:
10401         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10402         * gst-libs/gst/pbutils/pbutils.h:
10403         * gst-libs/gst/utils/Makefile.am:
10404         * gst-libs/gst/utils/base-utils.c:
10405         * gst-libs/gst/utils/base-utils.h:
10406         * gst-libs/gst/utils/descriptions.c:
10407         * gst-libs/gst/utils/descriptions.h:
10408         * gst-libs/gst/utils/install-plugins.c:
10409         * gst-libs/gst/utils/install-plugins.h:
10410         * gst-libs/gst/utils/missing-plugins.c:
10411         * gst-libs/gst/utils/missing-plugins.h:
10412         * gst-plugins-base.spec.in:
10413         * gst/playback/Makefile.am:
10414         * gst/playback/gstdecodebin.c:
10415         * gst/playback/gstdecodebin2.c:
10416         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10417         (gen_source_element):
10418         * gst/playback/gstplaybin.c: (plugin_init):
10419         * tests/check/Makefile.am:
10420         * tests/check/libs/pbutils.c: (GST_START_TEST),
10421         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10422         * tests/check/libs/utils.c:
10423           rename utils to pbutils
10424
10425 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10426
10427         * docs/plugins/Makefile.am:
10428         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10429         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10430         * docs/plugins/inspect/plugin-decodebin2.xml:
10431         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10432         Add documentation for decodebin2 that indicates that the API
10433         is still unstable.
10434
10435 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10436
10437         * configure.ac:
10438         Update to 0.10.11.2 (0.10.12 pre-release)
10439
10440 2007-03-01  Wim Taymans  <wim@fluendo.com>
10441
10442         * gst-libs/gst/audio/gstbaseaudiosink.c:
10443         (gst_base_audio_sink_async_play):
10444         base time is irrelevant here.
10445
10446 2007-03-01  Wim Taymans  <wim@fluendo.com>
10447
10448         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10449         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10450         Improve debugging.
10451
10452         * gst-libs/gst/audio/gstbaseaudiosink.c:
10453         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10454         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10455         Improve latency and clock slaving calculations.
10456         Improve slave clock calibration.
10457
10458         * gst-libs/gst/audio/gstringbuffer.c:
10459         (gst_ring_buffer_commit_full):
10460         When we are asked to render N sample to 0 bytes, return N.
10461
10462 2007-03-01  Wim Taymans  <wim@fluendo.com>
10463
10464         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10465         (gst_alsasink_write), (gst_alsasink_reset):
10466         * ext/alsa/gstalsasink.h:
10467         Remove unused dispose function.
10468         Rename lock to not interfere with alsasrc lock.
10469
10470         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10471         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10472         (gst_alsasrc_read), (gst_alsasrc_reset):
10473         * ext/alsa/gstalsasrc.h:
10474         Implement finalize function.
10475         Use lock to protect alsa access.
10476         Implement _reset.
10477         Fine tune sw params.
10478
10479 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10480
10481         * configure.ac:
10482           Convert to new AG_GST style.
10483
10484 2007-02-28  Wim Taymans  <wim@fluendo.com>
10485
10486         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10487
10488         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10489         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10490         Fix race condition when rapidly switching visualisations in playbin.
10491         Fixes #401029.
10492
10493 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10494
10495         * tests/check/Makefile.am:
10496         Include local stuff before system installed things in LDFLAGS and
10497         CFLAGS.
10498
10499 2007-02-28  Wim Taymans  <wim@fluendo.com>
10500
10501         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10502         Improve debugging.
10503
10504 2007-02-28  Wim Taymans  <wim@fluendo.com>
10505
10506         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10507         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10508         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10509         Fix duration and timestamping, taking latency into account.
10510         Implement latency query.
10511
10512 2007-02-28  Wim Taymans  <wim@fluendo.com>
10513
10514         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10515         (gst_audio_clock_new):
10516         Fix clock name.
10517
10518         * gst-libs/gst/audio/gstbaseaudiosink.c:
10519         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10520         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10521         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10522         (gst_base_audio_src_create):
10523         Improve latency query code.
10524         Use proper clock names.
10525
10526 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10527
10528         * tests/check/generic/states.c: (GST_START_TEST):
10529           Copy the states.c test from core again
10530         * tests/check/Makefile.am:
10531           ignore cdio and cdparanoiasrc
10532
10533 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10534
10535         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10536         (double_hq), (audio_convert_get_func_index), (check_default),
10537         (audio_convert_prepare_context), (audio_convert_convert):
10538           Also make valgrind happy and avoid copying data in some cases.
10539
10540 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10541
10542         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10543         (double_hq), (audio_convert_get_func_index),
10544         (audio_convert_prepare_context), (audio_convert_convert):
10545         * gst/audioconvert/gstaudioconvert.c:
10546         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10547         (gst_audio_convert_transform_caps):
10548         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10549         (audioconvert_suite):
10550           Don't run inplace if that overwrites source data as we go. Add more
10551           tests. Fixes #339837 even more.
10552
10553 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10554
10555         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10556         (msg_segment_done): Fix various seeking bugs (Slider was not
10557         updating when doing a non flushing seek, Reverse playback 
10558         on segment seek was wrong).
10559
10560 2007-02-26  Wim Taymans  <wim@fluendo.com>
10561
10562         * tests/examples/seek/seek.c: (stop_seek):
10563         When we stop scrubbing, don't leave the pipeline PLAYING when we
10564         requested a PAUSED state.
10565
10566 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10567
10568         Patch by: René Stadler <mail at renestadler de>
10569
10570         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10571           Parse date strings in vorbis comments that have an invalid (zero)
10572           month or day (#410396).
10573
10574         * tests/check/libs/tag.c: (GST_START_TEST):
10575           Test case for the above.
10576
10577 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10578
10579         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10580
10581         * configure.ac:
10582         * ext/alsa/Makefile.am:
10583         * gst/audiotestsrc/Makefile.am:
10584           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10585
10586 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10587
10588         * gst/playback/gstplaybin.c:
10589           Improve docs: point out that the application needs to assist playbin
10590           with buffering.
10591
10592 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10593
10594         * gst-libs/gst/utils/install-plugins.c:
10595         * gst-libs/gst/utils/missing-plugins.c:
10596         * tests/check/libs/utils.c: (missing_msg_check_getters):
10597           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10598           to just 'gstreamer'. Document the caps string component of the
10599           decoder/encoder detail a bit better, since not everyone will be
10600           familiar with the GStreamer media type/caps system (but they better
10601           enjoy nested itemized lists).
10602
10603 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10604
10605         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10606         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10607           Fix copying of GstNetBuffer (would crash before, or at least lead to
10608           invalid memory access, #410772), for now by copying the GstBuffer copy
10609           code from the core over here so we can copy the GstBuffer fields on a
10610           provided buffer instance (of type GstNetBuffer in this case). Would be
10611           better to fix this with some support by the core though (and in the long
10612           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10613
10614         * tests/check/Makefile.am:
10615           Enable unit test for GstNetBuffer.
10616
10617 2007-02-22  Andy Wingo  <wingo@pobox.com>
10618
10619         * gst-libs/gst/audio/gstbaseaudiosink.c
10620         (gst_base_audio_sink_init): Disable pull-mode activation until we
10621         figure out how to make audio sinks go to PLAYING.
10622
10623 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10624
10625         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10626         (double_hq), (audio_convert_get_func_index),
10627         (audio_convert_prepare_context), (audio_convert_convert):
10628         * gst/audioconvert/audioconvert.h:
10629         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10630         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10631         * gst/audioconvert/gstchannelmix.h:
10632         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10633           Add float as an intermediate format, as well as float mixing. Enable
10634           test that was failing before. Fixes #339837
10635
10636 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10637
10638         * tests/examples/seek/seek.c: (do_seek):
10639         Undo the previous commit: -1 as a stop time implies that the stop
10640         time is the end of file, clearing any previously configured segment.
10641
10642 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10643
10644         * tests/examples/seek/seek.c: (do_seek):
10645         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10646
10647 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10648
10649         * gst/volume/gstvolume.c: (volume_process_int16),
10650         (volume_process_int16_clamp), (volume_set_caps):
10651           Unbreak volume, value remains gint.
10652
10653 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10654
10655         * gst/volume/gstvolume.c: (volume_choose_func),
10656         (volume_update_real_volume), (gst_volume_set_volume),
10657         (gst_volume_init), (volume_process_double), (volume_process_float),
10658         (volume_process_int16), (volume_process_int16_clamp),
10659         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10660         * gst/volume/gstvolume.h:
10661           Extend float audio support (double) and some int->uint cleanups.
10662
10663 2007-02-20  Edward Hervey  <edward@fluendo.com>
10664
10665         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10666         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10667         (sort_end_pads), (gst_decode_group_expose),
10668         (gst_decode_group_hide):
10669         Don't free groups from the streaming threads. Just put them aside and
10670         free them in dispose.
10671
10672 2007-02-20  Edward Hervey  <edward@fluendo.com>
10673
10674         * gst/playback/gstdecodebin2.c: (connect_element),
10675         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10676         (sort_end_pads), (gst_decode_group_expose):
10677         Handle dynamic pads within groups.
10678         Sort pads before exposing them in order to make playbin happy.
10679         There still is a race with the multiqueue filling up. This should be
10680         solved separately.
10681         Fixes #398721
10682
10683 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10684
10685         * gst-libs/gst/utils/base-utils.c:
10686         * gst-libs/gst/utils/descriptions.c:
10687         * gst-libs/gst/utils/install-plugins.c:
10688         * gst-libs/gst/utils/missing-plugins.c:
10689           Some more docs (and descriptions for two subtitle formats).
10690
10691 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10692
10693         * gst-libs/gst/audio/audio.c:
10694           Fix documentation.
10695
10696 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10697
10698         Patch by: Yves Lefebvre  <ivanohe abacom com>
10699
10700         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10701           Don't leak caps. Fixes #408278.
10702
10703 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10704
10705         * ext/cdparanoia/gstcdparanoiasrc.h:
10706         * ext/ogg/gstoggdemux.h:
10707         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10708         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10709         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10710         * gst-libs/gst/audio/audio.h:
10711         * gst-libs/gst/audio/gstaudiofilter.h:
10712         * gst-libs/gst/interfaces/videoorientation.h:
10713         * gst/adder/gstadder.h:
10714           More docs coverage and some ChangeLog surgery (add missing names)
10715
10716 2007-02-15  Wim Taymans  <wim@fluendo.com>
10717
10718         * sys/ximage/ximagesink.c:
10719         (gst_ximagesink_calculate_pixel_aspect_ratio):
10720         * sys/xvimage/xvimagesink.c:
10721         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10722         Small constifications.
10723
10724 2007-02-15  Wim Taymans  <wim@fluendo.com>
10725
10726         * gst-libs/gst/audio/gstbaseaudiosink.c:
10727         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10728         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10729         (gst_base_audio_sink_async_play),
10730         (gst_base_audio_sink_change_state):
10731         Answer latency query.
10732         Use configured latency when syncing.
10733         Fix clock slaving.
10734
10735         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10736         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10737         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10738         Fix possible memleak.
10739         Implement latency query.
10740         Small cleanups.
10741
10742 2007-02-15  Wim Taymans  <wim@fluendo.com>
10743
10744         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10745         Ignore errors in reset, these are not fatal. They also grab the element
10746         lock which is already taking when this function is called. Fixes
10747         #405451.
10748
10749 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10750
10751         * configure.ac:
10752           Remove 'tests/examples/xerror/Makefile' from output files again.
10753
10754 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10755
10756         * configure.ac:
10757         * docs/plugins/Makefile.am:
10758           Also crossref against gst-plugins-base-libs.
10759
10760 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10761
10762         * configure.ac:
10763         * docs/libs/Makefile.am:
10764         * docs/plugins/Makefile.am:
10765           Add crossreferences to glib/gobject/gstream docs.
10766
10767         * gst-libs/gst/audio/audio.h:
10768           Source formatting.
10769
10770         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10771           Add own debug category.
10772
10773 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10774
10775         Patch by: René Stadler <mail at renestadler de>
10776
10777         * gst-libs/gst/tag/gstvorbistag.c:
10778           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10779           (#403597).
10780
10781 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10782
10783         * gst/playback/gstplaybasebin.c: (setup_source):
10784           When we have external subtitles and wait for the subtitle decodebin
10785           to get up and running, we set up a (sync) bus handler for the
10786           subtitle decodebin, so we can stop waiting when it posts an error
10787           message. However, we should do that before we set the subtitle
10788           decodebin's state to playing, otherwise things are racy and we might
10789           miss error messages posted before we had a chance to set up the bus.
10790           This should finally fix totem hanging on .txt pseudo-subtitle files.
10791           
10792 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10793
10794         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10795           Use gst_gdouble_to_guint64 for conversions.
10796         * win32/common/config.h.in:
10797           Add a define for GST_INSTALL_PLUGINS_HELPER
10798         * win32/common/libgstaudio.def:
10799         * win32/common/libgstcdda.def:
10800         * win32/common/libgstnetbuffer.def:
10801         * win32/common/libgstrtp.def:
10802         * win32/common/libgutils.def:
10803           Add new exported functions.
10804         * win32/vs6/gst_plugins_base.dsw:
10805         * win32/vs6/libgstdecodebin.dsp:
10806         * win32/vs6/libgstnetbuffer.dsp:
10807         * win32/vs6/libgstplaybin.dsp:
10808         * win32/vs6/libgstrtp.dsp:
10809         * win32/vs6/libgstvorbis.dsp:
10810         * win32/vs6/libgstcdda.dsp:
10811         * win32/vs6/libgstgdp.dsp:
10812         * win32/vs6/libgstutils.dsp:
10813           Update and add new project files.
10814
10815 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10816
10817         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10818         (subrip_remove_unhandled_tags), (parse_subrip):
10819           For SubRip (.srt) subtitles, ignore all markup tags we don't
10820           handle (like font tags, for example).
10821
10822         * tests/check/elements/subparse.c:
10823           Add test for this.
10824
10825 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10826
10827         * gst/playback/gstdecodebin.c: (add_fakesink),
10828         (gst_decode_bin_change_state):
10829         * gst/playback/gstdecodebin2.c: (add_fakesink),
10830         (gst_decode_bin_change_state):
10831           Don't error out if there is no fakesink in the NULL to READY state
10832           change, since when decodebin is re-used, we're only adding the
10833           fakesink element in READY to PAUSED.
10834
10835         * tests/check/elements/decodebin.c:
10836         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10837         (decodebin_suite):
10838           Minimal unit test to make sure we can use the same decodebin
10839           instance twice (at least with audiotestsrc input).
10840
10841 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10844           Try to get devic-name from device string first, and from handle only
10845           as fallback (seems to yield better results and is more robust
10846           against buggy probing code on the application side).
10847
10848 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10849
10850         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10851
10852         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10853         (gst_alsa_find_device_name):
10854         * ext/alsa/gstalsa.h:
10855         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10856         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10857           Improve device-name detection a bit, especially in the case where
10858           the device is not actually open (#405020, #405024). Move common code
10859           into gstalsa.c instead of duplicating it.
10860
10861 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10862
10863         * gst/audioconvert/gstaudioconvert.c:
10864           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10865
10866 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10867
10868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10869         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10870         (gst_xvimagesink_interface_supported),
10871         (gst_xvimagesink_probe_get_properties),
10872         (gst_xvimagesink_probe_probe_property),
10873         (gst_xvimagesink_probe_needs_probe),
10874         (gst_xvimagesink_probe_get_values),
10875         (gst_xvimagesink_property_probe_interface_init),
10876         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10877         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10878         (gst_xvimagesink_get_type):
10879         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10880         for XVAdaptors so that one can choose the adaptor to use with 
10881         gstreamer-properties.
10882
10883 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10884
10885         * gst/audioconvert/gstaudioconvert.c:
10886           Also mention that a conversion from double to float is suboptimal still.
10887
10888 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * gst-libs/gst/audio/gstaudiofilter.c:
10891         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10892           Clear our formats structure and free the caps contained in it when
10893           shutting down.
10894
10895 2007-02-05  Andy Wingo  <wingo@pobox.com>
10896
10897         * gst-libs/gst/audio/gstbaseaudiosink.c
10898         (gst_base_audio_sink_callback): Update basesink->offset so that we
10899         pull monotonically increasing offsets instead of, um, seeking back
10900         to 0 each time. Fixes alsasrc ! alsasink!
10901
10902 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10903
10904         * gst/videoscale/gstvideoscale.c:
10905           A width and height of 1 makes us crash, so increase minimum size to
10906           2x2 pixels until someone feels like fixing this (#404512).
10907
10908 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10909
10910         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10911           Add small test to make sure request pads are cleaned up properly
10912           even if oggmux never changes state out of NULL.
10913
10914 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10915
10916         * tests/check/libs/utils.c: (GST_START_TEST):
10917           Fix unit test. Turns out things work much better when you
10918           NULL-terminate string arrays. Should make p5 build bot happy again.
10919
10920 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10921
10922         * gst-libs/gst/audio/Makefile.am:
10923         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10924         (gst_audio_filter_template_base_init),
10925         (gst_audio_filter_template_class_init),
10926         (gst_audio_filter_template_init),
10927         (gst_audio_filter_template_set_property),
10928         (gst_audio_filter_template_get_property),
10929         (gst_audio_filter_template_setup),
10930         (gst_audio_filter_template_filter),
10931         (gst_audio_filter_template_filter_inplace), (plugin_init):
10932           Oops, forgot to commit fixed-up example.
10933
10934 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10935
10936         * docs/libs/gst-plugins-base-libs-sections.txt:
10937         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10938         (gst_audio_filter_class_init), (gst_audio_filter_init),
10939         (gst_audio_filter_set_caps),
10940         (gst_audio_filter_class_add_pad_templates):
10941         * gst-libs/gst/audio/gstaudiofilter.h:
10942           Port GstAudioFilter to 0.10. This change technically breaks
10943           API and ABI (and thus also every library developer's heart),
10944           but seems justifiable on the grounds that the base class was
10945           completely unusable before (ie. would crash immediately when
10946           actually used). Fixes #403963 (and eventually also #403572).
10947           Also document all of this a bit.
10948
10949 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10950
10951         * gst-libs/gst/utils/install-plugins.c:
10952         (gst_install_plugins_spawn_child):
10953         * tests/check/libs/utils.c:
10954         (test_base_utils_install_plugins_do_callout):
10955           Lowering log level to see why things fail on the p5 build bot;
10956           fix some typos in unit test messages.
10957
10958 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10959
10960         * tests/check/libs/utils.c:
10961         (test_base_utils_install_plugins_do_callout):
10962           Don't hard-code temp directory for test helper; use GLib functions
10963           to write out file and do error checking etc.
10964
10965 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10966
10967         * gst-libs/gst/utils/Makefile.am:
10968         * gst-libs/gst/utils/base-utils.h:
10969         * gst-libs/gst/utils/install-plugins.c:
10970         (gst_install_plugins_context_set_xid),
10971         (gst_install_plugins_context_new),
10972         (gst_install_plugins_context_free),
10973         (gst_install_plugins_get_helper),
10974         (gst_install_plugins_spawn_child),
10975         (gst_install_plugins_return_from_status),
10976         (gst_install_plugins_installer_exited),
10977         (gst_install_plugins_async), (gst_install_plugins_sync),
10978         (gst_install_plugins_return_get_name),
10979         (gst_install_plugins_installation_in_progress):
10980         * gst-libs/gst/utils/install-plugins.h:
10981           API: add API for applications to initiate installation of missing
10982           plugins, ie. gst_install_plugins_async() primarily.
10983           Based on libgimme-codec by Ryan Lortie.
10984
10985         * configure.ac:
10986           Add --with-install-plugins-helper configure option so distros can specify
10987           the path of the helper script or program to call when plugin installation
10988           is requested (distros: please do any argument munging in this helper
10989           script instead of patching GStreamer to pass arguments differently
10990           to another program directly).
10991
10992         * docs/libs/gst-plugins-base-libs-docs.sgml:
10993         * docs/libs/gst-plugins-base-libs-sections.txt:
10994           Build and document new API.
10995
10996         * tests/check/libs/utils.c: (result_cb),
10997         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10998         (libgstbaseutils_suite):
10999           Some simple checks for the new API.
11000
11001 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11002
11003         * tests/check/elements/audioconvert.c: (test_float_conversion):
11004           Add small test for 32bit float <=> 64bit float conversion (works
11005           only one way so far, 32=>64 produces structured noise).
11006
11007 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11008
11009         * gst/audioconvert/gstaudioconvert.c:
11010         (set_structure_widths_32_and_64), (make_lossless_changes):
11011           We don't support floats with a width of 40, 48 or 56 bits.
11012
11013 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
11014
11015         * gst/audioconvert/audioconvert.c: (float), (double),
11016         (audio_convert_get_func_index):
11017         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11018         (make_lossless_changes):
11019           Support for 64-bit float audio in audioconvert (#339837)
11020
11021 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11022
11023         Patch by: Holger Wansing  <linux wansing-online de>
11024
11025         * po/LINGUAS:
11026         * po/de.po:
11027           Add German translation (#352069).
11028
11029 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
11030
11031         reviewed by: Wim Taymans <wim@fluendo.com>
11032
11033         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
11034         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
11035         Use newly added GstCollectPads API to free the allocated resources in
11036         the GstOggPad structures (#402393).
11037
11038 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11039
11040         * gst/playback/gstplaybin.c: (gen_vis_element):
11041           Add audioresample+audioconvert in front of the visualisation
11042           element, so that elements like libvisual 0.4 that don't support all
11043           samplerates can work.
11044
11045           Fixes: #402505
11046
11047 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11048
11049         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
11050         (gst_play_base_bin_get_streaminfo_value_array):
11051           Take some locks and make a copy of the streaminfo value array we
11052           maintain while holding the lock, so that the application can
11053           retrieve the stream-info as a value array in a thread-safe way.
11054
11055 2007-01-30  Wim Taymans  <wim@fluendo.com>
11056
11057         * gst/audioconvert/gstaudioconvert.c:
11058         Don't fail on 0 sized buffers. Fixes #396835.
11059
11060 2007-01-29  David Schleef  <ds@schleef.org>
11061
11062         * gst/typefind/gsttypefindfunctions.c:
11063           Detect BBCD as video/x-dirac, so we can play raw dirac
11064           streams.
11065
11066 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
11067
11068         * ext/theora/theoraenc.c: (theora_enc_chain):
11069           Check return value of theora_encode_header(), or we might try to
11070           allocate a random number of bytes. theora_encode_header() can fail
11071           if libtheora has been compiled with encoding support disabled.
11072           Fixes #398110.
11073
11074 2007-01-29  Wim Taymans  <wim@fluendo.com>
11075
11076         * tests/check/gst/.cvsignore:
11077         Do as buildbot says.
11078
11079 2007-01-29  Wim Taymans  <wim@fluendo.com>
11080
11081         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
11082         Fix strides in libvisual. Gst uses X strides.
11083         Inspired by: <ed at catmur dot co dot uk> and 
11084         <tim at centricular dot net>
11085         Fixes #401118.
11086
11087 2007-01-27  Wim Taymans  <wim@fluendo.com>
11088
11089         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11090         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
11091         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
11092         (gst_ogg_demux_perform_seek),
11093         (gst_ogg_demux_bisect_forward_serialno),
11094         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11095         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
11096         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
11097         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
11098         * ext/ogg/gstoggdemux.h:
11099         Properly propagate streaming errors when we are scanning the file for
11100         chains so that we don't crash when shut down. Might fix some crashers
11101         when quickly switching oggs in RB such as #332503 and #378436.
11102
11103 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11104
11105         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11106           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
11107           error code as well.
11108
11109 2007-01-25  Wim Taymans  <wim@fluendo.com>
11110
11111         * gst/playback/gstplaybasebin.c: (remove_source):
11112         Don't try to disconnect a signal from a finalized object.
11113
11114 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11117           Cast lock macro parameters to make sure we're actually accessing the
11118           lock member at the right class level. Free list itself in _dispose()
11119           as well and NULL it in case dispose gets called multiple times.
11120
11121 2007-01-25  Edward Hervey  <edward@fluendo.com>
11122
11123         * gst/playback/gstdecodebin2.c:
11124         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11125         Free GstDecodeGroups no longer used.
11126         (gst_decode_group_expose):
11127         Don't unlock too many times !
11128         (deactivate_free_recursive):
11129         Free iterator once we're done with it.
11130         Fix for recursively deactivating elements (stop at ghostpads).
11131
11132 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11133
11134         * gst/playback/gstplaybin.c: (handoff):
11135           Fix up caps on the frame buffer before we save it and potentially
11136           make it accessible to other threads via g_object_get; also use
11137           gst_buffer_replace() instead of gst_mini_object_replace().
11138
11139 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11140
11141         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11142           Make getting the current frame thread-safe.
11143
11144 2007-01-25  Edward Hervey  <edward@fluendo.com>
11145
11146         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11147         (gst_decode_group_new), (gst_decode_group_free):
11148         Set queues to bigger sizes to cope with HD contents.
11149         Fix some mutex freeing and add comment about MT safe methods.
11150
11151 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11152
11153         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11154         (gst_text_overlay_text_event):
11155           Don't unnecessarily ref (and then leak) upstream events if the text
11156           pad is not linked. Fixes #399948.
11157
11158         * tests/check/gst-plugins-base.supp:
11159           Add suppression for pango on edgy/x86 for textoverlay test.
11160
11161 2007-01-24  Wim Taymans  <wim@fluendo.com>
11162
11163         * gst-libs/gst/rtp/gstrtpbuffer.h:
11164         Add some more fixed payloads.
11165
11166 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11167
11168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11169           Error out properly if we get an error from libogg while reading the
11170           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11171
11172 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11173
11174         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11175           Don't leak mutex.
11176
11177         * tests/check/elements/playbin.c:
11178         (test_sink_usage_video_only_stream),
11179         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11180         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11181         (test_missing_suburisource_handler),
11182         (test_missing_primary_decoder), (playbin_suite):
11183           Run all tests once with decodebin and once with decodebin2.
11184           One test does not pass yet with decodebin2.
11185
11186 2007-01-23  Edward Hervey  <edward@fluendo.com>
11187
11188         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11189         Fix the cases where oggmux doesn't properly figure out that all
11190         sinkpads have gone EOS, and therefore doesn't push out the remaining
11191         buffers and the final EOS event.
11192         Fixes #363379
11193
11194 2007-01-23  Julien MOUTTE  <julien@moutte.net>
11195
11196         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11198         Don't lock on navigation event push, just on keysym to string.
11199         Fixes #397673 again.
11200
11201 2007-01-22  Edward Hervey  <edward@fluendo.com>
11202
11203         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11204         (get_current_group), (group_demuxer_event_probe),
11205         (gst_decode_group_expose), (deactivate_free_recursive),
11206         (gst_decode_group_free):
11207         Cleanups.
11208         Don't forget to emit 'no-more-pads' once a group is exposed.
11209         Cleanup elements from a DecodeGroup once we remove it.
11210         Protect call to gst_decode_group_expose() with the decodebin lock.
11211
11212 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11213
11214         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11216         Looking at Xorg code i can't figure out if that XKeysymToString
11217         function is thread sensible or not. Lock it just in case as
11218         recommended by Radek Doulik <rodo at ximian dot com>.
11219
11220 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11221
11222         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11224         Lock that X Call as well. Fixes #397673.
11225
11226 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11227
11228         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11229           Don't go into an endless loop if the file starts with 00 00 01 2X,
11230           like quicktime redirect files might. Fixes #396042.
11231
11232         * tests/check/Makefile.am:
11233         * tests/check/gst/.cvsignore:
11234         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11235         (typefindfunctions_suite):
11236           Add unit test for the above.
11237
11238 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11239
11240         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11241           On second thought, use "depth" field rather than "bpp" field.
11242
11243 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11244
11245         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11246           Camtasia caps apparently need a bpp field (#398875).
11247
11248 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11249
11250         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11251         (gen_source_element), (gst_play_base_bin_change_state):
11252           Attempt at a better error message in case we don't have the required
11253           URI handler installed; post missing-plugin message also when we're
11254           missing an URI handler for the subtitle URI; clean up properly also
11255           when an error occurs and we never made it to PAUSED state.
11256
11257         * tests/check/elements/playbin.c: (GST_START_TEST),
11258         (playbin_suite):
11259           Check that we're also getting a missing-plugin messsage for a
11260           missing subtitle URI handler (and clean up properly).
11261
11262 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11263
11264         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11265           Plug a few reference leaks.
11266
11267 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11268
11269         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11270           Lower probability a bit if the marker isn't right at the start,
11271           to decrease the chance of false positives.
11272
11273 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11274
11275         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11276           Small mpeg2 system stream typefinding improvement: make typefinder
11277           probe a bit into the stream instead of just looking for a marker
11278           at the beginning. Fixes #397810.
11279
11280 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11281
11282         * gst/audioconvert/gstchannelmix.c:
11283           Remove compatibility cruft for prehistoric GLib versions.
11284
11285 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11286
11287         * gst/playback/Makefile.am:
11288         * gst/playback/gstdecodebin.c: (close_pad_link):
11289         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11290         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11291         (gst_play_base_bin_handle_message_func), (unknown_type):
11292           Let decodebin be the element to post missing-plugin messages for
11293           missing decoders (rather than playbin); make playbin implement
11294           GstBin::handle_message so we can suppress missing-plugin messages
11295           for types we're not handling on purpose (don't want to bring up an
11296           installer in those cases).
11297
11298 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11299
11300         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11301         * gst-libs/gst/tag/gstvorbistag.c:
11302         (gst_tag_list_to_vorbiscomment_buffer):
11303         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11304           Fix potentially unaligned access (#397207).
11305
11306 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11307
11308         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11309         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11310         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11311         (main):
11312           Allow to toggle looping while it plays. Fix callback prototype. Clean
11313           up code a bit more. Add copyright header.
11314
11315 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11316
11317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11318           Red and blue mask was swapped (spotted by Dan Williams).
11319
11320 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11321
11322         * gst-libs/gst/tag/gstid3tag.c:
11323         * gst-libs/gst/tag/gstvorbistag.c:
11324           Use new beats-per-minute tag from core.
11325
11326 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11327
11328         * po/POTFILES.in:
11329           Add new files with translatable strings, so they actually make it
11330           into the template file one day.
11331
11332 2007-01-12  Andy Wingo  <wingo@pobox.com>
11333
11334         * gst-libs/gst/audio/gstbaseaudiosink.c
11335         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11336         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11337         stuff, as the base class handles this now. Actually tell the ring
11338         buffer to start.
11339         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11340         How did this work before? Maybe I'm not as awesome a programmer as
11341         I think.
11342
11343         * gst-libs/gst/audio/gstbaseaudiosrc.c
11344         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11345         of a pad function.
11346
11347 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11348
11349         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11350           Remove more fields so that the application can better blacklist
11351           formats that have been tried before.
11352
11353 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11354
11355         * gst-libs/gst/audio/mixerutils.h:
11356           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11357           used when compiling with c++ compilers as well.
11358
11359 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11360
11361         * gst/typefind/gsttypefindfunctions.c:
11362           Fix comment.
11363
11364 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11365
11366         * gst/playback/gstplaybin.c: (post_missing_element_message),
11367         (gen_video_element), (gen_text_element), (gen_audio_element),
11368         (gen_vis_element):
11369           Post missing-plugin messages also when we error out because
11370           converters, textoverlay or auto*sinks are missing (#161922).
11371
11372 2007-01-10  Wim Taymans  <wim@fluendo.com>
11373
11374         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11375         (is_demuxer_element), (new_caps):
11376         * gst/playback/gstplaybasebin.c: (source_new_pad):
11377         Fix the case where we try to ref a NULL element when we delay a link
11378         because of unfixed caps.
11379         Set the state of autoplugged decodebins to PAUSED.
11380         RTSP now works in playbin, we can remove it from the blacklist.
11381
11382 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11383
11384         * gst/playback/Makefile.am:
11385         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11386         (unknown_type), (setup_subtitle), (gen_source_element):
11387         * gst/playback/gstplaybin.c: (plugin_init):
11388           Post missing-plugin messages on the bus for missing sources and
11389           missing decoders/demuxers/depayloaders; fix error code used when
11390           we're missing an URI handler source; for media types that we are not
11391           handling on purpose at the moment, don't print "don't know how to
11392           handle xyz" messages to the terminal or post missing-plugin
11393           messages on the bus.
11394
11395         * tests/check/elements/playbin.c: (create_playbin),
11396         (GST_START_TEST), (gst_codec_src_uri_get_type),
11397         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11398         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11399         (gst_codec_src_init_type), (gst_codec_src_base_init),
11400         (gst_codec_src_create), (gst_codec_src_class_init),
11401         (gst_codec_src_init), (plugin_init), (playbin_suite):
11402           Add some tests for the missing-plugin stuff.
11403
11404 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11405
11406         * configure.ac:
11407         * gst-libs/gst/Makefile.am:
11408         * gst-libs/gst/utils/Makefile.am:
11409         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11410         * gst-libs/gst/utils/base-utils.h:
11411         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11412         (find_format_info), (caps_are_rtp_caps),
11413         (gst_base_utils_get_source_description),
11414         (gst_base_utils_get_sink_description),
11415         (gst_base_utils_get_decoder_description),
11416         (gst_base_utils_get_encoder_description),
11417         (gst_base_utils_get_element_description),
11418         (gst_base_utils_add_codec_description_to_tag_list),
11419         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11420         * gst-libs/gst/utils/descriptions.h:
11421         * gst-libs/gst/utils/missing-plugins.c:
11422         (missing_structure_get_type), (copy_and_clean_caps),
11423         (gst_missing_uri_source_message_new),
11424         (gst_missing_uri_sink_message_new),
11425         (gst_missing_element_message_new),
11426         (gst_missing_decoder_message_new),
11427         (gst_missing_encoder_message_new),
11428         (missing_structure_get_string_detail),
11429         (missing_structure_get_caps_detail),
11430         (gst_missing_plugin_message_get_installer_detail),
11431         (gst_missing_plugin_message_get_description),
11432         (gst_is_missing_plugin_message):
11433         * gst-libs/gst/utils/missing-plugins.h:
11434           API: add new libgstbaseutils library with functions
11435           - to create and parse missing-plugins messages
11436           - that provide (translated) descriptions for caps/decoders/sources/etc.
11437           Closes #392393.
11438
11439         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11440         * pkgconfig/gstreamer-plugins-base.pc.in:
11441           Add new lib.
11442
11443         * docs/libs/gst-plugins-base-libs-docs.sgml:
11444         * docs/libs/gst-plugins-base-libs-sections.txt:
11445           Generate docs for new lib and API.
11446
11447         * tests/check/Makefile.am:
11448         * tests/check/libs/.cvsignore:
11449         * tests/check/libs/utils.c: (missing_msg_check_getters),
11450         (GST_START_TEST), (libgstbaseutils_suite):
11451           Add some basic unit tests.
11452
11453 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11454
11455         * ext/ogg/Makefile.am:
11456           Dist gstoggdemux.h to fix 'make distcheck'.
11457
11458         * sys/v4l/Makefile.am:
11459           Fix 'make distcheck' even more.
11460
11461 2007-01-09  Wim Taymans  <wim@fluendo.com>
11462
11463         * docs/plugins/Makefile.am:
11464         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11465         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11466         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11467         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11468         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11469         (gst_ogg_demux_perform_seek):
11470         * ext/ogg/gstoggdemux.h:
11471         Added docs.
11472         Add some more comments.
11473         Small cleanups.
11474
11475 2007-01-09  Wim Taymans  <wim@fluendo.com>
11476
11477         * ext/theora/theoradec.c:
11478         * ext/vorbis/vorbisdec.c:
11479         * gst-libs/gst/audio/gstringbuffer.c:
11480         (gst_ring_buffer_commit_full):
11481         * gst-libs/gst/audio/gstringbuffer.h:
11482         * gst-libs/gst/rtp/gstrtpbuffer.c:
11483         * gst-libs/gst/tag/gstvorbistag.c:
11484         Small documentation updates/fixes
11485
11486 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11487
11488         * configure.ac:
11489           Require core CVS HEAD for Andy's basesrc/sink API additions.
11490
11491 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11492
11493         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11494
11495         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11496         (plugin_init):
11497           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11498           on flac.sf.net (there appear to be other versions of the first
11499           ogg page in the wild) (#391365).
11500
11501 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * configure.ac:
11504           Check if localtime_r() is available.
11505
11506         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11507           If localtime_r() is not available, fall back to localtime(). Should
11508           fix build on MingW (#393310).
11509
11510 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11511
11512         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11513         * gst/subparse/gstsubparse.h:
11514           Remove spurious 1000 subtrahend when calculating the timestamp from
11515           the frame number and the frame rate . Also, use the frames/second
11516           value specified in the first line of the file, if one is specified
11517           there. Should fix #357503.
11518
11519         * tests/check/elements/subparse.c: (do_test),
11520         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11521         (subparse_suite):
11522           Add some basic unit tests for the microdvd subtitle format.
11523
11524 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11525
11526         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11527
11528         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11529         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11530         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11531         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11532         (gst_xvimagesink_set_xwindow_id),
11533         (gst_xvimagesink_set_event_handling),
11534         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11535         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11536         Fixes: #390076.
11537         Add an adaptor property to select a specific XV adaptor.
11538         * sys/xvimage/xvimagesink.h:
11539
11540 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11541
11542         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11543         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11544         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11545         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11546         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11547         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11548         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11549         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11550         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11551         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11552         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11553         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11554         Use flow_lock much more to protect every access to xwindow.
11555         Try to catch erros while creating images in case some drivers are
11556         just generating an XError when the requested image is too big.
11557         Should fix : #354698, #384008, #384060.
11558         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11559         Implement some stress testing of setting window xid.
11560
11561 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11562
11563         * win32/common/libgsaudio.def:
11564           Add new exported function.
11565         * win32/common/libgstogg.dsp:
11566           Add gstoggaviparse.c to the build.
11567         * win32/common/libgstvideoscale.dsp:
11568           Add vs_4tap.c to the build.
11569         * win32/common/libgstvorbis.dsp:
11570           Add vorbistag.c to the build.
11571         
11572 2007-01-06  Andy Wingo  <wingo@pobox.com>
11573
11574         * gst-libs/gst/audio/gstbaseaudiosink.c
11575         (gst_base_audio_sink_class_init)
11576         (gst_base_audio_sink_init): 
11577         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11578         to baseaudiosink, and tell basesink that we can work in pull mode.
11579         This way the ring buffer thread drives the pipeline directly, if
11580         pull mode is possible. There is some lingering nastiness regarding
11581         capsnego, however.
11582         (gst_base_audio_sink_callback): Implement the callback to pull
11583         data. This interface is a bit light, though -- it should get a
11584         GstFlowReturn return value at least.
11585
11586 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11587
11588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11589         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11590         * gst/playback/gstdecodebin2.c:
11591         (gst_decode_group_check_if_blocked):
11592           Printf format and missing argument fixes.
11593
11594 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11595
11596         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11597         (gst_ogm_parse_change_state):
11598         Activate pads before adding them to the element.
11599
11600 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11601
11602         * tests/examples/seek/scrubby.c: (main):
11603         * tests/examples/seek/seek.c: (main):
11604           Call g_thread_init() first thing in main() (see #391278).
11605
11606 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11607
11608         * tests/check/Makefile.am:
11609         * tests/check/libs/.cvsignore:
11610         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11611         (netbuffer_suite):
11612           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11613           for the time being, since it's broken, see #393099.
11614
11615 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11616
11617         * tests/check/Makefile.am:
11618           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11619
11620 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11621
11622         * configure.ac:
11623           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11624           so that GST_BASE_CFLAGS can go inbetween them, making sure
11625           we use uninstalled gst-libs headers
11626         * docs/libs/Makefile.am:
11627         * ext/alsa/Makefile.am:
11628         * ext/cdparanoia/Makefile.am:
11629         * ext/gnomevfs/Makefile.am:
11630         * ext/libvisual/Makefile.am:
11631         * ext/ogg/Makefile.am:
11632         * ext/theora/Makefile.am:
11633         * ext/vorbis/Makefile.am:
11634         * gst-libs/gst/audio/Makefile.am:
11635         * gst-libs/gst/cdda/Makefile.am:
11636         * gst-libs/gst/interfaces/Makefile.am:
11637         * gst-libs/gst/riff/Makefile.am:
11638         * gst-libs/gst/rtp/Makefile.am:
11639         * gst-libs/gst/tag/Makefile.am:
11640         * gst/adder/Makefile.am:
11641         * gst/audioconvert/Makefile.am:
11642         * gst/audiorate/Makefile.am:
11643         * gst/audioresample/Makefile.am:
11644         * gst/playback/Makefile.am:
11645         * gst/tcp/Makefile.am:
11646         * gst/videoscale/Makefile.am:
11647         * gst/volume/Makefile.am:
11648         * sys/ximage/Makefile.am:
11649         * sys/xvimage/Makefile.am:
11650         * tests/icles/Makefile.am:
11651           adapt
11652
11653 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11654
11655         * gst-libs/gst/interfaces/xoverlay.c:
11656         (gst_x_overlay_handle_events):
11657         * gst-libs/gst/interfaces/xoverlay.h:
11658         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11659         (gst_ximagesink_set_xwindow_id),
11660         (gst_ximagesink_set_event_handling),
11661         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11662         (gst_ximagesink_get_property), (gst_ximagesink_init),
11663         (gst_ximagesink_class_init):
11664         * sys/ximage/ximagesink.h:
11665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11666         (gst_xvimagesink_set_xwindow_id),
11667         (gst_xvimagesink_set_event_handling),
11668         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11669         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11670         (gst_xvimagesink_class_init):
11671         * sys/xvimage/xvimagesink.h:
11672         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11673         Add a method to the XOverlay interface to allow disabling of 
11674         event handling in x[v]imagesink elements. This will let X events
11675         propagate to parent windows which can be usefull in some cases.
11676         Be carefull that the application is then responsible of pushing
11677         navigation events and expose events to the video sink.
11678         Fixes: #387138.
11679
11680 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11681
11682         * gst-libs/gst/tag/gstvorbistag.c:
11683         * tests/check/libs/tag.c: (GST_START_TEST):
11684           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11685           (fixes #392070).
11686
11687 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11688
11689         * configure.ac:
11690         * docs/Makefile.am:
11691         * docs/design/Makefile.am:
11692           Dist design docs.
11693
11694 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11695
11696         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11697         typo. Fixes: #390063.
11698
11699 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11700
11701         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11703         caps leak.
11704         * win32/common/config.h: Updated.
11705
11706 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11707
11708         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11709         (setup_gdpdepay_streamheader):
11710         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11711         (setup_gdppay_streamheader):
11712           Fix the dp tests, but activating the pads for the streamheader tests
11713           too and cleaning up conditionaly
11714
11715 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11716
11717         * gst/ffmpegcolorspace/avcodec.h:
11718         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11719         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11720         (gst_ffmpegcsp_avpicture_fill):
11721         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11722         (img_get_alpha_info):
11723         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11724         other end of the word. Fixes: #387073.
11725
11726         Add some inconsequential branch hints in a couple of places.
11727
11728 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11729
11730         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11731         (gst_ffmpeg_caps_to_smpfmt):
11732           The "signed" field in raw audio caps is of boolean type, trying to
11733           extract the value with _get_int() will fail (fix to keep in sync with
11734           the copy in gst-ffmpeg)
11735
11736 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11737
11738         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11739         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11740         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11741         (cleanup_gdpdepay):
11742         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11743         * tests/check/elements/subparse.c: (teardown_subparse):
11744         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11745         * tests/check/elements/videorate.c: (cleanup_videorate):
11746         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11747         * tests/check/elements/volume.c: (cleanup_volume):
11748         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11749         (cleanup_vorbisdec):
11750         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11751         (cleanup_vorbistag):
11752           consistent pad (de)activation
11753
11754 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11755
11756         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11757           Forgot to register the extensions.
11758
11759 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11760
11761         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11762         (plugin_init):
11763           Add typefinder for VIVO files (my christmas present to the 90s).
11764
11765 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11766
11767         * gst/playback/gstdecodebin.c: (type_found):
11768           Special-case the text/plain media type: we only want to recognise it
11769           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11770           parser, but not if the entire stream is of text/plain type. If the
11771           entire stream is text/plain, we should just error out.
11772
11773           This fixes playback of audio files with lyrics in totem. Totem can't
11774           distinguish between text files and subtitle files and passes any
11775           .txt file with the same basename as the main file to playbin as
11776           suburi, and playbin will then throw a 'subtitle found, but no video
11777           stream' error, which isn't entirely helpful. See #380342.
11778
11779           Also, with this change we'll show a slightly more correct error
11780           message in case totem passes a playlist file to us (although a
11781           custom error message wording instead of the default text would
11782           probably not be a bad idea either).
11783
11784           Same problem also needs to be fixed for playbin+decodebin2.
11785
11786         * tests/check/Makefile.am:
11787         * tests/check/elements/decodebin.c: (src_handoff_cb),
11788         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11789         (decodebin_suite):
11790           Add simple unit test for decodebin for the above.
11791
11792 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11793
11794         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11795         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11796           Refuse to change state to READY when we failed to create any of the
11797           required elements in our instance init function.
11798
11799 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11800
11801         * docs/libs/gst-plugins-base-libs-sections.txt:
11802           Small docs fixes/updates.
11803
11804         * gst-libs/gst/video/gstvideosink.h:
11805           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11806           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11807           removed from the base sink API between 0.9.6 and 0.9.7).
11808           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11809           accessor macros, so we don't do a runtime GObject type check every
11810           time we use them.
11811
11812 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11813
11814         * Makefile.am:
11815         * gst-plugins-base.doap:
11816         * gst-plugins-base.spec.in:
11817           add doap file
11818
11819 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11820
11821         Patch by: Jens Granseuer <jensgr at gmx net>
11822
11823         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11824         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11825         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11826         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11827         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11828           Declare variables at the beginning of a block. Fixes #383195.
11829
11830 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11831
11832         * configure.ac:
11833         Bump version nano - back to CVS.
11834
11835
11836 === release 0.10.11 ===
11837
11838 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11839
11840         * configure.ac:
11841           releasing 0.10.11, "Dumb things"
11842
11843 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11844
11845         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11846         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11847         Handle the case where an element has multiple pads with 
11848         unfixed caps as well as still possibly producing more dynamic 
11849         pads by storing each case as a distinct entry in the dynamic list.
11850         Fixes #38223 again.
11851
11852 2006-12-04  Wim Taymans  <wim@fluendo.com>
11853
11854         * gst/playback/gstdecodebin.c: (close_pad_link):
11855         Fix #382223, add more dynamic caps handling.
11856
11857 2006-12-04  Wim Taymans  <wim@fluendo.com>
11858
11859         * gst-libs/gst/audio/gstringbuffer.h:
11860         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11861         (gst_netaddress_set_ip4_interface),
11862         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11863         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11864         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11865         (gst_netaddress_get_ttl):
11866         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11867         * gst/playback/gstdecodebin.c: (close_pad_link):
11868         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11869         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11870         * win32/common/config.h:
11871
11872 2006-12-01  Michael Smith  <msmith@fluendo.com>
11873
11874         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11875           Delete bad debug code.
11876           Fixes #381219
11877
11878 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11879
11880         * gst/videoscale/vs_4tap.c:
11881         * win32/MANIFEST:
11882         * win32/common/config.h:
11883         * win32/vs8/libgstvideoscale.vcproj:
11884         Fix compilation on win32 under VS8
11885         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11886         Partially fixes #381175
11887
11888 2006-11-30  Michael Smith  <msmith@fluendo.com>
11889
11890         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11891         (GST_START_TEST):
11892           It would be very bad if, after a discont buffer, we thought every
11893           single following buffer was also discont. So, add to the test to
11894           ensure that this isn't the case.
11895           
11896         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11897           ... it was the case. So fix it.
11898
11899 2006-11-28  Wim Taymans  <wim@fluendo.com>
11900
11901         * gst/playback/gstplaybasebin.c: (check_queue_event):
11902         Improve debug.
11903
11904         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11905         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11906         padtemplate caps. Refixes #357577.
11907
11908 2006-11-28  Wim Taymans  <wim@fluendo.com>
11909
11910         * gst/playback/gstplaybasebin.c: (check_queue_event),
11911         (queue_threshold_reached), (queue_out_of_data),
11912         (gen_preroll_element):
11913         Add event probe to see when EOS is in a queue and we can disable the
11914         underrun signals. Fixes #357577.
11915
11916 2006-11-28  Edward Hervey  <edward@fluendo.com>
11917
11918         * gst/playback/Makefile.am:
11919         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11920         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11921         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11922         (gst_decode_bin_init), (gst_decode_bin_dispose),
11923         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11924         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11925         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11926         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11927         (connect_element), (expose_pad), (type_found),
11928         (pad_added_group_cb), (pad_removed_group_cb),
11929         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11930         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11931         (are_raw_caps), (multi_queue_overrun_cb),
11932         (multi_queue_underrun_cb), (gst_decode_group_new),
11933         (get_current_group), (group_demuxer_event_probe),
11934         (gst_decode_group_control_demuxer_pad),
11935         (gst_decode_group_control_source_pad),
11936         (gst_decode_group_check_if_blocked),
11937         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11938         (gst_decode_group_hide), (gst_decode_group_free),
11939         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11940         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11941         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11942         (plugin_init):
11943         New decodebin2 element.
11944         Closes #370092
11945         * gst/playback/gstplay-marshal.list:
11946         Added marshallers for new signals in decodebin2
11947         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11948         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11949         is set.
11950
11951 2006-11-28  Wim Taymans  <wim@fluendo.com>
11952
11953         * gst/playback/gstplaybasebin.c: (setup_source),
11954         (gst_play_base_bin_change_state):
11955         Disable rtsp:// uris for the release, it's not good enough yet.
11956         Remove unused var.
11957
11958 2006-11-26  Wim Taymans  <wim@fluendo.com>
11959
11960         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11961         (theora_dec_push_forward), (theora_dec_push_reverse),
11962         (theora_handle_data_packet), (theora_dec_decode_buffer),
11963         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11964         (theora_dec_chain_forward), (theora_dec_chain):
11965         Implement reverse playback.
11966
11967         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11968         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11969         (vorbis_dec_chain_forward):
11970         Clear buffers used for reverse playback in _reset.
11971         No need to set the eos flag, we clip samples using the segment.
11972
11973 2006-11-24  Wim Taymans  <wim@fluendo.com>
11974
11975         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11976         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11977         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11978         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11979         Some cleanups.
11980         Handle continued pages in reverse mode.
11981
11982 2006-11-24  Wim Taymans  <wim@fluendo.com>
11983
11984         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11985         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11986         (vorbis_dec_flush_decode):
11987         Small cleanups.
11988         Don't try to add invalid timestamps.
11989         Clipping will unref the buffer.
11990
11991 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11992
11993         * gst/adder/gstadder.h:
11994         * gst/audiotestsrc/gstaudiotestsrc.h:
11995           remove obsolete _factory_init protos
11996
11997 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11998
11999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
12000           Fix spacing in debug message.
12001
12002 2006-11-23  Wim Taymans  <wim@fluendo.com>
12003
12004         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12005         (gst_ogg_demux_chain):
12006         Don't just ignore return values from _pad_push().
12007         Small debug improvements.
12008
12009 2006-11-23  Michael Smith  <msmith@fluendo.com>
12010
12011         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
12012           If our incoming buffer is marked as DISCONT, then increment the page
12013           number (so that the discontinuity is marked in the final ogg
12014           bitstream) and flush the previous page.
12015
12016 2006-11-22  Michael Smith  <msmith@fluendo.com>
12017
12018         * ext/theora/gsttheoraenc.h:
12019         * ext/theora/theoraenc.c: (gst_theora_enc_init),
12020         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
12021         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
12022         (theora_enc_chain), (theora_enc_change_state):
12023           Mark discontinuities of > 3/4 of a frame, reinit encoder.
12024
12025         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
12026         (GST_START_TEST), (theoraenc_suite):
12027           Enable discontinuity test, fix it.
12028
12029 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12030
12031         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12032         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12033         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12034         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12035         (gst_text_overlay_change_state):
12036         * ext/pango/gsttextoverlay.h:
12037           Some textoverlay fixes: for one, in the video chain function,
12038           actually wait for a text buffer to come in if there is none at the
12039           moment and there should be one; also, deal more gracefully with
12040           incoming buffers that do not have a timestamp or duration; discard
12041           text buffer when not needed any longer. Fixes #341681.
12042
12043         * tests/check/Makefile.am:
12044         * tests/check/elements/.cvsignore:
12045         * tests/check/elements/textoverlay.c:
12046         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
12047         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
12048         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
12049         (test_video_waits_for_text_send_text_newsegment_thread),
12050         (test_video_waits_for_text_shutdown_element),
12051         (test_render_continuity_push_video_buffers_thread),
12052         (textoverlay_suite):
12053           Add some unit tests for textoverlay.
12054
12055 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12056
12057         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12058           Avoid integer underflow when the found probability for mp3 is
12059           smaller than the 'penalty' we subtract if there's not a clean
12060           mp3 header sync at offset 0.
12061
12062 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
12063
12064         * docs/libs/gst-plugins-base-libs-sections.txt:
12065           Add some new symbols to the docs
12066
12067 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12068
12069         * tests/check/Makefile.am:
12070         * tests/check/elements/ffmpegcolorspace.c:
12071         (ffmpegcolorspace_suite):
12072           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
12073           (for now not for valgrinding though, since it takes too long).
12074
12075 2006-11-20  Wim Taymans  <wim@fluendo.com>
12076
12077         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12078         (gst_ffmpeg_pixfmt_to_caps):
12079         Fix RGBA32 caps. Fixes #357038.
12080
12081 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12082
12083         * gst-libs/gst/interfaces/mixertrack.h:
12084           Add FIXME so we can add some padding here in 0.11
12085
12086 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12087
12088         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12089           Fix GstBaseRTPAudioPayload structure so the whole GObject
12090           inheritance business actually works (parent class instance structure
12091           must always come first in the derived class instance structure).
12092
12093 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12094
12095         * gst/videotestsrc/Makefile.am:
12096         * tests/check/Makefile.am:
12097           Make sure our checks and the videotestsrc plugin link against the
12098           local uninstalled gst libs and not any installed gst libs that
12099           might happen to exist as well.
12100
12101         * tests/check/elements/adder.c: (message_received),
12102         (test_event_message_received), (test_play_twice_message_received):
12103         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
12104           Fix compiler warnings when compiling against core with disabled
12105           debugging system.
12106
12107 2006-11-16  Michael Smith  <msmith@fluendo.com>
12108
12109         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12110         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
12111           Fix audiorate, so that it accurately sets offsets and timestamps.
12112           Doesn't change the fundamental algorithmic decisions; so should be
12113           safe.
12114
12115         * tests/check/Makefile.am:
12116           Enable audiorate test now that it passes.
12117
12118 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
12119
12120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12121           clear xv when going to NULL, remove // commented non-existant proto
12122
12123         * tests/examples/seek/seek.c: (main):
12124           add missing tooltip description for scrub and play_scrub
12125
12126 2006-11-14  David Schleef  <ds@schleef.org>
12127
12128         * configure.ac:
12129           Bump liboil requirement to 0.3.8.
12130         * gst-libs/gst/riff/riff-media.c:
12131           Add Dirac fourcc.
12132         * gst/videoscale/vs_image.h:
12133         * gst/videoscale/vs_scanline.h:
12134           Use liboil's stdint.h.
12135         * gst/videotestsrc/videotestsrc.c:
12136           Remove liboil related ifdef's, since they aren't needed now, and
12137           won't work with future versions.
12138
12139 2006-11-14  David Schleef  <ds@schleef.org>
12140
12141         * gst/videoscale/Makefile.am:
12142         * gst/videoscale/gstvideoscale.c:
12143         * gst/videoscale/gstvideoscale.h:
12144         * gst/videoscale/vs_4tap.c:
12145         * gst/videoscale/vs_4tap.h:
12146         * gst/videoscale/vs_image.c:
12147         * gst/videoscale/vs_image.h:
12148         * gst/videoscale/vs_scanline.c:
12149         * gst/videoscale/vs_scanline.h:
12150           Add a 4-tap image scaler.  Theoretically looks much prettier.
12151           The tap calculation could use some improvement.
12152
12153 2006-11-14  Wim Taymans  <wim@fluendo.com>
12154
12155         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12156
12157         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12158         (gst_riff_parse_strf_iavs):
12159         * gst/subparse/gstsubparse.c: (convert_encoding):
12160         * gst/tcp/gstmultifdsink.c:
12161         (gst_multi_fd_sink_handle_client_write):
12162         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12163         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12164         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12165         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12166         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12167         (gst_ximagesink_ximage_new):
12168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12169         Various gsize and gssize printf fixes. Fixes #372507.
12170
12171 2006-11-13  Wim Taymans  <wim@fluendo.com>
12172
12173         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12174         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12175         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12176         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12177         (vorbis_dec_chain_forward), (vorbis_dec_chain):
12178         * ext/vorbis/vorbisdec.h:
12179         First stab at vorbis reverse playback.
12180
12181 2006-11-13  Wim Taymans  <wim@fluendo.com>
12182
12183         * gst-libs/gst/audio/gstbaseaudiosink.c:
12184         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12185         * gst-libs/gst/audio/gstbaseaudiosink.h:
12186         Make the clock sync code more accurate wrt resampling and playback
12187         at different rates.
12188         
12189         * gst-libs/gst/audio/gstringbuffer.c:
12190         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12191         * gst-libs/gst/audio/gstringbuffer.h:
12192         Use better algorithm to interpolate sample rates. 
12193
12194 2006-11-13  Michael Smith  <msmith@fluendo.com>
12195
12196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12197           Improve a debug line slightly.
12198
12199         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12200           Call gst_riff_init() in plugin_init, to avoid getting errors from
12201           the debug system (unrelated changes to another plugin made this turn
12202           up; not sure why).
12203
12204 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12205
12206         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12207
12208         * win32/common/libgsttag.def:
12209           Add missing symbol (#366492).
12210
12211 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12212
12213         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12214           Don't unref a NULL pad.
12215
12216 2006-11-09  Wim Taymans  <wim@fluendo.com>
12217
12218         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12219         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12220         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12221         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12222         (gst_ogg_demux_loop):
12223         Implement first stab at reverse playback.
12224
12225 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12226
12227         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12228         (gst_riff_create_video_template_caps):
12229           add h263/h264 variants to the caps, Fixes #363118
12230
12231 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12232
12233         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12234         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12235           Use g_strerror instead of strerror so we get UTF-8.
12236
12237 2006-11-03  David Schleef  <ds@schleef.org>
12238
12239         * ext/ogg/gstoggdemux.c:
12240         * ext/ogg/gstoggmux.c:
12241           Add/remove KW-DIRAC header here, since it is ogg-specific.
12242
12243 2006-11-03  Michael Smith  <msmith@fluendo.com>
12244
12245         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12246           Recognise more mpeg4 elementary video streams.
12247
12248 2006-11-02  Edward Hervey  <edward@fluendo.com>
12249
12250         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12251         Lower the probability of mp3 typefinding functions if we don't find a
12252         valid mp3 header at the start of the file.
12253         Closes #369482
12254
12255 2006-11-02  Wim Taymans  <wim@fluendo.com>
12256
12257         * ext/theora/gsttheoradec.h:
12258         * ext/theora/theoradec.c: (gst_theora_dec_init),
12259         (theora_dec_sink_event), (theora_dec_chain_forward),
12260         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12261         (theora_dec_chain):
12262         Document and partially implement an algorithm for doing reverse playback
12263         of theora video.
12264
12265 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12266
12267         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12268
12269         * win32/common/config.h:
12270         * win32/common/interfaces-enumtypes.c:
12271         * win32/common/libgsttag.def:
12272         * win32/vs8/gst-plugins-base.sln:
12273         * win32/vs8/libgstaudioresample.vcproj:
12274         * win32/vs8/libgstinterfaces.vcproj:
12275         * win32/vs8/libgstogg.vcproj:
12276         * win32/vs8/libgstriff.vcproj:
12277         * win32/vs8/libgsttag.vcproj:
12278         * win32/vs8/libgsttheora.vcproj:
12279         * win32/vs8/libgstvideoscale.vcproj:
12280         * win32/vs8/libgstvorbis.vcproj:
12281           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12282           to libgsttag.def; add missing dependencies for some vs8 projects;
12283           re-arrange placement of .def files in vs8 projects (#366334).
12284
12285 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12286
12287         * ext/ogg/gstogg.c:
12288           Remove unused variable.
12289
12290         * ext/ogg/gstoggdemux.c:
12291           Fix Wim's surname in plugin description.
12292
12293 2006-10-31  Wim Taymans  <wim@fluendo.com>
12294
12295         * gst-plugins-base.spec.in:
12296         spec new .h file. Fixes #368310.
12297
12298 2006-10-31  Michael Smith  <msmith@fluendo.com>
12299
12300         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12301         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12302         (gst_multi_fd_sink_get_stats),
12303         (gst_multi_fd_sink_remove_client_link),
12304         (gst_multi_fd_sink_queue_buffer),
12305         (gst_multi_fd_sink_handle_clients):
12306         * gst/tcp/gstmultifdsink.h:
12307           Make using the remove or clear signals threadsafe.
12308           Make calling get-stats with an invalid fd not segfault.
12309           Fixes 368273.
12310
12311 2006-10-31  Wim Taymans  <wim@fluendo.com>
12312
12313         * gst-libs/gst/rtp/Makefile.am:
12314         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12315         (gst_base_rtp_audio_payload_init):
12316         Fix and activate base audio payloader.
12317
12318 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12319
12320         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12321         (plugin_init):
12322           Add typefinder for QuickTime Image Files (see #366156).
12323
12324 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12325
12326         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12327           Another typo fix (#366212).
12328
12329 2006-10-27  Wim Taymans  <wim@fluendo.com>
12330
12331         * gst/volume/gstvolume.c: (volume_transform_ip):
12332         Use stream time to synchronize volume property instead of rather random
12333         timestamps. This is needed when gnonlin does its time shifting.
12334
12335 2006-10-27  Wim Taymans  <wim@fluendo.com>
12336
12337         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12338
12339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12340         Remove the pad from the element in release_pad. Fixes #364812.
12341
12342 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12343
12344         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12346           Explicitly create our custom buffer classes at a thread-safe
12347           location as well, since g_type_class_ref() doesn't seem to be
12348           entirely thread-safe either (#365501; also see #349410).
12349
12350 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12351
12352         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12353         (gst_riff_parse_info):
12354           If strings in INFO chunk are not UTF-8, do something similar to
12355           what we do for ID3v1 tags: check a number of environment variables
12356           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12357           character sets to try, otherwise try the current locale and/or fall
12358           back on ISO-8859-1. Fixes #360552.
12359
12360 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12361
12362         * gst/videotestsrc/gstvideotestsrc.c:
12363         (gst_video_test_src_pattern_get_type),
12364         (gst_video_test_src_set_pattern):
12365         * gst/videotestsrc/gstvideotestsrc.h:
12366         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12367         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12368         (gst_video_test_src_checkers8):
12369         * gst/videotestsrc/videotestsrc.h:
12370           Add a bunch of exciting new checkers patterns.
12371
12372 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12373
12374         * gst/subparse/Makefile.am:
12375         * gst/subparse/gstsubparse.c:
12376         (gst_sub_parse_data_format_autodetect),
12377         (gst_sub_parse_format_autodetect), (handle_buffer),
12378         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12379         * gst/subparse/gstsubparse.h:
12380         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12381         (parse_tmplayer):
12382         * gst/subparse/tmplayerparse.h:
12383           Add support for TMPlayer-type subtitles (#362845).
12384
12385         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12386         (GST_START_TEST), (subparse_suite):
12387           Add some basic unit tests for the above.
12388
12389 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12390
12391         * tests/check/elements/audiorate.c: (test_injector_base_init),
12392         (test_injector_class_init), (test_injector_chain),
12393         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12394         (GST_START_TEST), (audiorate_suite):
12395           More tests for audiorate: inject buffers to check behaviour when
12396           buffers overlap.
12397
12398 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12399
12400         * tests/check/Makefile.am:
12401         * tests/check/elements/.cvsignore:
12402         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12403         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12404           Add some basic unit tests for audiorate. Disabled at the moment
12405           since it doesn't pass yet (see bug #363119).
12406
12407 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12408
12409         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12410         (parse_subrip), (handle_buffer):
12411           Add missing closing tags for markup and fix broken markup,
12412           otherwise pango won't render anything (fixes #357531). Also,
12413           make sure the text we send out is always NUL-terminated
12414           (better safe than sorry etc.).
12415
12416         * tests/check/elements/subparse.c: (test_srt_do_test),
12417         (test_srt):
12418           Some more tests for .srt incl. tests for the above stuff.
12419
12420 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12421
12422         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12424         Patch by: Stefan Kost  <ensonic@users.sf.net>
12425         Try to redraw borders only when needed. Apparently this consumes
12426         resources on small devices... :-O (#363607)
12427
12428 2006-10-20  Michael Smith  <msmith@fluendo.com>
12429
12430         * gst/tcp/gstmultifdsink.c:
12431         (gst_multi_fd_sink_client_queue_buffer):
12432           If caps change, then update the client's idea of the caps so that we
12433           don't end up re-sending streamheaders for every single buffer after
12434           the caps change.
12435
12436 2006-10-20  Michael Smith  <msmith@fluendo.com>
12437
12438         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12439         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12440           Set caps on pushed buffers; fix up refcounting of caps objects.
12441
12442 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12443
12444         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12445         (plugin_init):
12446           Typefind mmsh header data packet to application/x-mmsh (#362625).
12447
12448 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12449
12450         * tests/check/Makefile.am:
12451         * tests/check/elements/.cvsignore:
12452         * tests/check/elements/subparse.c: (buffer_from_static_string),
12453         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12454         (GST_START_TEST), (subparse_suite):
12455           Add very simple unit test for subparse.
12456
12457 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12458
12459         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12460         (parse_subrip):
12461           Strip trailing newlines from subtitle text output.
12462
12463 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12464
12465         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12466         (gst_sub_parse_change_state):
12467           Fix memleak; clear subparse->textbuf n state change function.
12468
12469 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12470
12471         * gst/subparse/gstsubparse.c:
12472         (gst_sub_parse_data_format_autodetect):
12473           Don't require subrip (.srt) files to start with a chunk number of 1.
12474
12475 2006-10-18  Wim Taymans  <wim@fluendo.com>
12476
12477         * gst-libs/gst/audio/gstbaseaudiosink.c:
12478         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12479         * gst-libs/gst/audio/gstbaseaudiosink.h:
12480         Extract rate from the NEWSEGMENT event.
12481         Use commit_full to also take rate adjustment into account when writing
12482         samples to the ringbuffer.
12483         
12484         * gst-libs/gst/audio/gstringbuffer.c:
12485         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12486         (gst_ring_buffer_read):
12487         * gst-libs/gst/audio/gstringbuffer.h:
12488         Added _commit_full() to also take rate into account.
12489         Use simple interpolation algorithm to resample audio.
12490         API: gst_ring_buffer_commit_full()
12491
12492         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12493         * tests/examples/seek/seek.c: (segment_done):
12494         Don't try to seek with 0.0 rate, just pause instead.
12495         Remove bogus debug line.
12496
12497 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12498
12499         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12500         (setup_source):
12501           Catch async errors when starting up the subtitle bin, so we can
12502           stop waiting and continue with the main film instead of hanging
12503           forever. Fixes #339366.
12504
12505         * tests/check/elements/playbin.c: (playbin_suite):
12506           Enable unit test for the above.
12507
12508 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12509
12510         * tests/check/Makefile.am:
12511         * tests/check/elements/.cvsignore:
12512         * tests/check/elements/playbin.c: (GST_START_TEST),
12513         (gst_red_video_src_uri_get_type),
12514         (gst_red_video_src_uri_get_protocols),
12515         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12516         (gst_red_video_src_uri_handler_init),
12517         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12518         (gst_red_video_src_create), (gst_red_video_src_class_init),
12519         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12520           Some small and basic unit tests for playbin; not very useful yet,
12521           but at least a start.
12522
12523 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12524
12525         * gst/playback/gstplaybin.c: (setup_sinks):
12526           The old pad activation spiel.
12527
12528 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12529
12530         * gst/playback/gstplaybasebin.c: (setup_source):
12531           Don't hang forever if the subbin already fails to start up in 
12532           the state change to PAUSED (#339366).
12533
12534 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12535
12536         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12537         (gst_tuner_set_channel), (gst_tuner_get_channel),
12538         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12539         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12540         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12541         (gst_tuner_find_channel_by_name):
12542           Fix some function guards, add some more function guards.
12543
12544 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12545
12546         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12547         (remove_element_chain):
12548         Don't return a pad from get_our_ghost_pad unless it is actually the
12549         one we want.
12550         Change a cast in remove_element_chain slightly.
12551
12552 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12553
12554         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12555         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12556         Segment seeking needs to use the rate and set stop to -1.
12557
12558 2006-10-13  Wim Taymans  <wim@fluendo.com>
12559
12560         * gst-libs/gst/audio/gstbaseaudiosink.c:
12561         (gst_base_audio_sink_setcaps):
12562         Don't crash when ringbuffer is not yet created.
12563         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12564         Fixes #361634.
12565
12566         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12567         * gst/playback/gststreamselector.c:
12568         (gst_stream_selector_request_new_pad):
12569         Activate pads befre adding them to running elements.
12570
12571 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12572
12573         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12574         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12575         updater when we start grabing the slider. Don't wait for the
12576         pipeline to be PAUSED.
12577
12578 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12579
12580         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12581         (gst_mixer_set_volume), (gst_mixer_get_volume),
12582         (gst_mixer_set_mute), (gst_mixer_set_option),
12583         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12584         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12585         (gst_mixer_option_changed):
12586           Guard mixer interface functions against bogus arguments.
12587
12588 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12589
12590         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12591         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12592         (msg_state_changed), (main): Use state-changed messages to trigger
12593         start/stop of scale update timer. Indeed the scale slider was
12594         jumping here and there because the update timer was activated 
12595         before seek completed. This fixes instant applying of rate changes
12596         by pressing the spinbutton like a crazy man !
12597
12598 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12599
12600         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12601
12602         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12603         (gst_basertppayload_finalize):
12604           Fix two small memory leaks (#361456).
12605
12606 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12607
12608         * tests/examples/seek/seek.c: (do_seek),
12609         (rate_spinbutton_changed_cb): When changing spinbutton we try
12610         to change the rate on the fly.
12611
12612 2006-10-10  Wim Taymans  <wim@fluendo.com>
12613
12614         * gst-libs/gst/riff/riff-ids.h:
12615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12616         (gst_riff_create_audio_template_caps):
12617         Add WMS caps.
12618
12619 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12620
12621         Patch by: Josep Torra Valles <josep@fluendo.com>
12622
12623         * ext/gnomevfs/gstgnomevfssink.c:
12624         * ext/gnomevfs/gstgnomevfssrc.c:
12625         Fix URI interface implementation return type.
12626         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12627         Fix what looks like a copy/paste issue when assigning values.
12628         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12629         (gst_audio_filter_template_get_type):
12630         Cast to prevent Forte warnings.
12631         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12632         Fix URI interface implementation return type.
12633         gst_pad_query_position requires a signed integer pointer as
12634         3rd parameter, GstClockTime is unsigned.
12635         * gst/audioconvert/audioconvert.c:
12636         Fix integer overflow when treated as signed.
12637         * gst/audioresample/resample.c: (resample_add_input_data):
12638         Cast to prevent warnings on Forte.
12639         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12640         Fix integer overflow when treated as signed.
12641         * gst/ffmpegcolorspace/imgconvert_template.h:
12642         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12643         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12644         (cleanup_decodebin):
12645         Who initialises a guint to -1!
12646         Cast function pointers to prevent warnings on Forte.
12647         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12648         (queue_threshold_reached):
12649         Cast function pointers correctly to prevent warnings on Forte.
12650         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12651         Cast function pointers correctly to prevent warnings on Forte.
12652         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12653         Obvious change to unsigned, 0xEF > max signed char.
12654         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12655         GstClockTime is unsigned, initialise correctly.
12656         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12657         Cast so pointer arithemetic doesn't cause warnings on Forte.
12658         * gst/videorate/gstvideorate.c:
12659         Use correct return value.
12660         * tests/examples/seek/scrubby.c:
12661         GstClockTime is unsigned, initialise correctly.
12662
12663 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12664
12665         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12666
12667         * gst/typefind/gsttypefindfunctions.c:
12668           Recognise XML files and XML-like files shorter than 256 bytes as
12669           well (fixes #359237).
12670
12671 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12672
12673         Patch by: Renato Filho <renato.filho@indt.org.br>
12674         
12675         * gst/typefind/gsttypefindfunctions.c:
12676         Added typefind functions to video/x-nuv media.
12677         
12678 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12679
12680         * gst-libs/gst/interfaces/xoverlay.c:
12681         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12682           Some more guards against invalid input.
12683
12684 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12685
12686         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12687         Useless goto.
12688         * tests/examples/seek/seek.c: (do_seek),
12689         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12690         seek example to experiment with rates != 1.0 (reverse playback !)
12691
12692 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12693
12694         * gst-libs/gst/interfaces/xoverlay.c:
12695           Unref message in doc-example (spotted by Robert McQueen)
12696
12697 2006-10-06  Wim Taymans  <wim@fluendo.com>
12698
12699         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12700         (mpeg1_parse_header), (mpeg1_sys_type_find):
12701         printf fix.
12702
12703 2006-10-06  Wim Taymans  <wim@fluendo.com>
12704
12705         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12706         (close_pad_link):
12707         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12708         Activate dynamic pads before adding them to the element.
12709
12710 2006-10-06  Michael Smith  <msmith@fluendo.com>
12711
12712         * gst-libs/gst/floatcast/floatcast.h:
12713           Fix obviously-bogus macros; use the correct types.
12714
12715 2006-10-06  Wim Taymans  <wim@fluendo.com>
12716
12717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12718         (gst_base_rtp_depayload_change_state):
12719         Also call parent state change function to activate pads.
12720
12721         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12722         (mpeg1_parse_header), (mpeg1_sys_type_find):
12723         Add some more debug info in mpeg typefinding.
12724
12725 2006-10-06  Michael Smith  <msmith@fluendo.com>
12726
12727         * ext/theora/theoradec.c: (theora_dec_chain):
12728           Zero byte theora packets are valid and well-defined; don't warn on
12729           them.
12730
12731 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12732
12733         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12734         (gst_multi_fd_sink_get_stats), (find_limits),
12735         (gst_multi_fd_sink_queue_buffer):
12736           API: add dropped_buffers to the get-stats GValueArray
12737
12738 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12739
12740         * ext/alsa/gstalsadeviceprobe.c:
12741         (gst_alsa_device_property_probe_get_values):
12742         * ext/alsa/gstalsasink.c: (set_hwparams):
12743         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12744         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12745         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12746         (gst_ogg_mux_process_best_pad):
12747         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12748         (gst_ogg_parse_chain):
12749         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12750         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12751         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12752         (gst_vorbis_enc_buffer_check_discontinuous):
12753         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12754         * gst-libs/gst/audio/gstbaseaudiosink.c:
12755         (gst_base_audio_sink_render):
12756         * gst-libs/gst/cdda/gstcddabasesrc.c:
12757         (gst_cdda_base_src_handle_track_seek):
12758         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12759         (gst_base_rtp_depayload_push_full):
12760         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12761         * gst/audioresample/resample.c: (resample_input_pushthrough):
12762         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12763         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12764         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12765         (wavpack_type_find):
12766         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12767         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12768         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12769         * tests/check/elements/volume.c: (GST_START_TEST):
12770           Printf format fixes.
12771
12772 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12773
12774         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12775           Fix a simple mistake (see the docs)
12776           Fixes #359580
12777
12778 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12779
12780         * docs/plugins/Makefile.am:
12781         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12782         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12783         * docs/plugins/gst-plugins-base-plugins.args:
12784         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12785         * docs/plugins/inspect/plugin-adder.xml:
12786         * docs/plugins/inspect/plugin-alsa.xml:
12787         * docs/plugins/inspect/plugin-audioconvert.xml:
12788         * docs/plugins/inspect/plugin-audiorate.xml:
12789         * docs/plugins/inspect/plugin-audioresample.xml:
12790         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12791         * docs/plugins/inspect/plugin-cdparanoia.xml:
12792         * docs/plugins/inspect/plugin-decodebin.xml:
12793         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12794         * docs/plugins/inspect/plugin-gdp.xml:
12795         * docs/plugins/inspect/plugin-gnomevfs.xml:
12796         * docs/plugins/inspect/plugin-libvisual.xml:
12797         * docs/plugins/inspect/plugin-ogg.xml:
12798         * docs/plugins/inspect/plugin-pango.xml:
12799         * docs/plugins/inspect/plugin-playbin.xml:
12800         * docs/plugins/inspect/plugin-subparse.xml:
12801         * docs/plugins/inspect/plugin-tcp.xml:
12802         * docs/plugins/inspect/plugin-theora.xml:
12803         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12804         * docs/plugins/inspect/plugin-video4linux.xml:
12805         * docs/plugins/inspect/plugin-videorate.xml:
12806         * docs/plugins/inspect/plugin-videoscale.xml:
12807         * docs/plugins/inspect/plugin-videotestsrc.xml:
12808         * docs/plugins/inspect/plugin-volume.xml:
12809         * docs/plugins/inspect/plugin-vorbis.xml:
12810         * docs/plugins/inspect/plugin-ximagesink.xml:
12811         * docs/plugins/inspect/plugin-xvimagesink.xml:
12812           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12813
12814 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12815
12816         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12817
12818         * ext/vorbis/Makefile.am:
12819         * ext/vorbis/vorbis.c: (plugin_init):
12820         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12821         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12822         * ext/vorbis/vorbisparse.h:
12823         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12824         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12825         (gst_vorbis_tag_parse_packet):
12826         * ext/vorbis/vorbistag.h:
12827           Add new vorbistag element which derives from vorbisparse
12828           and is essentially the same as well, only that it implements
12829           the GstTagSetter interface and can modify the stream's
12830           vorbiscomment on the fly (#335635).
12831
12832         * tests/check/Makefile.am:
12833         * tests/check/elements/.cvsignore:
12834         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12835         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12836         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12837         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12838           Add unit test for new vorbistag element.
12839
12840 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12841
12842         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12843         (vorbis_parse_push_headers), (vorbis_parse_chain):
12844           Set BOS flag in packet structure to fix 'jump depends
12845           on unitialized value' errors in valgrind; various minor
12846           clean-ups.
12847
12848 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12849
12850         * gst/playback/gstdecodebin.c: (close_pad_link):
12851         Fix typo in a debug statement.
12852
12853         * gst/playback/gstplaybasebin.c: (probe_triggered),
12854         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12855         (gen_source_element), (source_new_pad), (analyse_source),
12856         (setup_source):
12857         When handling no_more_pads in new_decoded_pad, make sure to treat
12858         subtitle pads correctly. Fixes playback with subtitle files.
12859
12860         Move a recurring message to LOG level.
12861
12862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12863         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12864         which ends up as -1 when cast to an int. Make the logic handle the
12865         max value as an unsigned mask and only change the colorkey when it's
12866         a value we recognise.
12867
12868 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12869
12870         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12871         Removed empty * between paragraphs
12872
12873 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12874
12875         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12876         * gst-libs/gst/rtp/README:
12877         Moved some documentation into .c file
12878
12879 2006-09-29  Wim Taymans  <wim@fluendo.com>
12880
12881         * gst/playback/gstdecodebin.c: (no_more_pads):
12882         Fix compilation.
12883
12884 2006-09-29  Wim Taymans  <wim@fluendo.com>
12885
12886         * gst/playback/gstdecodebin.c: (new_caps):
12887         Remove g_print
12888
12889         * gst/playback/gstplaybin.c:
12890         Add some docs.
12891
12892 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12893
12894         * tests/check/Makefile.am:
12895           Re-enable cddabasesrc test to see if it works again
12896           now.
12897
12898 2006-09-29  Wim Taymans  <wim@fluendo.com>
12899
12900         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12901         (gen_source_element):
12902         Handle invalid URIs a bit more gracefully.
12903
12904 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12905
12906         * tests/check/pipelines/oggmux.c:
12907           Remove obsolete comment.
12908
12909 2006-09-29  Michael Smith  <msmith@fluendo.com>
12910
12911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12912         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12913         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12914         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12915         (gst_ogg_mux_collected):
12916           Commit patch from James "Doc" Livingston, adds proper EOS handling
12917           in oggmux. GStreamer can, for the first time ever, create a valid
12918           Ogg file! Yay!
12919
12920         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12921         (oggmux_suite):
12922           Reenable tests now that they pass.
12923
12924 2006-09-29  Wim Taymans  <wim@fluendo.com>
12925
12926         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12927         Stop reading commands when EOF (we read 0) as well.
12928
12929 2006-09-28  Wim Taymans  <wim@fluendo.com>
12930
12931         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12932         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12933         (find_dynamic), (unlinked), (close_link):
12934         Implement delayed caps linking needed for element with a lot of
12935         different caps on the src pads that get fixed at runtime.
12936         Improve management of dynamic elements.
12937
12938         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12939         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12940         (gen_preroll_element), (remove_groups), (unknown_type),
12941         (add_element_stream), (no_more_pads_full), (no_more_pads),
12942         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12943         (new_decoded_pad), (setup_subtitle), (array_has_value),
12944         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12945         (analyse_source), (remove_decoders), (make_decoder),
12946         (remove_source), (setup_source), (finish_source), (prepare_output),
12947         (gst_play_base_bin_change_state):
12948         * gst/playback/gstplaybasebin.h:
12949         Use more _CAST instead of full type checking casts.
12950         Small cleanups, plug some leaks.
12951         Handle dynamic sources.
12952         Add some helper functions to create lists of strings used for
12953         blacklisting and other stuff.
12954         Refactor some code dealing with analysing the source.
12955         Re-enable sources without pads (like cd:// or other selfcontained
12956         elements).
12957
12958 2006-09-28  Wim Taymans  <wim@fluendo.com>
12959
12960         * gst-libs/gst/audio/gstbaseaudiosink.c:
12961         (gst_base_audio_sink_render):
12962         When we have a timestamp, we can still perform clipping.
12963         When we have no clock, we must play the sample ASAP.
12964
12965 2006-09-28  Wim Taymans  <wim@fluendo.com>
12966
12967         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12968         Set caps on outgoing buffers.
12969
12970         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12971         (gst_video_rate_event), (gst_video_rate_chain):
12972         * gst/videorate/gstvideorate.h:
12973         Fix videorate some more. Fixes #357977
12974
12975 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12976
12977         * tests/check/elements/adder.c: (adder_suite):
12978           Don't set timeout to 6 seconds when we're running
12979           in valgrind ... (and how is 6 seconds longer than
12980           the default anyway?)
12981
12982 2006-09-28  Wim Taymans  <wim@fluendo.com>
12983
12984         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12985         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12986         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12987         Keep sink and src segment to keep track of time and support more
12988         input formats.
12989         Fix bogus next_offset and run_time calculation, don't understand how
12990         this could have worked before. Fixes #357976.
12991         Remove some unneeded vars.
12992
12993 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12994
12995         * gst/playback/gstplaybin.c: (remove_sinks):
12996           Only remove visualisation from visbin if there is a visbin (or:
12997           don't throw warnings when closing totem without playing a file).
12998
12999 2006-09-27  Wim Taymans  <wim@fluendo.com>
13000
13001         * gst-libs/gst/audio/gstbaseaudiosink.c:
13002         (gst_base_audio_sink_render):
13003         Add some more info in a WARNING.
13004
13005         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13006         (gst_base_audio_src_create):
13007         Handle PAUSE in create function, use new -core addition to
13008         wait for playing. Fixes pausing and resuming capture from an
13009         audiosrc.
13010
13011         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
13012         (gst_ring_buffer_read):
13013         Constify some more.
13014         Caller supports interrupted reads now.
13015
13016 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13017
13018         * tests/check/Makefile.am:
13019           Another attempt to make the gen64 buildbot happy.
13020
13021 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
13022
13023         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
13024
13025         * ext/libvisual/visual.c: (gst_visual_clear_actors),
13026         (gst_visual_chain), (gst_visual_change_state):
13027           Libvisual plugin was not passing audio data to libvisual 0.4.0 
13028           correctly. Fixes #357800
13029
13030 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13031
13032         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
13033           Add timeout to _get_state() so we see which pipeline it is
13034           that causes trouble on the gen64 build bot.
13035
13036 2006-09-27  Wim Taymans  <wim@fluendo.com>
13037
13038         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13039         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
13040         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
13041         (gst_base_rtp_depayload_set_gst_timestamp):
13042         the source pad always uses fixed caps.
13043
13044 2006-09-27  Wim Taymans  <wim@fluendo.com>
13045
13046         * docs/libs/gst-plugins-base-libs-docs.sgml:
13047         * docs/libs/gst-plugins-base-libs-sections.txt:
13048         * gst-libs/gst/audio/gstaudioclock.c:
13049         * gst-libs/gst/audio/gstaudioclock.h:
13050         * gst-libs/gst/audio/gstaudiosink.c:
13051         * gst-libs/gst/audio/gstaudiosink.h:
13052         * gst-libs/gst/audio/gstaudiosrc.c:
13053         * gst-libs/gst/audio/gstbaseaudiosink.c:
13054         (gst_base_audio_sink_render):
13055         * gst-libs/gst/audio/gstbaseaudiosink.h:
13056         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
13057         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13058         * gst-libs/gst/audio/gstringbuffer.h:
13059         Added docs for the audio libs.
13060
13061 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13062
13063         * tests/check/Makefile.am:
13064           Temporarily disable test that fails on the bots for unknown reasons.
13065
13066 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13067
13068         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13069         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13070         Moved AudioCodecType into priv
13071         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
13072
13073 2006-09-25  Wim Taymans  <wim@fluendo.com>
13074
13075         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13076         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
13077         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
13078         (new_pad):
13079         Cleanups and small leak fixes.
13080         Added Depayloaders to valid list of autopluggable elements.
13081
13082 2006-09-25  Wim Taymans  <wim@fluendo.com>
13083
13084         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13085         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
13086         (gen_video_element), (gen_text_element), (gen_audio_element),
13087         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
13088         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
13089         Detect NO_PREROLL state change returns and disable clock distribution to
13090         the sinks so that sync is disabled.
13091         Avoid some type checking and do simple casts instead.
13092         Small cleanups, fix some FIXMEs.
13093         Be more robust when linking user specified elements, catch an report
13094         errors. Fixes #357404.
13095         Fix some leaks in the error paths.
13096
13097 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
13098
13099         * ChangeLog:
13100           ChangeLog surgery for missing bug-number
13101
13102 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13103
13104         Patch by: Peter Kjellerstedt  <pkj at axis com>
13105
13106         * gst/playback/test.c:
13107           Fix compilation with uClibc and -Werror (#357591).
13108
13109 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13110
13111         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13112           Parse dates that are followed by a time as well (#357532).
13113
13114         * tests/check/libs/tag.c: (test_vorbis_tags):
13115           Add unit test for this.
13116
13117 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13118
13119         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13120         (gst_audio_convert_transform_caps):
13121         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13122         * gst/videotestsrc/videotestsrc.h:
13123           A few array const-ifications.
13124
13125 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13126
13127         * tests/check/Makefile.am:
13128           See if this makes the build bots happy.
13129
13130         * tests/check/libs/cddabasesrc.c:
13131           UTF8-ise my name.
13132
13133 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13134
13135         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13136
13137         * gst/subparse/samiparse.c: (handle_start_font),
13138         (fix_invalid_entities):
13139           More case-insensitivity for certain tags; recognise entities with
13140           decimal codes as special entities as well (#357330).
13141
13142 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13143
13144         * gst-libs/gst/Makefile.am:
13145           Need to build tag directory before cdda.
13146
13147 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13148
13149         * docs/libs/gst-plugins-base-libs-sections.txt:
13150         * gst-libs/gst/cdda/Makefile.am:
13151         * gst-libs/gst/cdda/gstcddabasesrc.c:
13152         (gst_cdda_base_src_base_init):
13153         * gst-libs/gst/cdda/gstcddabasesrc.h:
13154         * gst-libs/gst/tag/tag.h:
13155         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13156         (gst_tag_register_musicbrainz_tags):
13157           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13158           depend on libgsttag. This is required so we can extract/read tags like
13159           DISCID without depending on libgstcddabasesrc (which used to register
13160           them).
13161
13162         * gst-libs/gst/tag/gstvorbistag.c:
13163           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13164           tags (also see #347848).
13165
13166         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13167           Log vorbis comments we are actually writing. Const-ify array.
13168
13169 2006-09-23  Wim Taymans  <wim@fluendo.com>
13170
13171         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13172         Improve buffering a bit by avoiding a deadlock because we cannot assume
13173         the underrun is always called.
13174
13175 2006-09-23  Wim Taymans  <wim@fluendo.com>
13176
13177         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13178
13179         * gst-libs/gst/riff/riff-ids.h:
13180         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13181         (gst_riff_create_audio_template_caps):
13182         Added MPEG-4 AAC and id and caps. Fixes #357289
13183         Added WMA9 Lossless id.
13184
13185 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13186
13187         * ext/gnomevfs/gstgnomevfssrc.c:
13188           Fix misleading docs addition.
13189
13190         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13191           Get rid of compiler warning the right way.
13192
13193 2006-09-22  Wim Taymans  <wim@fluendo.com>
13194
13195         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13196         (gst_base_rtp_depayload_finalize),
13197         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13198         (gst_base_rtp_depayload_push_full),
13199         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13200         (gst_base_rtp_depayload_process),
13201         (gst_base_rtp_depayload_set_gst_timestamp),
13202         (gst_base_rtp_depayload_queue_release):
13203         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13204         Small cleanups.
13205         Fix some leaks.
13206         Refactored the process method and added methods to push from the process
13207         vmethod.
13208         Use _scale functions.
13209         API: gst_base_rtp_depayload_push_ts
13210         API: gst_base_rtp_depayload_push
13211
13212         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13213         timestamps are uint.
13214
13215 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13216
13217         * gst-libs/gst/interfaces/xoverlay.c:
13218           Remove unused statement from doc example.
13219
13220 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13221
13222         * gst-libs/gst/interfaces/videoorientation.c:
13223         (gst_video_orientation_iface_init),
13224         (gst_video_orientation_get_hflip),
13225         (gst_video_orientation_get_vflip),
13226         (gst_video_orientation_get_hcenter),
13227         (gst_video_orientation_get_vcenter),
13228         (gst_video_orientation_set_hflip),
13229         (gst_video_orientation_set_vflip),
13230         (gst_video_orientation_set_hcenter),
13231         (gst_video_orientation_set_vcenter):
13232           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13233           in ChangeLog)
13234
13235 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13236
13237         * tests/check/Makefile.am:
13238         * tests/check/elements/.cvsignore:
13239         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13240         (create_rgb_conversions), (rgb_conversion_free),
13241         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13242         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13243           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13244           but disable for now since it doesn't pass (something wrong with
13245           RGBA somewhere).
13246
13247 2006-09-21  Wim Taymans  <wim@fluendo.com>
13248
13249         * gst/playback/gstplaybasebin.c: (group_commit),
13250         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13251         (queue_out_of_data), (gen_preroll_element),
13252         (preroll_remove_overrun), (probe_triggered):
13253         Refactor handling of overrun detection.
13254         Separate handling of group completion and deadlock detection when doing
13255         network buffering. This should fix some deadlocks that were not detected
13256         because the group was completed.
13257         Add more comments, improve debugging.
13258
13259 2006-09-21  Wim Taymans  <wim@fluendo.com>
13260
13261         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13262         * tests/check/libs/audio.c:
13263         Some more compilation fixes.
13264
13265 2006-09-21  Wim Taymans  <wim@fluendo.com>
13266
13267         * gst-libs/gst/audio/gstringbuffer.c:
13268         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13269         (gst_ring_buffer_read):
13270         Early morning compilation fix.
13271
13272 2006-09-20  Wim Taymans  <wim@fluendo.com>
13273
13274         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13275         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13276         * tests/check/elements/videorate.c: (GST_START_TEST):
13277         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13278         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13279         Fix some warnings.
13280
13281 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13282
13283         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13284         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13285         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13286           Handcrafted merge to help CVS understanding what I changed and what
13287           not.
13288
13289 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13290
13291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13292         (gst_xvimagesink_get_times):
13293           change colorkey behaviour back according to #354773 comment 6/7
13294
13295 2006-09-19  Michael Smith  <msmith@fluendo.com>
13296
13297         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13298         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13299         (gst_multi_fd_sink_recover_client),
13300         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13301         (gst_multi_fd_sink_get_property):
13302         * gst/tcp/gstmultifdsink.h:
13303           Implement stubbed out properties unit-type, units-soft-max,
13304           units-max, to allow specifying maximum sizes in units other than
13305           buffers.
13306           Fixes #355935
13307
13308 2006-09-19  Wim Taymans  <wim@fluendo.com>
13309
13310         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13311         (gst_riff_create_audio_template_caps):
13312         Reorder the audio formats a bit for clarity.
13313         Detect and create caps for MSGSM and MSN (WAV49).
13314         Fixes #356596.
13315
13316         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13317         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13318         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13319         Small cleanups, move error handling out of normal flow for clarity.
13320
13321 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13322
13323         * docs/libs/gst-plugins-base-libs-docs.sgml:
13324         * docs/libs/gst-plugins-base-libs.types:
13325         * gst-libs/gst/interfaces/Makefile.am:
13326         * gst-libs/gst/interfaces/videoorientation.c:
13327         (gst_video_orientation_get_type),
13328         (gst_video_orientation_iface_init),
13329         (gst_video_orientation_get_hflip),
13330         (gst_video_orientation_get_vflip),
13331         (gst_video_orientation_get_hcenter),
13332         (gst_video_orientation_get_vcenter),
13333         (gst_video_orientation_set_hflip),
13334         (gst_video_orientation_set_vflip),
13335         (gst_video_orientation_set_hcenter),
13336         (gst_video_orientation_set_vcenter):
13337         * gst-libs/gst/interfaces/videoorientation.h:
13338           API: Add new interface to control video orientation (fixes #354908)
13339
13340 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13341
13342         * gst/videotestsrc/gstvideotestsrc.c:
13343           Use G_UNLIKELY in _create and log one more detail.
13344           
13345         (gst_video_test_src_get_times), (gst_video_test_src_create):
13346         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13347           Use gst_util_uint64_scale_int in _get_times().
13348
13349 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13350
13351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13352           Give better warning message (add object and detail).
13353
13354 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13355
13356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13357         (gst_xvimagesink_get_times):
13358           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13359           #354773), use gst_util_uint64_scale_int in _get_times()
13360
13361 2006-09-18  Michael Smith  <msmith@fluendo.com>
13362
13363         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13364           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13365           always true, leading to dropping all timestamps.
13366
13367 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13368
13369         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13370         (gst_visual_chain), (gst_visual_change_state):
13371           update to work also with libvisual 0.4 API, fix double unref (#355914)
13372           
13373         * tools/gst-launch-ext.1.in:
13374         * tools/gst-visualise.1.in:
13375           remove references to old man-pages
13376
13377         * tests/examples/seek/seek.c: (main):
13378           add real meadi-buttons, add tool-tips for the seek-options, arrange
13379           seek options in a table
13380
13381 2006-09-18  Michael Smith  <msmith@fluendo.com>
13382
13383         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13384         (gst_ogg_mux_push_buffer):
13385           Don't generate out-of-order timestamps from oggmux, instead clamp
13386           output timestamps to be >= the previously output ts.
13387           Fixes #355595
13388
13389 2006-09-18  Michael Smith  <msmith@fluendo.com>
13390
13391         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13392         (gst_multi_fd_sink_class_init):
13393           Updates, fixes, and typo corrections for multifdsink. No functional
13394           changes.
13395
13396 2006-09-17  Michael Smith  <msmith@fluendo.com>
13397
13398         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13399           Don't crash on truncated files - check that we got an 8 byte buffer
13400           before trying to memcmp it.
13401
13402 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13403
13404         * gst/playback/gstplaybasebin.c: (get_active_source):
13405           Make stream-switching appear instant to the application
13406           (ie. make sure that a g_object_get on 'current-foo' returns
13407           the stream previously set with g_object_set(). Totem needs
13408           this to update stream-related meta-info (like audio-codec)
13409           correctly when switching streams.
13410
13411 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13412
13413         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13414         (gst_alsa_mixer_ensure_track_list):
13415           Try harder to guess which mixer track is the master mixer
13416           track (instead of just taking the first one that has a pvolume).
13417           Fixes #342228.
13418
13419 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13420
13421         reviewed by: <delete if not using a buddy>
13422
13423         * gst-libs/gst/audio/audio.h:
13424         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13425
13426 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13427
13428         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13429         (gst_audio_convert_transform_caps):
13430           Get structure-name just once.
13431
13432 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13433
13434         * tests/check/elements/audioresample.c: (GST_START_TEST):
13435         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13436         * tests/check/elements/volume.c: (GST_START_TEST):
13437         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13438         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13439         (test_pipeline), (GST_START_TEST):
13440         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13441         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13442           Fix big batch of compiler warnings.
13443
13444 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13445
13446         * ext/gnomevfs/gstgnomevfssrc.c:
13447           Add docs about icydemux usage in connection with gnomevfssrc
13448
13449         * ext/libvisual/visual.c:
13450         * ext/ogg/gstoggaviparse.c:
13451         * ext/ogg/gstoggdemux.c:
13452         * ext/ogg/gstoggmux.c:
13453         * ext/ogg/gstoggparse.c:
13454         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13455         * gst-libs/gst/audio/gstaudiosink.c:
13456         * gst-libs/gst/audio/gstaudiosrc.c:
13457         * gst/audiorate/gstaudiorate.c:
13458           More G_OBJECT macro fixing.
13459
13460         * gst/audiotestsrc/gstaudiotestsrc.h:
13461           Fix wrong info in header due to copy & paste
13462
13463 2006-09-15  Wim Taymans  <wim@fluendo.com>
13464
13465         * gst-libs/gst/audio/gstbaseaudiosink.c:
13466         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13467         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13468         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13469         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13470         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13471         Do the delay calculation in the source/sink base classes as this is
13472         specific for the capture/playback mode.
13473         Try to fixate a bit better, like round depth up to a multiple of 8
13474         bigger than width.
13475         Handle underruns correctly by marking DISCONT on buffers and adjusting
13476         timestamps to handle the gap.
13477         Set offset/offset_end correctly on buffers.
13478
13479         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13480         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13481         (gst_ring_buffer_read):
13482         Remove resync and underrun recovery from the ringbuffer.
13483         Fix ringbuffer read code on under/overrun.
13484
13485 2006-09-15  Wim Taymans  <wim@fluendo.com>
13486
13487         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13488         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13489         (queue_threshold_reached), (gst_play_base_bin_set_property),
13490         (gst_play_base_bin_get_property):
13491         * gst/playback/gstplaybasebin.h:
13492         Don't use a 0 low watermark when buffering, it is catching starvation
13493         way too late. Instead, use a 3 second queue with 30 and 95
13494         percent low/high watermarks. 
13495         Added queue-min-threshold property to configure low watermark.
13496         Use new _buffering message API.
13497         Make queue_threshold variable big enough to store a uint64 time value.
13498         API: playbin::queue-min-threshold property.
13499
13500 2006-09-15  Wim Taymans  <wim@fluendo.com>
13501
13502         * configure.ac:
13503         We require 0.10.10.1 now because of _wait_preroll().
13504
13505         * gst-libs/gst/audio/gstbaseaudiosink.c:
13506         (gst_base_audio_sink_render):
13507         Use gst_base_sink_wait_preroll().
13508
13509 2006-09-15  Wim Taymans  <wim@fluendo.com>
13510
13511         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13512         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13513         Use DEBUG_OBJECT more.
13514
13515 === release 0.10.10 ===
13516
13517 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13518
13519         patch by: Michael Smith <msmith at fluendo dot com>
13520
13521         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13522         (gst_multi_fd_sink_client_queue_buffer),
13523         (gst_multi_fd_sink_new_client):
13524         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13525         (multifdsink_suite):
13526           Fix implementation of sync-method 'next-keyframe'
13527           Closes #354594
13528
13529 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13530
13531         patch by: Wim Taymans <wim at fluendo dot com>
13532
13533         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13534         This patch removes the RANDOM flag that was incorrectly introduced with
13535         revision 1.91.  Fixes #354590
13536
13537 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13538
13539         * tests/check/Makefile.am:
13540           Random variation in Makefile line to see if it makes the
13541           gen64-base-full bot any happier.
13542
13543 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13544
13545         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13546           Disable test that fails at the moment (killed after timeout).
13547
13548 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13549
13550         Patch by: James Livingston  <doclivingston at gmail.com>
13551
13552         * tests/check/Makefile.am:
13553         * tests/check/pipelines/.cvsignore:
13554         * tests/check/pipelines/oggmux.c: (get_page_codec),
13555         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13556         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13557         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13558         (test_theora_vorbis), (oggmux_suite):
13559           Add simple unit test for oggmux from #337026 with checking for the
13560           EOS flags disabled for the time being.
13561
13562 2006-09-04  Wim Taymans  <wim@fluendo.com>
13563
13564         patch by: Alessandro Dessina <alessandro nnva org>
13565
13566         * ext/ogg/gstoggmux.c:
13567         Add cmml caps to oggmux. Fixes #353912
13568
13569 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13570
13571         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13572           Returning a return value often helps. In this case, we
13573           don't need the return value anyway, so just get rid of it.
13574           Should make build bots much happier.
13575
13576 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13577
13578         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13579         (paint_get_structure), (gst_video_test_src_get_size),
13580         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13581         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13582         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13583         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13584         * gst/videotestsrc/videotestsrc.h:
13585           Add support for AYUV and the various RGBA formats. Initialise
13586           fields of paintinfo structs allocated on the stack.
13587
13588         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13589         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13590         (check_rgb_buf), (videotestsrc_suite):
13591           Add unit tests for videotestsrc's RGB output.
13592
13593 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13594
13595         * gst/videotestsrc/gstvideotestsrc.c:
13596         (gst_video_test_src_pattern_get_type),
13597         (gst_video_test_src_set_pattern):
13598         * gst/videotestsrc/gstvideotestsrc.h:
13599         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13600         (gst_video_test_src_black), (gst_video_test_src_white),
13601         (gst_video_test_src_red), (gst_video_test_src_green),
13602         (gst_video_test_src_blue):
13603         * gst/videotestsrc/videotestsrc.h:
13604           Add more uni-colour patterns ("white", "red", "green", and "blue").
13605
13606 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13607
13608         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13609           Fix stride for YVYU, should be word-aligned (#353658).
13610
13611 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13612
13613         * gst/adder/gstadder.c: (gst_adder_src_event):
13614           Fix build.
13615
13616 2006-08-31  Edward Hervey  <edward@fluendo.com>
13617
13618         * gst/adder/gstadder.c: (forward_event_func),
13619         (gst_adder_src_event), (gst_adder_collected),
13620         (gst_adder_change_state):
13621         * gst/adder/gstadder.h:
13622         Remember the start position asked in the incoming seeks, so we can
13623         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13624         of assuming it will always be 0).
13625
13626 2006-08-31  Edward Hervey  <edward@fluendo.com>
13627
13628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13629         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13630         (gst_ogg_demux_loop):
13631         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13632
13633 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13634
13635         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13636         (gst_ffmpegcsp_get_unit_size):
13637           Return FALSE instead of returning a random false unit
13638           size when the format isn't known/supported (even if
13639           this shouldn't happen under normal circumstances).
13640
13641 2006-08-29  Wim Taymans  <wim@fluendo.com>
13642
13643         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13644
13645         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13646         (gst_gnome_vfs_src_start):
13647         Try harder to get the size from a uri by using _info_uri() when
13648         _info_from_handle() does not give us enough info. 
13649         Also follow symlinks when getting the size.
13650         Partially Fixes #332864.
13651
13652 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13653
13654         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13655
13656         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13657         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13658         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13659         (gst_alsa_mixer_set_record):
13660         * ext/alsa/gstalsamixertrack.c:
13661         (gst_alsa_mixer_track_update_alsa_capabilities),
13662         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13663         (gst_alsa_mixer_track_update):
13664         * ext/alsa/gstalsamixertrack.h:
13665           Improve and fix mixer track handling, in particular better handling
13666           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13667           separate track objects for tracks that have both capture and playback
13668           volume (and label them differently as well so they're not mistakenly
13669           assumed to be duplicates); classify mixer tracks that only affect
13670           the audible volume of something (rather than the capture volume)
13671           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13672           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13673           (following the meaning documented in the mixer interface header
13674           file); add support for alsa's exclusive cswitch groups; update/sync
13675           state/flags better if mixer settings are changed by another
13676           application. Fixes #336075.
13677
13678 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13679
13680         * gst/playback/gstplaybin.c:
13681           Improve docs: add section about BUFFERING messages sent by playbin.
13682
13683 2006-08-29  Michael Smith  <msmith@fluendo.com>
13684
13685         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13686         (gst_vorbis_enc_buffer_check_discontinuous),
13687         (gst_vorbis_enc_chain):
13688           Ignore explicit DISCONT marked on buffers (which is often spurious,
13689           particularly when using multiple segments), in favour of solely
13690           using the timestamps/durations.
13691
13692 2006-08-29  Edward Hervey  <edward@fluendo.com>
13693
13694         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13695         Don't rely on incoming buffers offset anymore, since it is completely
13696         broken when using multiple segments.
13697         Instead convert the incoming buffers timestamp to running time, and
13698         then convert that value to the offsets.
13699         Also inform GstSegment of the last outputted stop position, which is
13700         needed if we received several segments with an unknown stop value.
13701
13702 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13703
13704         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13705           fix buffer unreffing on a header push failure
13706
13707 2006-08-28  Wim Taymans  <wim@fluendo.com>
13708
13709         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13710         (gst_audio_rate_chain):
13711         Make the metadata of the buffer writable before changing its
13712         flags.
13713
13714 2006-08-28  Wim Taymans  <wim@fluendo.com>
13715
13716         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13717         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13718         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13719         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13720         Fix audiorate some more.
13721         Reset and resync counters on flush and READY.
13722         Handle the DISCONT flag correctly.
13723         Use GstSegment to track position.
13724         Fail when not negotiated.
13725         Fixes #353234.
13726
13727 2006-08-25  Michael Smith  <msmith@fluendo.com>
13728
13729         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13730           Fix spelling.
13731           Remove accidently included debug line.
13732
13733 2006-08-25  Wim Taymans  <wim@fluendo.com>
13734
13735         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13736         Small cleanups.
13737         If a buffer is received with no caps, make the buffer metadata
13738         writable and set the caps, making sure that we don't screw up the
13739         refcounts.
13740
13741 2006-08-25  Michael Smith  <msmith@fluendo.com>
13742
13743         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13744         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13745           Fix memory leaks and misleading debug messages, add a couple of
13746           comments.
13747
13748         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13749         (gst_multi_fd_sink_render):
13750           Do not use gst_buffer_make_writable() in a basesink render method,
13751           as it may incorrectly unref the buffer. Instead, use convoluted
13752           dance to avoid copying the buffer except when we need to.
13753
13754 2006-08-25  Michael Smith  <msmith@fluendo.com>
13755
13756         * ext/vorbis/vorbisenc.c:
13757         (gst_vorbis_enc_buffer_check_discontinuous):
13758           Allow very small discontinuities in the timestamps. These we can't
13759           do anything useful with anyway (because vorbis's timestamps have
13760           only sample granularity), and are commonly produced by elements with
13761           minor bugs. Allow up to 1/2 a sample out.
13762           Fixes #351742.
13763
13764 2006-08-24  Wim Taymans  <wim@fluendo.com>
13765
13766         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13767         (play_scrub_toggle_cb), (main):
13768         Add a checkbox to enable play scrubbing. Makes it possible to disable
13769         normal scrubbing.
13770
13771 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13772
13773         * tests/check/elements/.cvsignore:
13774           make buildbot happy
13775
13776 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13777
13778         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13779         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13780         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13781         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13782         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13783         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13784         (gst_ogm_text_parse_strip_trailing_zeroes),
13785         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13786         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13787           Refactor ogm parse, do better input checking, misc. clean-ups.
13788           Cache incoming events and push them once the source pad has
13789           been created. Don't pass unterminated strings to sscanf().
13790           Strip trailing zeroes from subtitle text output, since they
13791           are not valid UTF-8. Don't push vorbiscomment packets on
13792           the subtitle text pad. Output perfect streams if possible.
13793
13794 2006-08-23  Wim Taymans  <wim@fluendo.com>
13795
13796         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13797         Waits for tasks to settle down so that we clean up correctly for 
13798         valgrind.
13799
13800 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13801
13802         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13803           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13804           actually return return value in taglists_are_equal.
13805
13806 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13807
13808         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13809           Fix crash due to broken bitstream parsing on x86-64: can't make
13810           any assumptions about sizeof(struct) due to alignment/packing
13811           differences on different architectures. Fixes #351790.
13812
13813 2006-08-22  Wim Taymans  <wim@fluendo.com>
13814
13815         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13816         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13817         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13818         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13819         (gst_riff_parse_info):
13820         Protect public functions against bad input.
13821         Do some cleanups.
13822         Fix documentation.
13823
13824 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13825
13826         * gst-libs/gst/riff/riff-ids.h:
13827         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13828           Add voxware audio IDs (even if we can't play it) (#351795).
13829
13830 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13831
13832         * gst-libs/gst/riff/riff-media.c:
13833         (gst_riff_create_video_template_caps),
13834         (gst_riff_create_audio_template_caps),
13835         (gst_riff_create_iavs_template_caps):
13836           Const-ify some arrays and use G_N_ELEMENTS instead
13837           of wasting oodles of RAM on terminator bits.
13838
13839 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13840
13841         * gst-libs/gst/tag/gstvorbistag.c:
13842         (gst_tag_list_to_vorbiscomment_buffer):
13843         * tests/check/libs/tag.c: (GST_START_TEST):
13844           And the same for _to_vorbiscomment_buffer(): allow
13845           id_data_len == 0 for speex.
13846
13847 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13848
13849         * configure.ac:
13850         * docs/plugins/Makefile.am:
13851         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13852         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13853         * docs/plugins/inspect/plugin-gdp.xml:
13854         * gst/gdp/Makefile.am:
13855         * tests/check/Makefile.am:
13856           Move GDP plugin to -base from -bad.  Closes #347783.
13857
13858 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13859
13860         * gst-libs/gst/tag/gstvorbistag.c:
13861         (gst_tag_list_from_vorbiscomment_buffer):
13862           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13863           Also add some checks to make sure we don't memcmp() beyond the end of
13864           vorbiscomment buffer if the ID to check for is larger than the buffer.
13865
13866         * tests/check/libs/tag.c: (GST_START_TEST):
13867           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13868
13869 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13870
13871         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13872         (gst_vorbis_enc_set_metadata):
13873           Use vorbis comment utility functions from libgsttag
13874           instead of re-inventing the wheel (partially fixes #347091).
13875
13876 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13877
13878         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13879         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13880         as some that won't.
13881
13882 2006-08-21  Wim Taymans  <wim@fluendo.com>
13883
13884         * docs/libs/Makefile.am:
13885         * docs/libs/gst-plugins-base-libs-sections.txt:
13886         * docs/libs/gst-plugins-base-libs.types:
13887         Don't try to GObject scan the netbuffer as it's not a GObject.
13888         Fixes #351308.
13889
13890         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13891         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13892         Document GstNetBuffer.
13893
13894 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13895
13896         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13897         (audioconvert_suite):
13898           Add testcase for caps-size-explosion
13899
13900 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13901
13902         * gst/audioconvert/gstaudioconvert.c:
13903         (gst_audio_convert_get_unit_size), (set_structure_widths):
13904           Lower debug, use g_assert in _get_unit_size
13905
13906         * gst/audioresample/gstaudioresample.c:
13907         (audioresample_get_unit_size):
13908         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13909         (gst_ffmpegcsp_get_unit_size):
13910         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13911           use g_assert in _get_unit_size
13912
13913 2006-08-18  Wim Taymans  <wim@fluendo.com>
13914
13915         * docs/libs/gst-plugins-base-libs-sections.txt:
13916         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13917         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13918         (gst_rtp_buffer_get_payload_buffer):
13919         * gst-libs/gst/rtp/gstrtpbuffer.h:
13920         Document GstRTPBuffer.
13921         Added function to efficiently strip payload headers.
13922         API: gst_rtp_buffer_get_payload_subbuffer()
13923
13924 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13925
13926         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13927         (gst_tag_to_vorbis_comments):
13928           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13929           tags and deserialise them properly as well (#347091).
13930           Add some more gtk-doc blurbs and also some g_return_if_fail().
13931
13932         * tests/check/libs/tag.c: (GST_START_TEST),
13933         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13934           More tests.
13935
13936 2006-08-17  Wim Taymans  <wim@fluendo.com>
13937
13938         * ext/ogg/Makefile.am:
13939         * ext/ogg/gstogg.c: (plugin_init):
13940         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13941         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13942         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13943         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13944         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13945         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13946         Added ogg-in-avi parser element. Fixes #140139.
13947
13948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13949         Fixed a bug in oggdemux debug code.
13950
13951         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13952         (gst_riff_create_audio_template_caps):
13953         Recognise Ogg in the AVI extensible wave format.
13954
13955 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13956
13957         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13958           Make buffer durations add up (duration should be next_ts-ts for
13959           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13960           from CVS.
13961
13962         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13963         (test_buffer_timestamps), (cddabasesrc_suite):
13964           Add unit test for the above.
13965
13966         * tests/check/Makefile.am:
13967           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13968           to see what happens.
13969
13970 2006-08-16  Wim Taymans  <wim@fluendo.com>
13971
13972         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13973         (gst_alsasink_open):
13974         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13975         (gst_alsasrc_open):
13976         Avoid setting and using a NULL device name.
13977         Print more info when we fail to open a device.
13978
13979 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13980
13981         * docs/libs/gst-plugins-base-libs-sections.txt:
13982         * gst-libs/gst/tag/tag.h:
13983         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13984           API: add gst_tag_parse_extended_comment() (#351426).
13985
13986         * tests/check/Makefile.am:
13987         * tests/check/libs/.cvsignore:
13988         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13989           Add unit test for gst_tag_parse_extended_comment().
13990
13991 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13992
13993         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13995           Fix leak (#351502).
13996
13997 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13998
13999         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14000         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14001         * docs/plugins/gst-plugins-base-plugins.args:
14002         * gst/playback/gstplaybin.c:
14003           Document playbin.
14004           
14005         * docs/plugins/inspect/plugin-adder.xml:
14006         * docs/plugins/inspect/plugin-alsa.xml:
14007         * docs/plugins/inspect/plugin-audioconvert.xml:
14008         * docs/plugins/inspect/plugin-audiorate.xml:
14009         * docs/plugins/inspect/plugin-audioresample.xml:
14010         * docs/plugins/inspect/plugin-audiotestsrc.xml:
14011         * docs/plugins/inspect/plugin-cdparanoia.xml:
14012         * docs/plugins/inspect/plugin-decodebin.xml:
14013         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14014         * docs/plugins/inspect/plugin-gnomevfs.xml:
14015         * docs/plugins/inspect/plugin-ogg.xml:
14016         * docs/plugins/inspect/plugin-pango.xml:
14017         * docs/plugins/inspect/plugin-playbin.xml:
14018         * docs/plugins/inspect/plugin-subparse.xml:
14019         * docs/plugins/inspect/plugin-tcp.xml:
14020         * docs/plugins/inspect/plugin-theora.xml:
14021         * docs/plugins/inspect/plugin-typefindfunctions.xml:
14022         * docs/plugins/inspect/plugin-video4linux.xml:
14023         * docs/plugins/inspect/plugin-videorate.xml:
14024         * docs/plugins/inspect/plugin-videoscale.xml:
14025         * docs/plugins/inspect/plugin-videotestsrc.xml:
14026         * docs/plugins/inspect/plugin-volume.xml:
14027         * docs/plugins/inspect/plugin-vorbis.xml:
14028         * docs/plugins/inspect/plugin-ximagesink.xml:
14029         * docs/plugins/inspect/plugin-xvimagesink.xml:
14030           Update to CVS version.
14031
14032 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14033
14034         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14035         (gst_play_bin_set_property), (gst_play_bin_get_property),
14036         (value_list_append_structure_list),
14037         (gst_play_bin_handle_redirect_message),
14038         (gst_play_bin_handle_message):
14039           API: GstPlayBin::connection-speed
14040           Add "connection-speed" property; re-order redirect messages with
14041           multiple redirect locations depending on the minimum bitrate if
14042           that information is available and a connection speed is set
14043           (#350399).
14044
14045 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14046
14047         * gst/playback/gstplaybin.c:
14048           Update max volume to the same value that the volume element uses.
14049
14050 2006-08-14  Wim Taymans  <wim@fluendo.com>
14051
14052         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14053         Less uglyness..
14054
14055 2006-08-14  Wim Taymans  <wim@fluendo.com>
14056
14057         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
14058         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
14059         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
14060         Add some more debug info.
14061         Don't crash when a seek failed.
14062         Actually return the result of the seek instead of TRUE.
14063         Ignore multiple BOS pages with the same serial so that we don't create
14064         the same stream multiple times.
14065         Post an error when we fail to do the initial seek.
14066
14067 2006-08-13  Wim Taymans  <wim@fluendo.com>
14068
14069         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14070         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
14071         Small code cleanup.
14072
14073         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14074         (gst_alsa_mixer_new):
14075         Remove hack that always set the device to hw:0*.
14076         Properly find the card name for whatever device was configured.
14077         Do some better debugging.
14078         Fixes #350784.
14079
14080         * ext/alsa/gstalsamixerelement.c:
14081         (gst_alsa_mixer_element_set_property),
14082         (gst_alsa_mixer_element_change_state):
14083         Cleanups.
14084         Handle setting of a NULL device name better.
14085
14086 2006-08-11  Wim Taymans  <wim@fluendo.com>
14087
14088         * gst/adder/gstadder.c:
14089         Don't clip float values. Fixes #350900.
14090
14091 2006-08-11  Andy Wingo  <wingo@pobox.com>
14092
14093         * gst/tcp/gsttcp.c: Really fix the build?
14094
14095         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
14096         fixes the build.
14097
14098 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14099
14100         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
14101           Float caps shouldn't have a "signed" field.
14102
14103 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14104
14105         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
14106           Implement SEEKING query in its most basic form, so that we can
14107           at least check if we're seekable or not (#350655).
14108
14109 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
14110
14111         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14112           The checks here are not even close to anything that would
14113           justify MAXIMUM probability, lowering to POSSIBLE until someone
14114           fixes the checks (case at hand: quicktime redirection files
14115           might start with 00 00 01 XX and pass the checks here just
14116           fine, see #350399).
14117
14118 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14119
14120         Patch by: Sjoerd Simons  <sjoerd at luon net>
14121
14122         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14123           Better detection for multipart/x-mixed-replace: accept leading
14124           whitespaces before the boundary marker as well (as our very own
14125           multipartmux used to produce) (#349068).
14126
14127 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
14128
14129         Patch by: Young-Ho Cha  <ganadist at chollian net>
14130
14131         * gst-libs/gst/riff/riff-ids.h:
14132         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14133         (gst_riff_create_audio_template_caps):
14134           Detect DTS audio streams (#350157).
14135
14136 2006-08-05  Andy Wingo  <wingo@pobox.com>
14137
14138         * ext/theora/gsttheoraparse.h:
14139         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14140         (theora_parse_dispose, theora_parse_set_property)
14141         (theora_parse_get_property, theora_parse_munge_granulepos)
14142         (theora_parse_push_buffer, theora_parse_change_state):
14143         API: GstTheoraParse::synchronization-points
14144         Add a property 'synchronization-points' to fix badly synchronized oggs.
14145
14146 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14147
14148         * tests/check/Makefile.am:
14149         * tests/check/libs/.cvsignore:
14150         * tests/check/libs/audio.c: (structure_contains_channel_positions),
14151         (fixed_caps_have_channel_positions), (GST_START_TEST),
14152         (audio_suite), (main):
14153           Add a few tests for the channel position stuff in libgstaudio.
14154
14155 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14156
14157         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14158         (gst_alsa_detect_channels):
14159         * ext/alsa/gstalsasink.c:
14160           Add support for cards that (only) do more than 8 channels,
14161           like the Delta 44 (#345188).
14162
14163         * gst-libs/gst/audio/multichannel.c:
14164         (gst_audio_check_channel_positions):
14165         * gst-libs/gst/audio/multichannel.h:
14166           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14167           unspecified channel position and cannot be combined with any
14168           of the other audio channel positions; adjust position layout
14169           checks accordingly (#345188).
14170
14171 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14172
14173         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14174           Recognise ancient RealAudio files (see #349779).
14175
14176 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14177
14178         Patch by: Jens Granseuer  <jensgr at gmx net>
14179
14180         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14181           Add typefinder for Interplay's MVE format (#348973).
14182
14183 2006-08-02  Wim Taymans  <wim@fluendo.com>
14184
14185         Patch by: Marcel Moreaux <marcelm at luon dot net>
14186
14187         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14188         (gst_base_rtp_depayload_add_to_queue):
14189         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14190         Handle RTP sequence number rollover.
14191         Disable jitterbuffer by default.
14192
14193 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14194
14195         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14196         (audioresample_set_caps):
14197         Don't leak references to the incoming caps. Clean them up when
14198         stopping.
14199
14200         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14201         (gst_video_scale_finalize):
14202         Don't leak our temporary pixel buffer.
14203
14204         * tests/check/Makefile.am:
14205         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14206         (GST_START_TEST), (simple_launch_lines_suite):
14207
14208         Fix leaks and re-enable the test for valgrind checking.
14209
14210 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14211
14212         Patch by: Sjoerd Simons  <sjoerd at luon net>
14213
14214         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14215         (plugin_init):
14216           Add typefind function for multipart/x-mixed-replace (#348916).
14217
14218 2006-07-28  Wim Taymans  <wim@fluendo.com>
14219
14220         * gst/adder/gstadder.c: (gst_adder_setcaps),
14221         (gst_adder_query_duration):
14222         Fix leak in duration query.
14223         Reflow some docs and notes.
14224
14225 2006-07-28  Michael Smith  <msmith@fluendo.com>
14226
14227         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14228         (vorbisenc_suite):
14229           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14230           aspect of it.
14231
14232 2006-07-28  Michael Smith  <msmith@fluendo.com>
14233
14234         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14235         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14236         (gst_vorbis_enc_push_buffer),
14237         (gst_vorbis_enc_buffer_check_discontinuous),
14238         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14239         * ext/vorbis/vorbisenc.h:
14240           Handle discontinuities in the input vorbis stream correctly,
14241           so that the output is properly timestamped (and has good granulepos
14242           values). Needs some oggmux fixes too.
14243
14244 2006-07-27  Wim Taymans  <wim@fluendo.com>
14245
14246         patch by: Kai Vehmanen <kv2004 eca cx>
14247
14248         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14249         (gst_base_rtp_depayload_chain),
14250         (gst_base_rtp_depayload_handle_sink_event),
14251         (gst_base_rtp_depayload_change_state):
14252         Don't send multiple newsegments with different formats.
14253         Fixes #348677.
14254
14255 2006-07-26  Wim Taymans  <wim@fluendo.com>
14256
14257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14258         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14259         Make seeking in ogg more accurate again by doing the more correct
14260         granuletime to stream time conversion.
14261
14262 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14263
14264         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14265         (gst_multi_fd_sink_new_client):
14266           debug a little more understandably
14267           do not use goto as a substitute for break, especially if
14268           break is also being used
14269
14270 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14271
14272         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14273         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14274           Remove GLib-2.6 compatibility cruft.
14275
14276 2006-07-24  Wim Taymans  <wim@fluendo.com>
14277
14278         * gst-libs/gst/audio/gstbaseaudiosink.c:
14279         (gst_base_audio_sink_render):
14280         Don't try to align a sample to an unknown value.
14281
14282 2006-07-24  Wim Taymans  <wim@fluendo.com>
14283
14284         * gst-libs/gst/audio/gstbaseaudiosink.c:
14285         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14286         When the audio clock is slaved to another clock, never try to align
14287         samples but trust the rate interpolation algorithm.
14288
14289 2006-07-24  Wim Taymans  <wim@fluendo.com>
14290
14291         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14292         Don't try to calculate silence samples, base class does this much
14293         better now.
14294
14295         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14296         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14297         (gst_ring_buffer_acquire):
14298         Calculate silence samples correctly.
14299
14300         * gst-libs/gst/audio/gstringbuffer.h:
14301         Add _CAST macro.
14302
14303 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14304
14305         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14306           Limit search for the first markup tag to the first few kB of
14307           the file. If we don't find one there, it's highly unlikely that
14308           this is an XML(-ish) file.
14309
14310 2006-07-21  Andy Wingo  <wingo@pobox.com>
14311
14312         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14313         test to the one in vorbisenc. Also commented out.
14314
14315         * tests/check/pipelines/vorbisenc.c: 
14316         (test_discontinuity): New test, commented out until Mike lands
14317         some elite vorbisenc patches.
14318
14319         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14320         Bufferstraw was actually factored out of these tests. Now we share
14321         code yay.
14322
14323         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14324         for bufferstraw addition to gstcheck.
14325
14326 2006-07-21  Wim Taymans  <wim@fluendo.com>
14327
14328         * ext/theora/theoradec.c: (clip_buffer):
14329         Better clipping.
14330
14331 2006-07-21  Wim Taymans  <wim@fluendo.com>
14332
14333         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14334         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14335         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14336         Fix leak.
14337         Avoid type casting when we can.
14338
14339         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14340         Fix mem leak.
14341
14342 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14343
14344         * ext/alsa/gstalsamixerelement.c:
14345         (gst_alsa_mixer_element_change_state):
14346           Make state change fail if the specified device can't be opened
14347           for some reason.
14348
14349 2006-07-20  Wim Taymans  <wim@fluendo.com>
14350
14351         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14352         (cb_newpad), (main):
14353         Example of a small audio/video player using decodebin.
14354
14355 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14356
14357         * gst-libs/gst/riff/riff-ids.h:
14358           Add 'fact' chunk id
14359
14360 2006-07-19  Wim Taymans  <wim@fluendo.com>
14361
14362         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14363         (gst_base_rtp_depayload_chain),
14364         (gst_base_rtp_depayload_change_state):
14365         Don't assert when not negotiated but post a meaningfull 
14366         error message. Fixes #347918.
14367
14368         * gst-libs/gst/rtp/gstbasertppayload.c:
14369         Add comment about better default MTU size.
14370
14371         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14372         Small cleanups, start docs.
14373
14374 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14375
14376         Patch by: Martin Szulecki
14377
14378         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14379           If "device-name" is requested and the device is not
14380           open, try to temporarily open it to obtain this
14381           information (#342494).
14382
14383 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14384
14385         * gst-libs/gst/tag/gstid3tag.c:
14386           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14387
14388         * gst-libs/gst/tag/gsttageditingprivate.h:
14389         * gst-libs/gst/tag/gstvorbistag.c:
14390           Some more random const-ifications.
14391
14392 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14393
14394         * gst-libs/gst/riff/riff-ids.h:
14395         * gst-libs/gst/riff/riff-media.c:
14396         (gst_riff_create_video_template_caps):
14397           Add more FOURCCs (sort list to make stuff easier to find),
14398           add comment what those 16 bytes in struct _gst_riff_strh according to
14399           one avi-dumper are
14400
14401 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14402
14403         * gst-libs/gst/audio/multichannel.c:
14404         (gst_audio_check_channel_positions),
14405         (gst_audio_fixate_channel_positions):
14406           Const-ify two arrays.
14407
14408 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14409
14410         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14411           Fix typo, so that alsasink also advertises 8 channels
14412           if that's supported (tags: can, worms, open, alsa, ph34r).
14413
14414 2006-07-17  Wim Taymans  <wim@fluendo.com>
14415
14416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14417         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14418         *sigh*, when is the compiler going to warn when the comments
14419         are out-of-sync with the code.. Refix case of busted theora
14420         headers with 0 granule pos.
14421
14422 2006-07-14  Wim Taymans  <wim@fluendo.com>
14423
14424         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14425         (gst_base_rtp_depayload_wait),
14426         (gst_base_rtp_depayload_change_state),
14427         (gst_base_rtp_depayload_set_property),
14428         (gst_base_rtp_depayload_get_property):
14429         Fix 99% cpu load by waiting for absolute times on the
14430         clock. Fixes #347300.
14431
14432 2006-07-14  Andy Wingo  <wingo@pobox.com>
14433
14434         * ext/theora/gsttheoraparse.h: 
14435         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14436         (theora_parse_push_headers, theora_parse_clear_queue)
14437         (theora_parse_drain_queue_prematurely, )
14438         (theora_parse_sink_event, theora_parse_change_state): Queue events
14439         until we initialized our state, like in vorbisparse.
14440
14441         * ext/vorbis/vorbisparse.h: 
14442         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14443         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14444         (vorbis_parse_drain_queue_prematurely, )
14445         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14446         until we have initialized our state. Fixes seeking after an
14447         initial pad block.
14448
14449 2006-07-14  Andy Wingo  <wingo@pobox.com>
14450
14451         Patch by: Iain Holmes <iaingnome@gmail.com>
14452         
14453         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14454
14455 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14456
14457         * configure.ac:
14458         Bump nano back to CVS
14459
14460 === release 0.10.9 ===
14461
14462 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14463
14464         * configure.ac:
14465           releasing 0.10.9, "I walk the line"
14466
14467 2006-07-14  Michael Smith  <msmith@fluendo.com>
14468
14469         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14470           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14471           (commonly happens when running this test under valgrind) when trying
14472           to remove the buffer probe.
14473
14474 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14475
14476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14477         Fix missing g_unlock from the previous commit
14478
14479 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14480
14481         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14482         (gst_ximagesink_change_state):
14483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14484         (gst_xvimagesink_change_state):
14485         Implement a locking order to ensure we always take the object lock
14486         before the x_lock and never vice-versa.
14487
14488 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14489
14490         * gst/playback/gstdecodebin.c: (find_compatibles):
14491         Fix a caps leak when linking (#347304)
14492
14493         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14494         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14495         (gst_ximagesink_change_state):
14496         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14497         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14498         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14499         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14500         Don't leak shared memory resources. Use the object lock to protect
14501         against the xcontext disappearing while returning a buffer from the
14502         pipeline. (#347304)
14503
14504 2006-07-12  Edward Hervey  <edward@fluendo.com>
14505
14506         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14507         (vorbis_handle_comment_packet):
14508         gst_tag_list_merge() returns a new object. Take that into account when
14509         using it. This avoids memleak.
14510         Revert previous commit which is not needed.
14511
14512 2006-07-12  Edward Hervey  <edward@fluendo.com>
14513
14514         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14515         Reset the decoder in finalize so that all fields get cleared.
14516
14517 2006-07-12  Wim Taymans  <wim@fluendo.com>
14518
14519         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14520         (gst_base_audio_src_set_clock),
14521         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14522         Don't try to post an error message when setting the clock fails
14523         as this can happen when adding an element to a bin which will then
14524         deadlock. Fixes #347296.
14525
14526 2006-07-12  Edward Hervey  <edward@fluendo.com>
14527
14528         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14529         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14530         (vorbis_handle_type_packet):
14531         Post tag messages on the bus even if we're not initialized.
14532         If we're not initialized, we still postpone the event pushing of tags.
14533
14534 2006-07-12  Wim Taymans  <wim@fluendo.com>
14535
14536         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14537         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14538         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14539         Revert last two changes that broke the freeze.
14540
14541 2006-07-12  Wim Taymans  <wim@fluendo.com>
14542
14543         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14544         basesink calculates silence sample correctly for us.
14545
14546 2006-07-12  Wim Taymans  <wim@fluendo.com>
14547
14548         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14549         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14550         Calculate correct silence samples so we don't fill our ringbuffer
14551         with noise.
14552
14553 2006-07-12  Edward Hervey  <edward@fluendo.com>
14554
14555         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14556         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14557         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14558         * ext/vorbis/vorbisdec.h:
14559         Delay sending events (newsegment, tags) until the decoder is properly
14560         initialized.
14561         Fixes #347295
14562
14563 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14564
14565         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14566         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14567           Patch from #347221 adding a test for audioconvert
14568           channel remappings.
14569
14570 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14571
14572         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14573         (gst_ssa_parse_parse_line):
14574           Don't include the terminating NUL in the buffer size,
14575           it's only there for extra paranoia (would add random
14576           '*' characters at the end of each subtitle since the
14577           terminator itself is not valid UTF-8 technically).
14578           Also fix indenting after boilerplate macro.
14579
14580 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14581
14582         * gst/playback/gstdecodebin.c: (close_pad_link):
14583           Also emit 'unknown-type' signal (which should really be
14584           called unhandled-type) if we found potential decoders/demuxers
14585           in the registry but none of them worked in the end (as in the
14586           case where the plugins don't exist any longer but are still
14587           listed in the registry). Fixes #329798.
14588
14589 2006-07-08  Andy Wingo  <wingo@pobox.com>
14590
14591         * theoraparse.c (theora_parse_push_buffer)
14592         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14593         Add some more debugging. Fix granulepos reconstruction in the face
14594         of discontinuities.
14595
14596 2006-07-06  Wim Taymans  <wim@fluendo.com>
14597
14598         * gst-libs/gst/audio/gstbaseaudiosink.c:
14599         (gst_base_audio_sink_class_init),
14600         (gst_base_audio_sink_provide_clock):
14601         Use gobject_class instead of G_OBJECT_CLASS (klass)
14602
14603         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14604         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14605         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14606         (gst_base_audio_src_get_time),
14607         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14608         (gst_base_audio_src_create_ringbuffer):
14609         Fix latency and buffer-time constants and properties ala basesink.
14610         Implement pull based scheduling. Fixes #346527.
14611         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14612         one segment.
14613         Refuse slaving to another clock instead of silently not working.
14614         Only provide a clock when we are actually able to do so.
14615         Various small cleanups and compiler hints.
14616
14617 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14618
14619         Patch by: Lutz Mueller <lutz at topfrose de>
14620
14621         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14622         (plugin_init):
14623           Add typefinding for text/html (#346581).
14624
14625 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14626
14627         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14628         (xml_check_first_element), (xml_type_find), (smil_type_find):
14629           Fix SMIL typefinding, make xml_check_first_element() more
14630           useful.
14631
14632 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14633
14634         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14635         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14636         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14637         * gst/playback/gstplaybasebin.h:
14638           Protect list of elements with a subtitle-encoding property and
14639           the subtitle encoding member itself with a lock of their own
14640           instead of using the object lock. This prevents a dead-lock in
14641           the element-remove callback in some circumstances when shutting
14642           down playbin.
14643
14644 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14645
14646         * win32/common/libgsttag.def:
14647         Export some new functions.
14648         * win32/vs6/libgstogg.dsp:
14649         Add a link to libgsttag-0.10.lib.
14650
14651 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14652
14653         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14654           Some const-ification.
14655
14656 2006-07-04  Wim Taymans  <wim@fluendo.com>
14657
14658         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14659         Improve checking if we are dealing with a stream. Added some
14660         more uris that need buffering.
14661
14662 2006-07-03  Edward Hervey  <edward@fluendo.com>
14663
14664         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14665         Remove unused variable.
14666
14667 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14668
14669         * Makefile.am:
14670           include lcov.mak
14671         * configure.ac:
14672           add GCOV_LIBS to GST_LIBS
14673
14674 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14675
14676         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14677
14678         * ext/alsa/gstalsasrc.c:
14679           Add 32 bps to template caps and increase channels range
14680           from [1,2] to [1,MAX]. See #346326.
14681
14682 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14683
14684         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14685           Recognise 'WMVA' video codec fourcc (#345879).
14686           
14687 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14688          
14689         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14690           Fixed nasty memory leak
14691
14692 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14693
14694         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14695         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14696           fix logging
14697
14698 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14699
14700         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14701         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14702         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14703         Protect remove_fakesink using a mutex, so that we don't try and
14704         remove the fakesink simultaneously from multiple threads.
14705
14706         When going from READY to PAUSED, restore the fakesink, so that
14707         it is there when decodebin gets reused.
14708
14709 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14710
14711         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14712         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14713         * gst-libs/gst/rtp/gstbasertppayload.c:
14714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14715         * gst/tcp/gstmultifdsink.c:
14716         * gst/tcp/gsttcpclientsink.c:
14717         * gst/tcp/gsttcpclientsrc.c:
14718         * gst/tcp/gsttcpserversink.c:
14719         * gst/tcp/gsttcpserversrc.c:
14720         * gst/videorate/gstvideorate.c:
14721         * gst/videotestsrc/gstvideotestsrc.c:
14722         * sys/v4l/gstv4ljpegsrc.c:
14723         * sys/v4l/gstv4lmjpegsink.c:
14724         * sys/v4l/gstv4lsrc.c:
14725         * tests/examples/seek/scrubby.c:
14726         * tests/examples/seek/seek.c:
14727           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14728
14729 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14730
14731         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14732           Second field in GEnumValue shouldn't be a description,
14733           but a stringified version of the enum value.
14734
14735 2006-06-22  Wim Taymans  <wim@fluendo.com>
14736
14737         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14738         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14739         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14740         Avoid type checking in buffer casts.
14741         Avoid caps copy in buffer_alloc when we can.
14742         Use pad_peer_accept.
14743
14744 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14745
14746         * gst-libs/gst/tag/tag.h:
14747           Oops, make that 'Since: 0.10.9'.
14748
14749 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14750
14751         * docs/libs/gst-plugins-base-libs-sections.txt:
14752         * gst-libs/gst/tag/tag.h:
14753         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14754         (gst_tag_image_type_get_type):
14755           API: add GstTagImageType enum to describe images contained
14756           in image tags (#345641).
14757
14758 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14759
14760         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14761           Fix warnings with gst-inspect: "buffers-min" property
14762           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14763           typo in property description.
14764
14765 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14766
14767         Patch by: Cody Russell <bratsche at gnome org>
14768
14769         * gst/audioresample/gstaudioresample.c:
14770         (gst_audioresample_class_init):
14771         * gst/playback/gststreamselector.c:
14772         (gst_stream_selector_class_init):
14773         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14774         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14775         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14776         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14777         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14778         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14779         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14780         * gst/videotestsrc/gstvideotestsrc.c:
14781         (gst_video_test_src_class_init):
14782         * gst/volume/gstvolume.c: (gst_volume_class_init):
14783           Avoid unnecessary class cast check in class_init
14784           functions (#337747).
14785
14786 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14787
14788         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14789         (gst_text_overlay_video_chain):
14790           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14791           and doesn't validate its input either (and neither did
14792           textoverlay it seems). Let's do that then and fix #345206.
14793
14794 2006-06-19  Wim Taymans  <wim@fluendo.com>
14795
14796         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14797         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14798         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14799         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14800         (find_syncframe), (find_limits), (assign_value),
14801         (count_burst_unit), (gst_multi_fd_sink_new_client),
14802         (gst_multi_fd_sink_handle_client_write),
14803         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14804         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14805         (gst_multi_fd_sink_change_state):
14806         * gst/tcp/gstmultifdsink.h:
14807         Added shiny new burst-on-connect methods.
14808         Add properties to control the minimal amount of data queued.
14809         Small cleanups.
14810         API: bytes-min property
14811         API: time-min property
14812         API: buffers-min property
14813         API: burst-unit property
14814         API: burst-value property
14815         API: add-full signal
14816
14817         * gst/tcp/gsttcp-marshal.list:
14818         Added new marshaller code for the new signal.
14819
14820         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14821         (multifdsink_suite):
14822         Added testcases for new burst methods.
14823
14824 2006-06-19  Edward Hervey  <edward@fluendo.com>
14825
14826         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14827         Implement clipping for accurate seeking.
14828         Closes #345225
14829
14830 2006-06-19  Wim Taymans  <wim@fluendo.com>
14831
14832         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14833
14834         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14835         (gst_video_scale_transform):
14836         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14837
14838 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14839
14840         * configure.ac:
14841           Fix --disable-external (can't set conditionals conditionally,
14842           #343602).
14843
14844 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14845
14846         * tests/check/elements/audioresample.c: (test_reuse),
14847         (audioresample_suite):
14848           Add test case for bug #342789 fixed below.
14849
14850 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14851
14852         * gst/audioresample/gstaudioresample.c:
14853         (gst_audioresample_class_init), (gst_audioresample_init),
14854         (audioresample_start), (audioresample_stop),
14855         (gst_audioresample_set_property), (gst_audioresample_get_property):
14856           Implement GstBaseTransform::start and ::stop so that audioresample
14857           can clear its internal state properly and be reused instead of
14858           causing non-negotiated errors with playbin under some circumstances
14859           (#342789).
14860
14861         * tests/check/elements/audioresample.c: (setup_audioresample),
14862         (cleanup_audioresample):
14863           Need to set element state here so that ::start and ::stop are
14864           called.
14865
14866 2006-06-16  Wim Taymans  <wim@fluendo.com>
14867
14868         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14869
14870         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14871         Parse extra data better, apparently it's right behind
14872         the normal strf header size. Fixes #343500.
14873
14874 2006-06-16  Wim Taymans  <wim@fluendo.com>
14875
14876         * ext/alsa/gstalsasink.c: (set_hwparams):
14877         If we fail to set the buffer_time and period_time alsa
14878         parameters, post a warning and leave alsa select a 
14879         default instead of failing. Fixes #342085
14880
14881 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14882
14883         * docs/libs/gst-plugins-base-libs-sections.txt:
14884         * gst-libs/gst/cdda/gstcddabasesrc.h:
14885           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14886           out in the header file and shouldn't be listed in the docs.
14887
14888         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14889           Must dereference pointer to fourcc in the debug statement.
14890
14891 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14892
14893         * docs/libs/Makefile.am:
14894         * docs/libs/gst-plugins-base-libs-docs.sgml:
14895         * docs/libs/gst-plugins-base-libs-sections.txt:
14896         * docs/libs/gst-plugins-base-libs.types:
14897         add remaining symbols into correct setions
14898         
14899         * gst-libs/gst/audio/gstringbuffer.c:
14900         fix incomplete docs
14901         
14902         * gst-libs/gst/audio/gstringbuffer.h:
14903         comment out not yet implemented function
14904         
14905         
14906         * gst-libs/gst/floatcast/floatcast.h:
14907         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14908         add short descriptions
14909         
14910         
14911         * gst-libs/gst/interfaces/propertyprobe.c:
14912         fix return value docs   
14913         
14914         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14915         simplify debug logging
14916         
14917         * gst-libs/gst/riff/riff-read.h:
14918         sync function prototype and docs
14919         
14920         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14921         remove left over symbol
14922
14923 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14924
14925         * autogen.sh:
14926         * configure.ac:
14927         * docs/Makefile.am:
14928           Use GST_PLUGIN_DOCS macro in configure.ac, add
14929           --enable-plugin-docs default to autogen.sh and use
14930           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14931
14932 2006-06-15  Wim Taymans  <wim@fluendo.com>
14933
14934         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14935         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14936         (gst_ogg_demux_loop):
14937         Combine GstFlowReturn from the source pads to give a
14938         meaningfull result to the upstream peer or to stop the
14939         processing task in case of errors.
14940
14941 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14942
14943         * gst/playback/gststreaminfo.c: (cb_probe):
14944           Try GST_TAG_CODEC as fallback when extracting the
14945           codec name; more debug info.
14946
14947 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14948
14949         * ext/ogg/Makefile.am:
14950         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14951           Extract language tags from ogm subtitle streams, so that
14952           the subtitle menu choices are labelled correctly in
14953           Totem (fixes #344708).
14954
14955 2006-06-14  Wim Taymans  <wim@fluendo.com>
14956
14957         Patch by: Alessandro Decina <alessandro at nnva dot org>
14958
14959         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14960         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14961         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14962         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14963         Fix various leaks. Fixes #343699.
14964         Add x-smoke mime type.
14965
14966 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14967
14968         * gst-libs/gst/riff/riff-ids.h:
14969           Add IDs for 'bext' chunks (see #343837).
14970
14971 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14972
14973         Patch by: Young-Ho Cha  <ganadist at chollian net>
14974
14975         * gst/subparse/samiparse.c: (sami_context_pop_state),
14976         (handle_start_font), (end_sami_element):
14977           Honour font face tags in SAMI subtitles (#344503).
14978
14979 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14980
14981         * po/POTFILES.in:
14982           add missing files containing translatable strings
14983
14984 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14985
14986         * docs/libs/tmpl/.cvsignore:
14987           we don't want those *.sgml files in CVS either
14988
14989 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14990
14991         * docs/libs/.cvsignore:
14992         * tests/check/elements/.cvsignore:
14993         * tests/check/libs/.cvsignore:
14994           ignore more
14995
14996 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14997
14998         * docs/libs/Makefile.am:
14999           also commiting the changed Makefile.am (added more libs to the
15000           doc-build)
15001
15002 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15003
15004         * docs/libs/gst-plugins-base-libs-docs.sgml:
15005         * docs/libs/gst-plugins-base-libs-sections.txt:
15006         * docs/libs/gst-plugins-base-libs.types:
15007           first batch of reordering things, add index & hierarchy
15008
15009 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15010
15011         * configure.ac:
15012           use GST_PKG_CHECK_MODULES, cleans up output
15013
15014 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15015
15016         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15017           Add support for burn:// URIs (#343385); const-ify things a bit,
15018           use G_N_ELEMENTS instead of hard-coded array size.
15019
15020 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15021
15022         Patch by: Young-Ho Cha  <ganadist at chollian net>
15023
15024         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
15025           Fix up broken entities before passing them to libxml *sigh*.
15026           (#343303).
15027           
15028 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15029
15030         * configure.ac:
15031           back to TRUNK
15032
15033 === release 0.10.8 ===
15034
15035 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
15036
15037         * configure.ac:
15038           releasing 0.10.8, "Moar gij ziet mij nie"
15039
15040 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15041
15042         * configure.ac:
15043         * po/af.po:
15044         * po/az.po:
15045         * po/cs.po:
15046         * po/en_GB.po:
15047         * po/hu.po:
15048         * po/it.po:
15049         * po/nb.po:
15050         * po/nl.po:
15051         * po/or.po:
15052         * po/sq.po:
15053         * po/sr.po:
15054         * po/sv.po:
15055         * po/uk.po:
15056         * po/vi.po:
15057         * win32/common/config.h:
15058           0.10.7.2 prerelease
15059
15060 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15061
15062         * docs/libs/tmpl/gstaudio.sgml:
15063         * docs/libs/tmpl/gstcolorbalance.sgml:
15064         * docs/libs/tmpl/gstmixer.sgml:
15065         * docs/libs/tmpl/gstringbuffer.sgml:
15066         * docs/libs/tmpl/gsttuner.sgml:
15067         * docs/libs/tmpl/gstxoverlay.sgml:
15068         * gst-libs/gst/audio/audio.c:
15069         * gst-libs/gst/audio/gstringbuffer.c:
15070         * gst-libs/gst/interfaces/colorbalance.c:
15071         * gst-libs/gst/interfaces/mixer.c:
15072         * gst-libs/gst/interfaces/tuner.c:
15073         * gst-libs/gst/interfaces/xoverlay.c:
15074           move last template doc snippets to source code and delete them
15075
15076 2006-06-06  Michael Smith  <msmith@fluendo.com>
15077
15078         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
15079         (theora_parse_drain_queue):
15080           Mark DELTA_UNIT on non-keyframes.
15081
15082 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
15083
15084         * gst-libs/gst/audio/gstbaseaudiosink.c:
15085         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
15086         * gst-libs/gst/audio/gstbaseaudiosink.h:
15087         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
15088         (gst_ring_buffer_samples_done):
15089         * gst-libs/gst/audio/gstringbuffer.h:
15090         Document better the fact that latency_time and buffer_time are values
15091         stored in microseconds, and not the usual GStreamer nanoseconds.
15092         Change the variables (compatibly) that store them from GstClockTime 
15093         to guint64 to make it more clear that they're not storing clock times.
15094         Also, remove the bogus property description that says the user can
15095         specify -1 to get the default value, since that's never been the case.
15096
15097         When computing the default segment size for the ring buffer, make it
15098         an integer number of samples.
15099
15100         When the sub-class indicates a delay greater than the number of
15101         samples we've written return 0 from the audio sink get_time method.
15102
15103 2006-06-02  Michael Smith  <msmith@fluendo.com>
15104
15105         * tests/check/elements/audioconvert.c: (set_channel_positions),
15106         (get_float_mc_caps), (get_int_mc_caps):
15107         * tests/check/elements/audioresample.c:
15108         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
15109         * tests/check/elements/videorate.c:
15110         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
15111         * tests/check/elements/volume.c:
15112         * tests/check/elements/vorbisdec.c:
15113         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15114           Don't busy-wait in tests; this was causing test timeouts very
15115           frequently when running under valgrind.
15116
15117 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15118
15119         * gst/tcp/README:
15120         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15121         (gst_multi_fd_sink_remove_client_link),
15122         (gst_multi_fd_sink_client_queue_caps),
15123         (gst_multi_fd_sink_client_queue_buffer),
15124         (gst_multi_fd_sink_handle_client_write),
15125         (gst_multi_fd_sink_render):
15126         * gst/tcp/gstmultifdsink.h:
15127           make multifdsink properly deal with streamheader:
15128           - streamheader is taken from caps
15129           - buffers marked with IN_CAPS are not sent
15130           - streamheaders are sent, on connection, from the caps of the
15131             buffer where the client gets positioned to
15132           - further streamheader changes are done every time the client
15133             will receive a buffer with different caps
15134         * tests/check/elements/multifdsink.c: (GST_START_TEST),
15135         (gst_multifdsink_create_streamheader):
15136           add tests for this
15137
15138 2006-06-02  Michael Smith  <msmith@fluendo.com>
15139
15140         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15141           Reinstate limit on channel count. Vorbis does not define the meaning
15142           of > 6 channels, so they're just independent channels. Gstreamer
15143           currently has no mechanism to represent N independent channels.
15144
15145 2006-06-02  Michael Smith  <msmith@fluendo.com>
15146
15147         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15148           Don't arbitrarily restrict channel counts and rate in vorbis.
15149           In terms of effects likely on real-world files, this fixes 96kHz
15150           playback of vorbis.
15151
15152 2006-06-02  Michael Smith  <msmith@fluendo.com>
15153
15154         * gst/audioconvert/audioconvert.c: (float):
15155           More correct float->int conversion.
15156
15157 2006-06-02  Michael Smith  <msmith@fluendo.com>
15158
15159         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15160           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15161           value. Fixes g-critical on trying to play back ogg containing
15162           unknown codec.
15163
15164 2006-06-02  Wim Taymans  <wim@fluendo.com>
15165
15166         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15167         (setup_source):
15168         * gst/playback/gstplaybasebin.h:
15169         Make the subtitle detection work from any thread so we don't
15170         deadlock. Fixes #343397.
15171
15172 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15173
15174         * gst/volume/Makefile.am:
15175           Seriously, it's not *that* hard to get compilation right.  Even
15176           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15177
15178 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15179
15180         * gst/volume/gstvolume.c: (volume_choose_func),
15181         (volume_update_real_volume), (gst_volume_class_init),
15182         (gst_volume_init), (volume_process_float), (volume_process_int16),
15183         (volume_process_int16_clamp), (volume_set_caps),
15184         (volume_transform_ip), (plugin_init):
15185         * gst/volume/gstvolume.h:
15186         rewrite the passthrough check, split _int16 and _int16_clamp, fix
15187         another property desc., remove unused param from process function
15188         
15189         * tests/check/elements/volume.c: (volume_suite):
15190         reactivate the passthrough test
15191
15192 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15193
15194         * ext/alsa/gstalsamixerelement.h:
15195         * ext/alsa/gstalsamixeroptions.h:
15196         * ext/alsa/gstalsamixertrack.h:
15197         * ext/gnomevfs/gstgnomevfssink.h:
15198         * ext/gnomevfs/gstgnomevfssrc.h:
15199         * ext/theora/gsttheoradec.h:
15200         * ext/theora/gsttheoraenc.h:
15201         * ext/theora/gsttheoraparse.h:
15202         * ext/vorbis/vorbisparse.h:
15203         * gst-libs/gst/audio/gstaudioclock.h:
15204         * gst-libs/gst/audio/gstaudiofilter.h:
15205         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15206         * gst/audioconvert/gstaudioconvert.h:
15207         * gst/audioresample/gstaudioresample.h:
15208         * gst/audiotestsrc/gstaudiotestsrc.h:
15209         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15210         * gst/playback/gststreamselector.h:
15211         * gst/tcp/gstmultifdsink.h:
15212         * gst/tcp/gsttcpclientsink.h:
15213         * gst/tcp/gsttcpclientsrc.h:
15214         * gst/tcp/gsttcpserversink.h:
15215         * gst/tcp/gsttcpserversrc.h:
15216         * gst/videorate/gstvideorate.h:
15217         * gst/videoscale/gstvideoscale.h:
15218         * gst/videotestsrc/gstvideotestsrc.h:
15219         * gst/volume/gstvolume.h:
15220         * sys/v4l/gstv4ljpegsrc.h:
15221         * sys/v4l/gstv4lmjpegsink.h:
15222         * sys/v4l/gstv4lmjpegsrc.h:
15223         * sys/v4l/gstv4lsrc.h:
15224         * sys/ximage/ximagesink.h:
15225         * sys/xvimage/xvimagesink.h:
15226         * tests/old/testsuite/alsa/sinesrc.h:
15227         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15228
15229 2006-05-31  Wim Taymans  <wim@fluendo.com>
15230
15231         * ext/libvisual/visual.c: (gst_visual_reset),
15232         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15233         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15234         Handle DISCONT.
15235         Use running time before doing QoS.
15236         Handle mono too.
15237
15238 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15239
15240         * docs/libs/Makefile.am:
15241           set a magic variable to indicate we know the docs are incomplete
15242
15243 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15244
15245         * win32/common/libgstvideo.def:
15246           export gst_video_calculate_display_ratio
15247         * win32/vs6/libgstvideoscale.dsp:
15248           add link to libgstvideo-0.10.lib
15249
15250 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15251
15252         * gst/playback/gstplaybasebin.c: (gen_source_element):
15253           Throw a more comprehensible error for rtsp:// URIs (rather
15254           than erroring out with a negotiation error later on) until
15255           we fix playbin to handle rtspsrc etc.
15256
15257 2006-05-30  Wim Taymans  <wim@fluendo.com>
15258
15259         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15260         (gst_text_overlay_text_event):
15261         Added some FIXMEs.
15262
15263 2006-05-30  Wim Taymans  <wim@fluendo.com>
15264
15265         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15266         (gst_adder_request_new_pad), (gst_adder_release_pad):
15267         * gst/adder/gstadder.h:
15268         Implement release_request_pad.
15269         Make padcounter atomic.
15270
15271         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15272         Added check for release_pad in adder.
15273
15274 2006-05-30  Wim Taymans  <wim@fluendo.com>
15275
15276         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15277         Fix build again.
15278
15279 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15280
15281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15282         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15283         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15284         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15285         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15286         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15287         (gst_ogg_demux_bisect_forward_serialno),
15288         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15289         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15290           add more debugging
15291           clean up printf formats for granulepos and serialno
15292
15293 2006-05-30  Michael Smith  <msmith@fluendo.com>
15294
15295         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15296         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15297         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15298         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15299         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15300         * ext/vorbis/vorbisenc.h:
15301           Multi-channel caps negotiation, so we can do proper multichannel
15302           vorbis encoding, negotiated through audioconvert.
15303
15304 2006-05-30  Wim Taymans  <wim@fluendo.com>
15305
15306         * tests/check/elements/adder.c: (test_event_message_received),
15307         (test_play_twice_message_received), (GST_START_TEST),
15308         (adder_suite):
15309         Added check to show that #339935 is fixed with ongoing
15310         adder and collectpads fixes.
15311
15312 2006-05-29  Wim Taymans  <wim@fluendo.com>
15313
15314         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15315         Don't leak pad name.
15316
15317 2006-05-29  Wim Taymans  <wim@fluendo.com>
15318
15319         * gst/adder/gstadder.c: (gst_adder_query_duration),
15320         (forward_event_func), (forward_event), (gst_adder_src_event):
15321         Fix adder seeking.
15322         Make query/seeking code threadsafe.
15323
15324         * tests/check/Makefile.am:
15325         * tests/check/elements/adder.c: (test_event_message_received),
15326         (GST_START_TEST), (test_play_twice_message_received):
15327         Fix adder test case.
15328
15329 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15330
15331         Patch by: Young-Ho Cha  <ganadist at chollian net>
15332
15333         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15334         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15335         (set_encoding_element), (decodebin_element_added_cb),
15336         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15337         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15338         * gst/playback/gstplaybasebin.h:
15339           Add 'subtitle-encoding' property to playbin, so applications can
15340           force a subtitle encoding for non-UTF8 subtitles (#342268).
15341
15342         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15343         (gst_sub_parse_set_property):
15344           Rename recently-added 'encoding' property to 'subtitle-encoding'
15345           (so it can be proxied by playbin/decodebin in a generic way
15346           with less danger of false positives).
15347
15348 2006-05-29  Michael Smith  <msmith@fluendo.com>
15349
15350         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15351         (append_with_other_format), (set_structure_widths),
15352         (gst_audio_convert_transform_caps):
15353           Patch from #341562: give more specific audio caps in get_caps, so
15354           that basetransform  can make better decisions on what caps to
15355           negotiate.
15356
15357 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15358
15359         * tests/check/elements/volume.c:
15360         make it compile again
15361
15362 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15363
15364         * tests/check/elements/volume.c: (volume_suite):
15365         disable test until #343196 gets resolved
15366
15367 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15368
15369         * gst/adder/gstadder.c: (gst_adder_get_type):
15370         Make it easier to copy&paste
15371         
15372         * gst/volume/Makefile.am:
15373         * gst/volume/gstvolume.c: (volume_update_real_volume),
15374         (gst_volume_set_volume), (gst_volume_set_mute),
15375         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15376         (volume_transform_ip), (volume_update_mute),
15377         (volume_update_volume):
15378         * gst/volume/gstvolume.h:
15379         Add own debug category, move duplicate code to helper function, fix
15380         property texts, add more comments and prepare ffor liboil-goodness
15381         
15382         * tests/check/Makefile.am:
15383         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15384         add test for mute and passtrough case, be a bit more verbose to track
15385         failure
15386         
15387         * tests/check/generic/states.c: (GST_START_TEST):
15388         catch elements that fail to instantiate
15389
15390 2006-05-28  Edward Hervey  <edward@fluendo.com>
15391
15392         * tests/check/pipelines/simple-launch-lines.c:
15393         * tests/check/pipelines/theoraenc.c:
15394         * tests/check/pipelines/vorbisenc.c:
15395         Comment out tests using parse_launch() if core was built without
15396         parsing capabilities.
15397
15398 2006-05-27  Edward Hervey  <edward@fluendo.com>
15399
15400         * tests/check/Makefile.am:
15401         Extra bonus points for whoever explains to ensonic that you are meant
15402         to test unit tests thoroughly before commiting them, especially if
15403         you know it's going to break.
15404         De-activated element/adder tests.
15405
15406 2006-05-27  Edward Hervey  <edward@fluendo.com>
15407
15408         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15409         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15410         Marking caps conversion issues as GST_WARNING is way too verbose,
15411         Moving them to GST_LOG.
15412
15413 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15414
15415         * README:
15416           Replace current README (containing the release notes from
15417           some 0.9.x version) with a proper README taken from the core.
15418
15419 2006-05-26  Wim Taymans  <wim@fluendo.com>
15420
15421         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15422         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15423         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15424         (vorbis_dec_change_state):
15425         Small cleanups.
15426         Add some FIXMEs
15427         Clip output samples to segment boundaries.
15428
15429 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15430
15431         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15432         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15433         Improve the errors produced on bad output, including some human
15434         readable description strings.
15435         Handle the (theoretical for ximagesink) case where the XServer 
15436         has a different idea about the size required for a particular 
15437         frame and gives us too small a memory allocation.
15438
15439 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15440
15441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15442         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15443         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15444         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15445         Improve the errors produced on bad output, including some human 
15446         readable description strings.
15447         Handle RGB Xv formats properly by transforming them into our 
15448         big-endian caps description.
15449         Use gst_caps_truncate to ensure that we never try and choose a
15450         non-fixed caps in buffer_alloc.
15451         Handle the case where the XServer has a different idea about the size
15452         required for a particular frame and gives us too small a memory
15453         allocation.
15454         Use -1 to indicate 'no image format', because 0 is a valid XServer
15455         image format number.
15456         Put RGB Xv formats at the end of the caps, so that we always prefer
15457         YUV format frames.
15458         Iterate the available Xv Encodings to determine the maximum width and
15459         height, and then return that in our caps.
15460         (Closes #315312, #337544)
15461
15462 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15463
15464         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15465         When there is only one unfinished pad and it receives an event that
15466         doesn't match our requirements, we need to set alldone=FALSE so that
15467         the fakesink is not removed yet.
15468
15469 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15470
15471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15472           Use gst_type_find_helper_for_buffer() to find the type
15473           of stream from the first packet.
15474
15475         * configure.ac:
15476           Bump requirements to core CVS (needed for vorbis
15477           typefinding to work).
15478
15479 2006-05-24  Edward Hervey  <edward@fluendo.com>
15480
15481         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15482         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15483         contain.  Else they play perfectly fine with qtdemux.
15484
15485 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15486
15487         * ext/theora/theoradec.c:
15488         * ext/theora/theoraenc.c:
15489         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15490         * gst/audiorate/gstaudiorate.c:
15491           make more debug catagories static
15492         
15493         * tests/check/Makefile.am:
15494         * tests/check/elements/adder.c: (message_received),
15495         (test_event_message_received), (GST_START_TEST),
15496         (test_play_twice_message_received), (adder_suite):
15497           added test case for using element twice, extra bonus points for anyone
15498           who can make these test run reliably
15499
15500 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15501
15502         * ext/theora/theoradec.c: (theora_dec_chain):
15503           Make work with time-stamped input buffers that do not
15504           have a granulepos in BUFFER_OFFSET_END (like theora
15505           buffers coming from matroskademux). Fixes #342448.
15506
15507 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15508
15509         Patch by: Peter Kjellerstedt  <pkj at axis com>
15510
15511         * gst/tcp/Makefile.am:
15512           fdstresstest doesn't need Gtk+, fix compilation if 
15513           gtk is not available (#342566).
15514
15515 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15516          
15517         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15518           80 line columns
15519           Removed redundant floor()
15520
15521 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15522
15523         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15524           On second thought, just skip JUNK chunks automatically, so
15525           the caller doesn't have to handle this. Fixes #342345.
15526           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15527           not GST_FLOW_ERROR.
15528
15529 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15530
15531         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15532           Don't bail out on JUNK chunks with a size of 0 (would try to
15533           pull_range 0 bytes before, which sources don't like too much).
15534           See #342345.
15535
15536 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15537
15538         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15540         Use the gstutil scaling function to preserve 64 bits while calculating
15541         output width and height from the display-aspect-ratio. (A continuation
15542         of #341542)
15543
15544 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15545
15546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15547         (gst_xvimagesink_buffer_alloc):
15548         * sys/xvimage/xvimagesink.h:
15549         When performing buffer allocations, remember the caps and image format
15550         we return so that if the same caps are asked for next time we can
15551         return them immediately without doing any caps intersections.
15552
15553 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15554          
15555         * gst-libs/gst/rtp/README:
15556           Some new documentation
15557         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15558           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15559         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15560         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15561           New RTP audio base payloader class. Supports frame or sample based
15562           codecs.  Not enabled in Makefile.am until approved.
15563
15564 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15565
15566         * tests/check/elements/alsa.c: (test_device_property_probe):
15567           Fix test case: don't try to free NULL GValueArray when there
15568           are no devices.
15569
15570 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15571
15572         * tests/check/Makefile.am:
15573         * tests/check/elements/alsa.c: (test_device_property_probe),
15574         (alsa_suite), (main):
15575           Add simple test that runs a device property probe on alsasrc,
15576           alsasink and alsamixer. Disable valgrind check for now (too
15577           many leaks in libasound, and valgrind ignored my suppressions
15578           additions).
15579
15580 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15581
15582         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15583         (gst_alsa_device_property_probe_probe_property),
15584         (gst_alsa_device_property_probe_needs_probe),
15585         (gst_alsa_device_property_probe_get_values),
15586         (gst_alsa_type_add_device_property_probe_interface):
15587         * ext/alsa/gstalsadeviceprobe.h:
15588         * ext/alsa/gstalsamixerelement.c:
15589         (gst_alsa_mixer_element_init_interfaces):
15590         * ext/alsa/gstalsamixerelement.h:
15591           Clean up and simplify alsa device probing. Make it actually work
15592           for multiple classes. Don't cache results any longer.
15593
15594         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15595         (gst_alsasink_init):
15596         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15597         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15598         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15599           Make alsasink and alsasrc implement the GstPropertyProbe interface
15600           for device probing (#342181).
15601           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15602
15603 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15604
15605         * gst/subparse/samiparse.c: (handle_start_font):
15606           Don't ignore return value of strtol (++compiler_happiness).
15607
15608 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15609
15610         Patch by: Young-Ho Cha  <ganadist chollian net>
15611
15612         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15613         (gst_sub_parse_class_init), (gst_sub_parse_init),
15614         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15615         (convert_encoding):
15616         * gst/subparse/gstsubparse.h:
15617           Add 'encoding' property (#341681).
15618
15619         * gst/subparse/samiparse.c: (characters_sami):
15620           Output is pango markup, so we need to escape text
15621           between tags (#342143).
15622
15623 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15624
15625         * gst-libs/gst/audio/multichannel.c:
15626         (gst_audio_check_channel_positions):
15627           It's okay to have caps with channels=1 and a channel position
15628           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15629           (deinterleavers might want to keep the position in the caps,
15630           so that they can be re-interleaved again properly later).
15631           Leave check for unexpected 2-channel layouts intact for now.
15632
15633 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15634
15635         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15636         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15637         basesrc can do its job correctly.
15638
15639 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15640
15641         * ext/alsa/Makefile.am:
15642         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15643         (gst_alsa_detect_formats), (get_channel_free_structure),
15644         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15645         (gst_alsa_probe_supported_formats):
15646         * ext/alsa/gstalsa.h:
15647         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15648           Refactor and improve caps probing code: probe signedness
15649           when we probe the supported formats/widths; set endianness
15650           to the one we actually probed for (ie. cpu endianness).
15651           
15652         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15653         (gst_alsasrc_close):
15654         * ext/alsa/gstalsasrc.h:
15655           Implement caps probing for alsasrc.
15656
15657 2006-05-15  Wim Taymans  <wim@fluendo.com>
15658
15659         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15660         (theora_dec_src_query), (theora_dec_src_event),
15661         (theora_dec_sink_event), (theora_handle_comment_packet),
15662         (theora_handle_data_packet), (theora_dec_change_state):
15663         Cleanups, add some G_LIKELY.
15664         Use segment helpers instead of our own wrong code.
15665         Clear queued buffers on seek and READY.
15666
15667         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15668         (vorbis_dec_convert), (vorbis_dec_src_query),
15669         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15670         (vorbis_handle_comment_packet), (vorbis_dec_push),
15671         (vorbis_handle_data_packet), (vorbis_dec_chain),
15672         (vorbis_dec_change_state):
15673         * ext/vorbis/vorbisdec.h:
15674         Remove old useless packetno variable.
15675         Do position query properly.
15676         Add some G_LIKELY.
15677         Do cleanup of queued buffers in new helper function
15678         and use it.
15679
15680 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15681
15682         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15683           Query supported sample rates. Fixes #341732.
15684
15685 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15686
15687         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15688         (gst_decode_bin_change_state): Make decodebin reusable
15689         when going from PAUSE_TO_READY and then back to PAUSED.
15690         Fixes #331678.
15691
15692 2006-05-15  Wim Taymans  <wim@fluendo.com>
15693
15694         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15695         (vorbis_dec_convert), (vorbis_dec_src_query),
15696         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15697         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15698         (vorbis_dec_clean_queued), (vorbis_dec_push),
15699         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15700         Cleanups. Use refcounting and DEBUG_OBJECT.
15701         Reset segment on flush, use code methods instead of our
15702         own wrong version.
15703         Fix potential memleak.
15704
15705 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15706
15707         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15708         (gst_alsasink_init):
15709         * ext/alsa/gstalsasink.h:
15710           Don't leak allocated snd_output_t structure if there's
15711           more than one alsasink instance at a time (#341873).
15712           Also fix GObject macros in header file.
15713           
15714 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15715
15716         * gst/subparse/gstsubparse.c:
15717         (gst_sub_parse_data_format_autodetect):
15718           Don't use libxml functions in the typefinding code.
15719
15720 2006-05-15  Wim Taymans  <wim@fluendo.com>
15721
15722         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15723         Fix seeking performance in the case where a non-header 
15724         packet has a 0 granulepos (busted theora case). 
15725         Fixes #341719
15726         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15727          the first place, you limelight stealer you)
15728
15729 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15730
15731         * gst/subparse/gstsubparse.c:
15732         (gst_sub_parse_data_format_autodetect):
15733           Improve SAMI typefinding: handle case where there are
15734           whitespaces or newlines in front of the first <SAMI>
15735           tag (#169936).
15736
15737 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15738
15739         * configure.ac:
15740           Build video4linux plugin even if there's no XVIDEO, just
15741           without implementing the GstXOverlay interface (#334002).
15742          
15743 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15744
15745         * configure.ac:
15746         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15747         (plugin_init):
15748           Add tentative support for libvisual-0.4 (#336881).
15749
15750 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15751
15752         Patch by: Young-Ho Cha <ganadist at chollian net>
15753
15754         * gst/subparse/samiparse.c: (handle_start_font):
15755           Need to map "silver" colour explicitly (#169936).
15756
15757 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15758
15759         Patch by: Young-Ho Cha  <ganadist at chollian net>
15760
15761         * gst/subparse/Makefile.am:
15762         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15763         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15764         (gst_sub_parse_format_autodetect), (feed_textbuf),
15765         (gst_subparse_type_find), (plugin_init):
15766         * gst/subparse/gstsubparse.h:
15767         * gst/subparse/samiparse.c:
15768         * gst/subparse/samiparse.h:
15769           Add support for SAMI subtitles (#169936).
15770
15771 2006-05-14  Michael Smith  <msmith@fluendo.com>
15772
15773         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15774           Fix #341696: crash when mixing L+R+C to mono or stereo.
15775         * tests/check/Makefile.am:
15776         * tests/check/elements/audioconvert.c: (set_channel_positions),
15777         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15778         (audioconvert_suite):
15779           Add test for the above, including some generic framework bits for
15780           testing multichannel things.
15781
15782 === release 0.10.7 ===
15783
15784 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15785
15786         * configure.ac:
15787           releasing 0.10.7, "Leave the gun"
15788
15789 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15790
15791         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15793         Fix the build.
15794
15795 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15796
15797         * docs/libs/gst-plugins-base-libs-docs.sgml:
15798         * docs/libs/gst-plugins-base-libs-sections.txt:
15799         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15800         * gst-libs/gst/video/video.h:
15801         * gst/videoscale/Makefile.am:
15802         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15804         * tests/check/Makefile.am:
15805         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15806         (main):
15807           Fix integer overflow problem with pixel-aspect-ratio calculations
15808           in videoscale and xvimagesink (#341542)
15809
15810 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15811
15812         * gst-libs/gst/tag/gstid3tag.c:
15813           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15814
15815 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15816
15817         * win32/MANIFEST:
15818           update win32 files listing
15819
15820 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15821
15822         patch by: Sjoerd Simons (sjoerd@luon.net)
15823
15824         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15825         (group_create), (group_destroy), (add_stream),
15826         (gst_play_base_bin_get_property),
15827         (gst_play_base_bin_get_streaminfo_value_array):
15828         * gst/playback/gstplaybasebin.h:
15829           API: GstPlayBaseBin::stream-info-value-array property
15830           use a more bindings-friendly way of exposing streaminfo
15831           using a GValueArray.  Tested in ipython.
15832           Closes #341114
15833
15834 2006-05-11  Wim Taymans  <wim@fluendo.com>
15835
15836         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15837         (queue_underrun_cb), (queue_filled_cb):
15838         Also catch queue underruns but don't do anything yet.
15839         Refactor and comment queue enlarging code a bit.
15840
15841         * gst/playback/gstplaybasebin.c: (queue_overrun),
15842         (queue_threshold_reached), (queue_out_of_data),
15843         (gen_preroll_element):
15844         If a queue over/underruns check that we don't create nasty
15845         deadlocks when the min-threshold is not reached but the
15846         max-bytes is. In those cases disable max-bytes when we
15847         know that the queue is fed timed data.
15848         Add more comments.
15849
15850 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15851
15852         * gst/playback/gstplaybin.c: (gen_audio_element):
15853           Make playbin automatically plug an 'audioresample'
15854           element before the audio sink as well. This solves
15855           problems with sinks that only accept a very specific
15856           sample rate, like esdsink (e.g. #340379).
15857
15858 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15859
15860         * gst/playback/gstplaybasebin.c: (gen_source_element):
15861           Make http sources send special headers so that we receive
15862           icecast metadata if the http stream is an icecast stream
15863           (otherwise the server will just ignore them). This also
15864           means that from now on users will need the 'icydemux'
15865           element from gst-plugins-good installed if they want to
15866           listen to icecast radio streams. (#341432, #333657).
15867
15868 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15869
15870         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15871         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15872           remove stupid example from docs - it should come with a simple
15873           C program instead.
15874           Clean up/fix docs
15875         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15876         (fail_if_can_read), (GST_START_TEST),
15877         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15878           add a test for changing streamheader which exposes a bug in
15879           multifdsink
15880
15881 2006-05-11  Michael Smith  <msmith@fluendo.com>
15882
15883         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15884         (gst_gnome_vfs_src_received_headers_callback):
15885         * ext/gnomevfs/gstgnomevfssrc.h:
15886           Don't set icy-caps unless we have a sane interval value. Move
15887           interval to a local variable; we never use it outside this function.
15888
15889 2006-05-11  Wim Taymans  <wim@fluendo.com>
15890
15891         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15893         Register special buffer types along with the objects so
15894         that they are not registered at runtime from N different
15895         streaming threads since they are not threadsafe.
15896
15897 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15898
15899         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15900         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15901           add two more tests, one doing streamheader
15902
15903 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15904
15905         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15906           clean up the bufqueue when shutting down
15907         * tests/check/Makefile.am:
15908         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15909         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15910         (main):
15911           add a test for the leak that was just fixed
15912
15913 2006-05-10  Wim Taymans  <wim@fluendo.com>
15914
15915         * gst/adder/gstadder.c: (gst_adder_setcaps),
15916         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15917         (gst_adder_src_event), (gst_adder_sink_event),
15918         (gst_adder_class_init), (gst_adder_finalize),
15919         (gst_adder_request_new_pad), (gst_adder_collected):
15920         * gst/adder/gstadder.h:
15921         Updated some docs. Added comments and FIXMEs all over the place.
15922         Improve debugging info.
15923         Fix leak on finalize by not calling the parent.
15924         Implement duration query.
15925         Make event forwarding threadsafe.
15926         Correctly send NEWSEGMENT at start and after flush.
15927         Handle EOS correctly.
15928         Post error when not negotiated.
15929
15930         * tests/check/elements/adder.c: (GST_START_TEST):
15931         Added FIXME in the test.
15932
15933 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15934
15935         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15936         (gst_text_overlay_halign_get_type),
15937         (gst_text_overlay_wrap_mode_get_type):
15938         * ext/theora/theoradec.c: (theora_handle_type_packet),
15939         (theora_handle_data_packet):
15940         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15941         (theora_enc_sink_setcaps), (theora_enc_chain):
15942         * gst-libs/gst/cdda/gstcddabasesrc.c:
15943         (gst_cdda_base_src_mode_get_type):
15944         * gst/audiotestsrc/gstaudiotestsrc.c:
15945         (gst_audiostestsrc_wave_get_type):
15946         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15947         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15948         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15949         (gst_sync_method_get_type), (gst_unit_type_get_type),
15950         (gst_client_status_get_type):
15951         * gst/videoscale/gstvideoscale.c:
15952         (gst_video_scale_method_get_type):
15953         * gst/videotestsrc/gstvideotestsrc.c:
15954         (gst_video_test_src_pattern_get_type):
15955         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15956         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15957         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15958         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15959         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15960         (paint_setup_RGB565), (paint_setup_xRGB1555):
15961           Const-ify GEnumValue and GFlagsValue arrays. Use
15962           GST_ROUND_UP_* macros instead of home-made ones.
15963
15964 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15965
15966         * configure.ac:
15967           Require core CVS for the new newsegment stuff.
15968
15969 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15970
15971         Patch by: Sjoerd Simons  <sjoerd at luon net>
15972
15973         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15974           Register nick for enum value (#341160).
15975
15976 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15977
15978         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15979         (plugin_init):
15980          backout typefind patch #340375
15981          
15982         * tests/check/elements/adder.c: (message_received),
15983         (GST_START_TEST), (adder_suite):
15984           redo, signal-handling of test
15985
15986 2006-05-09  Wim Taymans  <wim@fluendo.com>
15987
15988         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15989         (gst_adder_collected):
15990         * gst/adder/gstadder.h:
15991         Remove bogus segment merging and forwarding, we don't
15992         care about timestamps anyway and we just produce a
15993         continuous stream. 
15994         Also create a nice NEWSEGMENT event when we start.
15995         Use _scale_int some more.
15996
15997 2006-05-09  Edward Hervey  <edward@fluendo.com>
15998
15999         * tests/icles/stress-xoverlay.c:
16000         Fix if core was built without parsing support.
16001
16002 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16003
16004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16005           Add SEDG (Samsung MPEG-4) fourcc.
16006
16007 2006-05-09  Edward Hervey  <edward@fluendo.com>
16008
16009         * tests/icles/stress-xoverlay.c:
16010         * tests/examples/volume/volume.c:
16011         Fix if core was built without parsing support.
16012
16013         * tests/examples/seek/seek.c:
16014         Disable the parse_launch example if core was built without parsing
16015         support.
16016
16017 2006-05-08  Edward Hervey  <edward@fluendo.com>
16018
16019         * autogen.sh: (CONFIGURE_DEF_OPT): 
16020         libtoolize on Darwin/MacOSX is called glibtoolize
16021
16022 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16023
16024         * tests/check/Makefile.am:
16025         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
16026           Disable the adder test, until the build-slaves posses the kindness to 
16027           either like it or to give valid reason for not doing so 
16028
16029 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16030
16031         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16032         (adder_suite):
16033           Shuffle NULL state change around and raise timeout more
16034
16035 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16036
16037         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
16038         (mp4_type_find), (plugin_init):
16039           Add typefind to distinguish between "audio/x-m4a" and new type
16040           "video/mp4". Fixes #340375
16041
16042         * tests/check/elements/adder.c: (adder_suite):
16043           Raise timeout to make buildbot happy
16044
16045 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16046
16047         * gst/adder/gstadder.c: (gst_adder_sink_event),
16048         (gst_adder_request_new_pad), (gst_adder_change_state):
16049         * gst/adder/gstadder.h:
16050         * tests/check/Makefile.am:
16051         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16052         (adder_suite), (main):
16053           Add sink-event handling to adder. It tries to merge incomming
16054           newsegment-events. Added test to check if segment_done is comming
16055           through. Fixes #340060
16056
16057 2006-05-05  Andy Wingo  <wingo@pobox.com>
16058
16059         * ext/theora/theoraparse.c (gst_theora_parse_init)
16060         (theora_parse_src_convert, theora_parse_src_query):
16061         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16062         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
16063         query functions on the source pads of the theora and vorbis parse
16064         elements. Fixes position querying when doing a remux.
16065
16066 2006-05-05  Michael Smith  <msmith@fluendo.com>
16067
16068         * ext/theora/theoraparse.c: (parse_granulepos),
16069         (theora_parse_drain_queue_prematurely),
16070         (theora_parse_queue_buffer), (theora_parse_sink_event):
16071           Fix flushing.
16072           Fix invalid granulepos outputs when starting with a non-keyframe.
16073
16074 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
16075
16076         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
16077         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
16078         Rearrange MPEG system stream detection, fixing some memleaks in the
16079         process.
16080         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
16081         they clean up their data correctly.
16082         Remove unused ogganx caps and move the 'is_annodex' check to inside
16083         the 'is_ogg' if statement.
16084
16085 2006-05-05  Wim Taymans  <wim@fluendo.com>
16086
16087         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
16088         Properly remove ghostpads. Fixes #340392
16089
16090 2006-05-04  David Schleef  <ds@schleef.org>
16091
16092         * gst/typefind/gsttypefindfunctions.c:
16093
16094 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16095
16096         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16097         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
16098
16099         When typefinding an MP3 in push-based mode, don't penalise the
16100         probability down to 74% when we found 5 valid frames just because we
16101         can't peek the end of the file.
16102
16103         Make the probability for detecting MPEG Transport Streams based on the
16104         number of sequential headers we successfully detected.
16105
16106 2006-05-03  Wim Taymans  <wim@fluendo.com>
16107
16108         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16109         (vorbis_dec_push), (vorbis_dec_chain):
16110         Still produce an error when we receive an empty packet.
16111
16112 2006-05-03  Wim Taymans  <wim@fluendo.com>
16113
16114         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16115         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16116         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16117         Mark buffers with DISCONT after seek and after activating new
16118         chains.
16119
16120         * ext/theora/gsttheoradec.h:
16121         * ext/theora/theoradec.c: (gst_theora_dec_reset),
16122         (theora_get_query_types), (theora_dec_sink_event),
16123         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16124         (theora_dec_change_state):
16125         Fix frame counter.
16126         Detect and mark DISCONT buffers.
16127
16128         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16129         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16130         (vorbis_dec_change_state):
16131         * ext/vorbis/vorbisdec.h:
16132         Use GstSegment.
16133         Detect and mark DISCONT buffers.
16134         Don't crash on 0 sized buffers.
16135
16136 2006-05-03  Wim Taymans  <wim@fluendo.com>
16137
16138         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16139         (volume_transform_ip):
16140         Increase "volume" property to 10.0. Fixes #340369.
16141         Set the process function to NULL when capsnego fails so that
16142         we properly error out.
16143
16144 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16145
16146         * gst/playback/gstplaybin.c: (add_sink):
16147         * gst/playback/test.c: (main):
16148         * gst/playback/test5.c: (dump_element_stats):
16149         * gst/playback/test6.c: (main):
16150           free caps using gst_caps_unref, don't leak caps-strings
16151
16152 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
16153
16154         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16155         (plugin_init):
16156           Refine musepack typefinding a bit. Return MAXIMUM
16157           probability when we detect stream version 7 to make
16158           sure the mpeg audio typefinder doesn't trump us.
16159
16160 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16161
16162         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16163           Protect against unexpected NULL strf_data buffer.
16164
16165 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16166
16167         * tests/check/elements/audioconvert.c: (verify_convert),
16168         (GST_START_TEST):
16169           interpret the out[] buffer in the order the bytes are actually
16170           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16171           Other tests should use BYTE_ORDER since the array is filled in
16172           with actual values
16173
16174 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16175
16176         * tests/check/elements/audioconvert.c: (verify_convert),
16177         (GST_START_TEST):
16178           when a test fails, give an indication of which it is
16179
16180 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16181
16182         * gst-libs/gst/cdda/gstcddabasesrc.c:
16183           compile fix; strtol() needs <stdlib.h>
16184
16185 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16186
16187         * ext/alsa/gstalsamixerelement.c:
16188         * ext/alsa/gstalsasrc.c:
16189         * ext/cdparanoia/gstcdparanoiasrc.c:
16190         * ext/gnomevfs/gstgnomevfssink.c:
16191         * ext/gnomevfs/gstgnomevfssrc.c:
16192         * ext/ogg/gstoggdemux.c:
16193         * ext/ogg/gstoggmux.c:
16194         * ext/ogg/gstoggparse.c:
16195         * ext/ogg/gstogmparse.c:
16196         * ext/pango/gstclockoverlay.c:
16197         * ext/pango/gsttextoverlay.c:
16198         * ext/pango/gsttextrender.c:
16199         * ext/pango/gsttimeoverlay.c:
16200         * ext/theora/theoradec.c:
16201         * ext/theora/theoraenc.c:
16202         * ext/vorbis/vorbisdec.c:
16203         * ext/vorbis/vorbisenc.c:
16204         * gst-libs/gst/audio/gstaudiofilter.c:
16205         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16206         * gst/audioconvert/gstaudioconvert.c:
16207         * gst/audiorate/gstaudiorate.c:
16208         * gst/audioresample/gstaudioresample.c:
16209         * gst/audiotestsrc/gstaudiotestsrc.c:
16210         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16211         * gst/playback/gstdecodebin.c:
16212         * gst/playback/gstplaybin.c:
16213         * gst/playback/gststreamselector.c:
16214         * gst/subparse/gstsubparse.c:
16215         * gst/tcp/gstmultifdsink.c:
16216         * gst/tcp/gsttcpclientsink.c:
16217         * gst/tcp/gsttcpclientsrc.c:
16218         * gst/tcp/gsttcpserversink.c:
16219         * gst/tcp/gsttcpserversrc.c:
16220         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16221         * gst/videorate/gstvideorate.c:
16222         * gst/videoscale/gstvideoscale.c:
16223         * gst/videotestsrc/gstvideotestsrc.c:
16224         * gst/volume/gstvolume.c:
16225         * sys/v4l/gstv4ljpegsrc.c:
16226         * sys/v4l/gstv4lmjpegsink.c:
16227         * sys/v4l/gstv4lmjpegsrc.c:
16228         * sys/v4l/gstv4lsrc.c:
16229         * sys/ximage/ximagesink.c:
16230         * sys/xvimage/xvimagesink.c:
16231         * tests/check/libs/cddabasesrc.c:
16232           make GstElementDetails const
16233
16234 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16235
16236         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16237         (gst_adder_init):
16238           send events from src-pad to all sink-pads fixes #338657
16239
16240 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16241
16242         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16243         (alsasink_parse_spec):
16244           query width capabilities from alsa, fixes #338919
16245
16246 2006-04-28  Wim Taymans  <wim@fluendo.com>
16247
16248         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16249         (gst_multi_fd_sink_remove_client_link):
16250         * gst/tcp/gstmultifdsink.h:
16251         Fix race condition in multifdsink that can lead to spurious 
16252         duplicate clients. this patch adds a new signal that is fired when
16253         multifdsink has removed all references to the fd.
16254         Fixes #339574.
16255         Updated documentation.
16256         API: client-fd-removed signal added
16257
16258 2006-04-28  Michael Smith  <msmith@fluendo.com>
16259
16260         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16261           When asking g_value_array_new to prealloc elements, we may as well
16262           ask for the right number of elements.
16263
16264 2006-04-28  Wim Taymans  <wim@fluendo.com>
16265
16266         * gst-libs/gst/audio/gstbaseaudiosink.c:
16267         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16268         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16269         patch to make timestamp checking more tollerant to rounding 
16270         errors given that real discontinuities are to be marked on
16271         buffers. Fixes some asf files and #338778.
16272         Also avoid some crashers when we receive an event in the 
16273         NULL state.
16274
16275 2006-04-28  Michael Smith  <msmith@fluendo.com>
16276
16277         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16278         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16279         (gst_gnome_vfs_src_get_property),
16280         (gst_gnome_vfs_src_send_additional_headers_callback),
16281         (gst_gnome_vfs_src_received_headers_callback),
16282         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16283         (gst_gnome_vfs_src_stop):
16284         * ext/gnomevfs/gstgnomevfssrc.h:
16285           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16286           proper shared support within icydemux.
16287
16288 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16289
16290         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16291         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16292           fix up docs
16293           fix a leak when no caps negotiated
16294           fix counting of input frames
16295         * tests/check/elements/.cvsignore:
16296         * tests/check/elements/videorate.c: (assert_videorate_stats),
16297         (GST_START_TEST), (videorate_suite):
16298           add tests for these
16299
16300 2006-04-28  Wim Taymans  <wim@fluendo.com>
16301
16302         * gst-libs/gst/audio/gstringbuffer.c:
16303         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16304         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16305         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16306         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16307         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16308         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16309         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16310         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16311         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16312         Check arguments passed to public functions instead of
16313         crashing.
16314
16315 2006-04-28  Wim Taymans  <wim@fluendo.com>
16316
16317         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16318         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16319         GstBaseAudioSrc must be live or it does not work.
16320
16321         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16322         Don't set live to TRUE as this is the default in the parentclass.
16323
16324 2006-04-28  Wim Taymans  <wim@fluendo.com>
16325
16326         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16327         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16328         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16329         fixation cases better. Fixes #338991
16330
16331 2006-04-28  Wim Taymans  <wim@fluendo.com>
16332
16333         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16334         Handle 0/1 framerate correctly Fixes #331901.
16335
16336 2006-04-28  Wim Taymans  <wim@fluendo.com>
16337
16338         * tests/check/elements/audioconvert.c: (get_float_caps),
16339         (GST_START_TEST), (audioconvert_suite):
16340         Added check for correct clipping when doing float samples
16341         in audioconvert.
16342
16343 2006-04-28  Wim Taymans  <wim@fluendo.com>
16344
16345         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16346         (gst_video_rate_chain):
16347         Print more debugging info.
16348
16349 2006-04-28  Wim Taymans  <wim@fluendo.com>
16350
16351         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16352         (resample_set_state_from_caps):
16353         Add support for other formats audioresample can handle such as
16354         32 bits in and float and 64 bits float. Fixes #301759
16355
16356 2006-04-28  Wim Taymans  <wim@fluendo.com>
16357
16358         * gst/audioconvert/audioconvert.c: (float):
16359         correctly clip float samples > 1.0. Fixes #338718
16360
16361 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16362
16363         Patch by: Young-Ho Cha  <ganadist at chollian net>
16364
16365         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16366         (gst_text_overlay_render_text):
16367           Don't strip newlines from the text. Also, center lines
16368           within multi-line paragraphs (#339405).
16369
16370 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16371
16372         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16373           Fix wavpack typefinding to work in more cases (don't peek
16374           for chunks of multiple hundred kBs at once, but process
16375           things step-by-step in smaller units). Fixes #339786.
16376
16377 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16378
16379         * configure.ac:
16380           back to HEAD
16381
16382 === release 0.10.6 ===
16383
16384 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16385
16386         * configure.ac:
16387           releasing 0.10.6, "Chao"
16388
16389 2006-04-26  David Schleef  <ds@schleef.org>
16390
16391         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16392           Fixes #338897.
16393
16394 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16395
16396         * configure.ac:
16397         * win32/common/config.h:
16398           new prerelease
16399
16400 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16401
16402         patch by: Wim Taymans
16403
16404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16405         (gst_ogg_demux_perform_seek):
16406           make sure correct newsegments are sent, so that the decoder
16407           and the demuxer agree on timestamps.  Fixes playback of a lot
16408           of Ogg files that do not start from 0.  Fixes #339833.
16409
16410 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16411
16412         Patch by: Edward Hervey  <edward@fluendo.com>
16413
16414         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16415         * tests/check/Makefile.am:
16416         * tests/check/elements/videorate.c: (assert_videorate_stats),
16417         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16418         (videorate_suite), (main):
16419           Fix an infinite loop if frames are passed in with wrongly ordered
16420           timestamps.  Fixes #339013.
16421
16422 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16423
16424         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16425
16426         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16427           fix typefinding on some ISO files.  Fixes #339212.
16428
16429 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16430
16431         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16432
16433         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16434           add another H264 fourcc.  Fixes #339047.
16435
16436 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16437
16438         Patch by: Jan Schmidt
16439
16440         * gst/playback/gststreamselector.c:
16441         (gst_stream_selector_bufferalloc):
16442           Restore old StreamSelector behaviour.
16443           Fixes #338419.
16444
16445 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16446
16447         * configure.ac:
16448         * win32/common/config.h:
16449           prerelease
16450
16451 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16452
16453         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16454
16455         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16456         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16457           Fix some memory leaks: on finalize, free buffers left in the queue
16458           before destroying the queue; in _push(), unref rtp_buf even if
16459           the process vfunc returned a NULL buffer as output buffer (#337548);
16460           demote some recuring debug messages to LOG level.
16461
16462 2006-04-11  Wim Taymans  <wim@fluendo.com>
16463
16464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16465         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16466         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16467         (gst_ogg_demux_loop):
16468         More cleanups.
16469         Respect segment stop when emiting EOS or SEGMENT_DONE.
16470         Fixes (#337945).
16471
16472 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16473
16474         * gst/playback/gststreamselector.c:
16475         (gst_stream_selector_get_property):
16476           Don't leak pad name.
16477
16478 2006-04-10  Michael Smith  <msmith@fluendo.com>
16479
16480         * tests/check/Makefile.am:
16481         * tests/check/gst-plugins-base.supp:
16482           Suppress an old libtheora bug (fixed in more recent versions), so 
16483           that FC4 buildslaves can pass.
16484
16485 2006-04-10  Wim Taymans  <wim@fluendo.com>
16486
16487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16488         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16489         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16490         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16491         (gst_ogg_demux_loop):
16492         Don't leak events.
16493         Remember what error we got when finding chains, if we
16494         were shutdown, that would not be an error.
16495
16496 2006-04-10  Wim Taymans  <wim@fluendo.com>
16497
16498         * gst-libs/gst/audio/gstbaseaudiosink.c:
16499         (gst_base_audio_sink_event):
16500         Starting the ringbuffer when we did not acquire it can cause
16501         a deadlock, is pointless and causes nasty things for
16502         subclasses. 
16503         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16504
16505 2006-04-10  Wim Taymans  <wim@fluendo.com>
16506
16507         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16508         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16509         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16510         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16511         (gst_ogg_demux_deactivate_current_chain),
16512         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16513         (gst_ogg_demux_bisect_forward_serialno),
16514         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16515         Add some more debugging.
16516
16517 2006-04-10  Wim Taymans  <wim@fluendo.com>
16518
16519         * ext/theora/theoradec.c: (theora_dec_src_event),
16520         (theora_handle_data_packet):
16521         Some more debug info.
16522
16523         * tests/examples/seek/seek.c: (start_seek), (main):
16524         Print element messages too.
16525
16526 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16527
16528         * gst/audioresample/debug.h:
16529           replace debug macros with variable number of parameters
16530           by a simple alias to gstreamer standard debug macros 
16531          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16532           supported by MSVC 6.0 and 7.1)
16533         * gst/audioresample/resample.h:
16534           define M_PI and rint for WIN32
16535         * win32/common/libgstaudio.def:
16536         * win32/common/libgstriff.def:
16537         * win32/common/libgsttag.def:
16538         * win32/common/libgstvideo.def:
16539           add new exported functions
16540         * win32/vs6:
16541           update project files
16542
16543 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16544
16545         * ext/alsa/gstalsamixeroptions.c:
16546         (gst_alsa_mixer_options_class_init):
16547         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16548         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16549         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16550         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16551         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16552         * gst-libs/gst/audio/gstaudiofilter.c:
16553         (gst_audio_filter_class_init):
16554         * gst-libs/gst/audio/gstaudiosink.c:
16555         (gst_audioringbuffer_class_init):
16556         * gst-libs/gst/audio/gstaudiosrc.c:
16557         (gst_audioringbuffer_class_init):
16558         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16559         * gst-libs/gst/interfaces/colorbalancechannel.c:
16560         (gst_color_balance_channel_class_init):
16561         * gst-libs/gst/interfaces/mixeroptions.c:
16562         (gst_mixer_options_class_init):
16563         * gst-libs/gst/interfaces/mixertrack.c:
16564         (gst_mixer_track_class_init):
16565         * gst-libs/gst/interfaces/tunerchannel.c:
16566         (gst_tuner_channel_class_init):
16567         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16568         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16569         (gst_netbuffer_class_init):
16570         * gst-libs/gst/rtp/gstbasertppayload.c:
16571         (gst_basertppayload_class_init):
16572         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16573         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16574         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16575         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16576         * gst/playback/gststreamselector.c:
16577         (gst_stream_selector_class_init):
16578         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16579         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16580         * sys/v4l/gstv4lcolorbalance.c:
16581         (gst_v4l_color_balance_channel_class_init):
16582         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16583         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16584         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16585         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16586         (gst_v4l_tuner_norm_class_init):
16587         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16589         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16590         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16591
16592 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16593
16594         * ext/pango/gsttextrender.h:
16595         * gst-libs/gst/audio/gstaudiosink.h:
16596         * gst-libs/gst/audio/gstaudiosrc.h:
16597         * gst-libs/gst/audio/gstbaseaudiosink.h:
16598         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16599         * gst-libs/gst/audio/gstringbuffer.h:
16600         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16601         * gst-libs/gst/rtp/gstbasertppayload.h:
16602         * gst-libs/gst/video/gstvideofilter.h:
16603         * gst-libs/gst/video/gstvideosink.h:
16604         * gst/playback/gstplaybasebin.h:
16605         * gst/tcp/gstmultifdsink.h:
16606         * sys/v4l/gstv4lelement.h:
16607         Fix broken GObject macros
16608
16609 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16610
16611         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16612         More debug to trace why my USB headset is not working with gst
16613
16614 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16615
16616         * gst/playback/gstplaybasebin.c: (group_destroy):
16617         Clean up our group elements properly in the case where it never 
16618         got committed - it still got added unconditionally to the bin.
16619
16620 2006-04-07  Wim Taymans  <wim@fluendo.com>
16621
16622         * ext/theora/theoradec.c: (theora_dec_sink_event),
16623         (theora_handle_data_packet), (theora_dec_chain):
16624         Unref unhandled events.
16625         Protect against empty buffers.
16626         Perform QoS on running time.
16627
16628 2006-04-07  Michael Smith  <msmith@fluendo.com>
16629
16630         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16631         (gst_vorbis_enc_chain):
16632           Remove leaks from vorbisenc.
16633           Mostly minor changes, the only significant one is that now the
16634           buffers we set as 'streamheader' on the caps are copies of the
16635           original buffers, to avoid circular refcounting problems.
16636
16637 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16638
16639         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16640           Don't remove our mute-probe if someone else already did so.
16641           Don't set a 2nd one if there is already one pending on the pad.
16642
16643         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16644         (do_playbin_seek):
16645           When a seek fails, ensure that playbin is still set back to playing.
16646           
16647         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16648         (mpeg_ts_type_find), (plugin_init):
16649           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16650
16651 2006-04-06  Andy Wingo  <wingo@pobox.com>
16652
16653         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16654         (gst_video_rate_init): Caps-related parameters should not be reset
16655         by a flush -- move their inits to the instance init function.
16656         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16657         is not OK, just return the result.
16658
16659         * gst/audiotestsrc/gstaudiotestsrc.c
16660         (gst_audio_test_src_class_init)
16661         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16662         broken by Stefan's commit on 24 March.
16663
16664         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16665         buffers being pushed out. Fixes oggmux ! multifdsink.
16666
16667 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16668
16669         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16670         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16671         * ext/vorbis/vorbisdec.h:
16672         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16673         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16674         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16675         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16676         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16677         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16678         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16679         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16680         (gst_vorbis_enc_buffer_from_packet),
16681         (gst_vorbis_enc_buffer_from_header_packet),
16682         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16683         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16684         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16685         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16686         (gst_vorbis_enc_change_state):
16687         * ext/vorbis/vorbisenc.h:
16688           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16689           vorbisenc adhere to the official nomenclature; use boilerplate
16690           macro.
16691
16692 2006-04-04  Andy Wingo  <wingo@pobox.com>
16693
16694         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16695         Whoops, fix bug introduced. Bad hacker!
16696         
16697         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16698         Properly handle the case where you get EOS before any buffers are
16699         received. Use gst_buffer_make_metadata_writable where appropriate.
16700
16701         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16702         is often negative -- make it signed so as not to wrap around.
16703         Fixes segfaults introduced on 9 March.
16704
16705 2006-04-03  Wim Taymans  <wim@fluendo.com>
16706
16707         * ext/theora/gsttheoradec.h:
16708         * ext/theora/theoradec.c: (theora_dec_src_event):
16709         Don't try to store a gdouble in a gboolean.
16710         Small cleanups.
16711
16712 2006-04-03  Michael Smith  <msmith@fluendo.com>
16713
16714         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16715           Oggmux sucks.
16716           Make it suck slightly less by writing out the final page.
16717           Still can't encode a vorbis-in-ogg file correctly, though.
16718
16719 2006-04-03  Andy Wingo  <wingo@pobox.com>
16720
16721         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16722         a g_print.
16723
16724         * ext/theora/theora.c (plugin_init): Register theoraparse.
16725
16726         * ext/theora/gsttheoraparse.h: 
16727         * ext/theora/theoraparse.c: New files implementing a theora
16728         parser. Now we can properly remux ogg/theora+vorbis, yay.
16729
16730         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16731
16732 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16733
16734         * gst/audiotestsrc/gstaudiotestsrc.c:
16735           Fixed the sample pipeline (see #323798)
16736
16737 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16738
16739         * configure.ac:
16740         * win32/common/config.h:
16741         * win32/common/config.h.in:
16742           use AS_VERSION and AS_NANO
16743           more cleanups
16744
16745 2006-03-31  Andy Wingo  <wingo@pobox.com>
16746
16747         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16748         uninitialized variable return that would happen.
16749         
16750         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16751         uninitialized variable return that would never happen.
16752
16753         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16754         (vorbis_parse_sink_event): Add an event function to flush our
16755         state on a seek, and to drain buffers on a premature EOS.
16756         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16757         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16758         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16759         (vorbis_parse_drain_queue): Queue up buffers until we can set
16760         their timestamps and granulepos values.
16761
16762         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16763         and keep track of data needed for deriving granulepos and
16764         timestamps for buffers.
16765
16766 2006-03-29  Wim Taymans  <wim@fluendo.com>
16767
16768         Patch by: j^ <j at bootlab dot org>
16769
16770         * ext/alsa/gstalsamixerelement.c:
16771         (gst_alsa_mixer_element_class_init):
16772         * ext/alsa/gstalsasink.c:
16773         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16774         * ext/ogg/gstoggdemux.c:
16775         * ext/ogg/gstoggmux.c:
16776         * ext/ogg/gstoggparse.c:
16777         * ext/pango/gstclockoverlay.c:
16778         * ext/pango/gsttextoverlay.c:
16779         * ext/pango/gsttextrender.c:
16780         * ext/pango/gsttimeoverlay.c:
16781         * ext/theora/theoradec.c:
16782         * ext/theora/theoraenc.c:
16783         * ext/vorbis/vorbisdec.c:
16784         * ext/vorbis/vorbisenc.c:
16785         * gst/audioconvert/gstaudioconvert.c:
16786         * gst/subparse/gstsubparse.c:
16787         * gst/tcp/gstmultifdsink.c:
16788         * gst/tcp/gsttcpclientsink.c:
16789         * gst/tcp/gsttcpclientsrc.c:
16790         * gst/tcp/gsttcpserversink.c:
16791         * gst/tcp/gsttcpserversrc.c:
16792           better/unified long descriptions
16793           Fixes #336477
16794
16795 2006-03-29  Wim Taymans  <wim@fluendo.com>
16796
16797         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16798         (stop_seek):
16799         Don't let double and triple clicks mess up our state.
16800
16801 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16802
16803         * gst/playback/gstplaybin.c: (gen_video_element),
16804         (gen_text_element), (gen_audio_element), (gen_vis_element):
16805           Error out gracefully when we can't create any of the usual
16806           conversion elements for some reason. Also, don't try to
16807           create an audioscale (sic) element that's not used anyway.
16808
16809 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16810
16811         * gst/playback/gstplaybasebin.c: (setup_source):
16812           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16813           element for a particular protocol, that's confusing for users.
16814           Instead, post a RESOURCE_FAILED error, so that our own error
16815           message is actually shown in totem etc. (#336303).
16816
16817 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16818
16819         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16820
16821         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16822         (gst_gnome_vfs_src_get_icy_metadata):
16823           Fix some minor memory leaks (#336194).
16824
16825 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16826
16827         * ext/gnomevfs/gstgnomevfs.c:
16828         (gst_gnome_vfs_location_to_uri_string):
16829         * ext/gnomevfs/gstgnomevfs.h:
16830         * ext/gnomevfs/gstgnomevfssink.c:
16831         (gst_gnome_vfs_sink_set_property):
16832         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16833           Make gnomevfssink accept filenames as well as URIs for the
16834           "location" property, just like gnomevfssrc does (and
16835           filesrc/filesink do) (#336190).
16836
16837 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16838
16839         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16840           set to NULL before unreffing, fixes a valgrind leak.
16841           Why was this not triggering the error that an object needs to
16842           be NULL before unreffing ?
16843         * win32/common/config.h:
16844           update
16845
16846 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16847
16848         * gst/subparse/gstsubparse.c: (convert_encoding),
16849         (gst_sub_parse_change_state):
16850         * gst/subparse/gstsubparse.h:
16851           Text subtitle files may or may not be UTF-8. If it's not, we
16852           don't really want to see '?' characters in place of non-ASCII
16853           characters like accented characters. So let's assume the input
16854           is UTF-8 until we come across text that is clearly not. If it's
16855           not UTF-8, we don't really know what it is, so try the following:
16856           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16857           is set; if not, check (b) if the current locale encoding is
16858           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16859           the current locale encoding is UTF-8 and the environment variable
16860           was not set to any particular encoding. Not perfect, but better
16861           than nothing (and better than before, I think) (fixes #172848).
16862
16863 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16864
16865         * configure.ac:
16866           update core requirement to 0.10.4.1 because of async_playback
16867           vmethod on GstBaseSink
16868
16869 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16870
16871         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16872         * gst/adder/gstadder.c: (gst_adder_init):
16873         use DEBUG_FUNCPTR for collectpads
16874
16875 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16876
16877         * docs/plugins/Makefile.am:
16878         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16879         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16880         * ext/cdparanoia/gstcdparanoiasrc.c:
16881         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16882         (gst_gnome_vfs_sink_class_init):
16883         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16884         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16885         * ext/ogg/gstoggmux.c:
16886         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16887         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16888         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16889         * ext/pango/gsttextoverlay.c:
16890         * ext/pango/gsttextrender.c:
16891         * ext/theora/theoradec.c:
16892         * ext/theora/theoraenc.c:
16893         * ext/vorbis/vorbisdec.c:
16894         * ext/vorbis/vorbisenc.c:
16895         * gst-libs/gst/audio/gstaudiofilter.c:
16896         (gst_audio_filter_base_init):
16897         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16898         (gst_audio_filter_template_base_init):
16899         * gst/adder/gstadder.c: (gst_adder_get_type):
16900         * gst/adder/gstadder.h:
16901         * gst/audioconvert/gstaudioconvert.c:
16902         * gst/audiotestsrc/gstaudiotestsrc.c:
16903         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16904         (gst_audio_test_src_create):
16905         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16906         * gst/playback/gstdecodebin.c:
16907         * gst/playback/gstplaybin.c:
16908         * gst/playback/gststreamselector.c:
16909         (gst_stream_selector_base_init):
16910         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16911         * gst/volume/gstvolume.c:
16912         * sys/v4l/gstv4lmjpegsink.c:
16913         * sys/v4l/gstv4lmjpegsrc.c:
16914         * tests/check/libs/cddabasesrc.c:
16915         * tests/old/examples/gob/gst-identity2.gob:
16916           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16917           define GstElementDetails at the top
16918
16919 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16920
16921         * win32/common/libgstinterfaces.def:
16922         Add a lot of export functions for gst-python
16923         * win32/vs6/libgstinterfaces.dsp:
16924         Add a missing include folder in the project configuration
16925         
16926 2006-03-23  Wim Taymans  <wim@fluendo.com>
16927
16928         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16929         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16930         (gst_base_audio_src_change_state):
16931         Fix audio sources, forgot to make the ringbuffer
16932         startable...
16933
16934 2006-03-23  Wim Taymans  <wim@fluendo.com>
16935
16936         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16937         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16938         (gst_base_audio_src_change_state):
16939         unparent instead of unref the ringbuffer.
16940
16941 2006-03-23  Wim Taymans  <wim@fluendo.com>
16942
16943         * gst-libs/gst/audio/gstbaseaudiosink.c:
16944         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16945         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16946         Implement new async_play vmethod to start slaving and allow
16947         playback start in case of async PLAY state changes. 
16948
16949         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16950         Enable QoS with new method in base class.
16951
16952 2006-03-23  Wim Taymans  <wim@fluendo.com>
16953
16954         Patch by: Julien MOUTTE <julien at moutte dot net>
16955
16956         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16957         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16958         Partially handle 0 framerate, only EOS after the first frame
16959         is missing.
16960
16961 2006-03-23  Wim Taymans  <wim@fluendo.com>
16962
16963         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16964
16965         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16966         (gst_riff_create_video_template_caps):
16967         * gst/ffmpegcolorspace/avcodec.h:
16968         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16969         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16970         (gst_ffmpegcsp_avpicture_fill):
16971         * gst/ffmpegcolorspace/imgconvert.c:
16972         Patch for support of YVU9 AVI files (#334822)
16973
16974 2006-03-22  Edward Hervey  <edward@fluendo.com>
16975
16976         * docs/design/design-decodebin.txt:
16977         Added design document for new decodebin
16978         (Target Caps): text/x-pango-markup is also a default target caps.
16979
16980 2006-03-22  Wim Taymans  <wim@fluendo.com>
16981
16982         * gst-libs/gst/audio/gstbaseaudiosink.c:
16983         (gst_base_audio_sink_dispose):
16984         Since we _parent the ringbuffer, we also need to
16985         _unparent instead of a plain _unref.
16986
16987 2006-03-22  Wim Taymans  <wim@fluendo.com>
16988
16989         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16990         (stop_seek), (scrub_toggle_cb), (main):
16991         Add scrub checkbox.
16992
16993 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16994
16995         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16996         (gst_ogg_parse_chain):
16997           Fix very inefficient usage of linked lists (#335365).
16998
16999 2006-03-21  Edward Hervey  <edward@fluendo.com>
17000
17001         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17002         * gst/playback/gstplaybin.c: (handoff):
17003         * gst/playback/gststreamselector.c:
17004         (gst_stream_selector_set_property):
17005         gcc 4.1 unreferenced pointer fixes.
17006         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
17007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
17008         gst_buffer_ref() now takes a GstBuffer*.
17009
17010 2006-03-20  Julien MOUTTE  <julien@moutte.net>
17011
17012         * sys/xvimage/xvimagesink.c:
17013         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
17014         by Jan Schmidt.
17015
17016 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
17017
17018         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
17019         (id3v1_type_find), (apetag_type_find), (plugin_init):
17020           Can't do tag preferences via probability, as tags would then
17021           lose against types that are recognised with MAXIMUM probability
17022           (like .wav); so let all tag typefinders return MAXIMUM themselves
17023           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
17024           that we can prefer APE to ID3v1 (fixes #335028).
17025           
17026 2006-03-17  Wim Taymans  <wim@fluendo.com>
17027
17028         * gst-libs/gst/audio/gstbaseaudiosink.c:
17029         (gst_base_audio_sink_change_state):
17030         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
17031         (gst_ring_buffer_may_start):
17032         * gst-libs/gst/audio/gstringbuffer.h:
17033         Only start playback if we are playing.
17034         should fix #330748.
17035
17036 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
17037
17038         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
17039         * win32/common/config.h:
17040           Revert accidental commits to these files.
17041
17042 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17043
17044         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17045
17046         * tests/Makefile.am:
17047           Don't try to build tests in tests/icles if we
17048           don't have X (#323852)
17049
17050 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17051
17052         * gst-libs/gst/tag/gstid3tag.c:
17053           Add TXXX frame identifiers for replaygain stuff as used
17054           by some taggers (see #323721).
17055
17056 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
17057
17058         * gst/playback/gststreamselector.c:
17059         (gst_stream_selector_set_property),
17060         (gst_stream_selector_bufferalloc):
17061           Preserve the existing buggy streamselector behaviour by performing
17062           a fallback buffer allocation when downstream isn't linked yet.
17063           This should really be fixed in playbin by blocking pads until it's
17064           linked them.
17065           Also, use gst_pad_alloc_buffer instead of
17066           gst_pad_alloc_buffer_and_set.
17067
17068 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17069
17070         * gst-libs/gst/tag/gstid3tag.c:
17071           Don't crash on unknown ID3v2 TXXX frames.
17072           
17073 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17074
17075         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
17076           Chain up to the parent finalize method.
17077           Add 32-bit sample size to the template caps.
17078
17079         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17080         (gst_riff_create_video_template_caps):
17081           Add the fourcc that the VMWare codec uses.
17082           
17083         * gst/playback/gststreamselector.c:
17084         (gst_stream_selector_set_property),
17085         (gst_stream_selector_bufferalloc),
17086         (gst_stream_selector_request_new_pad):
17087           For the active pad, forward buffer-alloc requests, otherwise
17088           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
17089           having to memcpy every frame when used by playbin.
17090
17091         * gst/tcp/gstmultifdsink.c:
17092         (gst_multi_fd_sink_handle_client_write):
17093           Get negotiated caps from the sink pad, rather than the sink
17094           pad's peer.
17095
17096 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17097
17098         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17099         
17100         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
17101           Don't forget to set src->callbacks_pushed to FALSE again when
17102           popping them, otherwise re-activation in a different mode won't
17103           work (#334620).
17104
17105 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17106
17107         Patch by: Sebastien Moutte  <sebastien moutte net>
17108
17109         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
17110         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
17111         (gst_ffmpeg_smpfmt_to_caps):
17112           Replace __VA_ARGS__ caps creation macros with varargs functions.
17113           Makes things compile on MSVC (#320765), looks nicer, and we can
17114           tell the compiler to check for the NULL terminator.
17115
17116 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17117
17118         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17119
17120         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17121           Make sure the buffer we copy into is really always big
17122           enough, this time for real (#333488).
17123           
17124 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17125
17126         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17127           Add support for 24bpp DIB (#305279).
17128
17129 2006-03-14  Wim Taymans  <wim@fluendo.com>
17130
17131         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17132         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17133         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17134         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17135         (gst_video_scale_init), (gst_video_scale_src_event):
17136         Re-enable QoS after the release.
17137         Rework videoscale to use the base class src_event handler.
17138
17139 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17140
17141         * configure.ac:
17142           back to CVS.
17143
17144 === release 0.10.5 ===
17145
17146 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
17147
17148         * configure.ac:
17149           releasing 0.10.5, "Net"
17150
17151 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17152
17153         * docs/plugins/Makefile.am:
17154           Part of previous cdparanoiasrc docs fixes, forgot to commit.
17155           
17156 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17157
17158         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17159         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17160         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17161           Add cdparanoiasrc to docs.
17162
17163         * gst-libs/gst/cdda/gstcddabasesrc.c:
17164           More GstCddaBaseSrc docs.
17165
17166 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17167
17168         * docs/libs/gst-plugins-base-libs-sections.txt:
17169         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17170         * gst-libs/gst/tag/tag.h:
17171           API: libgsttag: new method gst_tag_from_id3_user_tag().
17172
17173 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17174
17175         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17176           NULL-terminate array of mpeg4 video file extensions.
17177           Fixes crash on PPC (#334226).
17178
17179 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17180
17181         * ext/gnomevfs/gstgnomevfssrc.c:
17182         (gst_gnome_vfs_src_check_get_range):
17183           gnome_vfs_uri_is_local() alone is not a good indicator
17184           whether we can operate in pull-mode with a specific URI,
17185           as it returns FALSE for file:// URIs that point to an
17186           NFS-mounted path. Be more conservative here: whitelist
17187           local files, blacklist http URIs and use the old
17188           mechanism for anything else (fixes #334216).
17189
17190 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17191
17192         * configure.ac:
17193           back to trunk
17194
17195 === release 0.10.4 ===
17196
17197 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
17198
17199         * configure.ac:
17200           releasing 0.10.4, "Power"
17201
17202 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
17203
17204         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17205         Disable max-lateness by setting it to -1 for now, so that 
17206         we can bed QoS stuff in thoroughly between now and the next
17207         release.
17208
17209 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17210
17211         Patch by: Fabrizio Gennari
17212
17213         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17214           Make sure we don't read beyond the palette buffer in case of
17215           broken or manipulated files (#333488)
17216
17217 2006-03-10  Edward Hervey  <edward@fluendo.com>
17218
17219         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17220         Fix for variable not initialized.
17221
17222 2006-03-09  Wim Taymans  <wim@fluendo.com>
17223
17224         * ext/libvisual/visual.c: (gst_visual_get_type),
17225         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17226         (gst_visual_chain):
17227         Small cleanups.
17228
17229         * ext/theora/gsttheoradec.h:
17230         * ext/theora/theoradec.c: (gst_theora_dec_init),
17231         (gst_theora_dec_reset), (_theora_granule_time),
17232         (theora_dec_src_convert), (theora_dec_sink_convert),
17233         (theora_dec_src_query), (theora_dec_src_event),
17234         (theora_dec_sink_event), (theora_handle_comment_packet),
17235         (theora_handle_header_packet), (theora_dec_push),
17236         (theora_handle_data_packet), (theora_dec_chain),
17237         (theora_dec_change_state):
17238         Add simple QoS.
17239
17240 2006-03-09  Wim Taymans  <wim@fluendo.com>
17241
17242         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17243         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17244         Some cleanups.
17245
17246 2006-03-09  Wim Taymans  <wim@fluendo.com>
17247
17248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17249         Don't try to activate NULL chains.
17250
17251 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17252
17253         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17254           Fix invalid memory access to region before peek'd data (#332964).
17255
17256 2006-03-09  Wim Taymans  <wim@fluendo.com>
17257
17258         Patch by: Christophe Fergeau
17259
17260         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17261         * ext/pango/gsttextrender.c: (gst_text_render_init):
17262         * gst/adder/gstadder.c: (gst_adder_init):
17263         Don't leak padtemplates, closes #333510.
17264
17265 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17266
17267         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17268           Fix invalid memory access: make sure string passed to
17269           regexec() is NUL-termianted.
17270
17271 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17272
17273         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17274         (mp3_type_find):
17275           Refactor mpeg/audio typefinding to make it more maintainable
17276           and easier to fine-tune. Make probing into middle of the file
17277           work properly (fixes #333900, also see #152688).
17278
17279 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17280
17281         * gst/typefind/gsttypefindfunctions.c:
17282         (utf8_type_find_have_valid_utf8_at_offset):
17283           Remove part from previous commit that was bogus:
17284           g_utf8_validate() does in fact not accept embedded
17285           zeroes, so we don't need to check for those (thanks
17286           to Mike for the hint).
17287
17288 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17289
17290         * gst/typefind/gsttypefindfunctions.c:
17291         (utf8_type_find_count_embedded_zeroes),
17292         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17293           Make plain/text typefinder more conservative: firstly, check
17294           for embedded zeroes, which are perfectly valid UTF-8 characters,
17295           but also a fairly good sign that something is not a plain text
17296           file; secondly, probe into the middle of the file if possible.
17297           If we can't probe into the middle, limit the probability value
17298           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17299
17300 2006-03-08  Michael Smith  <msmith@fluendo.com>
17301
17302         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17303           Make typefind function name for mpeg4 video unique.
17304
17305 2006-03-08  Wim Taymans  <wim@fluendo.com>
17306
17307         * ext/libvisual/visual.c: (gst_visual_init),
17308         (gst_visual_clear_actors), (gst_visual_dispose),
17309         (gst_visual_reset), (gst_visual_src_setcaps),
17310         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17311         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17312         (gst_visual_chain), (gst_visual_change_state):
17313         Cleanups, post nice errors.
17314         Handle sink and src events.
17315         Implement simple QoS.
17316
17317         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17318         Use new basesink methods to configure max-lateness.
17319         Small doc update.
17320
17321         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17322         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17323         Debug statement cleanups.
17324
17325         * gst/volume/gstvolume.c: (gst_volume_class_init):
17326         Simple cleanup.
17327
17328 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17329
17330         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17331         (gst_text_overlay_init), (gst_text_overlay_set_property),
17332         (gst_text_overlay_get_property):
17333           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17334           as string type properties, but mark them deprecated. Add
17335           'halignment' and 'valignment' properties that use enums
17336           instead of strings.
17337
17338 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17339
17340         Patch by: Fabrizio Gennari
17341
17342         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17343           Allow palettes with less than 256 colours in AVI files
17344           (#333488)
17345
17346 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17347
17348         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17349         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17350         pad. We were releasing the queued text buffer when we should keep
17351         it until video pad gets EOS or discard the text buffer because it's
17352         too old. That was eating the last subtitle buffer. Add some more
17353         debug.
17354
17355 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17356
17357         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17358         (gst_text_overlay_video_chain):
17359           Fix invalid memory access (we can't access a buffer after it's been
17360           pushed downstream without taking a reference); fix memory leak (if
17361           there's no text to render, bail out before allocating stuff).
17362
17363 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17364
17365         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17366         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17367         * ext/pango/gsttextoverlay.h:
17368           If input is plain text, escape it before passing it to
17369           pango_layout_set_markup().
17370
17371 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17372
17373         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17374           Don't ignore flow return from gst_pad_push().
17375
17376 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17377
17378         Patch by: Fabrizio Gennari
17379
17380         * ext/libvisual/visual.c: (gst_visual_getcaps),
17381         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17383         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17384         (gst_vorbisenc_convert_sink):
17385         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17386         (gst_audio_duration_from_pad_buffer):
17387         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17388         (gst_audio_filter_chain):
17389         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17390         (gst_base_rtp_depayload_setcaps):
17391         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17392         (gst_video_get_size):
17393         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17394           Don't leak references returned by gst_pad_get_parent()
17395           (#333663)
17396
17397 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17398
17399         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17400           change location param details
17401         * gst/volume/gstvolume.c: (plugin_init):
17402           correct plugin description
17403
17404 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17405
17406         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17407         (gst_gnome_vfs_src_check_get_range):
17408           Override GstBaseSrc::check_get_range() in order to avoid opening
17409           the resource just to check whether we can operate in pull-mode or
17410           not - we can predict that pretty well from the URI alone. Should
17411           fix problems with last.fm (#331690). (Requires latest core CVS).
17412
17413 2006-03-06  Wim Taymans  <wim@fluendo.com>
17414
17415         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17416         (gst_video_sink_class_init):
17417         Throw away frames that are later than 20 ms.
17418
17419 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17420
17421         Patch by: Fabrizio Gennari
17422
17423         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17424           Set depth on WMA caps (#333545)
17425
17426 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17427
17428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17429         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17430           put Theora BOS pages before others.  This hardcodes
17431           the Ogg/Theora I profile, but hey.
17432
17433 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17434
17435         * ext/ogg/README:
17436           updated with some examples
17437         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17438         (granulepos_add), (theora_buffer_from_packet):
17439         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17440         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17441         (gst_vorbisenc_chain):
17442           implement strategy from ext/ogg/README
17443         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17444         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17445         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17446         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17447           Fix muxer so that oggz-validate is happy with all streams;
17448           except for no eos mark, and the BOS page ordering
17449         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17450         (check_buffer_granulepos):
17451         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17452           update tests to check for OFFSET being set as requested
17453           fixed type of granulepos, it's not a ClockTime
17454
17455 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17456
17457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17458         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17459         Check that the xvimage we are creating has a correct size
17460         before returning it. (#314897)
17461
17462 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17463
17464         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17465           Give id3 and ape tag typefinders a rank slightly higher
17466           than PRIMARY to ensure they're always run before any of
17467           the other typefinders (in particular wav and mp3) (#324186).
17468
17469 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17470
17471         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17472           Add support for '3IVD' fourcc (#333403).
17473
17474 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17475
17476         * configure.ac:
17477           Bump requirements to GStreamer CVS for the new error enum.
17478
17479         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17480           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17481           space left on the device (fixes #333352).
17482
17483 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17484
17485         * win32/vs6:
17486           add a project file for libgstvolume
17487           update the workspace
17488
17489 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17490
17491         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17492         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17493         (GST_START_TEST):
17494           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17495           Set IN_CAPS on header buffers
17496
17497 2006-03-02  Wim Taymans  <wim@fluendo.com>
17498
17499         * docs/plugins/Makefile.am:
17500         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17501         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17502         Add audioresample to docs.
17503
17504         * gst/audioconvert/gstaudioconvert.c:
17505         Add revision date.
17506
17507         * gst/audioresample/gstaudioresample.c:
17508         (gst_audioresample_base_init), (gst_audioresample_class_init),
17509         (gst_audioresample_init), (gst_audioresample_dispose),
17510         (audioresample_get_unit_size), (audioresample_transform_caps),
17511         (resample_set_state_from_caps), (audioresample_transform_size),
17512         (audioresample_set_caps), (audioresample_event),
17513         (audioresample_do_output), (audioresample_transform),
17514         (audioresample_pushthrough), (gst_audioresample_set_property),
17515         (gst_audioresample_get_property), (plugin_init):
17516         * gst/audioresample/gstaudioresample.h:
17517         Added docs.
17518         Small code cleanups.
17519
17520 2006-03-02  Wim Taymans  <wim@fluendo.com>
17521
17522         * docs/plugins/Makefile.am:
17523         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17524         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17525         Added videoscale to docs.
17526
17527         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17528         (gst_video_rate_swap_prev), (gst_video_rate_event),
17529         (gst_video_rate_chain):
17530         Fix typo in docs.
17531
17532         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17533         (gst_video_scale_init), (gst_video_scale_prepare_size),
17534         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17535         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17536         * gst/videoscale/gstvideoscale.h:
17537         Added docs, examples.
17538         Some code cleanups.
17539         Post errors instead of g_warning.
17540
17541 2006-03-02  Wim Taymans  <wim@fluendo.com>
17542
17543         * docs/libs/gst-plugins-base-libs-docs.sgml:
17544         * docs/libs/gst-plugins-base-libs-sections.txt:
17545         * docs/libs/gst-plugins-base-libs.types:
17546         * docs/plugins/Makefile.am:
17547         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17548         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17549         Added some more docs to libs and plugins.
17550
17551         * gst-libs/gst/audio/gstringbuffer.c:
17552         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17553         * gst-libs/gst/audio/gstringbuffer.h:
17554         Document ringbuffer some more.
17555
17556         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17557         (gst_video_rate_setcaps), (gst_video_rate_reset),
17558         (gst_video_rate_init), (gst_video_rate_flush_prev),
17559         (gst_video_rate_swap_prev), (gst_video_rate_event),
17560         (gst_video_rate_chain), (gst_video_rate_change_state):
17561         * gst/videorate/gstvideorate.h:
17562         Fix videorate to use segments.
17563         Make it work with 0/1 framerates (closes #331903)
17564         Handle EOS correctly.
17565         Added docs.
17566
17567 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17568
17569         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17570         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17571         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17572           In state change function, first chain up to parent class,
17573           then handle downwards state change stuff. Remove some
17574           commented out cruft from 0.8 code.
17575
17576 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17577
17578         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17579         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17580         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17581         (gst_ogm_parse_chain):
17582           Don't remove/re-add source pad if the new caps are the same as
17583           the old caps anyway (#333042). When removing source pad, don't
17584           unref it afterwards - we didn't ref it when adding. Sprinkle some
17585           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17586           after using gst_pad_get_parent(). Return downstream flow return
17587           value in chain function.
17588
17589 2006-03-02  Wim Taymans  <wim@fluendo.com>
17590
17591         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17592         * docs/plugins/gst-plugins-base-plugins.args:
17593         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17594         * docs/plugins/gst-plugins-base-plugins.interfaces:
17595         * docs/plugins/gst-plugins-base-plugins.signals:
17596         Fix hierarchy, added some more elements to the docs.
17597
17598         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17599         (gst_ffmpegcsp_get_type):
17600         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17601         Fix docs for ffmpegcolorspace.
17602
17603 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17604
17605         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17606         (apetag_type_find), (ape_type_find), (plugin_init):
17607           Some typefinding fine-tuning:
17608           - rank ID3/APE tags in order of preference via probabilities, so that
17609             ID3v2 > APEv2 > APEv1 > ID3v1.
17610           - three or four bytes don't really justify MAXIMUM probability,
17611             change those to 'very likely' (musepack and monkeysaudio).
17612
17613 2006-03-01  Wim Taymans  <wim@fluendo.com>
17614
17615         * docs/plugins/Makefile.am:
17616         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17617         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17618         * ext/alsa/gstalsamixer.c:
17619         * ext/alsa/gstalsamixer.h:
17620         * ext/alsa/gstalsamixerelement.c:
17621         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17622         * ext/alsa/gstalsamixerelement.h:
17623         * ext/alsa/gstalsasink.c:
17624         * ext/alsa/gstalsasink.h:
17625         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17626         (gst_alsasrc_init):
17627         * ext/alsa/gstalsasrc.h:
17628         Added alsa docs.
17629         Small code cleanups.
17630
17631 2006-03-01  Wim Taymans  <wim@fluendo.com>
17632
17633         * ext/theora/Makefile.am:
17634         Dist new header too,
17635
17636 2006-03-01  Wim Taymans  <wim@fluendo.com>
17637
17638         * docs/plugins/Makefile.am:
17639         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17640         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17641         * ext/gnomevfs/gstgnomevfssink.h:
17642         * ext/gnomevfs/gstgnomevfssrc.h:
17643         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17644         * ext/vorbis/vorbisdec.h:
17645         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17646         * ext/vorbis/vorbisenc.h:
17647         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17648         (vorbis_parse_chain), (vorbis_parse_change_state):
17649         * ext/vorbis/vorbisparse.h:
17650         * gst/audioconvert/gstaudioconvert.h:
17651         * gst/tcp/gsttcpserversink.h:
17652         * gst/videotestsrc/gstvideotestsrc.c:
17653         * gst/videotestsrc/gstvideotestsrc.h:
17654         * gst/volume/gstvolume.c:
17655         * gst/volume/gstvolume.h:
17656         Fix some more docs.
17657         Added docs for vorbisdec and vorbisparse.
17658         Fix vorbisparse.
17659
17660 2006-03-01  Wim Taymans  <wim@fluendo.com>
17661
17662         * docs/plugins/Makefile.am:
17663         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17664         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17665         * ext/pango/gstclockoverlay.h:
17666         * ext/pango/gsttextoverlay.h:
17667         * ext/pango/gsttextrender.h:
17668         * ext/pango/gsttimeoverlay.h:
17669         * ext/theora/gsttheoradec.h:
17670         * ext/theora/gsttheoraenc.h:
17671         * ext/theora/theoradec.c:
17672         * ext/theora/theoraenc.c:
17673         * gst/audioconvert/gstaudioconvert.h:
17674         * gst/audiotestsrc/gstaudiotestsrc.h:
17675         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17676         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17677         * gst/tcp/gstmultifdsink.h:
17678         Updated/added documentation.
17679
17680         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17681         (gst_text_overlay_halign_get_type),
17682         (gst_text_overlay_wrap_mode_get_type),
17683         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17684         (gst_text_overlay_init), (gst_text_overlay_set_property),
17685         (gst_text_overlay_get_property):
17686         Fix up properties to be enums instead of string to make bindings,
17687         introspection and automatic GUI creation possible.
17688         Add getters for the properties.
17689
17690 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17691
17692         * gst/audiotestsrc/gstaudiotestsrc.c:
17693           added defines of M_PI and M_PI_2
17694         * gst/ffmpegcolorspace/avcodec.h:
17695           removed #include "stdint.h" for win32 as _stdint.h is 
17696           autogenerated to win32/common
17697         * win32/common/libgstaudio.def:
17698         * win32/common/libgsttag.def:
17699           added some exports
17700         * win32/vs6:
17701           some project files bugs corrected
17702         * win32/vs7:
17703           project files are reset to the default vs7 configuration 
17704           (they link to msvcr71.dll using default optimizations)
17705           
17706 2006-02-28  Wim Taymans  <wim@fluendo.com>
17707
17708         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17709         Fix some docs.
17710
17711 2006-02-28  Edward Hervey  <edward@fluendo.com>
17712
17713         * ext/alsa/gstalsasrc.c:
17714         Set proper class on the ElementDetails:
17715         Source/Audio instead of Src/Audio/
17716
17717 2006-02-28  Edward Hervey  <edward@fluendo.com>
17718
17719         * gst/videoscale/vs_scanline.c:
17720         (vs_scanline_resample_nearest_RGBA):
17721         Revert optimization in videoscale. It should go in liboil and have
17722         an appropriate liboil function.
17723
17724 2006-02-28  Wim Taymans  <wim@fluendo.com>
17725
17726         * gst-libs/gst/audio/gstbaseaudiosink.c:
17727         (gst_base_audio_sink_provide_clock):
17728         Don't try to provide a clock in the NULL state.
17729
17730 2006-02-28  Wim Taymans  <wim@fluendo.com>
17731
17732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17733         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17734         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17735         (gst_ogg_demux_deactivate_current_chain),
17736         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17737         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17738         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17739         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17740         Use GstSegment infrastructure to remove duplicated code
17741         and handle more seek cases correctly.
17742
17743 2006-02-28  Wim Taymans  <wim@fluendo.com>
17744
17745         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17746         (gst_ffmpegcsp_transform):
17747         Don't ignore return code from ffmpeg convert function.
17748
17749         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17750         Split out some long statements to ease debugging.
17751
17752 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17753
17754         * ext/libvisual/visual.c: (gst_visual_init),
17755         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17756         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17757         being able to renegotiate the size. Instead, use the negotiation
17758         algorithm from the goom plugin to pick an initial output caps. 
17759
17760         Also, allow theoretical libvisual plugins that might support non-GL 
17761         output even if they also do GL.
17762
17763 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17764
17765         * ext/libvisual/visual.c: (gst_visual_init),
17766         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17767         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17768         possible negotiation issues.
17769
17770 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17771
17772         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17773
17774 2006-02-24  Michael Smith  <msmith@fluendo.com>
17775
17776         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17777         (cmml_type_find), (plugin_init):
17778           Fix CMML type find function to not require a specific minor version
17779           of the CMML header.
17780
17781           Add an MPEG4 video elementary stream typefind function.
17782
17783 2006-02-04  Michael Smith  <msmith@fluendo.com>
17784
17785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17786         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17787         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17788         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17789         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17790         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17791           Annodex support in ogg demuxer. Doesn't do very much without the
17792           other annodex patches (to come).
17793
17794 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17795
17796         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17797
17798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17799           Pick up palette for MS video v1 (#327028)
17800
17801 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17802
17803         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17804         (gst_ffmpegcsp_caps_remove_format_info),
17805         (gst_ffmpegcsp_get_unit_size):
17806           The 'palette_data' field from incoming RGB caps shouldn't be
17807           proxied on outgoing YUV caps; also, restrict unit size
17808           adjustment in case of paletted data only to the unit that
17809           actually has a palette. Fixes #330711.
17810
17811 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17812
17813         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17814         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17815         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17816         (gst_ffmpegcsp_get_unit_size):
17817           Plug some memory leaks.
17818
17819 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17820
17821         * sys/ximage/Makefile.am:
17822         * sys/xvimage/Makefile.am:
17823           Add some _CFLAGS and _LIBS that seem to be missing
17824           and/or required for Cygwin (see #317048).
17825
17826 2006-02-22  Wim Taymans  <wim@fluendo.com>
17827
17828         * ext/alsa/gstalsasrc.c:
17829         Fix description as pointed out by caugier.
17830
17831 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17832
17833         Reviewed by : Edward Hervey  <edward@fluendo.com>
17834
17835         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17836         (qt_type_find):
17837         Better 3gp typefinding (#331526).
17838
17839 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17840
17841         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17842           Don't send EOS event here, the base class will send one for us.
17843
17844         * gst/playback/gstplaybasebin.c: (prepare_output):
17845           Subpictures without video stream aren't allowed either.
17846         
17847         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17848           Fix debug statement copy'n'paste-o.
17849
17850 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17851
17852         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17853           Fix issues with mixer keeping state when muting/unmuting
17854           and when changing the volume whilst muted (see #331763
17855           and #331765).
17856
17857 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17858
17859         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17860         (parse_subrip), (gst_sub_parse_format_autodetect):
17861           Set right caps given that we send escaped text. Also,
17862           honour <i></i>, <b></b> and <u></u> markers that can be found
17863           in .srt files (fixes #310202).
17864
17865 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17866
17867         * gst-libs/gst/audio/mixerutils.c:
17868         (element_factory_rank_compare_func):
17869           Make order in which elements are tried more determinable.
17870
17871 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17872
17873         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17874         (remove_element_chain), (cleanup_decodebin),
17875         (gst_decode_bin_change_state): Make decodebin reusable by
17876         fixing remove_element_chain first and then introduce a
17877         cleaner in state change to ->NULL. (Closes #331678)
17878
17879 2006-02-19  Wim Taymans  <wim@fluendo.com>
17880
17881         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17882         use 0666 mask when creating files so umask gets applied
17883         correctly. Fixes #331295.
17884
17885 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17886
17887         * gst/subparse/Makefile.am:
17888         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17889         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17890         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17891         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17892         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17893         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17894         * gst/subparse/gstssaparse.h:
17895         * gst/subparse/gstsubparse.c: (plugin_init):
17896           Add very basic parser for SSA subtitle streams (as often
17897           found in matroska files).
17898
17899 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17900
17901         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17902           That should be text/x-pango-markup, not text/x-pango-layout.
17903
17904 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17905
17906         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17907         Polishing.
17908
17909 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17910
17911         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17912         (gst_text_overlay_finalize), (gst_text_overlay_init),
17913         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17914         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17915         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17916         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17917         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17918         Fix state change deadlock.
17919
17920 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17921
17922         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17923         (gst_text_overlay_finalize), (gst_text_overlay_init),
17924         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17925         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17926         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17927         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17928         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17929         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17930         and subtitles files.
17931
17932 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17933
17934         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17935         should be considered as raw.
17936
17937 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17938
17939         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17940         (cb_probe):
17941         * gst/playback/gststreaminfo.h: Introduce language informations.
17942
17943 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17944
17945         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17946         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17947         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17948         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17949         Set shared memory segments to be deleted as soon as we have attached,
17950         that way they get cleaned up automatically if we crash.
17951
17952 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17953
17954         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17955         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17956         functions are called with lock held.
17957
17958 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17959
17960         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17961         (gst_text_overlay_finalize), (gst_text_overlay_init),
17962         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17963         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17964         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17965         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17966         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17967         (gst_text_overlay_change_state): Refactoring of textoverlay
17968         without collectpads. This now supports sparse subtitles coming
17969         from a demuxer instead of a sub file. Seeking is still broken 
17970         though. Need to discuss with wtay some more on how to handle
17971         seeking correctly.
17972         * ext/pango/gsttextoverlay.h:
17973         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17974         subtitles coming from the demuxer.
17975
17976 2006-02-17  Wim Taymans  <wim@fluendo.com>
17977
17978         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17979         (gst_vorbisenc_convert_sink):
17980         Use some more scaling functions.
17981
17982 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17983
17984         * ext/cdparanoia/gstcdparanoiasrc.c:
17985         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17986         (gst_cd_paranoia_paranoia_callback),
17987         (gst_cd_paranoia_src_signal_is_being_watched),
17988         (gst_cd_paranoia_src_read_sector):
17989         * ext/cdparanoia/gstcdparanoiasrc.h:
17990           Add back 'transport-error' and 'uncorrected-error' signals and
17991           make them actually be fired when bad stuff happens (#319340).
17992
17993 2006-02-17  Wim Taymans  <wim@fluendo.com>
17994
17995         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17996         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17997         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17998         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17999         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
18000         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
18001         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
18002         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
18003         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
18004         (gst_ring_buffer_clear):
18005         Small cleanups.
18006         Added some G_LIKELY.
18007
18008 2006-02-17  Wim Taymans  <wim@fluendo.com>
18009
18010         * gst-libs/gst/audio/TODO:
18011         Update TODO
18012
18013         * gst-libs/gst/audio/gstbaseaudiosink.c:
18014         (gst_base_audio_sink_get_offset):
18015         When trying to play samples ASAP and we don't have a
18016         previous sample, try to play at position 0 instead of
18017         an invalid position.
18018
18019 2006-02-17  Wim Taymans  <wim@fluendo.com>
18020
18021         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
18022         (gst_alsasink_reset):
18023         Also release lock when we get an error in _reset();
18024         fix an error message.
18025
18026 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18027
18028         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18029         (gst_alsasink_init), (get_channel_free_structure),
18030         (caps_add_channel_configuration), (gst_alsasink_getcaps),
18031         (gst_alsasink_close):
18032         * ext/alsa/gstalsasink.h:
18033           Add support for more than 2 channels (#326720).
18034
18035 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18036
18037         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18038           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
18039           with 4 or 6 channels, assume a default channel layout to make things
18040           work (not sure there's anything else we can do in those cases).
18041
18042 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18043
18044         * gst-libs/gst/audio/multichannel.c:
18045           Minor docs fix.
18046
18047         * gst-libs/gst/riff/Makefile.am:
18048         * gst-libs/gst/riff/riff-ids.h:
18049         * gst-libs/gst/riff/riff-media.c:
18050         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
18051           Add support for WAVEFORMATEX, eg. PCM audio with more than two
18052           channels and a channel layout map.
18053           
18054 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
18055
18056         Reviewed by Edward Hervey  <edward@fluendo.com>
18057
18058         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
18059         C-level optimization of the RGBA nearest neighbour function.
18060         Eventually this might end up in liboil with vectorized versions.
18061
18062 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18063
18064         * gst-libs/gst/audio/multichannel.c:
18065         (gst_audio_get_channel_positions):
18066           When we have more than 2 channels, but no channel layout is
18067           specified in the caps, return some default channel layout
18068           to the caller and warn about about a possibly buggy element
18069           (could be buggy filtercaps as well of course) (#317038).
18070
18071 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18072
18073         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18074           Add gst-libs/gst/cdda to list of lib search paths.
18075
18076 2006-02-15  Andy Wingo  <wingo@pobox.com>
18077
18078         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
18079         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
18080         to the Lord Jesus that I do not have to touch the ogg muxer ever
18081         again.
18082
18083 2006-02-15  Edward Hervey  <edward@fluendo.com>
18084
18085         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18086         quicktime movie files can also contain 'uuid' atoms.
18087
18088 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18089
18090         * gst/audioconvert/plugin.c: (plugin_init):
18091           Register the GstAudioChannelPosition enum type with the type
18092           system in the plugin_init function, so that it is known before
18093           any element actually makes use of multi-channel stuff. This is
18094           required for example if one wants to be able to deserialise/use
18095           a caps string with channel positions before any pipeline has
18096           been setup and started, like with gst-launch.
18097
18098 2006-02-14  Wim Taymans  <wim@fluendo.com>
18099
18100         * gst-libs/gst/audio/gstringbuffer.c:
18101         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
18102         (gst_ring_buffer_samples_done), (wait_segment),
18103         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
18104         Add some compiler G_(UN_)LIKELY help.
18105         SIGNAL the ringbuffer waiters when going to PAUSED as well to
18106         make sure they can exit their functions. Should fix #330748
18107
18108 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18109
18110         * Makefile.am:
18111         * configure.ac:
18112         * win32/MANIFEST:
18113         * win32/common/_stdint.h:
18114           Windows does not have long long; copy the generated _stdint.h
18115         * win32/common/interfaces-enumtypes.c:
18116         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18117         (gst_mixer_track_flags_get_type),
18118         (gst_tuner_channel_flags_get_type):
18119         * win32/common/multichannel-enumtypes.c:
18120         (gst_audio_channel_position_get_type):
18121           update
18122
18123 2006-02-13  Wim Taymans  <wim@fluendo.com>
18124
18125         * gst-libs/gst/audio/gstbaseaudiosink.c:
18126         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18127         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18128         Always sync on first sample we receive when starting.
18129
18130 2006-02-13  Wim Taymans  <wim@fluendo.com>
18131
18132         * gst/playback/gstplaybin.c: (gen_vis_element):
18133         Update vis bin docs.
18134         Move queue after tee so we don't queue video buffers but
18135         audio samples instead. Fixes problems where the video queue
18136         is filled and the audio queue empty.
18137
18138 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
18139
18140         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18141           No need to push an EOS event here, GstBaseSrc will do that for us
18142           when we return FLOW_UNEXPECTED.
18143           
18144 2006-02-12  Wim Taymans  <wim@fluendo.com>
18145
18146         * gst-libs/gst/audio/gstbaseaudiosink.c:
18147         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18148         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18149         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18150         Use scale functions when possible.
18151         Fix error messages.
18152         Free clockid when after waiting for EOS.
18153         Use G_(UN_)LIKLY when it makes sense.
18154         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18155
18156 2006-02-12  Edward Hervey  <edward@fluendo.com>
18157
18158         * gst/playback/gstplaybasebin.c: (prepare_output): 
18159         Remove stray semi-colon (fixes #330888).
18160
18161 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
18162
18163         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18165         Fix up the XShm call testing so that we catch errors, and don't
18166         cause new ones by attempting to detach from a segment we failed
18167         to attach to. Fixes #312439.
18168
18169 2006-02-10  Edward Hervey  <edward@fluendo.com>
18170
18171         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18172         Added flv file typefind (video/x-flv).
18173
18174 2006-02-10  Edward Hervey  <edward@fluendo.com>
18175
18176         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18177         (gst_riff_create_video_template_caps):
18178         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18179         Also added the caps to the default set of riff video caps.
18180
18181 2006-02-09  Andy Wingo  <wingo@pobox.com>
18182
18183         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18184         time and the end time of the last packet in the page.
18185         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18186         on the pages in our queue, set the duration as well. Reflow a
18187         debug statement.
18188         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18189         Fixes bad muxing order.
18190
18191 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18192
18193         * gst-libs/gst/rtp/gstbasertppayload.c:
18194         (gst_basertppayload_setcaps), (gst_basertppayload_push):
18195           update seqnum before setting it on the packet; this makes sure
18196           that the timestamp and seqnum properties match after pushing
18197           a buffer
18198
18199 2006-02-09  Andy Wingo  <wingo@pobox.com>
18200
18201         * gst-libs/gst/audio/gstringbuffer.c
18202         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18203         overflow after 13.5 hours of recording. Kapow!
18204
18205         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18206         the buffer size -- we don't care about underrun/overrun reporting
18207         right now, just need to return a useful value.
18208
18209 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18210
18211         * configure.ac:
18212           Back to CVS
18213
18214 === release 0.10.3 ===
18215
18216 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18217
18218         * configure.ac:
18219           releasing 0.10.3, "Under Pressure"
18220
18221 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18222
18223         * configure.ac:
18224         Drat. Bump libtool version number for new API.
18225         Prelease 0.10.2.3 (of 0.10.3)
18226
18227 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18228
18229         * configure.ac:
18230         * win32/common/config.h:
18231         0.10.2.2 prerelease (of 0.10.3).
18232
18233 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18234
18235         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18236           Revert Andy's newsegment change pending a more correct
18237           fix.
18238
18239 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18240
18241         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18242         (qt_type_find), (plugin_init):
18243           detect more files as 3gp
18244           group and reorder the iso file formats
18245
18246 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18247
18248         * ext/vorbis/vorbis.c: (plugin_init):
18249           Register musicbrainz tags, so apps don't have to.
18250
18251 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18252
18253         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18254         (gst_tag_to_vorbis_tag):
18255           Make sure we called gst_tag_register_musicbrainz_tags()
18256           before possibly mapping a vorbiscomment string from/to a
18257           musicbrainz tag.
18258
18259 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18260
18261         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18262           In case we can't find the required number of consecutive
18263           mpeg audio frames to positively identify an MPEG audio
18264           stream, check if there's at least a valid mpeg audio
18265           frame right at offset 0 and if so suggest mpeg/audio
18266           caps with a very low probability (#153004).
18267
18268 2006-02-07  Andy Wingo  <wingo@pobox.com>
18269
18270         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18271         a TIME segment if we get timestamped buffers. Requires recent
18272         fixes in core to work properly.
18273
18274 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18275
18276         * gst/playback/gstplaybasebin.c: (prepare_output):
18277           Don't print the URI as part of the error message, it
18278           makes error dialogs look rather ugly, especially if
18279           the URI is very long or has characters in it that
18280           need escaping.
18281
18282 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18283
18284         * gst/playback/gstplaybasebin.c: (prepare_output):
18285           Error out if we have only text or subtitles, but nothing
18286           else. Also error out if we have subtitles but no video
18287           stream.
18288
18289 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18290
18291         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18292           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18293           Post an error message on the bus when we encounter an
18294           error, which will hopefully be more meaningful than the
18295           'Internal Flow Error' message users get to see if we
18296           just return GST_FLOW_ERROR.
18297
18298 2006-02-07  Andy Wingo  <wingo@pobox.com>
18299
18300         * configure.ac (GST_MAJORMINOR): Update core version req to
18301         0.10.2.2, for the collectpads API addition (#330244).
18302
18303 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18304
18305         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18306           Return FALSE from plugin_init() when GnomeVFS can't
18307           be initialised for some reason (#328423).
18308
18309 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18310
18311         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18312         Stick to seeking theory until i find the bug.
18313         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18314
18315 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18316
18317         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18318         (theora_enc_finalize), (theora_enc_sink_setcaps),
18319         (theora_set_header_on_caps), (theora_enc_chain),
18320         (theora_enc_change_state):
18321         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18322           Make theoraenc and the tests leak free. Like, really.
18323
18324 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18325
18326         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18327         (theora_enc_finalize), (theora_enc_sink_setcaps):
18328           Add a finalize method to ensure we clean up state even if
18329           someone omitted the state change back to NULL.
18330
18331         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18332         (gst_vorbisenc_chain):
18333           Free some more leaked bits.
18334
18335         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18336         (stop_pipeline):
18337           Wait for state changes to happen if they're ASYNC.
18338
18339           This ought to teach those fancy pants buildbots a lesson.
18340
18341 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18342
18343         * gst-libs/gst/tag/gstid3tag.c:
18344           Add mapping for ID3 International Standard Recording Code
18345           tag "TSRC"
18346
18347 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18348
18349         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18350           Don't leak tag names.
18351
18352 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18353
18354         * docs/libs/gst-plugins-base-libs-docs.sgml:
18355         * docs/libs/gst-plugins-base-libs-sections.txt:
18356         * gst-libs/gst/tag/gstid3tag.c:
18357         * gst-libs/gst/tag/gstvorbistag.c:
18358         * gst-libs/gst/tag/tags.c:
18359           Split libgsttag docs into multiple sections.
18360
18361 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18362
18363         * docs/libs/Makefile.am:
18364         * docs/libs/gst-plugins-base-libs-docs.sgml:
18365         * docs/libs/gst-plugins-base-libs-sections.txt:
18366         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18367         * gst-libs/gst/tag/gstvorbistag.c:
18368         * gst-libs/gst/tag/tag.h:
18369         * gst-libs/gst/tag/tags.c:
18370           Add libgsttag to the docs.
18371
18372 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18373
18374         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18375         (gst_text_overlay_init), (gst_text_overlay_src_event),
18376         (gst_text_overlay_collected): Fix clockoverlay.
18377
18378 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18379
18380         * docs/libs/compiling.sgml:
18381           Fix typo: it's pkg-config, not pkg-gconfig
18382
18383         * docs/libs/gst-plugins-base-libs-docs.sgml:
18384         * docs/libs/gst-plugins-base-libs-sections.txt:
18385         * docs/libs/tmpl/gstgconf.sgml:
18386           There is no libgstgconf in 0.10, remove it
18387           from the docs.
18388
18389 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18390
18391         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18392         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18393         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18394         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18395         (gst_sub_parse_class_init), (gst_sub_parse_init),
18396         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18397         (parse_mpsub), (parser_state_init), (handle_buffer),
18398         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18399         * gst/subparse/gstsubparse.h: Introduce seeking code.
18400
18401 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18402
18403         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18404           Add comment about LANGUAGE tag inconsistency (we want
18405           ISO-639-1, but extract three-letter identifiers?)
18406
18407         * po/POTFILES.in:
18408           Add two translatable files.
18409
18410 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18411
18412         * gst-libs/gst/tag/Makefile.am:
18413         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18414         * gst-libs/gst/tag/tag.h:
18415         * gst-libs/gst/tag/tags.c:
18416         (gst_tag_register_musicbrainz_tags_internal),
18417         (gst_tag_register_musicbrainz_tags):
18418           Forward-port some tags stuff from the 0.8 branch. This is
18419           mostly the addition of musicbrainz tags and their mapping
18420           to vorbistags, and a vorbistag mapping of the language tag.
18421
18422 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18423
18424         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18425         refactoring.
18426
18427 2006-02-04  David Schleef  <ds@schleef.org>
18428
18429         * ext/ogg/gstoggmux.c:
18430         * gst/typefind/gsttypefindfunctions.c:
18431           Add Dirac typefinding and add dirac format to oggmux.
18432
18433 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18434
18435         * gst/playback/gstdecodebin.c: (try_to_link_1):
18436           Don't put essential function call into
18437           g_return_*() macro, otherwise it'll all be
18438           replaced by NOOPs when compiling with
18439           G_DISABLE_CHECKS defined.
18440
18441 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18442
18443         * ext/ogg/gstoggdemux.c:
18444         * ext/ogg/gstoggparse.c:
18445         * gst/tcp/gsttcpserversink.c:
18446         * sys/v4l/v4lsrc_calls.c:
18447         * sys/v4l/v4lsrc_calls.h:
18448         Just make it compile with --disable-gst-debug.
18449
18450 2006-02-03  Wim Taymans  <wim@fluendo.com>
18451
18452         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18453         (gst_alsasink_class_init), (gst_alsasink_init),
18454         (gst_alsasink_write), (gst_alsasink_reset):
18455         * ext/alsa/gstalsasink.h:
18456         Add lock to protect alsa calls.
18457         Implement reset to flush samples ASAP, does not work
18458         with dmix though.
18459
18460 2006-02-02  Wim Taymans  <wim@fluendo.com>
18461
18462         * gst-libs/gst/audio/gstbaseaudiosink.c:
18463         (gst_base_audio_sink_provide_clock):
18464         Ugh.. getting late I guess...
18465
18466 2006-02-02  Wim Taymans  <wim@fluendo.com>
18467
18468         * gst-libs/gst/audio/gstbaseaudiosink.c:
18469         (gst_base_audio_sink_provide_clock),
18470         (gst_base_audio_sink_set_property),
18471         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18472         Don't try to provide a clock when we are not negotiated since
18473         we might not be able to make it run.
18474
18475 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18476
18477         * gst/playback/gstdecodebin.c: (try_to_link_1):
18478           Unlinking two source pads is ... hard.
18479
18480 2006-02-02  Wim Taymans  <wim@fluendo.com>
18481
18482         * gst-libs/gst/audio/TODO:
18483         Updated.
18484
18485         * gst-libs/gst/audio/gstbaseaudiosink.c:
18486         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18487         On EOS, wait till the last sample is played before posting EOS.
18488
18489 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18490
18491         Patch by: Kai Vehmanen
18492         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18493           Adds ability to enable newsegment bypass by setting queue_delay to
18494           zero. Also avoid thread being started if queue_delay is zero.
18495
18496 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18497
18498         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18499           Make test work again by connecting fakesinks to each decoded pad,
18500           which makes the pipeline wait until each fakesink has a buffer
18501           queued before going to PAUSED state. At that point we know the
18502           decodebin pads are negotiated.
18503
18504 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18505
18506         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18507         (gst_cdda_base_src_handle_event):
18508         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18509           Pass unhandled queries to the parent class's query function.
18510
18511 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18512
18513         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18514         (gst_ogg_pad_src_query):
18515         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18516         * ext/theora/theoradec.c: (theora_dec_src_query),
18517         (theora_dec_sink_query):
18518         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18519         (vorbis_dec_sink_query):
18520         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18521         (gst_vorbisenc_sink_query):
18522         * gst/adder/gstadder.c: (gst_adder_query):
18523           Pass unhandled queries upstream instead of just
18524           dropping them (#326447). Also, fix supported
18525           query types list for some elements.
18526
18527 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18528
18529         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18530         (paris_type_find), (ilbc_type_find), (plugin_init):
18531           Fix typefinding for audio/x-au, audio/x-paris and
18532           audio/iLBC-sh. We cannot use the START_WITH macros
18533           here, because there can only be one typefind factory
18534           with the same name (caps), so the second one would
18535           replace the first one and the first one would never
18536           be called when doing typefinding (see #161712).
18537           
18538
18539 2006-01-31  Wim Taymans  <wim@fluendo.com>
18540
18541         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18542         (vorbis_handle_header_packet), (vorbis_dec_push),
18543         (vorbis_handle_data_packet):
18544         Use scale_int when we can, add some more scaling.
18545         Check packettype before parsing it.
18546
18547 2006-01-31  Wim Taymans  <wim@fluendo.com>
18548
18549         * ext/theora/theoradec.c: (_theora_granule_time),
18550         (theora_dec_src_convert), (theora_dec_sink_convert):
18551         Call right _scale functions.
18552         Use parameter instead of some other random value.
18553
18554 2006-01-31  Wim Taymans  <wim@fluendo.com>
18555
18556         * ext/theora/theoradec.c: (_theora_granule_frame),
18557         (_theora_granule_time), (_inc_granulepos),
18558         (theora_dec_src_convert), (theora_dec_sink_convert),
18559         (theora_handle_type_packet), (theora_handle_data_packet),
18560         (theora_dec_chain):
18561         Use higher precision timestamps calculation.
18562         Convert some other conversions to _scale.
18563
18564 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18565
18566         * gst/audiotestsrc/gstaudiotestsrc.c:
18567         (gst_audio_test_src_create_sine_table), (plugin_init):
18568         * gst/volume/gstvolume.c: (plugin_init):
18569           initialize gst_controller before using
18570
18571 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18572
18573         * tests/check/pipelines/theoraenc.c:
18574         * tests/check/pipelines/vorbisenc.c:
18575         Define constant using G_GINT64_CONSTANT to avoid errors when
18576         passing it around - otherwise it gets truncated to 32 bits.
18577
18578         Fixes failing tests.
18579
18580 2006-01-31  Andy Wingo  <wingo@pobox.com>
18581
18582         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18583         caps being set doesn't have a framerate value. Basically a stopgap
18584         measure.
18585
18586         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18587         technically correct enough to put into core though.
18588         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18589         DURATION. Fixes theoraenc ! oggmux.
18590
18591         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18592         fraction, not double.
18593
18594 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18595
18596         * win32/vs7:
18597         add vs7 project files created by Sergey Scobich
18598
18599 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18600
18601         * win32/vs8:
18602         add vs8 project files created by Sergey Scobich
18603         
18604 2006-01-30  Andy Wingo  <wingo@pobox.com>
18605
18606         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18607         timestamp + duration, not just timestamp -- ogg pages should be
18608         ordered by stop time. Necessary fix given the change in vorbis
18609         timestamps.
18610
18611         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18612         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18613         (granulepos_add): New function, handles the messiness of adjusting
18614         granulepos values.
18615         (theora_buffer_from_packet):
18616         (theora_enc_chain):
18617         (theora_enc_sink_event): Use granulepos_add, not +.
18618
18619         * tests/check/pipelines/theoraenc.c
18620         (check_buffer_granulepos_from_starttime): Just check the frame
18621         count, not the actual granulepos -- we can't dictate to the
18622         encoder when it should be placing keyframes.
18623
18624 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18625
18626         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18627           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18628           play an http:// stream from a server that's not serving
18629
18630 2006-01-30  Andy Wingo  <wingo@pobox.com>
18631
18632         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18633         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18634         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18635         available.
18636
18637         * ext/theora/gsttheoraenc.h:
18638         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18639         although theoraenc was timestamping correctly. Added handling of
18640         streams that start with nonzero timestamps.
18641
18642         * tests/check/Makefile.am:
18643         * tests/check/pipelines/theoraenc.c: New file, basically does same
18644         tests as vorbisenc.
18645
18646         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18647
18648 2006-01-30  Wim Taymans  <wim@fluendo.com>
18649
18650         * gst-libs/gst/audio/gstaudiosink.c:
18651         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18652         (gst_audioringbuffer_pause):
18653         Implement pause that does not wait for completion.
18654
18655         * gst-libs/gst/audio/gstbaseaudiosink.c:
18656         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18657         Don't drop buffers when going to PAUSED but perform preroll on
18658         remaining samples now that core base class supports this.
18659
18660         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18661         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18662         (gst_ring_buffer_commit):
18663         Pause should not signal waiters.
18664         Implement return value of _commit correctly.
18665
18666 2006-01-30  Andy Wingo  <wingo@pobox.com>
18667
18668         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18669
18670         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18671         updated to timestamp from the first sample, not the last.
18672         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18673         special care of granulepos and timestamp for header packets.
18674         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18675         when the first buffer has a nonzero timestamp.
18676
18677         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18678         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18679         case when the first audio buffer we get has a nonzero timestamp.
18680         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18681         properly timestamp vorbis buffers with the time of the first
18682         sample, not the last.
18683         
18684         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18685         vorbis_granule_time_copy -- now it takes the granule/subgranule
18686         offset into account.
18687
18688         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18689         timestamps, durations, and granulepos on buffers produced by
18690         vorbisenc.
18691
18692 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18693
18694         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18695         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18696           Patch from Eric Jonas to support conversions to/from UYVY 
18697           (Fixes: #324626)
18698
18699 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18700
18701         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18702         (setup_subtitle), (setup_source), (set_active_source):
18703         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18704         (gen_text_element), (gen_audio_element), (gen_vis_element),
18705         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18706
18707 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18708
18709         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18710         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18711                 use gst_guint64_to_gdouble to be compliant with vs6
18712         * gst/playback/gstdecodebin.c: (try_to_link_1)
18713         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18714                 use G_GINT64_CONSTANT for int64 constants
18715         * win32/common/libgstinterfaces.def:
18716                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18717         * win32/vs6:
18718                 update and add new project files
18719                 
18720 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18721
18722         * Makefile.am:
18723         * win32/MANIFEST:
18724         * win32/common/interfaces-enumtypes.c:
18725         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18726         (gst_mixer_track_flags_get_type),
18727         (gst_tuner_channel_flags_get_type):
18728         * win32/common/interfaces-enumtypes.h:
18729         * win32/common/multichannel-enumtypes.c:
18730         (gst_audio_channel_position_get_type):
18731         * win32/common/multichannel-enumtypes.h:
18732           add a win32-update rule like in core, and copy over enumtypes files
18733
18734 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18735
18736         * win32/MANIFEST:
18737         * win32/common/config.h:
18738         * win32/common/config.h.in:
18739           add config files just like in core
18740
18741 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18742
18743         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18744           Make gcc-4.1 happy (part of #327357).
18745
18746 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18747
18748         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18749         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18750         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18751         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18752         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18753         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18754           Update all error messages.  All of them should either use
18755           the default translated message, or actually provide a
18756           translatable string.
18757           Make the string for channel count problems meaningful.
18758
18759 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18760
18761         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18762           check for and throw RESOURCE_BUSY
18763
18764 2006-01-27  David Schleef  <ds@schleef.org>
18765
18766         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18767           checked in this change -- it requires liboil features not
18768           in 0.3.6.  Revert parts.
18769
18770 2006-01-27  David Schleef  <ds@schleef.org>
18771
18772         * REQUIREMENTS:
18773         * configure.ac: update liboil requirement to 0.3.6
18774         * gst/videoscale/Makefile.am:
18775         * gst/videoscale/vs_scanline.c: liboilify
18776
18777 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18778
18779         * ext/libvisual/visual.c: (get_buffer):
18780           When pad_alloc returns a GstFlowReturn other
18781           than GST_FLOW_OK, make sure it is passed upstream.
18782
18783 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18784
18785         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18786         (gst_alsasink_class_init):
18787           Free the device name string.
18788
18789         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18790         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18791         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18792           Don't remove a pad from the collectpads structure until it
18793           is released - it's a request pad, and may receive data again
18794           if the element gets moved back to PLAYING state.
18795
18796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18797           Ensure we turn on double buffering on the Xv port, and
18798           set the colour key to something dark and mysterious that
18799           isn't black.
18800
18801 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18802
18803         * ext/alsa/gstalsaplugin.c: (plugin_init):
18804         * ext/cdparanoia/gstcdparanoiasrc.c:
18805         (gst_cd_paranoia_src_base_init), (plugin_init):
18806         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18808           - a library should not call setlocale. see "Libraries" node in
18809             gettext manual
18810           - make sure all plugins that use translation do bindtextdomain
18811             to point to the localedir
18812         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18813         (setup_sinks), (plugin_init):
18814           all this, and check for NULL when creating sinks
18815
18816 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18817
18818         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18819         (plugin_init): Make typefinding of subtitles work again.
18820
18821 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18822
18823         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18824         (mp3_type_frame_length_from_header), (mp3_type_find),
18825         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18826         (plugin_init):
18827           Backport a bunch of typefinding fixes from the 0.8 branch.
18828           Also, improve wavpack typefinding: if we can't peek the
18829           entire wavpack block, try to parse the bits we can get and
18830           see if we find what we're looking for in those.
18831
18832 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18833
18834         * sys/ximage/ximagesink.c:
18835         (gst_ximagesink_calculate_pixel_aspect_ratio):
18836         * sys/xvimage/xvimagesink.c:
18837         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18838         more cases of pixel aspect ratio.
18839
18840 2006-01-26  Edward Hervey  <edward@fluendo.com>
18841
18842         * gst/playback/gstdecodebin.c: (pad_probe):
18843         Also consider the flush-start and tag events as unblockers
18844         for the pad probes.
18845
18846 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18847
18848         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18849         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18850         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18851         On the fly visualisation switch, works disabling, enabling as
18852         well but it won't be able to enable vis in a playbin that was
18853         created with no visualisation.
18854
18855 2006-01-25  Wim Taymans  <wim@fluendo.com>
18856
18857         * gst-libs/gst/audio/gstbaseaudiosink.c:
18858         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18859         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18860         resume after pause.
18861
18862 2006-01-25  Wim Taymans  <wim@fluendo.com>
18863
18864         * gst-libs/gst/audio/gstbaseaudiosink.c:
18865         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18866         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18867         Improve debugging.
18868         Post error when caps cannot be parsed.
18869         Resync on discontinuity in the stream.
18870         Clip samples to segment boundaries.
18871         return WRONG_STATE sooner when we are flushing.
18872
18873         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18874         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18875         Make audiosrc operate in TIME.
18876         Set TIMESTAMP and DURATION on buffers.
18877
18878 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18879
18880         * tests/examples/seek/seek.c: (main):
18881           Output tag messages as well.
18882
18883 2006-01-23  Edward Hervey  <edward@fluendo.com>
18884
18885         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18886         (free_pad_probes), (remove_fakesink), (pad_probe),
18887         (close_pad_link), (gst_decode_bin_change_state):
18888         Replace GstPadBlockCallback with pad probes that detect
18889         first buffer AND eos before removing fakesink.
18890         Fixes hang with demuxers doing EOS while pre-rolling.
18891         Solves #328279
18892
18893 2006-01-23  Andy Wingo  <wingo@pobox.com>
18894
18895         * ext/alsa/gstalsasink.c:
18896         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18897         (gst_base_rtp_depayload_setcaps),
18898         (gst_base_rtp_depayload_add_to_queue),
18899         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18900         
18901         Patch by: Jens Granseuer <jensgr at gmx dot net>
18902
18903 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18904
18905         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18906         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18907         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18908         frames. We might get a frame destroyed after changing state to
18909         NULL, adding a safety check on xcontext.
18910
18911 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18912
18913         * gst-libs/gst/interfaces/xoverlay.c:
18914           Fix prepare-xwindow-id code example in the docs - we need to
18915           ignore all messages that aren't element messages as well.
18916           
18917 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18918
18919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18920           I think one day i'll completely undestand how caps negotiation
18921           is supposed to work. This refactoring handles buffer_alloc
18922           called with caps we can't handle. We definitely don't want a
18923           set_caps with those caps, so we define and allocate a buffer
18924           we would like to receive.
18925
18926 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18927
18928         * gst/playback/gstplaybasebin.c: (setup_source):
18929           Free iterator when done.
18930
18931 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18932
18933         * gst-libs/gst/audio/gstbaseaudiosink.c:
18934         (gst_base_audio_sink_render):
18935           Fix playback of non-synchronised streams by assuming a rate
18936           of 1.0 instead of a random one.
18937
18938           Makes this work again:
18939
18940           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18941           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18942           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18943           audioresample ! alsasink
18944
18945 === release 0.10.2 ===
18946
18947 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18948
18949         * configure.ac:
18950           releasing 0.10.2, "Then the devil is six"
18951
18952 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18953
18954         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18955         * gst/playback/gststreamselector.c:
18956         (gst_stream_selector_set_property):
18957           Comment out broken code that connects to the state-changed signal.
18958           At this point, changing current stream selection is broken, but 
18959           stuff like gst-launch playbin current-audio=1 works and filters
18960           to the chosen stream.
18961
18962 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18963
18964         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18965           Fix #327216 (null dereference in vorbisdec)
18966
18967 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18968
18969         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18970           Post taglist actually on bus instead of just freeing it
18971           (fixes #327114 and totem bug #327080).
18972
18973         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18974           Use gst_element_found_tags_for_pad(), so that the tags
18975           are sent downstream as an event as well.
18976
18977 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18978
18979         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18980         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18981         (gst_ximagesink_buffer_alloc):
18982         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18983         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18984         (gst_xvimagesink_buffer_alloc):
18985           move all regularly occurring messages to GST_LOG level
18986           add some more object logs
18987
18988 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18989
18990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18991           fix a silly segfault
18992
18993 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18994
18995         * docs/libs/gst-plugins-base-libs-docs.sgml:
18996         * docs/libs/gst-plugins-base-libs-sections.txt:
18997         * gst-libs/gst/audio/mixerutils.c:
18998         * gst-libs/gst/audio/mixerutils.h:
18999           Add docs for mixerutils stuff.
19000
19001 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
19002
19003         * gst/playback/gstplaybasebin.c: (setup_source):
19004           Fix playback for sources that emit raw audio or
19005           raw video streams (e.g.: cd audio sources) (#325984).
19006
19007 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19008
19009         * gst-libs/gst/audio/mixerutils.c:
19010         (gst_audio_mixer_filter_do_filter):
19011           actually save the element we create
19012
19013 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
19014
19015         * gst-libs/gst/cdda/gstcddabasesrc.c:
19016         (gst_cdda_base_src_handle_track_seek):
19017           No need to post a tag message on the bus when seeking
19018           within the same track, only post it when the current
19019           track changes.
19020
19021 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19022
19023         * gst/playback/gstplaybasebin.c: (group_destroy),
19024         (probe_triggered), (new_decoded_pad), (mute_group_type),
19025         (set_active_source):
19026         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19027         * gst/playback/gststreamselector.c:
19028         (gst_stream_selector_base_init),
19029         (gst_stream_selector_set_property),
19030         (gst_stream_selector_request_new_pad):
19031           Reenable stream selection. These mechanisms need a complete overhaul
19032           in the face of 0.8->0.10 changes though.
19033
19034 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19035
19036         * ext/ogg/gstoggdemux.c:
19037           Change the pad template to src_%d to match the pads that 
19038           are created from it. decodebin needs this information in order
19039           to decide that oggdemux is capable of producing multiple pads
19040           (and hence needs queues inserted).
19041
19042         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19043         (gst_ogg_mux_collected):
19044           Make debug output more useful by using GST_PTR_FORMAT.
19045
19046 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
19047
19048         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19049
19050         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
19051           Set depth and width for alaw/mulaw (fixes #326601).
19052
19053 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19054
19055         * tests/icles/Makefile.am:
19056           don't build the tests if we don't have the libs
19057
19058 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19059
19060         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
19061         (gst_cd_paranoia_paranoia_callback):
19062           Don't try to free NULL pointers.
19063
19064 2006-01-10  Edward Hervey  <edward@fluendo.com>
19065
19066         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
19067         (gst_audio_rate_change_state), (plugin_init):
19068         Add debugging category.
19069         Fix type issues.
19070         Add case for incoming buffers without valid offset/offset_end.
19071
19072 2006-01-10  Michael Smith  <msmith@fluendo.com>
19073
19074         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
19075           Don't leak GCond in audio sources.
19076
19077 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
19078
19079         * gst/playback/gstplaybin.c: (gen_audio_element):
19080           Don't leak an autoaudiosink/alsasink when we generate
19081           a new audio element. (old code, I guess)
19082
19083 2006-01-10  Michael Smith  <msmith@fluendo.com>
19084
19085         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
19086           Support float audio in audiorate.
19087           Use width rather than depth for selecting sample width.
19088
19089 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19090
19091         * gst/videotestsrc/videotestsrc.h:
19092           Use GLib types here (that way we don't have to include the
19093           generated _stdint.h header, which makes life easier for win32
19094           folks that don't use autotools for the build) (#325990, patch
19095           by: Sergey Scobich).
19096
19097 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19098
19099         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19100         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19101         (gst_ring_buffer_pause), (wait_segment):
19102         * gst-libs/gst/audio/gstringbuffer.h:
19103           Name (private) union, makes Forte compiler happy (this time
19104           for real) (#324900).
19105
19106 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19107
19108         * gst-libs/gst/audio/Makefile.am:
19109           Link against libgstinterfaces, needed for mixer
19110           and property probe stuff.
19111
19112 2006-01-09  Edward Hervey  <edward@fluendo.com>
19113
19114         * gst-libs/gst/Makefile.am:
19115
19116 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19117
19118         * gst-libs/gst/audio/Makefile.am:
19119         * gst-libs/gst/audio/mixerutils.c:
19120         (gst_audio_mixer_filter_do_filter),
19121         (gst_audio_mixer_filter_check_element),
19122         (gst_audio_mixer_filter_probe_feature),
19123         (element_factory_rank_compare_func),
19124         (gst_audio_default_registry_mixer_filter):
19125         * gst-libs/gst/audio/mixerutils.h:
19126           Add gst_audio_default_registry_mixer_filter() utility
19127           function.
19128
19129 2006-01-03  Michael Smith  <msmith@fluendo.com>
19130
19131         * gst/audioresample/resample.h:
19132           As before, but for o_buf
19133
19134 2006-01-03  Michael Smith  <msmith@fluendo.com>
19135
19136         * gst/audioresample/resample.h:
19137           Declare struct _ResampleState.buffer as unsigned char *, not void *,
19138           since we do arithmetic on it.
19139
19140 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
19141
19142         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19143         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19144         (gst_ring_buffer_pause), (wait_segment):
19145         * gst-libs/gst/audio/gstringbuffer.h:
19146           Sun's Forte compiler doesn't seem to like anonymous structs,
19147           so use same setup as in GstBaseSrc (fixes #324900).
19148
19149 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19150
19151         * configure.ac:
19152         * gst/volume/Makefile.am:
19153         * gst/volume/demo.c:
19154           move old example to tests/examples/volume/volune.c
19155         * tests/examples/Makefile.am:
19156         * tests/examples/seek/seek.c: (main):
19157           change window-close event from "delete-event" to "destroy"
19158         * tests/examples/volume/Makefile.am:
19159         * tests/examples/volume/volume.c: (value_changed_callback),
19160         (setup_gui), (message_received), (eos_message_received), (main):
19161           fix event handling and bus usage
19162
19163 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
19164
19165         * gst/audiotestsrc/gstaudiotestsrc.c:
19166         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19167         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19168         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19169         (gst_audio_test_src_create_square),
19170         (gst_audio_test_src_create_saw),
19171         (gst_audio_test_src_create_triangle),
19172         (gst_audio_test_src_create_silence),
19173         (gst_audio_test_src_create_white_noise),
19174         (gst_audio_test_src_create_pink_noise),
19175         (gst_audio_test_src_init_sine_table),
19176         (gst_audio_test_src_create_sine_table),
19177         (gst_audio_test_src_change_wave),
19178         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19179         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19180         * gst/audiotestsrc/gstaudiotestsrc.h:
19181           update to basesrc changes, implement segmented seeking and eos
19182           handling, add a 'sine-tab' waveform for performance critical playback
19183
19184 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19185
19186         * po/POTFILES.in:
19187           ... and this time the other modified file that I missed last time.
19188
19189 2005-12-29  Michael Smith  <msmith@fluendo.com>
19190
19191         * gst/playback/gstdecodebin.c: (new_pad):
19192           Fix non-C89 variable declaration not at the start of a block. Should
19193           help some compilers.
19194
19195 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19196
19197         * tests/check/Makefile.am:
19198           And now fix 'make distcheck' (builddir != srcdir)
19199
19200 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19201
19202         * configure.ac:
19203         * ext/cdparanoia/Makefile.am:
19204         * ext/cdparanoia/gstcdparanoia.c:
19205         * ext/cdparanoia/gstcdparanoia.h:
19206         * ext/cdparanoia/gstcdparanoiasrc.c:
19207         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19208         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19209         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19210         (gst_cd_paranoia_paranoia_callback),
19211         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19212         (gst_cd_paranoia_src_set_property),
19213         (gst_cd_paranoia_src_get_property), (plugin_init):
19214         * ext/cdparanoia/gstcdparanoiasrc.h:
19215           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19216           plugin again (there are still fixes required to playbin to make
19217           cdda:// uris work there).
19218
19219 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19220
19221         * tests/check/Makefile.am:
19222           Fix test case compilation.
19223
19224 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19225
19226         * gst-libs/gst/cdda/gstcddabasesrc.c:
19227         (gst_cdda_base_src_update_duration),
19228         (gst_cdda_base_src_calculate_cddb_id):
19229           An integer is not a string. Fix access to uninitialised variable.
19230
19231         * tests/check/Makefile.am:
19232           Add cddabasesrc unit test; also actually enable the vorbis test.
19233
19234         * tests/check/generic/states.c:
19235           Blacklist new cd audio elements as well.
19236
19237         * tests/check/libs/cddabasesrc.c:
19238           Unit test for GstCddaBaseSrc (discid calculation mostly).
19239
19240 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19241
19242         * docs/libs/Makefile.am:
19243         * docs/libs/gst-plugins-base-libs-docs.sgml:
19244         * docs/libs/gst-plugins-base-libs-sections.txt:
19245         * docs/libs/gst-plugins-base-libs.types:
19246           Add docs for libgstcdda/GstCddaBaseSrc.
19247
19248         * gst-libs/gst/interfaces/mixertrack.h:
19249           Do one struct member per line with a semicolon at the end, that way
19250           even gtk-doc might parse it without complaining.
19251
19252 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19253
19254         * configure.ac:
19255         * gst-libs/gst/Makefile.am:
19256         * gst-libs/gst/cdda/Makefile.am:
19257         * gst-libs/gst/cdda/base64.c:
19258         * gst-libs/gst/cdda/base64.h:
19259         * gst-libs/gst/cdda/gstcddabasesrc.c:
19260         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19261         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19262         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19263         (gst_cdda_base_src_get_property),
19264         (gst_cdda_base_src_get_track_from_sector),
19265         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19266         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19267         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19268         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19269         (gst_cdda_base_src_uri_get_protocols),
19270         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19271         (gst_cdda_base_src_uri_handler_init),
19272         (gst_cdda_base_src_setup_interfaces),
19273         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19274         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19275         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19276         (gst_cdda_base_src_add_tags),
19277         (gst_cdda_base_src_add_index_associations),
19278         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19279         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19280         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19281         (gst_cdda_base_src_create):
19282         * gst-libs/gst/cdda/gstcddabasesrc.h:
19283         * gst-libs/gst/cdda/sha1.c:
19284         * gst-libs/gst/cdda/sha1.h:
19285           Add new libgstcdda with GstCddaBaseSrc class.
19286
19287 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19288
19289         * ext/gnomevfs/gstgnomevfssink.h:
19290           Use GstBaseSinkClass as parent_class member for class struct, not
19291           GstBaseSink.
19292
19293 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19294
19295         Patch by: Michael Benes
19296
19297         * gst/videotestsrc/gstvideotestsrc.c:
19298         (gst_video_test_src_class_init), (gst_video_test_src_start):
19299           Add start method to reset running time and number of frames sent
19300           when starting up (fixes #324696)
19301
19302 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19303
19304         * docs/plugins/Makefile.am:
19305         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19306         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19307         * docs/plugins/gst-plugins-base-plugins.args:
19308         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19309         * docs/plugins/gst-plugins-base-plugins.signals:
19310           Add docs stuff for gnomevfssrc and gnomevfssink.
19311
19312         * ext/gnomevfs/gstgnomevfssrc.c:
19313           Fix example pipeline in gtk-doc blurb.
19314
19315 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19316
19317         * ext/gnomevfs/Makefile.am:
19318         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19319         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19320         (gst_gnome_vfs_handle_get_type), (plugin_init):
19321         * ext/gnomevfs/gstgnomevfs.h:
19322         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19323         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19324         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19325         (gst_gnome_vfs_sink_set_property),
19326         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19327         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19328         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19329         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19330         (gst_gnome_vfs_sink_uri_get_type),
19331         (gst_gnome_vfs_sink_uri_get_protocols),
19332         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19333         (gst_gnome_vfs_sink_uri_handler_init):
19334         * ext/gnomevfs/gstgnomevfssink.h:
19335           Port gnomevfssink; add gtk-doc blurb.
19336
19337         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19338         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19339         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19340         (gst_gnome_vfs_src_uri_get_type),
19341         (gst_gnome_vfs_src_uri_get_protocols),
19342         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19343         (gst_gnome_vfs_src_uri_handler_init),
19344         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19345         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19346         (gst_gnome_vfs_src_send_additional_headers_callback),
19347         (gst_gnome_vfs_src_received_headers_callback),
19348         (gst_gnome_vfs_src_push_callbacks),
19349         (gst_gnome_vfs_src_pop_callbacks),
19350         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19351         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19352         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19353         * ext/gnomevfs/gstgnomevfssrc.h:
19354           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19355           file; add gtk-doc blurb with example pipelines.
19356
19357 === release 0.10.1 ===
19358
19359 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19360
19361         * configure.ac:
19362           releasing 0.10.1, "Dobro Dedek"
19363
19364 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19365
19366         * gst/typefind/gsttypefindfunctions.c:
19367         iLBC30 and iLBC20 added to typefind.
19368
19369 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19370
19371         * gst-libs/gst/audio/gstbaseaudiosink.c:
19372         (gst_base_audio_sink_class_init):
19373         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19374         (gst_base_audio_src_class_init):
19375           update strings, values are in microseconds
19376           change the default sink buffer time to something that is smaller
19377           (to help software volume mixing have a slightly lower delay) but
19378           still be acceptable on Wim's laptop
19379
19380 2005-12-20  Edward Hervey  <edward@fluendo.com>
19381
19382         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19383         Made a quack, forgot to add DUCK to the riff video template.
19384
19385 2005-12-19  Edward Hervey  <edward@fluendo.com>
19386
19387         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19388         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19389         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19390         (gst_ogm_parse_chain):
19391         Make sure pads are initialized correctly.
19392         * gst-libs/gst/riff/riff-ids.h:
19393         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19394         (gst_riff_create_video_template_caps):
19395         Add a whole bunch of FOURCC <=> MimeType.
19396         Extend the riff video pad template to support the newly added fourcc.
19397
19398 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19399
19400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19401         (gst_ogg_demux_activate_chain):
19402           Extra debug output when activating/deactivating chains.
19403
19404         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19405         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19406         (unlinked):
19407           Remove a queue from our list when it becomes unlinked.
19408           Don't add queues to elements in class 'Demux' if they
19409           can only produce one pad 
19410
19411 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19412
19413         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19414         (gst_video_sink_get_type): Add a debug category.
19415
19416 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19417
19418         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19419         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19420           Handle downstream newsegment by sending our own newsegment before the
19421           next buffer to be released. (#323900)
19422
19423 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19424
19425         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19426         (gst_base_rtp_depayload_set_gst_timestamp):
19427           add queue delay to new segment as well (as opposed to just the first
19428           buffer). (bug #322347)
19429
19430 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19431
19432         * ext/libvisual/visual.c: (make_valid_name):
19433           change some char* into char[]
19434         * gst/audiotestsrc/gstaudiotestsrc.c:
19435         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19436         (gst_audio_test_src_create):
19437         * gst/audiotestsrc/gstaudiotestsrc.h:
19438           prepare to handle EOS and SEGMENT_DONE
19439
19440 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19441
19442         * tests/check/generic/states.c: (GST_START_TEST):
19443           Blacklist cdparanoia element in state test.
19444
19445 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19446
19447           Patch by: Benjamin Pineau
19448
19449         * gst/tcp/gsttcp.c:
19450         * gst/tcp/gsttcpclientsink.c:
19451         * gst/tcp/gsttcpserversink.c:
19452         * gst/tcp/gsttcpserversrc.c:
19453           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19454
19455 2005-12-15  Michael Smith  <msmith@fluendo.com>
19456
19457         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19458         (gst_video_rate_chain):
19459           Fix timestamping for videorate when the first buffer it sees has a
19460           non-zero timestamp. Fix some misleading debug output.
19461
19462 2005-12-15  Michael Smith  <msmith@fluendo.com>
19463
19464         * gst/audioresample/gstaudioresample.c:
19465           Don't leak all input buffers to audioresample.
19466
19467 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19468
19469         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19470           Don't operate on empty text buffers. Strip newlines and
19471           tabs only from the end of the text, but leave them intact
19472           in the middle. Fix typo in gtk-doc description.
19473
19474 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19475
19476         * gst/playback/gstplaybasebin.c:
19477         * gst/playback/gstplaybin.c: (handoff):
19478           Make sure the video frame buffer we return to apps via the
19479           "frame" property always has caps set on it. Modify
19480           _gst_gvalue_set_object() macro to handle NULL objects
19481           gracefully too.
19482
19483 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19484
19485         * gst/audiotestsrc/gstaudiotestsrc.c:
19486         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19487         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19488         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19489         (gst_audio_test_src_create):
19490         * gst/audiotestsrc/gstaudiotestsrc.h:
19491         Adjust to some recent api changes and add wtays new cool seeking
19492         capabillities
19493
19494 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19495
19496         * ext/alsa/Makefile.am:
19497         * ext/alsa/gstalsadeviceprobe.c:
19498         * ext/alsa/gstalsadeviceprobe.h:
19499           Helper functions to add device probing via the GstPropertyProbe
19500           interface to a class.
19501
19502         * ext/alsa/gstalsamixer.h:
19503           Comment out GST_ALSA_MIXER, it returns a struct that's not
19504           used.
19505
19506         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19507           Add some debug info. 
19508
19509         * ext/alsa/gstalsamixerelement.c:
19510         (gst_alsa_mixer_element_interface_supported),
19511         (gst_implements_interface_init),
19512         (gst_alsa_mixer_element_init_interfaces),
19513         (gst_alsa_mixer_element_class_init),
19514         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19515         (gst_alsa_mixer_element_set_property),
19516         (gst_alsa_mixer_element_get_property),
19517         (gst_alsa_mixer_element_change_state):
19518         * ext/alsa/gstalsamixerelement.h:
19519           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19520           for device handling (gnome-volume-control will need that).
19521
19522 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19523
19524         * ext/Makefile.am: fix cdparanoia entry
19525         * gst-plugins-base.spec.in: add cdparanoia
19526
19527 2005-12-12  Michael Smith  <msmith@fluendo.com>
19528
19529         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19530           Use the correct function to free list of typefind factories.
19531
19532 2005-12-12  Wim Taymans  <wim@fluendo.com>
19533
19534         * gst/videotestsrc/gstvideotestsrc.c:
19535         (gst_video_test_src_class_init), (gst_video_test_src_init),
19536         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19537         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19538         (gst_video_test_src_create):
19539         * gst/videotestsrc/gstvideotestsrc.h:
19540         Implement seeking in videotestsrc.
19541         Small cleanups.
19542
19543 2005-12-12  Wim Taymans  <wim@fluendo.com>
19544
19545         * ext/cdparanoia/Makefile.am:
19546         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19547         (gst_paranoia_endian_get_type), (_do_init),
19548         (cdparanoia_class_init), (cdparanoia_init),
19549         (cdparanoia_set_property), (cdparanoia_get_property),
19550         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19551         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19552         (cdparanoia_convert), (cdparanoia_get_query_types),
19553         (cdparanoia_query), (cdparanoia_set_index),
19554         (cdparanoia_uri_set_uri):
19555         * ext/cdparanoia/gstcdparanoia.h:
19556         Partially ported cdparanoia now that basesrc can support a
19557         plugin like this..
19558
19559 2005-12-12  Wim Taymans  <wim@fluendo.com>
19560
19561         * tests/examples/seek/scrubby.c: (main):
19562         Set higher priority for bus events so they don't get reordered with
19563         gtk gui events.
19564
19565         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19566         (flush_toggle_cb), (main):
19567         Added checkbox to disable flushing seeks. 
19568         Disable scrubbing when doing non flushing seeks.
19569
19570 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19571
19572         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19573         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19574         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19575         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19576           Implement some sort of event handling that doesn't rely on
19577           g_return_if_fail; make sure we always push the last chunk of an 
19578           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19579           state change function; remove some old cruft. Seeking is still
19580           rather unlikely to work though.
19581
19582         * tools/.cvsignore:
19583           Ignore more.
19584
19585 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19586
19587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19588         Fixed a leak of the current image reference when cleaning up.
19589         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19590
19591 2005-12-09  Michael Smith  <msmith@fluendo.com>
19592
19593         * tools/Makefile.am:
19594         * tools/gst-launch-ext-m.m:
19595           Remove gst-launch-ext. It doesn't work, and is no longer
19596           particularly useful.
19597
19598 2005-12-08  Luca Ognibene  <luogni@tin.it>
19599
19600         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19601           don't pass random values to ogmparse convert function.
19602           Make seeking possible in the exile1.ogm file.
19603
19604 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19605
19606         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19607         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19608           Work around refcount problem with g_value_set_object() that occur
19609           if the core has been compiled against GLib-2.6 (g_value_set_object()
19610           will only g_object_ref() the element, but the caller will
19611           gst_object_unref() it and bad things will happen due to the way
19612           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19613           totem for people on FC4 using Thomas's 0.10 RPMs.
19614           
19615 2005-12-07  Edward Hervey  <edward@fluendo.com>
19616
19617         Time to welcome ogm to 0.10 :)
19618         
19619         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19620         (gst_ogg_pad_typefind):
19621         Oggdemux can now properly typefind elements with dynamic pads.
19622         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19623         Properly set caps on src pad, and set caps on outgoing buffers.
19624
19625 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19626
19627         * ext/alsa/gstalsamixer.h:
19628         * ext/alsa/gstalsamixerelement.h:
19629         * ext/alsa/gstalsamixeroptions.h:
19630         * ext/alsa/gstalsamixertrack.h:
19631         * ext/alsa/gstalsasink.c:
19632         * ext/alsa/gstalsasink.h:
19633         * ext/alsa/gstalsasrc.c:
19634         * ext/alsa/gstalsasrc.h:
19635         * ext/cdparanoia/gstcdparanoia.h:
19636         * ext/gnomevfs/gstgnomevfsuri.h:
19637         * ext/ogg/gstoggdemux.c:
19638         * ext/ogg/gstoggmux.c:
19639         * ext/pango/gsttextoverlay.h:
19640         * ext/theora/theoradec.c:
19641         * ext/theora/theoraenc.c:
19642         * ext/vorbis/vorbisdec.h:
19643         * ext/vorbis/vorbisenc.c:
19644         * ext/vorbis/vorbisenc.h:
19645         * ext/vorbis/vorbisparse.h:
19646         * gst-libs/gst/audio/gstaudioclock.h:
19647         * gst-libs/gst/audio/gstaudiosink.c:
19648         * gst-libs/gst/audio/gstaudiosink.h:
19649         * gst-libs/gst/audio/gstaudiosrc.c:
19650         * gst-libs/gst/audio/gstaudiosrc.h:
19651         * gst-libs/gst/audio/gstbaseaudiosink.c:
19652         * gst-libs/gst/audio/gstbaseaudiosink.h:
19653         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19654         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19655         * gst-libs/gst/audio/gstringbuffer.h:
19656         * gst-libs/gst/audio/multichannel.h:
19657         * gst-libs/gst/floatcast/floatcast.h:
19658         * gst-libs/gst/interfaces/colorbalance.c:
19659         * gst-libs/gst/interfaces/colorbalance.h:
19660         * gst-libs/gst/interfaces/colorbalancechannel.h:
19661         * gst-libs/gst/interfaces/mixer.h:
19662         * gst-libs/gst/interfaces/mixeroptions.h:
19663         * gst-libs/gst/interfaces/mixertrack.h:
19664         * gst-libs/gst/interfaces/navigation.h:
19665         * gst-libs/gst/interfaces/propertyprobe.h:
19666         * gst-libs/gst/interfaces/tuner.h:
19667         * gst-libs/gst/interfaces/tunerchannel.h:
19668         * gst-libs/gst/interfaces/tunernorm.h:
19669         * gst-libs/gst/interfaces/xoverlay.h:
19670         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19671         * gst-libs/gst/riff/riff-ids.h:
19672         * gst-libs/gst/riff/riff-media.h:
19673         * gst-libs/gst/riff/riff-read.h:
19674         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19675         * gst-libs/gst/rtp/gstbasertppayload.c:
19676         * gst-libs/gst/rtp/gstbasertppayload.h:
19677         * gst-libs/gst/rtp/gstrtpbuffer.c:
19678         * gst-libs/gst/rtp/gstrtpbuffer.h:
19679         * gst-libs/gst/tag/gsttageditingprivate.h:
19680         * gst-libs/gst/tag/gstvorbistag.c:
19681         (gst_tag_list_from_vorbiscomment_buffer):
19682         * gst-libs/gst/tag/tag.h:
19683         * gst-libs/gst/video/video.h:
19684         * gst/adder/gstadder.c:
19685         * gst/adder/gstadder.h:
19686         * gst/audioconvert/audioconvert.c:
19687         * gst/audioconvert/audioconvert.h:
19688         * gst/audioconvert/gstaudioconvert.c:
19689         * gst/audioconvert/gstchannelmix.c:
19690         * gst/audioconvert/gstchannelmix.h:
19691         * gst/audiorate/gstaudiorate.c:
19692         * gst/audioresample/buffer.h:
19693         * gst/audioresample/functable.h:
19694         * gst/audioresample/gstaudioresample.c:
19695         * gst/audioresample/resample.h:
19696         * gst/ffmpegcolorspace/avcodec.h:
19697         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19698         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19699         * gst/ffmpegcolorspace/imgconvert.c:
19700         * gst/ffmpegcolorspace/imgconvert_template.h:
19701         * gst/playback/gstdecodebin.c:
19702         * gst/playback/gstplaybasebin.h:
19703         * gst/playback/gstplaybin.c:
19704         * gst/playback/gststreaminfo.h:
19705         * gst/tcp/gstfdset.c:
19706         * gst/tcp/gstfdset.h:
19707         * gst/tcp/gstmultifdsink.c:
19708         * gst/tcp/gstmultifdsink.h:
19709         * gst/tcp/gsttcp.h:
19710         * gst/tcp/gsttcpclientsrc.c:
19711         * gst/tcp/gsttcpclientsrc.h:
19712         * gst/tcp/gsttcpplugin.h:
19713         * gst/tcp/gsttcpserversink.c:
19714         * gst/tcp/gsttcpserversrc.c:
19715         * gst/typefind/gsttypefindfunctions.c:
19716         * gst/videorate/gstvideorate.c:
19717         * gst/videotestsrc/gstvideotestsrc.h:
19718         * gst/videotestsrc/videotestsrc.h:
19719         * sys/v4l/gstv4lcolorbalance.h:
19720         * sys/v4l/gstv4ltuner.h:
19721         * sys/v4l/gstv4lxoverlay.h:
19722         * sys/v4l/v4l_calls.h:
19723         * sys/v4l/videodev_mjpeg.h:
19724         * tests/check/elements/audioconvert.c:
19725         * tests/check/elements/audioresample.c:
19726         * tests/check/elements/audiotestsrc.c:
19727         * tests/check/elements/videotestsrc.c:
19728         * tests/check/elements/volume.c:
19729         * tests/examples/seek/scrubby.c:
19730         * tests/examples/seek/seek.c:
19731           expand tabs
19732
19733 === release 0.10.0 ===
19734
19735 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19736
19737         * configure.ac:
19738           releasing 0.10.0, "Mont-d'or"
19739
19740 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19741
19742         * tests/examples/seek/Makefile.am:
19743         Build fix for when gtk is not available.
19744
19745 2005-12-05  Andy Wingo  <wingo@pobox.com>
19746
19747         * ext/libvisual/visual.c: (get_buffer):
19748         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19749         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19750         * ext/theora/theoradec.c: (theora_handle_data_packet):
19751         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19752         (theora_enc_chain):
19753         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19754         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19755         Update for alloc_buffer changes.
19756
19757 2005-12-05  Andy Wingo  <wingo@pobox.com>
19758
19759         patch by: Kai Vehmanen <kv2004 eca cx>
19760         
19761         * gst-libs/gst/rtp/gstbasertpdepayload.c
19762         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19763
19764 2005-12-04  Andy Wingo  <wingo@pobox.com>
19765
19766         patch by: Sebastien Cote <sebas642 yahoo ca>
19767         
19768         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19769         Fixes #319172.
19770
19771 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19772
19773         * docs/plugins/Makefile.am:
19774         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19775         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19776         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19777         * ext/pango/gstclockoverlay.c:
19778         * ext/pango/gsttextoverlay.c: 
19779         * ext/pango/gsttextrender.c:
19780         * ext/pango/gsttimeoverlay.c:
19781           Add gtk-doc blurbs to pango elements.
19782
19783 2005-12-02  Wim Taymans  <wim@fluendo.com>
19784
19785         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19786         * gst/audioresample/buffer.h:
19787         * gst/audioresample/gstaudioresample.c:
19788         * gst/audioresample/gstaudioresample.h:
19789         * gst/audioresample/resample.c: (resample_input_flush),
19790         (resample_input_pushthrough), (resample_input_eos),
19791         (resample_get_output_size_for_input),
19792         (resample_get_input_size_for_output), (resample_get_output_size),
19793         (resample_get_output_data):
19794         * gst/audioresample/resample.h:
19795         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19796         Fix audioresample, seek torture, new segments, reverse negotiation
19797         etc.. work fine.
19798
19799 2005-12-02  Wim Taymans  <wim@fluendo.com>
19800
19801         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19802         Small cleanups.
19803
19804 2005-12-02  Wim Taymans  <wim@fluendo.com>
19805
19806         * gst/audioconvert/gstaudioconvert.c:
19807         (gst_audio_convert_transform):
19808         Post errors.
19809
19810 === release 0.9.7 ===
19811
19812 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19813
19814         * configure.ac:
19815           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19816
19817 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19818
19819         * Makefile.am:
19820         * po/hu.po:
19821         * win32/MANIFEST:
19822         * win32/gst.sln:
19823           add win32 MANIFEST file
19824           do something to the hungarian translation
19825
19826 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19827
19828         * ext/Makefile.am:
19829           Add $(PANGO_DIR) to SUBDIRS
19830
19831         * ext/pango/gstclockoverlay.c:
19832         * ext/pango/gsttimeoverlay.c:
19833           Fix and improve element descriptions.
19834
19835 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19836
19837         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19838         * docs/plugins/inspect/plugin-libvisual.xml:
19839         * docs/plugins/inspect/plugin-pango.xml:
19840           add pango plugin to docs
19841
19842 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19843
19844         * configure.ac:
19845         * ext/Makefile.am:
19846           moved pango to base
19847
19848 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19849
19850         * configure.ac:
19851         * tests/Makefile.am:
19852         * tests/icles/.cvsignore:
19853         * tests/icles/Makefile.am:
19854         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19855         (close_display), (resize_window), (move_window), (create_window),
19856         (terminate_playback), (pause_playback), (start_playback), (main):
19857           add stress test for xoverlay from Julien
19858
19859 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19860
19861         * docs/libs/tmpl/gstcolorbalance.sgml:
19862         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19863         * gst-libs/gst/rtp/gstbasertppayload.c:
19864         * gst-libs/gst/rtp/gstrtpbuffer.c:
19865         * gst-libs/gst/rtp/gstrtpbuffer.h:
19866           Do burger's rename for rtp payloaders and depayloaders
19867
19868 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19869
19870         * win32/:
19871           add Visual Studio 6 build files
19872
19873 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19874
19875         * docs/libs/gst-plugins-base-libs-docs.sgml:
19876         * docs/libs/gst-plugins-base-libs-sections.txt:
19877         * docs/libs/tmpl/gstaudio.sgml:
19878         * docs/libs/tmpl/gstringbuffer.sgml:
19879         * gst-libs/gst/interfaces/xoverlay.c:
19880         * gst-libs/gst/video/gstvideofilter.c:
19881         * gst-libs/gst/video/gstvideosink.c:
19882           update documentation
19883
19884 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19885
19886         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19887         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19888         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19889         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19890         (gst_multi_fd_sink_get_stats),
19891         (gst_multi_fd_sink_remove_client_link),
19892         (gst_multi_fd_sink_handle_client_read),
19893         (gst_multi_fd_sink_client_queue_data),
19894         (gst_multi_fd_sink_client_queue_caps),
19895         (gst_multi_fd_sink_client_queue_buffer),
19896         (gst_multi_fd_sink_new_client),
19897         (gst_multi_fd_sink_handle_client_write),
19898         (gst_multi_fd_sink_recover_client),
19899         (gst_multi_fd_sink_queue_buffer),
19900         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19901         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19902         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19903         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19904         * gst/tcp/gstmultifdsink.h:
19905         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19906         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19907         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19908         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19909         (gst_tcp_client_sink_set_property),
19910         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19911         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19912         * gst/tcp/gsttcpclientsink.h:
19913         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19914         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19915         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19916         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19917         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19918         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19919         * gst/tcp/gsttcpclientsrc.h:
19920         * gst/tcp/gsttcpplugin.c: (plugin_init):
19921         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19922         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19923         (gst_tcp_server_sink_finalize),
19924         (gst_tcp_server_sink_handle_server_read),
19925         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19926         (gst_tcp_server_sink_set_property),
19927         (gst_tcp_server_sink_get_property),
19928         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19929         * gst/tcp/gsttcpserversink.h:
19930         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19931         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19932         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19933         (gst_tcp_server_src_set_property),
19934         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19935         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19936         * gst/tcp/gsttcpserversrc.h:
19937           more borgifying
19938
19939 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19940
19941         * docs/plugins/Makefile.am:
19942         * docs/plugins/gst-plugins-base-plugins.args:
19943         * docs/plugins/inspect/plugin-libvisual.xml:
19944         * gst/audioconvert/plugin.h:
19945         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19946         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19947         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19948         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19949         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19950         (plugin_init):
19951         * gst/audiotestsrc/gstaudiotestsrc.c:
19952         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19953         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19954         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19955         (gst_audio_test_src_get_query_types),
19956         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19957         (gst_audio_test_src_create_square),
19958         (gst_audio_test_src_create_saw),
19959         (gst_audio_test_src_create_triangle),
19960         (gst_audio_test_src_create_silence),
19961         (gst_audio_test_src_create_white_noise),
19962         (gst_audio_test_src_init_pink_noise),
19963         (gst_audio_test_src_generate_pink_noise_value),
19964         (gst_audio_test_src_create_pink_noise),
19965         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19966         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19967         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19968         (plugin_init):
19969         * gst/audiotestsrc/gstaudiotestsrc.h:
19970         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19971         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19972         (gst_sub_parse_init), (gst_sub_parse_formats),
19973         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19974         (convert_encoding), (get_next_line),
19975         (gst_sub_parse_data_format_autodetect),
19976         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19977         (gst_sub_parse_loop), (gst_sub_parse_chain),
19978         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19979         (plugin_init):
19980         * gst/subparse/gstsubparse.h:
19981         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19982         (gst_video_rate_base_init), (gst_video_rate_class_init),
19983         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19984         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19985         (gst_video_rate_init), (gst_video_rate_event),
19986         (gst_video_rate_chain), (gst_video_rate_set_property),
19987         (gst_video_rate_get_property), (gst_video_rate_change_state),
19988         (plugin_init):
19989         * gst/videoscale/gstvideoscale.c:
19990         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19991         (gst_video_scale_src_template_factory),
19992         (gst_video_scale_sink_template_factory),
19993         (gst_video_scale_get_type), (gst_video_scale_base_init),
19994         (gst_video_scale_class_init), (gst_video_scale_init),
19995         (gst_video_scale_set_property), (gst_video_scale_get_property),
19996         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19997         (gst_video_scale_prepare_size), (parse_caps),
19998         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19999         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
20000         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
20001         (plugin_init):
20002         * gst/videoscale/gstvideoscale.h:
20003         * gst/videotestsrc/gstvideotestsrc.c:
20004         (gst_video_test_src_pattern_get_type),
20005         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
20006         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
20007         (gst_video_test_src_set_pattern),
20008         (gst_video_test_src_set_property),
20009         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
20010         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
20011         (gst_video_test_src_event), (gst_video_test_src_get_times),
20012         (gst_video_test_src_create), (plugin_init):
20013         * gst/videotestsrc/gstvideotestsrc.h:
20014         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
20015         (gst_video_test_src_smpte), (gst_video_test_src_snow),
20016         (gst_video_test_src_black):
20017         * gst/videotestsrc/videotestsrc.h:
20018           borgify further
20019           clean up docs a little
20020
20021 2005-11-30  Wim Taymans  <wim@fluendo.com>
20022
20023         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20024         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
20025         (gst_basertppayload_event), (gst_basertppayload_push),
20026         (gst_basertppayload_change_state):
20027         * gst-libs/gst/rtp/gstbasertppayload.h:
20028         closed #320644.
20029
20030 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20031
20032         * docs/libs/gst-plugins-base-libs-docs.sgml:
20033         * docs/libs/gst-plugins-base-libs-sections.txt:
20034         * gst-libs/gst/video/gstvideofilter.c:
20035         * gst-libs/gst/video/gstvideosink.c:
20036         * gst-libs/gst/video/gstvideosink.h: Adding docs.
20037
20038 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20039
20040         * LICENSE:
20041           move
20042         * po/af.po:
20043         * po/az.po:
20044         * po/cs.po:
20045         * po/en_GB.po:
20046         * po/hu.po:
20047         * po/it.po:
20048         * po/nb.po:
20049         * po/nl.po:
20050         * po/or.po:
20051         * po/sq.po:
20052         * po/sr.po:
20053         * po/sv.po:
20054         * po/uk.po:
20055         * po/vi.po:
20056         * Makefile.am:
20057           update
20058         * scripts/autoplugins.sh:
20059           remove
20060
20061 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20062
20063         * Makefile.am:
20064         * configure.ac:
20065         * examples/Makefile.am:
20066         * examples/capsfilter/Makefile.am:
20067         * examples/capsfilter/capsfilter1.c:
20068         * examples/gob/Makefile.am:
20069         * examples/gob/gst-identity2.gob:
20070         * examples/indexing/.cvsignore:
20071         * examples/indexing/Makefile.am:
20072         * examples/indexing/indexmpeg.c:
20073         * examples/seeking/.cvsignore:
20074         * examples/seeking/Makefile.am:
20075         * examples/seeking/cdparanoia.c:
20076         * examples/seeking/cdplayer.c:
20077         * examples/seeking/chained.c:
20078         * examples/seeking/scrubby.c:
20079         * examples/seeking/seek.c:
20080         * examples/stats/Makefile.am:
20081         * examples/stats/mp2ogg.c:
20082         * examples/switch/.cvsignore:
20083         * examples/switch/Makefile.am:
20084         * examples/switch/switcher.c:
20085         * tests/Makefile.am:
20086         * tests/check/generic/.cvsignore:
20087         * tests/check/pipelines/.cvsignore:
20088         * tests/examples/Makefile.am:
20089         * tests/examples/seek/Makefile.am:
20090           reorganize stuff under tests/
20091
20092 2005-11-30  Edward Hervey  <edward@fluendo.com>
20093
20094         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20095         Go away you stupid GstStaticPadTemplate memleak.
20096
20097 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20098
20099         * gst-libs/gst/net/Makefile.am:
20100         * gst-libs/gst/net/README:
20101         * gst-libs/gst/net/gstnetbuffer.c:
20102         * gst-libs/gst/net/gstnetbuffer.h:
20103           this was moved to "netbuffer"
20104
20105 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20106
20107         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
20108         (gst_video_filter_class_init), (gst_video_filter_init):
20109         * gst-libs/gst/video/gstvideofilter.h:
20110           borgify name to bring in line with other classes
20111
20112 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20113
20114         * gst/audioscale/.cvsignore:
20115         * gst/audioscale/Makefile.am:
20116         * gst/audioscale/README:
20117         * gst/audioscale/audioscale.vcproj:
20118         * gst/audioscale/dtof.c:
20119         * gst/audioscale/dtos.c:
20120         * gst/audioscale/functable.c:
20121         * gst/audioscale/gstaudioscale.c:
20122         * gst/audioscale/gstaudioscale.h:
20123         * gst/audioscale/private.h:
20124         * gst/audioscale/resample.c:
20125         * gst/audioscale/resample.h:
20126         * gst/audioscale/test.c:
20127           remove
20128
20129 2005-11-30  Edward Hervey  <edward@fluendo.com>
20130
20131         * gst-libs/gst/netbuffer/Makefile.am:
20132         really, really tired
20133
20134 2005-11-30  Edward Hervey  <edward@fluendo.com>
20135
20136         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20137         Update for new GstTypeFindFactory _register()
20138
20139 2005-11-30  Edward Hervey  <edward@fluendo.com>
20140
20141         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
20142         Let's not override libgstnet from core for no reason...
20143         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20144         Ok, maybe not so quick next time.
20145
20146 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20147
20148         * configure.ac:
20149         * gst-libs/gst/Makefile.am:
20150           moved gst-libs/gst/net to netbuffer through CVS surgery
20151           remove old directory
20152           updating build to accomodate
20153           (#322257)
20154
20155 2005-11-29  Andy Wingo  <wingo@pobox.com>
20156
20157         * pkgconfig/gstreamer-plugins-base.pc.in:
20158         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20159         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20160         (#322257).
20161
20162 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20163
20164         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20165         3rd time's the charm. Correct ref-counting for discarded buffers.
20166
20167 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20168
20169         * gst/playback/gststreamselector.c:
20170         (gst_stream_selector_class_init),
20171         (gst_stream_selector_set_property),
20172         (gst_stream_selector_get_property),
20173         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20174         Fix ref-counting
20175
20176 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20177
20178         * gst/subparse/gstsubparse.c: (feed_textbuf):
20179           Don't access already unref'ed buffer.
20180
20181 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20182
20183         * gst/playback/gststreamselector.c:
20184         (gst_stream_selector_class_init), (gst_stream_selector_init),
20185         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20186         (gst_stream_selector_get_property),
20187         (gst_stream_selector_get_linked_pad),
20188         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20189         * gst/playback/gststreamselector.h:
20190         Add the active-pad property for playbin to use shortly. Ignore buffers
20191         from any other pad, returning GST_FLOW_NOT_LINKED
20192
20193 2005-11-29  Julien MOUTTE  <julien@moutte.net>
20194
20195         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20196         patch from bug #322704 (Alessandro Decina).
20197
20198 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20199
20200         * gst-libs/gst/audio/Makefile.am:
20201           folded audiofilter into the audio library
20202
20203 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20204
20205         * gst/videoscale/gstvideoscale.h:
20206         * gst/videoscale/gstvideoscale.c:
20207           remove unimplemented scale methods
20208
20209 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20210
20211         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20212           Don't leak caps.
20213
20214 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20215
20216         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20217         (gst_ximagesink_setcaps):
20218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20219         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20220         happens (only visible on ximagesink but bug is in xv too) set_caps was
20221         destroying the internal x[v]image used to memcpy non locally alloced
20222         buffers so that it got renewed on next _chain. The issue is that 
20223         _expose will try to put that image as it reffed it in _put.
20224         Using gst_buffer_unref instead of destroy fixes it !
20225
20226 2005-11-28  Edward Hervey  <edward@fluendo.com>
20227
20228         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20229         (try_to_link_1), (queue_filled_cb):
20230         Better use of the queues. Start with a small size queue and only increase
20231         the size of the queues when the other queues are empty.
20232
20233 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20234
20235         * gst-libs/gst/video/Makefile.am:
20236           compile in copied-over videofilter into the video library
20237         * gst-libs/gst/video/videosink.h:
20238           rename the header to gstvideosink.h since it's a base GstObject class
20239         * sys/ximage/ximagesink.h:
20240         * sys/xvimage/xvimagesink.h:
20241           use the new header
20242
20243 2005-11-28  Wim Taymans  <wim@fluendo.com>
20244
20245         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20246         * gst/playback/gstplaybasebin.h:
20247         Prepare to handle errors betters.
20248
20249         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20250         Set sinks to PAUSED first before adding and linking them so that
20251         we don't interrupt dataflow.
20252
20253 2005-11-28  Wim Taymans  <wim@fluendo.com>
20254
20255         * gst-libs/gst/audio/TODO:
20256         Updated TODO
20257
20258         * gst-libs/gst/audio/gstaudiosink.c:
20259         (gst_audioringbuffer_open_device),
20260         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20261         (gst_audioringbuffer_release):
20262         Small cleanups.
20263
20264         * gst-libs/gst/audio/gstbaseaudiosink.c:
20265         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20266         (gst_base_audio_sink_change_state):
20267         Slave to the master clock when going to PLAYING and unslave when
20268         going to PAUSED.
20269
20270         * gst-libs/gst/audio/gstringbuffer.c:
20271         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20272         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20273         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20274         (gst_ring_buffer_clear_all), (wait_segment),
20275         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20276         (gst_ring_buffer_advance):
20277         * gst-libs/gst/audio/gstringbuffer.h:
20278         Add some docs and cleanups.
20279
20280 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20281
20282         * sys/xvimage/xvimagesink.c:
20283         (gst_xvimagesink_navigation_send_event): Fix navigation events
20284         coordinates translation with pixel aspect ratios.
20285
20286 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20287
20288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20289         Use calculated video geometry from _setcaps instead of buffer
20290         caps to respect pixel aspect ratio. (fixes #322388)
20291
20292 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20293
20294         * docs/libs/tmpl/gstcolorbalance.sgml:
20295         * docs/libs/tmpl/gstmixer.sgml:
20296         * docs/libs/tmpl/gstxoverlay.sgml:
20297         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20298         interface.
20299
20300 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20301
20302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20303         Refuse to create an XvImage if we can't find the format.
20304
20305 2005-11-28  Edward Hervey  <edward@fluendo.com>
20306
20307         * gst-libs/gst/riff/riff-media.c:
20308         (gst_riff_create_audio_template_caps):
20309         Add ATRAC3 to the list of riff-possible audio caps.
20310         I know we still don't have a plugin for atrac3, but it's saner to output
20311         that than a cryptic mimetype.
20312
20313 2005-11-27  Edward Hervey  <edward@fluendo.com>
20314
20315         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20316         Don't try to create a zero-sized subbuffer.
20317
20318 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20319
20320         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20321         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20322         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20323         (gst_ximagesink_expose): Fixed a tricky race.
20324         * sys/ximage/ximagesink.h:
20325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20326         (gst_xvimagesink_expose): Fixed a tricky race.
20327         * sys/xvimage/xvimagesink.h:
20328
20329 2005-11-27  Edward Hervey  <edward@fluendo.com>
20330
20331         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20332         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20333         Remove unused properties, and add queues between demuxers and decoders
20334         so that a lot more files can preroll properly.
20335
20336 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20337
20338         * gst-libs/gst/net/Makefile.am:
20339         * gst-libs/gst/rtp/Makefile.am:
20340         * gst-libs/gst/tag/Makefile.am:
20341           remove silly include
20342         * gst/tags/Makefile.am:
20343         * gst/tags/gsttagediting.c:
20344         * gst/tags/gsttageditingprivate.h:
20345         * gst/tags/tagedit.vcproj:
20346           remove directory, is as good as empty
20347
20348 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20349
20350         * configure.ac:
20351           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20352         * gst-libs/Makefile.am:
20353         * gst-libs/gst/audio/Makefile.am:
20354         * gst-libs/gst/interfaces/Makefile.am:
20355         * gst-libs/gst/net/Makefile.am:
20356         * gst-libs/gst/riff/Makefile.am:
20357         * gst-libs/gst/rtp/Makefile.am:
20358         * gst-libs/gst/tag/Makefile.am:
20359         * gst-libs/gst/video/Makefile.am:
20360           and use them
20361
20362 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20363
20364         * docs/libs/tmpl/gstcolorbalance.sgml:
20365         * docs/libs/tmpl/gstmixer.sgml:
20366         * docs/libs/tmpl/gstxoverlay.sgml:
20367         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20368         * sys/ximage/ximagesink.h:
20369         * sys/xvimage/xvimagesink.h: More and more documentation.
20370
20371 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20372
20373         * docs/libs/gst-plugins-base-libs-docs.sgml:
20374         * docs/libs/gst-plugins-base-libs-sections.txt:
20375         * docs/libs/tmpl/gstcolorbalance.sgml:
20376         * docs/libs/tmpl/gstmixer.sgml:
20377         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20378         to documentation.
20379
20380 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20381
20382         * docs/plugins/Makefile.am:
20383         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20384         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20385         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20386
20387 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20388
20389         * docs/plugins/Makefile.am:
20390         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20391         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20392         * docs/plugins/inspect/plugin-adder.xml:
20393         * docs/plugins/inspect/plugin-alsa.xml:
20394         * docs/plugins/inspect/plugin-audioconvert.xml:
20395         * docs/plugins/inspect/plugin-audiorate.xml:
20396         * docs/plugins/inspect/plugin-audioresample.xml:
20397         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20398         * docs/plugins/inspect/plugin-decodebin.xml:
20399         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20400         * docs/plugins/inspect/plugin-gnomevfs.xml:
20401         * docs/plugins/inspect/plugin-ogg.xml:
20402         * docs/plugins/inspect/plugin-playbin.xml:
20403         * docs/plugins/inspect/plugin-subparse.xml:
20404         * docs/plugins/inspect/plugin-tcp.xml:
20405         * docs/plugins/inspect/plugin-theora.xml:
20406         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20407         * docs/plugins/inspect/plugin-video4linux.xml:
20408         * docs/plugins/inspect/plugin-videorate.xml:
20409         * docs/plugins/inspect/plugin-videoscale.xml:
20410         * docs/plugins/inspect/plugin-videotestsrc.xml:
20411         * docs/plugins/inspect/plugin-volume.xml:
20412         * docs/plugins/inspect/plugin-vorbis.xml:
20413         * docs/plugins/inspect/plugin-ximagesink.xml:
20414         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20415         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20416
20417 2005-11-26  Edward Hervey  <edward@fluendo.com>
20418
20419         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20420         Properly return GstFlowReturn from gst_pad_push in chain functions.
20421
20422 2005-11-25  Michael Smith  <msmith@fluendo.com>
20423
20424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20425         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20426         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20427         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20428           Handle various conditions better when we don't understand a stream.
20429           Removes a heap of CRITICALs on ogg streams containing unknown data.
20430
20431 2005-11-24  Andy Wingo  <wingo@pobox.com>
20432
20433         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20434         Be threadsafe.
20435
20436 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20437
20438         * configure.ac: back to HEAD
20439
20440 === release 0.9.6 ===
20441
20442 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20443
20444         * configure.ac:
20445           releasing 0.9.6, "White Eight"
20446
20447 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20448
20449         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20450         * docs/plugins/inspect/plugin-sine.xml:
20451           remove sinesrc some more
20452
20453 2005-11-23  Wim Taymans  <wim@fluendo.com>
20454
20455         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20456         If we are reading too slowly, jump forward in the ringbuffer
20457         instead of blocking.
20458
20459 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20460
20461         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20462         (gst_visual_chain):
20463         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20464         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20465         (gst_videorate_chain):
20466         * gst/videotestsrc/gstvideotestsrc.c:
20467         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20468         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20469         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20470         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20471         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20472         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20473           Updates for API changes
20474
20475 2005-11-23  Wim Taymans  <wim@fluendo.com>
20476
20477         * gst-libs/gst/audio/gstbaseaudiosink.c:
20478         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20479         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20480         Fix for calibration API change.
20481
20482 2005-11-23  Michael Smith <msmith@fluendo.com>
20483
20484         * gst-libs/gst/audio/multichannel.c:
20485         (gst_audio_get_channel_positions),
20486         (gst_audio_set_channel_positions),
20487         (gst_audio_set_structure_channel_positions_list),
20488         (gst_audio_fixate_channel_positions):
20489           Use gst_value_array_*() functions on value arrays, not
20490           gst_value_list_*().
20491
20492 2005-11-23  Edward Hervey  <edward@fluendo.com>
20493
20494         * autogen.sh:
20495         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20496         Fixes autogen
20497
20498 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20499
20500         * check/Makefile.am:
20501         * check/elements/videotestsrc.c: (setup_videotestsrc),
20502         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20503         (main):
20504           add a test for videotestsrc
20505
20506 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20507
20508         * gst/sine/.cvsignore:
20509         * gst/sine/Makefile.am:
20510         * gst/sine/gstsinesrc.c:
20511         * gst/sine/gstsinesrc.h:
20512         * gst/sine/sinesrc.vcproj:
20513           and remove sinesrc from the repository.  Closes #321446
20514
20515 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20516
20517         * configure.ac:
20518         * gst-plugins-base.spec.in:
20519           remove sinesrc from the build
20520
20521 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20522
20523         * check/Makefile.am:
20524         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20525         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20526         (main):
20527           add a test for audiotestsrc, testing all waves.  Even seems
20528           leak-free at first glance, nice job Stefan
20529
20530 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20531
20532         * po/af.po:
20533         * po/az.po:
20534         * po/cs.po:
20535         * po/en_GB.po:
20536         * po/hu.po:
20537         * po/it.po:
20538         * po/nb.po:
20539         * po/nl.po:
20540         * po/or.po:
20541         * po/sq.po:
20542         * po/sr.po:
20543         * po/sv.po:
20544         * po/uk.po:
20545         * po/vi.po:
20546           Translation string updates
20547
20548         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20549         (gst_v4lsrc_set_caps):
20550         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20551         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20552         * sys/v4l/v4lsrc_calls.h:
20553           Improve v4lsrc, by making it work again.
20554
20555 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20556
20557         * ext/libvisual/visual.c: (gst_visual_chain):
20558           Fix the fps calculations.
20559
20560         * gst/ffmpegcolorspace/avcodec.h:
20561           Move structure element for clarity
20562
20563         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20564         * gst-libs/gst/interfaces/tunernorm.h:
20565         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20566         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20567         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20568         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20569         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20570         (gst_v4lmjpegsrc_getcaps):
20571         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20572         (gst_v4lsrc_set_caps):
20573         * sys/v4l/gstv4lsrc.h:
20574         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20575         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20576         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20577         * sys/v4l/v4lsrc_calls.h:
20578           Fractional framerates...
20579
20580 2005-11-22  Wim Taymans  <wim@fluendo.com>
20581
20582         * gst-libs/gst/audio/gstbaseaudiosink.c:
20583         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20584         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20585         And we provide a clock by default, of course...
20586
20587 2005-11-22  Wim Taymans  <wim@fluendo.com>
20588
20589         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20590         This clock can be slaved to a master clock now.
20591
20592         * gst-libs/gst/audio/gstbaseaudiosink.c:
20593         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20594         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20595         (gst_base_audio_sink_set_clock),
20596         (gst_base_audio_sink_set_property),
20597         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20598         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20599         * gst-libs/gst/audio/gstbaseaudiosink.h:
20600         Handle slaving the internal clock to the clock selected in the
20601         pipeline.
20602         Add property to make the basesink not provide a clock.
20603
20604         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20605         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20606         (gst_base_rtp_depayload_wait):
20607         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20608         We can use the clock in GstElement, no need to store it ourselves.
20609
20610 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20611
20612         * docs/libs/tmpl/gstaudio.sgml:
20613           update
20614         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20615         (gst_paranoia_endian_get_type):
20616         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20617         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20618         * gst/audiotestsrc/gstaudiotestsrc.c:
20619         (gst_audiostestsrc_wave_get_type):
20620         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20621         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20622         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20623         (gst_sync_method_get_type), (gst_unit_type_get_type),
20624         (gst_client_status_get_type), (gst_multifdsink_class_init),
20625         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20626         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20627         (gst_multifdsink_get_property):
20628         * gst/tcp/gstmultifdsink.h:
20629         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20630         * gst/videotestsrc/gstvideotestsrc.c:
20631         (gst_videotestsrc_pattern_get_type):
20632           remove deprecated properties
20633           fix up enums to correctly have short lowercase dashed nicks
20634
20635 2005-11-22  Michael Smith <msmith@fluendo.com>
20636
20637         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20638         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20639           Add underscore.
20640
20641 2005-11-22  Michael Smith <msmith@fluendo.com>
20642
20643         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20644         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20645           Use utility method for scaling clocktime for fractional framerates.
20646
20647 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20648
20649         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20650         (gst_visual_chain):
20651         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20652         * ext/theora/theoradec.c: (theora_handle_type_packet):
20653         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20654         (theora_enc_chain):
20655         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20656         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20657         * gst-libs/gst/video/video.h:
20658         * gst/ffmpegcolorspace/avcodec.h:
20659         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20660         (gst_ffmpeg_caps_to_pixfmt):
20661         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20662         (gst_ffmpegcsp_set_caps):
20663         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20664         (gst_videorate_setcaps), (gst_videorate_blank_data),
20665         (gst_videorate_chain):
20666         * gst/videotestsrc/gstvideotestsrc.c:
20667         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20668         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20669         (gst_videotestsrc_event), (gst_videotestsrc_create):
20670         * gst/videotestsrc/gstvideotestsrc.h:
20671         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20672         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20673         (gst_ximagesink_get_times), (gst_ximagesink_init):
20674         * sys/ximage/ximagesink.h:
20675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20676         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20677         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20678         * sys/xvimage/xvimagesink.h:
20679           Convert elements to use fractions for their framerate.
20680           V4L elements to come later tonight.
20681
20682 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20683
20684         * gst-libs/gst/audio/audio.c:
20685         * gst-libs/gst/audio/audio.h:
20686           remove some deprecated functions
20687
20688 2005-11-22  Andy Wingo  <wingo@pobox.com>
20689
20690         * Update for gst_tag_setter API changes.
20691
20692 2005-11-22  Andy Wingo  <wingo@pobox.com>
20693
20694         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20695         (gst_ogg_demux_perform_seek):
20696         * ext/theora/theoradec.c (theora_dec_sink_event):
20697         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20698         update-funcnames.
20699
20700 2005-11-22  Wim Taymans  <wim@fluendo.com>
20701
20702         * examples/seeking/seek.c: (main):
20703         Give higher priority to bus signals than the gtk events
20704         to fix a race condition in the segment looping.
20705
20706 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20707
20708         * ext/theora/Makefile.am:
20709         * ext/vorbis/Makefile.am:
20710         * gst-libs/gst/tag/Makefile.am:
20711         * gst-plugins-base.spec.in:
20712           Rename libgsttagedit to libgsttag (#322117).
20713
20714 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20715
20716         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20718           Call gst_x_overlay_prepare_xwindow_id() to give applications
20719           a final chance to set their own xwindow id before the video
20720           sink creates its own window.
20721
20722 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20723
20724         * sys/xvimage/xvimagesink.c:
20725         (gst_xvimagesink_navigation_send_event): Handle navigation
20726         events correcly with borders if applicable.
20727
20728 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20729
20730         Patch by: Luca Ognibene
20731
20732         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20733         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20734         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20735         (gst_ffmpegcsp_caps_remove_format_info):
20736         * gst/ffmpegcolorspace/imgconvert.c:
20737         * gst/ffmpegcolorspace/imgconvert_template.h:
20738           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20739           #318353); use gst_structure_has_name().
20740
20741 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20742
20743         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20744         (gst_ximagesink_class_init): Add debug macros on functions.
20745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20746         (gst_xvimagesink_xwindow_draw_borders),
20747         (gst_xvimagesink_xvimage_put),
20748         (gst_xvimagesink_xwindow_update_geometry),
20749         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20750         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20751         (gst_xvimagesink_xcontext_clear),
20752         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20753         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20754         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20755         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20756         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20757         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20758         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20759         expose while being PAUSED, out of data flow navigation events, etc..
20760
20761 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20762
20763         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20764         * gst-libs/gst/audio/audio.h:
20765           fix prototype - wondering why the test worked regardless
20766
20767 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20768
20769         * check/Makefile.am:
20770         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20771         * gst-libs/gst/audio/audio.h:
20772           add a method that returns a proper GstClockTime
20773
20774 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20775
20776         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20777         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20778         * gst-libs/gst/interfaces/xoverlay.h:
20779           Remove everything having to do with the desired size; add 
20780           gst_x_overlay_prepare_xwindow_id() function; remove the
20781           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20782           post a message on the bus instead (#321816).
20783
20784         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20786         (gst_xvimagesink_xoverlay_init):
20787           Remove desired size stuff (#321816).
20788
20789 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20790
20791         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20792         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20793         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20794           Terminate vararg functions with NULL instead of 0 to 
20795           make gcc4 happy.
20796
20797 2005-11-21  Andy Wingo  <wingo@pobox.com>
20798
20799         patch by: Sebastien Cote <sebas642@yahoo.ca>
20800         
20801         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20802         * gst-libs/gst/rtp/gstrtpbuffer.c
20803         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20804
20805 2005-11-21  Andy Wingo  <wingo@pobox.com>
20806
20807         * gst/playback/gstplaybin.c (gen_audio_element) 
20808         (gen_video_element): Use the new MISSING_PLUGIN core error
20809         category. Closes #320060.
20810
20811         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20812         * gst/videorate/gstvideorate.c (gst_videorate_event):
20813         * ext/theora/theoradec.c (theora_dec_sink_event): 
20814         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20815         stream lock.
20816
20817         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20818         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20819         stream lock changes.
20820
20821 2005-11-21  Wim Taymans  <wim@fluendo.com>
20822
20823         * gst-libs/gst/audio/gstbaseaudiosink.c:
20824         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20825         (gst_base_audio_sink_provide_clock),
20826         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20827         (gst_base_audio_sink_change_state):
20828         * gst/audioresample/gstaudioresample.c:
20829         Segment update fix.
20830
20831 2005-11-21  Andy Wingo  <wingo@pobox.com>
20832
20833         * *.h:
20834         * *.c: Ran scripts/update-macros. Oh yes.
20835
20836 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20837
20838         * sys/ximage/Makefile.am:
20839         * sys/ximage/ximage.c:
20840           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20841           remove your old libgstximage.* manually if necessary).
20842
20843 2005-11-21  Michael Smith <msmith@fluendo.com>
20844
20845         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20846           Minimal fix for bug #320200: set the min/max bitrate in the correct
20847           units. A better fix would be to upgrade to the RATEMANAGE2
20848           interface, rather than using the deprecated interface used here, but
20849           that would require an update in our libvorbis dependency (to 1.1),
20850           which is probably undesirable.
20851
20852 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20853
20854         * ext/libvisual/visual.c: (get_buffer):
20855         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20856         (gst_base_audio_src_fixate):
20857         * gst/audioconvert/gstaudioconvert.c:
20858         (gst_audio_convert_fixate_caps):
20859         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20860         * gst/audiotestsrc/gstaudiotestsrc.c:
20861         (gst_audiotestsrc_src_fixate):
20862         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20863         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20864         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20865         * gst/videotestsrc/gstvideotestsrc.c:
20866         (gst_videotestsrc_src_fixate):
20867         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20869           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20870           (#322027)
20871
20872
20873 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20874
20875         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20876         (gst_riff_create_iavs_caps):
20877         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20878         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20879         (gst_riff_parse_info):
20880         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20881         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20883           Fixes for GST_FOURCC_FORMAT API change.
20884
20885 2005-11-21  Andy Wingo  <wingo@pobox.com>
20886
20887         patch by: Alessandro Dessina <alessandro nnva org>
20888
20889         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20890         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20891         (gst_ogg_parse_chain):
20892         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20893         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20894         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20895         gst_value_list calls on arrays. Fixes #321962.
20896
20897 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20898
20899         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20900         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20901         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20902         * gst/adder/gstadder.c: (gst_adder_init),
20903         (gst_adder_request_new_pad), (gst_adder_collected),
20904         (gst_adder_change_state):
20905           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20906           API change.
20907
20908 2005-11-21  Michael Smith <msmith@fluendo.com>
20909
20910         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20911         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20912           Properly handle pad_push return values.
20913
20914 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20915
20916         * gst-libs/gst/tag/Makefile.am:
20917         * gst-libs/gst/tag/gstvorbistag.c:
20918         (gst_tag_list_to_vorbiscomment_buffer):
20919           Remove obsolete vorbistag element and debug category.
20920
20921         * gst/playback/gstplaybasebin.c: (check_queue):
20922           Don't divide by 0 when queue-threshold is 0.
20923
20924         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20925           Don't modify an existing pixel-aspect-ratio if we fail to read
20926           a new one.
20927
20928 2005-11-20  Wim Taymans  <wim@fluendo.com>
20929
20930         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20931         (gst_vorbisenc_push_packet):
20932         GST_PAD_IS_USABLE is gone, use the return value of
20933         the push or pad_alloc_buffer instead.
20934
20935 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20936
20937         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20938         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20939         (gst_ximagesink_ximage_destroy),
20940         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20941         (gst_ximagesink_xwindow_new),
20942         (gst_ximagesink_xwindow_update_geometry),
20943         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20944         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20945         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20946         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20947         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20948         (gst_ximagesink_navigation_send_event),
20949         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20950         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20951         (gst_ximagesink_finalize), (gst_ximagesink_init),
20952         (gst_ximagesink_class_init):
20953         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20954         This new version brings correct software scaling, non flickering
20955         window while resizing, pixel aspect ratio handling, usage of
20956         hardware buffer pools, out of data flow event thread for 
20957         navigation and handling of expose events even when being PAUSED,
20958         a new property to keep video aspect ratio when resizing, etc...
20959
20960 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20961
20962         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20963         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20964         handling of PAR.
20965
20966 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20967
20968         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20969         Unsetting IS_SINK flag from the fakesink, so decodebin
20970         never behaves as a sink.
20971
20972 2005-11-17  Wim Taymans  <wim@fluendo.com>
20973
20974         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20975         (gst_base_audio_src_change_state):
20976         Fix the audiosrc base class again, we did not unflush.
20977
20978 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20979
20980         * examples/seeking/seek.c: (make_dv_pipeline),
20981         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20982         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20983         to ogg/vorbis/theora pipeline.
20984
20985 2005-11-17  Wim Taymans  <wim@fluendo.com>
20986
20987         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20988         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20989         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20990         Fix EOS on multiple streams.
20991         More debugging.
20992
20993 2005-11-16  Wim Taymans  <wim@fluendo.com>
20994
20995         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20996         (gst_ogg_demux_perform_seek):
20997         Segment done must include stream time.
20998
20999         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21000         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
21001         (gst_ogg_mux_change_state):
21002         Fix ogg muxer again.
21003
21004 2005-11-16  Wim Taymans  <wim@fluendo.com>
21005
21006         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
21007         Fix compile again.
21008
21009 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21010
21011         * ext/libvisual/visual.c: (gst_visual_init):
21012         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21013         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
21014         (gst_ogg_parse_chain):
21015         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
21016         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
21017         * ext/theora/theoradec.c: (gst_theora_dec_init):
21018         * ext/theora/theoraenc.c: (gst_theora_enc_init):
21019         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21020         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
21021         * gst/adder/gstadder.c: (gst_adder_class_init),
21022         (gst_adder_dispose):
21023         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
21024         * gst/subparse/gstsubparse.c: (gst_subparse_init):
21025         * gst/videorate/gstvideorate.c: (gst_videorate_init):
21026           Fix a whole set of pad template leaks
21027
21028 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21029
21030         * check/generic/states.c: (GST_START_TEST):
21031           fix the test so that it only checks for elements that are part of
21032           this source module
21033
21034 2005-11-16  Michael Smith <msmith@fluendo.com>
21035
21036         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
21037         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
21038         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21039         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21040         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
21041         (gst_ogg_mux_change_state):
21042           Fix leaking collectpads.
21043
21044 2005-11-16  Edward Hervey  <edward@fluendo.com>
21045
21046         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21047         (gst_videorate_event), (gst_videorate_chain):
21048         Handle segment seeks
21049
21050 2005-11-16  Wim Taymans  <wim@fluendo.com>
21051
21052         * gst-libs/gst/audio/gstbaseaudiosink.c:
21053         (gst_base_audio_sink_provide_clock),
21054         (gst_base_audio_sink_change_state):
21055         Set ringbuffer to non-flushing when going to PAUSED, set to
21056         flushing again when going to READY.
21057
21058         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
21059         (gst_ring_buffer_stop):
21060         Start in flushing mode by default.
21061         Don't set flushing in the _stop method, let the app call
21062         this explicitly.
21063
21064 2005-11-16  Julien MOUTTE  <julien@moutte.net>
21065
21066         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
21067         * gst-libs/gst/video/videosink.h: Add helper function needed
21068         for video sinks.
21069
21070 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
21071
21072         * gst/videoscale/gstvideoscale.c:
21073         (gst_videoscale_handle_src_event):
21074           Don't leak reference to pad parent.
21075
21076 2005-11-16  Wim Taymans  <wim@fluendo.com>
21077
21078         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
21079         Set ringbuffer to flushing when stopping so that we don't
21080         block on wait_segment anymore and livelock.
21081
21082 2005-11-16  Wim Taymans  <wim@fluendo.com>
21083
21084         * examples/seeking/seek.c: (send_event), (do_seek),
21085         (loop_toggle_cb), (segment_done), (main):
21086         Added looping checkbox.
21087
21088 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21089
21090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21091         (gst_ogg_demux_init):
21092         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21093         (gst_vorbis_dec_init):
21094           revert unrefs, they don't pass make check
21095
21096 2005-11-15  Johan Dahlin  <johan@gnome.org>
21097
21098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21099         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
21100         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21101         (gst_vorbis_dec_init):
21102         Fix pad template leaks. 
21103
21104 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
21105
21106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
21107           Make state change function thread safe.
21108
21109 2005-11-15  Edward Hervey  <edward@fluendo.com>
21110
21111         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
21112         (gst_ogg_demux_class_init):
21113         Implement GstElement::send_event, so we can send seek events
21114         in GST_STATE_READY
21115
21116 2005-11-14  Julien MOUTTE  <julien@moutte.net>
21117
21118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21119         Discovered how to take away flickering while resizing the
21120         window. Please don't put that in ximagesink, refactoring in
21121         progress.
21122
21123 2005-11-14  Michael Smith <msmith@fluendo.com>
21124
21125         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21126         (gst_multifdsink_render):
21127           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21128
21129 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
21130
21131         * gst/playback/gstplaybin.c: (gen_audio_element):
21132           Use autoaudiosink, it tends to be more widely available than
21133           autoaudiiosink.
21134           
21135 2005-11-14  Andy Wingo  <wingo@pobox.com>
21136
21137         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21138         as well if it is available. Fixes #316442.
21139
21140 2005-11-14  Michael Smith <msmith@fluendo.com>
21141
21142         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21143         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21144         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21145         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21146         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21147         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21148         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21149         (gst_vorbisenc_change_state):
21150           Fix a small memory leak in vorbisenc.
21151           Fix large memory leaks in oggmux, also fix lots of state change
21152           bugs in oggmux.
21153
21154 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21155
21156         * gst/videotestsrc/gstvideotestsrc.c:
21157         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21158         (gst_videotestsrc_src_fixate):
21159           move fixation to a fixate function
21160           remove negotiate function, basesrc's is good enough
21161           fixes a bug for check when using the element alone
21162
21163 2005-11-13  Edward Hervey  <edward@fluendo.com>
21164
21165         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21166         (key_toggle_cb), (main):
21167         Added checkboxes for adding/removing the accurate and key_unit seek
21168         flags.
21169
21170 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21171
21172         * configure.ac: back to HEAD
21173
21174 === release 0.9.5 ===
21175
21176 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
21177
21178         * configure.ac:
21179           releasing 0.9.5, "No No Kia"
21180
21181 2005-11-11  Edward Hervey  <edward@fluendo.com>
21182
21183         * examples/seeking/seek.c: (make_parselaunch_pipeline):
21184         Added parse-launch syntax seeking mode for the seeking example.
21185         This should help stress-test even more cases.
21186         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21187
21188 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21189
21190         * sys/xvimage/xvimagesink.c:
21191         (gst_xvimagesink_navigation_send_event):
21192           Check whether peer pad exists before sending navigation events
21193           to it.
21194
21195 2005-11-11  Michael Smith <msmith@fluendo.com>
21196
21197         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21198         (gst_vorbisenc_buffer_from_packet):
21199         * ext/vorbis/vorbisenc.h:
21200           Set duration on encoded buffers. This allows oggmux's
21201           max_page_delay parameter to actually work.
21202
21203 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21204
21205         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21206         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21207         (gst_ffmpegcsp_avpicture_fill):
21208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21209         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21210           Make palettes work again (see #132341). Use our own macros
21211           for rounding up.
21212
21213 2005-11-10  Andy Wingo  <wingo@pobox.com>
21214
21215         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21216         string doober.
21217
21218 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21219
21220         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21221         (gst_ffmpegcsp_transform_caps):
21222           Prefer passthrough in transform_caps
21223
21224 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21225
21226         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21227           check for ALSA errors properly, instead of relying on ALSA's
21228           error strings to serve to the user.
21229
21230 2005-11-10  Wim Taymans  <wim@fluendo.com>
21231
21232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21233         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21234         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21235         Modernise the seek code.
21236
21237 2005-11-10  Michael Smith <msmith@fluendo.com>
21238         
21239         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21240         (setup_substreams), (set_active_source):
21241           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21242           trying to go to NULL if we failed to read a file.
21243
21244 2005-11-10  Wim Taymans  <wim@fluendo.com>
21245
21246         * gst/audiotestsrc/gstaudiotestsrc.c:
21247         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21248         (gst_audiotestsrc_create):
21249         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21250         (gst_sinesrc_get_times), (gst_sinesrc_create):
21251         * gst/videotestsrc/gstvideotestsrc.c:
21252         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21253         (gst_videotestsrc_create):
21254         The base class can now sync for us.
21255
21256 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21257
21258         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21259           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21260           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21261           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21262           format=(fourcc)I420" ! xvimagesink
21263
21264 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21265
21266         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21267         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21268         (gst_sinesrc_newsegment):
21269           Send newsegment event in TIME format, set duration if
21270           num-buffers is set, fix duration querying.
21271
21272 2005-11-10  Michael Smith <msmith@fluendo.com>
21273
21274         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21275         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21276         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21277         (gst_ogg_mux_collected):
21278          Fix EOS handling, partially. Now forwarding an EOS event once we have
21279          EOS on all pads works correctly. However, we still don't properly set
21280          EOS on the actual ogg stream pages.
21281
21282 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21283
21284         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21285           Set elements to NULL state before disposing of them.
21286
21287 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21288
21289         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21290
21291         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21292         (gst_base_rtp_depayload_init),
21293         (gst_base_rtp_depayload_set_gst_timestamp):
21294         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21295           We need to send a newsegment event for each instance, not
21296           just for the first instance of this class (get rid of
21297           static variable in function). (#321011).
21298           
21299 2005-11-08  Michael Smith <msmith@fluendo.com>
21300
21301         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21302         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21303         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21304         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21305           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21306           This makes us mux things correctly according to the ogg muxing
21307           rules. Still not handling EOS correctly right now, though.
21308
21309 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21310
21311         * gst/audioconvert/gstaudioconvert.c:
21312           Fix typo in docs. 
21313
21314 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21315
21316         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21317         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21318           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21319           creating a new chain; should fix live streaming. Also
21320           add more debug output and fix a typo.
21321
21322 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21323
21324         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21325
21326         * gst/volume/gstvolume.c: (volume_set_caps):
21327           Fix compilation on Solaris with Forte. (#320923)
21328
21329 2005-11-08  Wim Taymans  <wim@fluendo.com>
21330
21331         * gst-libs/gst/audio/gstbaseaudiosink.c:
21332         (gst_base_audio_sink_render):
21333         No need to do a typecheck.
21334
21335 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21336
21337         * ext/alsa/gstalsa.h:
21338           We register a debug category, so let's use it.
21339
21340 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21341
21342         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21343         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21344         Fixed a small problem.
21345
21346 2005-11-04  Wim Taymans  <wim@fluendo.com>
21347
21348         * examples/seeking/Makefile.am:
21349         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21350         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21351         (make_playerbin_pipeline), (format_value), (update_scale),
21352         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21353         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21354         (print_usage), (main):
21355         Added app for playback speed testing.
21356
21357         * examples/seeking/seek.c: (dynamic_link),
21358         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21359         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21360         (message_received), (main):
21361         Updated seek example.
21362
21363 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21364
21365         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21366         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21367         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21368         (gst_base_rtp_depayload_set_clock):
21369         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21370         Don't sleep on the bench (system clock) when you have a nice 
21371         comfortable bed (Gstreamer clock) to sleep on.
21372
21373 2005-11-03  Wim Taymans  <wim@fluendo.com>
21374
21375         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21376         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21377         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21378         Handle the case where a pad_block failed.
21379
21380 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21381
21382         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21383
21384         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21385         (gst_base_rtp_depayload_add_to_queue),
21386         (gst_base_rtp_depayload_push),
21387         (gst_base_rtp_depayload_set_gst_timestamp),
21388         (gst_base_rtp_depayload_queue_release):
21389           Fixes some bugs in the depayloader's queuing/de-queueing code.
21390
21391 2005-10-31  Michael Smith <msmith@fluendo.com>
21392
21393         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21394         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21395         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21396           Patch from Alessandro Decina <alessandro@nnva.org>.
21397           Make oggdemux only find the final time in a chain, not per-pad,
21398           since the per-pad information can be very expensive to locate, and
21399           it isn't used anywhere. This makes reading a file containing
21400           OggSkeleton reasonably fast.
21401           Also, make chain finding work when there are logical bitstreams that
21402           can't be decoded. Fixes #319110.
21403
21404 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21405
21406         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21407         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21408         (gst_base_rtp_depayload_chain),
21409         (gst_base_rtp_depayload_add_to_queue),
21410         (gst_base_rtp_depayload_push),
21411         (gst_base_rtp_depayload_set_gst_timestamp),
21412         (gst_base_rtp_depayload_queue_release),
21413         (gst_base_rtp_depayload_start_thread),
21414         (gst_base_rtp_depayload_set_property),
21415         (gst_base_rtp_depayload_get_property):
21416         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21417         Some random fixes, to fullfill the desires of thomas.
21418
21419 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21420
21421         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21422         (gst_base_rtp_depayload_add_to_queue),
21423         (gst_base_rtp_depayload_push):
21424         Fixed the queueing algorithm.
21425
21426 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21427
21428         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21429         (gst_base_rtp_depayload_push):
21430         A small fix
21431
21432 2005-10-31  Wim Taymans  <wim@fluendo.com>
21433
21434         * gst-libs/gst/audio/gstringbuffer.h:
21435         Don't break ABI.
21436
21437         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21438         (gst_ffmpeg_caps_to_pixfmt):
21439         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21440         (gst_ffmpegcsp_set_caps):
21441         Some more comments.
21442         Handle missing required caps fields better.
21443
21444 2005-10-31  Wim Taymans  <wim@fluendo.com>
21445
21446         * gst-libs/gst/audio/gstbaseaudiosink.c:
21447         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21448         (gst_base_audio_sink_render):
21449         * gst-libs/gst/audio/gstringbuffer.c:
21450         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21451         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21452         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21453         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21454         (gst_ring_buffer_read):
21455         * gst-libs/gst/audio/gstringbuffer.h:
21456         Add flushing mode to the ringbuffer so that it in all cases does
21457         not try to handle more audio. This makes sure it does not try to
21458         block anymore when flushing and fixes a livelock.
21459
21460 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21461
21462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21463         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21464         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21465           Explicitly check for -1 values before doing a conversion
21466           and always map them to -1. (#315545)
21467
21468 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21469
21470         * gst/playback/gstplaybin.c: (gen_video_element):
21471           first try autovideosink, then xvimagesink, then error out
21472         * po/POTFILES.in:
21473           add translatable file
21474         * po/af.po:
21475         * po/az.po:
21476         * po/cs.po:
21477         * po/en_GB.po:
21478         * po/hu.po:
21479         * po/it.po:
21480         * po/nb.po:
21481         * po/nl.po:
21482         * po/or.po:
21483         * po/sq.po:
21484         * po/sr.po:
21485         * po/sv.po:
21486         * po/uk.po:
21487         * po/vi.po:
21488           update translations
21489
21490 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21491
21492         * gst-libs/gst/rtp/gstbasedepayload.c:
21493         * gst-libs/gst/rtp/gstbasedepayload.h:
21494           Minor cleanups
21495
21496 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21497
21498         * gst/playback/.cvsignore:
21499         * gst/playback/decodetest.c:
21500         * gst/playback/test3.c:
21501           Port these two tests as well.
21502
21503 2005-10-27  Wim Taymans  <wim@fluendo.com>
21504
21505         * ext/theora/theoradec.c: (theora_dec_src_query),
21506         (theora_dec_sink_event):
21507         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21508         (theora_enc_change_state):
21509         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21510         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21511         Take proper locks when handling events.
21512
21513 2005-10-27  Wim Taymans  <wim@fluendo.com>
21514
21515         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21516         (gst_adder_change_state):
21517         Fix timestamps and fix deadlock when stopping the collectpads.
21518
21519 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21520
21521         * gst-libs/gst/rtp/gstrtpbuffer.h:
21522         Declaring the payload types as strings too so that they can be used
21523         in the padtemplate inialization.
21524
21525 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21526
21527         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21528
21529         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21530         (gst_base_rtp_depayload_class_init):
21531         Fixes a small but nasty bug. The derived elements no longer segfaults
21532         on finalization.
21533
21534 2005-10-26  Michael Smith <msmith@fluendo.com>
21535
21536         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21537           When clearing an audioconvert context, set tmpbufsize to zero, so
21538           we'll allocate it again later if required.
21539           This fixes audioconvert re-negotiating formats, which previously
21540           segfaulted with a NULL destination buffer.
21541
21542 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21543
21544         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21545         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21546         (gst_base_rtp_depayload_set_gst_timestamp),
21547         (gst_base_rtp_depayload_queue_release):
21548         Fixed a smalll memleak.
21549
21550 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21551         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21552         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21553         (gst_base_rtp_depayload_finalize),
21554         (gst_base_rtp_depayload_setcaps),
21555         (gst_base_rtp_depayload_add_to_queue),
21556         (gst_base_rtp_depayload_push),
21557         (gst_base_rtp_depayload_set_gst_timestamp),
21558         (gst_base_rtp_depayload_queue_release),
21559         (gst_base_rtp_depayload_thread),
21560         (gst_base_rtp_depayload_change_state):
21561         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21562         Changed the C++ comments to C comments
21563
21564 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21565
21566         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21567         * gst/tcp/gsttcpclientsrc.h:
21568         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21569         * gst/tcp/gsttcpserversrc.h:
21570           Remove unused 'curoffset' structure member.
21571
21572 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21573
21574         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21575         (gst_base_rtp_depayload_base_init),
21576         (gst_base_rtp_depayload_finalize):
21577         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21578         * gst-libs/gst/rtp/gstbasertppayload.h:
21579           The pad-template on the sinkpad should be set by the derived classes.
21580           Also added some useful macros.
21581
21582 2005-10-24  Wim Taymans  <wim@fluendo.com>
21583
21584         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21585         Correctly flush decoder samples even if we could not
21586         copy them to an output buffer. Fixes #319618.
21587
21588 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21589
21590         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21592         the caps against our xcontext caps.
21593
21594 2005-10-24  Wim Taymans  <wim@fluendo.com>
21595
21596         * gst-libs/gst/audio/gstbaseaudiosink.c:
21597         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21598         Remove g_print
21599         Use sync property from baseclass to disable sync.
21600
21601 2005-10-24  Wim Taymans  <wim@fluendo.com>
21602
21603         * gst-libs/gst/audio/gstbaseaudiosink.c:
21604         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21605         Buffers with no timestamps get aligned with previous buffers or
21606         on underrun, played ASAP.
21607
21608 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21609
21610         * gst-libs/gst/video/video.h:
21611         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21612         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21614         here comes my change on caps for framerate and geometry range.
21615         We are now accepting 1 to MAXINT for width and height, and from
21616         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21617         to be blended correctly in videomixer.
21618
21619 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21620
21621         * configure.ac:
21622           back to HEAD
21623
21624 === release 0.9.4 ===
21625
21626 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21627
21628         * NEWS:
21629         * RELEASE:
21630         * configure.ac:
21631           releasing 0.9.4, "Velociraptor"
21632
21633 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21634
21635         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21636         * po/POTFILES.in:
21637           STOPPED -> FAILED
21638
21639 2005-10-21  Wim Taymans  <wim@fluendo.com>
21640
21641         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21642         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21643         (pad_blocked), (close_pad_link), (new_pad):
21644         Don't try to remove elements twice.
21645
21646 2005-10-21  Wim Taymans  <wim@fluendo.com>
21647
21648         * ext/theora/theoradec.c: (theora_dec_src_query),
21649         (theora_dec_sink_event):
21650         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21651         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21652         (vorbis_handle_data_packet):
21653         * ext/vorbis/vorbisdec.h:
21654         Fix old naming.
21655
21656         * gst-libs/gst/audio/gstbaseaudiosink.c:
21657         (gst_base_audio_sink_render):
21658         Don't try to sync on buffers without a timestamp.
21659
21660 2005-10-21  Wim Taymans  <wim@fluendo.com>
21661
21662         * ext/theora/theoradec.c: (theora_dec_src_query),
21663         (theora_dec_sink_event):
21664         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21665         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21666         (vorbis_handle_data_packet):
21667         * ext/vorbis/vorbisdec.h:
21668         Fix old naming.
21669
21670 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21671
21672         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21673         (gst_vorbisenc_src_query):
21674           Implement position and duration queries.
21675
21676         * gst/playback/test3.c: (update_scale), (main):
21677           Fix for async state changes and print nicer output.
21678
21679 2005-10-20  Wim Taymans  <wim@fluendo.com>
21680
21681         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21682         (dump_element_stats), (main):
21683         * gst/playback/test6.c: (main):
21684         Fix tests again
21685
21686 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21687
21688         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21689         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21690           Don't use functions for position queries when handling
21691           duration queries.
21692
21693 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21694
21695         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21696         (vorbis_handle_data_packet), (vorbis_dec_chain),
21697         (vorbis_dec_change_state):
21698         * ext/vorbis/vorbisdec.h:
21699           Vorbis streams can be embedded in other container formats
21700           than ogg, container formats where the demuxer might set 
21701           timestamps on encoded vorbis buffers instead of those silly 
21702           granulepos thingies. In short: make vorbisdec handle 
21703           timestamps on incoming buffers as well.
21704
21705 2005-10-20  Wim Taymans  <wim@fluendo.com>
21706
21707         * gst/playback/gstplaybasebin.c: (group_destroy),
21708         (gst_play_base_bin_change_state):
21709         Fix leak.
21710         Handle case where playbasebin is now ASYNC because
21711         decodebin is.
21712
21713 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21714
21715         * gst/audioconvert/Makefile.am:
21716         * gst/audioconvert/bufferframesconvert.c:
21717         * gst/audioconvert/plugin.c: (plugin_init):
21718         * gst/audioconvert/plugin.h:
21719           And bye bye buffer-frames-convert
21720
21721 2005-10-19  Wim Taymans  <wim@fluendo.com>
21722
21723         * check/elements/audioconvert.c:
21724         * docs/libs/tmpl/gstaudio.sgml:
21725         * docs/libs/tmpl/gstcolorbalance.sgml:
21726         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21727         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21728         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21729         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21730         * gst-libs/gst/audio/audio.h:
21731         * gst/audioconvert/audioconvert.h:
21732         * gst/audioconvert/gstaudioconvert.c:
21733         (gst_audio_convert_parse_caps):
21734         * gst/volume/gstvolume.c:
21735         Bye bye buffer-frames.
21736
21737 2005-10-19  Wim Taymans  <wim@fluendo.com>
21738
21739         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21740         (query_positions_elems), (query_positions_pads), (update_scale),
21741         (do_seek), (set_update_scale), (message_received), (main):
21742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21743         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21744         (gst_ogg_demux_loop):
21745         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21746         * ext/theora/theoradec.c: (theora_dec_src_query),
21747         (theora_dec_sink_event):
21748         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21749         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21750         * gst/adder/gstadder.c: (gst_adder_query):
21751         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21752         * gst/playback/test3.c: (update_scale):
21753         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21754         (dump_element_stats), (main):
21755         * gst/playback/test6.c: (main):
21756         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21757         Query API update.
21758
21759 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21760
21761         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21762         (xml_check_first_element), (xml_type_find), (smil_type_find),
21763         (plugin_init):
21764           Add typefinding for SMIL and for generic XML. Based on patch by
21765           Akos Maroy (#308663).
21766
21767 2005-10-18  Wim Taymans  <wim@fluendo.com>
21768
21769         * gst/playback/Makefile.am:
21770         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21771         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21772         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21773         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21774         (gst_decode_bin_change_state):
21775         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21776         (gst_play_bin_send_event_to_sink):
21777         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21778         (dump_element_stats), (main):
21779         * gst/playback/test6.c: (main):
21780         Make playbin async, it'll commit state to paused when all streams
21781         are detected.
21782         Remove ugly hack.
21783         Added test6.c to show async behaviour.
21784
21785 2005-10-18  Wim Taymans  <wim@fluendo.com>
21786
21787         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21788         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21789         Fix for segment-start/stop API change.
21790
21791 2005-10-18  Wim Taymans  <wim@fluendo.com>
21792
21793         * check/Makefile.am:
21794         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21795         (main):
21796         Add future test for clock selection.
21797
21798 2005-10-18  Wim Taymans  <wim@fluendo.com>
21799
21800         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21801         (gst_alsasink_close):
21802         Set handle to NULL.
21803
21804         * gst-libs/gst/audio/gstringbuffer.c:
21805         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21806         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21807         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21808         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21809         (gst_ring_buffer_read):
21810         More debug info.
21811
21812 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21813
21814         * gst/audiotestsrc/Makefile.am:
21815         * gst/sine/Makefile.am:
21816         * gst/volume/Makefile.am:
21817           fix broken build of controllerized plugins
21818
21819 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21820
21821         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21822
21823         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21824         (gst_riff_create_video_template_caps):
21825           Add support for Indeo-3 (IV32).
21826
21827 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21828
21829         * configure.ac:
21830           rewrite
21831
21832 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21833
21834         * gst-libs/gst/video/video.c: (gst_video_get_size):
21835         * gst/audiotestsrc/gstaudiotestsrc.c:
21836           doc updates
21837
21838 2005-10-17  Andy Wingo  <wingo@pobox.com>
21839
21840         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21841         with the collectpads change.
21842         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21843
21844         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21845
21846         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21847
21848         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21849         alloc_buffer flow return to callers.
21850         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21851         change. Fix some memleaks in theoraenc.
21852
21853         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21854         in strange circumstance.
21855
21856 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21857
21858         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21859         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21860         from caps, let's use the caps...
21861
21862 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21863
21864         * configure.ac:
21865           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21866
21867 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21868
21869         * gst-libs/gst/interfaces/Makefile.am:
21870           fix silly typo
21871
21872 2005-10-16  Andy Wingo  <wingo@pobox.com>
21873
21874         * gst/playback/gstdecodebin.c
21875         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21876         function!
21877         (try_to_link_1): Increase kraziness level.
21878
21879 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21880
21881         * configure.ac:
21882           restructure like the core one
21883         * gst-libs/gst/audio/Makefile.am:
21884         * gst-libs/gst/interfaces/Makefile.am:
21885         * gst-libs/gst/net/Makefile.am:
21886         * gst-libs/gst/riff/Makefile.am:
21887         * gst-libs/gst/rtp/Makefile.am:
21888         * gst-libs/gst/tag/Makefile.am:
21889         * gst-libs/gst/video/Makefile.am:
21890           use correct linker flags, now the libs are properly versioned
21891         * check/elements/audioconvert.c: (verify_convert):
21892         * ext/alsa/gstalsaplugin.c:
21893         * ext/cdparanoia/gstcdparanoia.c:
21894         * ext/gnomevfs/gstgnomevfs.c:
21895         * ext/libvisual/visual.c:
21896         * ext/ogg/gstogg.c:
21897         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21898         * ext/theora/theora.c:
21899         * ext/vorbis/vorbis.c:
21900         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21901         * gst-libs/gst/tag/gsttagediting.c:
21902         * gst-libs/gst/video/video.c:
21903         * gst/adder/gstadder.c:
21904         * gst/audioconvert/plugin.c:
21905         * gst/audiorate/gstaudiorate.c:
21906         * gst/audioresample/gstaudioresample.c:
21907         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21908         * gst/audioscale/gstaudioscale.c:
21909         * gst/audioscale/resample.c:
21910         * gst/audiotestsrc/gstaudiotestsrc.c:
21911         * gst/ffmpegcolorspace/gstffmpeg.c:
21912         * gst/playback/gstdecodebin.c: (close_pad_link):
21913         * gst/playback/gstplaybin.c: (gen_video_element),
21914         (gen_audio_element):
21915         * gst/sine/gstsinesrc.c:
21916         * gst/subparse/gstsubparse.c:
21917         * gst/tags/gsttagediting.c:
21918         * gst/tcp/gsttcpplugin.c:
21919         * gst/typefind/gsttypefindfunctions.c:
21920         * gst/videorate/gstvideorate.c:
21921         * gst/videoscale/gstvideoscale.c:
21922         * gst/videotestsrc/gstvideotestsrc.c:
21923         * gst/volume/gstvolume.c:
21924         * sys/v4l/gstv4l.c:
21925         * sys/ximage/ximage.c:
21926         * sys/xvimage/xvimagesink.c:
21927           fix up defines
21928
21929 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21930
21931         * ext/vorbis/vorbisenc.c:
21932         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21933         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21934         (gst_tag_to_vorbis_comments):
21935           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21936
21937 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21938
21939         * examples/stats/mp2ogg.c:
21940         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21941           typo fixes
21942
21943 2005-10-13  Michael Smith <msmith@fluendo.com>
21944
21945         * ext/ogg/gstoggmux.c:
21946           Use magic glib macros to define constants as 64 bit, to ensure
21947           appropriate vararg passing.
21948
21949 2005-10-13  Michael Smith <msmith@fluendo.com>
21950
21951         * ext/ogg/gstoggmux.c:
21952         * gst/audioconvert/audioconvert.c: (float):
21953           Don't use LL suffix, as it's not portable, and neither of these
21954           uses required it anyway.
21955
21956 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21957
21958         * examples/indexing/indexmpeg.c: (main):
21959         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21960         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21961         (cdparanoia_convert), (cdparanoia_query):
21962         * ext/cdparanoia/gstcdparanoia.h:
21963         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21964         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21965         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21966         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21967         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21968         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21969         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21970         (gst_multifdsink_render), (gst_multifdsink_start),
21971         (gst_multifdsink_stop):
21972         * gst/tcp/gstmultifdsink.h:
21973         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21974         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21975         (gst_tcpclientsink_stop):
21976         * gst/tcp/gsttcpclientsink.h:
21977         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21978         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21979         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21980         * gst/tcp/gsttcpclientsrc.h:
21981         * gst/tcp/gsttcpserversink.h:
21982         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21983         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21984         (gst_tcpserversrc_stop):
21985         * gst/tcp/gsttcpserversrc.h:
21986         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21987         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21988         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21989           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21990           moved bitshift from macro to enum definition
21991
21992 2005-10-12  Wim Taymans  <wim@fluendo.com>
21993
21994         * examples/seeking/Makefile.am:
21995         Oops.
21996
21997 2005-10-12  Wim Taymans  <wim@fluendo.com>
21998
21999         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22000         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22001         Don't assert on normal stuff.
22002
22003         * gst/playback/gstplaybin.c: (do_playbin_seek):
22004         API fix.
22005
22006 2005-10-12  Wim Taymans  <wim@fluendo.com>
22007
22008         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22009         * examples/seeking/Makefile.am:
22010         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
22011         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22012         (do_seek), (set_update_scale), (message_received), (main):
22013         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22014         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22015         Update for _get_state() API change.
22016
22017 2005-10-11  Wim Taymans  <wim@fluendo.com>
22018
22019         * gst-libs/gst/audio/gstbaseaudiosink.c:
22020         (gst_base_audio_sink_render):
22021         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22022         (gst_base_audio_src_create):
22023         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22024         (gst_ring_buffer_read):
22025         Cleanups.
22026         Commit and read from ringbuffer in samples rather than bytes.
22027
22028 2005-10-11  Wim Taymans  <wim@fluendo.com>
22029
22030         * gst-libs/gst/audio/gstbaseaudiosink.c:
22031         (gst_base_audio_sink_render):
22032         Respect segment rate and accum when scheduling samples.
22033
22034 2005-10-11  Julien MOUTTE  <julien@moutte.net>
22035
22036         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
22037         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
22038         EOS correctly, that needs more work.
22039
22040 2005-10-11  Wim Taymans  <wim@fluendo.com>
22041
22042         * check/generic/states.c: (GST_START_TEST):
22043         remove old property.
22044
22045         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22046         (gst_ogg_demux_perform_seek):
22047         * ext/theora/theoradec.c: (theora_dec_sink_event):
22048         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22049         (vorbis_handle_data_packet):
22050         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22051         (gst_base_rtp_depayload_set_gst_timestamp):
22052         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22053         Update for newsegment API change.
22054
22055 2005-10-11  Michael Smith <msmith@fluendo.com>
22056
22057         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
22058         (do_playbin_seek), (gst_play_bin_send_event):
22059           Override send_event differently, so that we can takes bits of
22060           functionality from GstPipeline (special handling for seeks,
22061           including pausing/resuming, and resetting stream time) and still get
22062           the appropriate behaviour of only forwarding event to a single sink,
22063           rather than all of them.
22064           Unfortunately requires a lot of code duplication, but the
22065           alternatives are equally ugly in the end.
22066
22067 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22068
22069         * check/elements/audioconvert.c: (setup_audioconvert),
22070         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22071         (GST_START_TEST), (audioconvert_suite):
22072           clean up tests a little, fix some leaks.
22073
22074 2005-10-10  Wim Taymans  <wim@fluendo.com>
22075
22076         * ext/alsa/gstalsasink.c:
22077         Also allow unsigned int.
22078
22079         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22080         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22081         Small cleanup
22082
22083 2005-10-10  Wim Taymans  <wim@fluendo.com>
22084
22085         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22086         Small update, use API as stated in design docs.
22087
22088         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22089         (update_scale), (do_seek), (seek_cb), (set_update_scale),
22090         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
22091         (message_received), (main):
22092         Updated seek example for GOption. Some usability improvements.
22093
22094 2005-10-10  Wim Taymans  <wim@fluendo.com>
22095
22096         * gst/audioconvert/audioconvert.h:
22097         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22098         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
22099         Alloc temp storage somewhere else where we can do it more
22100         portable.
22101
22102 2005-10-10  Wim Taymans  <wim@fluendo.com>
22103
22104         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
22105         (gst_tcpserversrc_start):
22106         Don't block in accept while doing the state change, move
22107         to poll and make cancellable.
22108
22109 2005-10-09  Philippe Khalaf <burger@speedy.org>
22110
22111         * gst-libs/gst/rtp/rtpbasedepayload.c:
22112         Set timestamp and add queue delay to timestamp
22113         * gst-libs/gst/rtp/rtpbuffer.h:
22114         Set correct payload type for h263
22115
22116 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22117
22118         * gst/audiotestsrc/gstaudiotestsrc.c:
22119         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22120         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22121         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22122         (gst_audiotestsrc_create_triangle),
22123         (gst_audiotestsrc_create_silence),
22124         (gst_audiotestsrc_create_white_noise),
22125         (gst_audiotestsrc_init_pink_noise),
22126         (gst_audiotestsrc_generate_pink_noise_value),
22127         (gst_audiotestsrc_create_pink_noise),
22128         (gst_audiotestsrc_change_wave):
22129         * gst/audiotestsrc/gstaudiotestsrc.h:
22130           fixed typo, added pink noise
22131
22132 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22133
22134         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22135         (plugin_init):
22136           Add wavpack and spc typefind functions from 0.8 branch.
22137
22138 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22139
22140         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22141         (ar_type_find), (msdos_type_find), (plugin_init):
22142           Add typefind functions for tar archives, ar archives,
22143           RAR archives, and msdos-executables (dlls, exe, etc.).
22144           Some of those would be wrongly identified as mpeg
22145           streams of some sort before (#315550).
22146
22147 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22148
22149         * configure.ac:
22150         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22151         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22152         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22153         * gst/audiotestsrc/Makefile.am:
22154         * gst/audiotestsrc/gstaudiotestsrc.c:
22155         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22156         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22157         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22158         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22159         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22160         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22161         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22162         (gst_audiotestsrc_create_silence),
22163         (gst_audiotestsrc_create_white_noise),
22164         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22165         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22166         (gst_audiotestsrc_start), (plugin_init):
22167         * gst/audiotestsrc/gstaudiotestsrc.h:
22168           add new plugin and element
22169         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22170           use gobject_class
22171
22172 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22173
22174         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22175         (gst_adder_init), (gst_adder_request_new_pad),
22176         (gst_adder_change_state):
22177           Add query function to source pad, so adder reports the correct
22178           time/sample position when queried (#315457); fix state change
22179           function; use GST_DEBUG_FUNCPTR() for pad functions.
22180
22181 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22182
22183         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22184           Fix leaks in typefind registration
22185           Clean up the gratuitous commenting and whitespacing a little
22186
22187 2005-10-08  Wim Taymans  <wim@fluendo.com>
22188
22189         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22190         Only actually wait for the thread to be stopped if it's 
22191         running.
22192
22193 2005-10-08  Wim Taymans  <wim@fluendo.com>
22194
22195         * gst-libs/gst/audio/gstbaseaudiosink.c:
22196         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22197         If we receive EOS we can start playback of what we had.
22198
22199 2005-10-08  Wim Taymans  <wim@fluendo.com>
22200
22201         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22202         (gst_multifdsink_finalize), (multifdsink_hash_remove),
22203         (gst_multifdsink_stop):
22204         Fix crasher when going to NULL multiple times.
22205
22206 2005-10-06  Wim Taymans  <wim@fluendo.com>
22207
22208         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22209         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22210         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22211         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22212         patch from Edgard Lima <edgard.lima@indt.org.br>
22213         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22214
22215 2005-10-06  Wim Taymans  <wim@fluendo.com>
22216
22217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22218         Report the FLOW_RETURN as string in the error message.
22219
22220         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22221         Don't assert when clearing an unnegotiated buffer.
22222
22223 2005-10-04  Michael Smith <msmith@fluendo.com>
22224
22225         * gst/playback/gstplaybasebin.c: (group_destroy),
22226         (gen_preroll_element), (remove_groups), (setup_source):
22227         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22228         (setup_sinks), (gst_play_bin_send_event),
22229         (gst_play_bin_change_state):
22230           Set state to NULL before removing from bin. Fix refcounting.
22231
22232 2005-10-04  Michael Smith <msmith@fluendo.com>
22233
22234         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22235           Correct refcounting in send_event() function. Previously was wrong
22236           if the first sink was unable to handle the event.
22237
22238 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22239
22240         * configure.ac:
22241           back to development
22242
22243 === release 0.9.3 ===
22244
22245 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22246
22247         * configure.ac:
22248           Releasing 0.9.3, "De Facto"
22249
22250 2005-10-03  Andy Wingo  <wingo@pobox.com>
22251
22252         * gst/playback/gstdecodebin.c (try_to_link_1)
22253         (remove_element_chain): set element to NULL before removing it.
22254
22255 2005-10-02  Johan Dahlin  <johan@gnome.org>
22256
22257         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22258         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22259         MT safe.
22260
22261 2005-10-02  Andy Wingo  <wingo@pobox.com>
22262
22263         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22264         (gst_ring_buffer_prepare_read): 
22265         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22266         Demote to LOG.
22267
22268 2005-09-29  Wim Taymans  <wim@fluendo.com>
22269
22270         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22271         * ext/theora/theoradec.c: (theora_handle_data_packet):
22272         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22273         Propagate error codes from alloc_buffer too.
22274
22275 2005-09-29  Wim Taymans  <wim@fluendo.com>
22276
22277         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22278         We use fixed caps.
22279
22280         * gst/playback/Makefile.am:
22281         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22282         (dump_element_stats), (main):
22283         Added example stream introspection code.
22284
22285 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22286
22287         * gst/adder/gstadder.c: (gst_adder_collected):
22288           fix adder for float elements
22289
22290 2005-09-28  Wim Taymans  <wim@fluendo.com>
22291
22292         * gst-libs/gst/audio/gstbaseaudiosink.c:
22293         (gst_base_audio_sink_class_init),
22294         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22295         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22296         (gst_base_audio_src_class_init),
22297         (gst_base_audio_src_provide_clock):
22298         get_clock -> provide_clock
22299
22300 2005-09-28  Andy Wingo  <wingo@pobox.com>
22301
22302         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22303         and unlocking.
22304
22305         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22306         unlocking.
22307
22308         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22309         Actually add the pad template.
22310         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22311
22312         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22313         I'm at it...
22314
22315         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22316         from fdsrc. Get caps in create() instead of start() so it can be
22317         interrupted. Interruption somewhat untested.
22318
22319         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22320         Proper EOS handling.
22321
22322 2005-09-27  Andy Wingo  <wingo@pobox.com>
22323
22324         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22325
22326         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22327
22328         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22329
22330         * gst/tcp/gsttcp.h: 
22331         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22332         out of tcpclientsrc.c. Cancellable.
22333         (gst_tcp_socket_read): Made private, cancellable, with better
22334         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22335         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22336         whole buffer, and better diagnostics.
22337         (gst_tcp_gdp_read_caps): Same.
22338
22339         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22340
22341 2005-09-26  Andy Wingo  <wingo@pobox.com>
22342
22343         * gst/sine/gstsinesrc.h:
22344         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22345         change the 'sync' property to 'is-live' and implement it halfway,
22346         update for controller api change.
22347
22348         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22349         controller api change.
22350
22351 2005-09-24  Wim Taymans  <wim@fluendo.com>
22352
22353         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22354         * gst-libs/gst/audio/gstaudiosink.c:
22355         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22356         (gst_audioringbuffer_stop):
22357         * gst-libs/gst/audio/gstbaseaudiosink.c:
22358         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22359         (gst_base_audio_sink_change_state):
22360         * gst-libs/gst/audio/gstbaseaudiosink.h:
22361         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22362         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22363         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22364         * gst-libs/gst/audio/gstringbuffer.h:
22365         Fix sync again. Moved sample alignment to basesink.
22366
22367 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22368
22369         * docs/plugins/Makefile.am:
22370         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22371         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22372         * gst/volume/gstvolume.c:
22373           add/fix docs
22374         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22375         * gst-libs/gst/audio/audio.h:
22376           add conversion macros for frames <-> clocktime
22377
22378 2005-09-23  David Schleef  <ds@schleef.org>
22379
22380         * gst/audioresample/Makefile.am:
22381         * gst/audioresample/debug.h:
22382         * gst/audioresample/gstaudioresample.c:
22383         * gst/audioresample/resample.c: Convert to using gst debugging
22384
22385 2005-09-22  Wim Taymans  <wim@fluendo.com>
22386
22387         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22388         (gst_play_bin_send_event):
22389         Only seek on one sink, the first one that succeeds.
22390
22391 2005-09-22  Michael Smith <msmith@fluendo.com>
22392
22393         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22394         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22395         Don't flush encoder state unless we have an initialised encoder.
22396         Clear out encoder state on PAUSED_TO_READY.
22397
22398 2005-09-22  Wim Taymans  <wim@fluendo.com>
22399
22400         * gst-libs/gst/rtp/gstbasertppayload.c:
22401         (gst_basertppayload_class_init), (gst_basertppayload_init),
22402         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22403         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22404         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22405         (gst_basertppayload_set_property),
22406         (gst_basertppayload_get_property),
22407         (gst_basertppayload_change_state):
22408         * gst-libs/gst/rtp/gstbasertppayload.h:
22409         Added max-ptime to control amount of data in the rtp packets.
22410
22411 2005-09-21  Andy Wingo  <wingo@pobox.com>
22412
22413         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22414         thingies.
22415
22416         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22417         can be called multiple times, dogs.
22418
22419 2005-09-21  Wim Taymans  <wim@fluendo.com>
22420
22421         * gst-libs/gst/rtp/gstbasertppayload.c:
22422         (gst_basertppayload_class_init), (gst_basertppayload_init),
22423         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22424         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22425         (gst_basertppayload_push), (gst_basertppayload_get_property),
22426         (gst_basertppayload_change_state):
22427         Allow 0 ssrc too.
22428
22429 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22430
22431         * docs/libs/compiling.sgml:
22432           fixing typos
22433
22434 2005-09-20  Wim Taymans  <wim@fluendo.com>
22435
22436         * gst-libs/gst/rtp/gstbasertppayload.c:
22437         (gst_basertppayload_class_init), (gst_basertppayload_init),
22438         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22439         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22440         (gst_basertppayload_push), (gst_basertppayload_set_property),
22441         (gst_basertppayload_get_property),
22442         (gst_basertppayload_change_state):
22443         * gst-libs/gst/rtp/gstbasertppayload.h:
22444         Added property to configure sequence number offsets.
22445
22446 2005-09-20  Wim Taymans  <wim@fluendo.com>
22447
22448         * gst-libs/gst/rtp/gstbasertppayload.c:
22449         (gst_basertppayload_class_init), (gst_basertppayload_init),
22450         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22451         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22452         (gst_basertppayload_push), (gst_basertppayload_set_property),
22453         (gst_basertppayload_get_property),
22454         (gst_basertppayload_change_state):
22455         * gst-libs/gst/rtp/gstbasertppayload.h:
22456         Make timestamp offset configurable.
22457
22458 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22459
22460         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22461           fix wrong pop/unref
22462
22463 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22464
22465         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22466
22467         * gst-libs/gst/interfaces/propertyprobe.c:
22468         (gst_property_probe_probe_property_name),
22469         (gst_property_probe_needs_probe_name),
22470         (gst_property_probe_get_values_name),
22471         (gst_property_probe_probe_and_get_values_name):
22472           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22473           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22474
22475 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22476
22477         * check/Makefile.am:
22478           have some tests be disabled for valgrinding
22479         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22480         (GST_START_TEST):
22481         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22482           Fix A Leak.  Chain To Parent Finalize.
22483
22484 2005-09-19  Wim Taymans  <wim@fluendo.com>
22485
22486         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22487         Fixed wav pipeline.
22488
22489 2005-09-19  Wim Taymans  <wim@fluendo.com>
22490
22491         * gst-libs/gst/rtp/gstbasertppayload.c:
22492         (gst_basertppayload_class_init), (gst_basertppayload_init),
22493         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22494         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22495         (gst_basertppayload_push), (gst_basertppayload_get_property),
22496         (gst_basertppayload_change_state):
22497         Posting ERROR and WARNING messages is good.
22498
22499 2005-09-19  Wim Taymans  <wim@fluendo.com>
22500
22501         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22502         (gst_base_rtp_depayload_add_to_queue),
22503         (gst_base_rtp_depayload_push),
22504         (gst_base_rtp_depayload_set_gst_timestamp),
22505         (gst_base_rtp_depayload_queue_release):
22506         This one was not supposed to go in.
22507
22508 2005-09-19  Wim Taymans  <wim@fluendo.com>
22509
22510         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22511         Fix for bus API.
22512
22513         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22514         (gst_base_rtp_depayload_chain),
22515         (gst_base_rtp_depayload_add_to_queue),
22516         (gst_base_rtp_depayload_push),
22517         (gst_base_rtp_depayload_set_gst_timestamp),
22518         (gst_base_rtp_depayload_queue_release):
22519         Some cleanups.
22520
22521         * gst-libs/gst/rtp/gstbasertppayload.c:
22522         (gst_basertppayload_class_init), (gst_basertppayload_init),
22523         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22524         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22525         (gst_basertppayload_get_property),
22526         (gst_basertppayload_change_state):
22527         Added debugging category.
22528
22529 2005-09-18  David Schleef  <ds@schleef.org>
22530
22531         * gst/playback/gstdecodebin.c: free plugin list correctly
22532         * gst/playback/gstplaybin.c: emit warning if autovideosink
22533           and autoaudiosink can't be found (instead of segfaulting)
22534
22535 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22536
22537         * check/elements/audioconvert.c: (GST_START_TEST):
22538           try out 24 bit conversion
22539
22540 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22541
22542         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22543         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22544         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22545         * ext/vorbis/vorbisenc.h:
22546           Fix EOS handling.  Still needs a fix in the ogg muxer to
22547           mark the last page as eos.
22548
22549 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22550
22551         * common/gtk-doc-plugins.mak:
22552         * docs/plugins/Makefile.am:
22553         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22554         * gst/ffmpegcolorspace/Makefile.am:
22555         * gst/ffmpegcolorspace/avcodec.h:
22556         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22557         * gst/tcp/gstmultifdsink.c:
22558           fix up ffmpegcolorspace docs; extract header
22559
22560 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22561
22562         * common/gtk-doc-plugins.mak:
22563         * docs/plugins/Makefile.am:
22564         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22565         * ext/theora/Makefile.am:
22566         * ext/theora/gsttheoraenc.h:
22567         * ext/theora/theoraenc.c:
22568         * ext/vorbis/vorbisenc.c:
22569           pick up signals and args for vorbis; add some docs for vorbis
22570
22571 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22572
22573         * common/gstdoc-scangobj:
22574         * common/gtk-doc-plugins.mak:
22575         * docs/libs/Makefile.am:
22576         * docs/plugins/gst-plugins-base-plugins.args:
22577         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22578         * docs/plugins/gst-plugins-base-plugins.interfaces:
22579         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22580         * docs/plugins/gst-plugins-base-plugins.signals:
22581           only scanobj stuff from our source module.  Not sure yet
22582           if that's correct, given the hierarchy stuff :)
22583
22584 2005-09-15  Wim Taymans  <wim@fluendo.com>
22585
22586         * gst/audioconvert/gstaudioconvert.c:
22587         And enable 24 bits mode as well..
22588
22589 2005-09-15  Wim Taymans  <wim@fluendo.com>
22590
22591         * gst-libs/gst/rtp/Makefile.am:
22592         * gst-libs/gst/rtp/gstbasertppayload.c:
22593         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22594         (gst_basertppayload_class_init), (gst_basertppayload_init),
22595         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22596         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22597         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22598         (gst_basertppayload_set_property),
22599         (gst_basertppayload_get_property),
22600         (gst_basertppayload_change_state):
22601         * gst-libs/gst/rtp/gstbasertppayload.h:
22602         Added rtp payloader base class.
22603
22604 2005-09-15  Andy Wingo  <wingo@pobox.com>
22605
22606         * configure.ac (plugindir): Remove the EOL matcher from the
22607         regexp, as it causes me problems. Libtool? Make? Who knows?
22608
22609 2005-09-14  David Schleef  <ds@schleef.org>
22610
22611         * check/generic/states.c: 
22612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22613         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22614           Fixes for changes in registry API.
22615
22616         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22617           to GST_PLUGIN_LDFLAGS.
22618         * ext/libvisual/visual.c: Make the library shut up.
22619         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22620         * gst-libs/gst/audio/gstaudiofilter.c: same
22621
22622 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22623
22624         * docs/plugins/Makefile.am:
22625         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22626         * docs/plugins/inspect/plugin-libvisual.xml:
22627         * docs/plugins/tmpl/element-tcpserversink.sgml:
22628         * ext/theora/theoraenc.c:
22629           add libvisual plugin and theoraenc element to docs
22630
22631 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22632
22633         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22634         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22635         * ext/theora/theoraenc.c:
22636           add theoraenc
22637
22638 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22639
22640         * gst/audioconvert/Makefile.am:
22641           Audioconvert derives from GstBaseTransform and should
22642           link to the library with our base elements to avoid
22643           unresolved symbols. Makes things work with MinGW (#316160)
22644
22645         * gst/playback/test4.c: (main):
22646           Fix MinGW build problem and use g_usleep() instead of 
22647           sleep() (#316162)
22648
22649 2005-09-12  Wim Taymans  <wim@fluendo.com>
22650
22651         * gst/audioconvert/audioconvert.c: (float),
22652         (audio_convert_prepare_context), (audio_convert_convert):
22653         * gst/audioconvert/audioconvert.h:
22654         Cleanups, speedups, simplifications, added back support
22655         for 24 bits.
22656
22657 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22658
22659         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22660         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22661         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22662         * docs/plugins/tmpl/element-tcpserversink.sgml:
22663         * gst/ffmpegcolorspace/gstffmpeg.c:
22664         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22665         * gst/videotestsrc/gstvideotestsrc.c:
22666         * gst/volume/gstvolume.c:
22667           add more elements to the docs
22668
22669 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22670
22671         * check/Makefile.am:
22672         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22673         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22674           Add extra tests for basetransform based components. 
22675           Comment out the test_element_negotiation test until we decide
22676           if it's testing correct behaviour.
22677         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22678         (gst_visual_chain), (gst_visual_change_state):
22679           Slightly more correct but still bogus timestamping.
22680           Fix state change function.
22681         * gst/audioconvert/gstaudioconvert.c:
22682         (gst_audio_convert_class_init):
22683         * gst/audioresample/gstaudioresample.c:
22684         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22685         (gst_ffmpegcsp_class_init):
22686         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22687         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22688         (gst_videoscale_prepare_image):
22689         * gst/volume/gstvolume.c: (gst_volume_class_init),
22690         (volume_transform_ip):
22691           Basetransform updates. Enable passthrough modes.
22692         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22693         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22694         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22695           Negotiation fix that allows the window to return to the original
22696           size and renegotiate passthrough upstream. Extra debug output.
22697
22698 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22699
22700         * gst/sine/gstsinesrc.c:
22701         * gst/volume/gstvolume.c:
22702           fix up header include
22703
22704 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22705
22706         * gst-libs/gst/audio/gstbaseaudiosink.c:
22707         (gst_base_audio_sink_render):
22708         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22709         * gst/volume/gstvolume.c: (gst_volume_class_init),
22710         (volume_transform):
22711           fixing lost sync, some more debugging
22712
22713 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22714
22715         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22716         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22717         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22718         (gst_xvimagesink_check_xshm_calls):
22719           Fix compilation when XShm is not available.
22720
22721 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22722
22723         * ext/libvisual/visual.c: (gst_visual_dispose),
22724         (gst_visual_getcaps), (gst_visual_src_setcaps),
22725         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22726         (gst_visual_change_state):
22727           Finish fixing up libvisual plugin so that it runs. 
22728
22729 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22730
22731         * ext/vorbis/vorbisenc.c:
22732         * gst-libs/gst/tag/gstvorbistag.c:
22733           gsttaginterface.h -> gsttagsetter.h
22734
22735 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22736
22737         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22738           added another test that failes for me (test is not active by default)
22739
22740 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22741
22742         * configure.ac:
22743           v4l2 is no longer in gst-plugins-base
22744
22745 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22746
22747         * configure.ac:
22748           In the output at the end, don't show the first plugin on the same
22749           line as "Core plug-ins, always built:".
22750           Indent the output as for other plugin categories
22751         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22752           #define that can be used to not use peer buffer_alloc functions for
22753           test purposes.
22754         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22755         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22756         (gst_ximagesink_show_frame):
22757         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22758         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22759         (gst_xvimagesink_show_frame):
22760           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22761           fails gracefully instead of XError aborting or deadlocking.
22762
22763 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22764
22765         * ext/libvisual/Makefile.am:
22766           link against gst-base-libs
22767
22768 2005-09-06  David Schleef  <ds@schleef.org>
22769
22770         * configure.ac: Enable libvisual plugin.
22771         * ext/libvisual/Makefile.am:
22772         * ext/libvisual/visual.c: Fixes to make it compile.
22773
22774 === release 0.9.2 ===
22775
22776 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22777
22778         * NEWS:
22779         * RELEASE:
22780         * configure.ac:
22781         * docs/random/ChangeLog-0.8:
22782           releasing 0.9.2, "Spoon"
22783
22784 2005-09-05  Michael Smith <msmith@fluendo.com>
22785
22786         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22787           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22788           that in the vorbisenc element.
22789
22790 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22791
22792         * common/gtk-doc-plugins.mak:
22793         * docs/plugins/Makefile.am:
22794           fix distcheck
22795         * gst/audioresample/resample.c:
22796           fix wrong docstring
22797
22798 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22799
22800         * common/gst-xmlinspect.py:
22801         * common/gtk-doc-plugins.mak:
22802           only inspect plugins for this given package
22803           require gst-python 0.9
22804
22805 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22806
22807         * Makefile.am:
22808         * autogen.sh:
22809         * common/gst-xmlinspect.py:
22810         * configure.ac:
22811         * docs/Makefile.am:
22812         * docs/plugins/inspect/plugin-alsa.xml:
22813         * docs/plugins/inspect/plugin-audioresample.xml:
22814         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22815         * docs/plugins/inspect/plugin-ogg.xml:
22816         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22817         * docs/plugins/tmpl/element-multifdsink.sgml:
22818         * docs/plugins/tmpl/element-tcpserversink.sgml:
22819         * docs/plugins/tmpl/element-vorbisenc.sgml:
22820         * gst-plugins-base.spec.in:
22821           various doc-related updates
22822
22823 2005-08-31  Wim Taymans  <wim@fluendo.com>
22824
22825         * gst-libs/gst/audio/gstbaseaudiosink.c:
22826         (gst_base_audio_sink_render):
22827         Resync if the buffer timestamps drift more than a 10th 
22828         of a second.
22829
22830 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22831
22832         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22833         (gst_v4lsrc_get_property):
22834           The 'timestamp-offset' property is registered as an int64, so
22835           let's use g_value_{set|get}_int64() in our setter and getter
22836           functions (makes it work and fixes warnings with gst-inspect).
22837
22838 2005-08-30  Wim Taymans  <wim@fluendo.com>
22839
22840         * check/elements/audioconvert.c: (setup_audioconvert):
22841         * check/elements/audioresample.c: (setup_audioresample):
22842         * check/elements/volume.c: (setup_volume):
22843         Fix checks.
22844
22845 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22846
22847         * common/gtk-doc-plugins.mak:
22848         * common/plugins.xsl:
22849         * docs/plugins/Makefile.am:
22850           make module a param
22851
22852 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22853
22854         * examples/seeking/seek.c: (make_mp3_pipeline),
22855         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22856         (play_cb), (pause_cb), (stop_cb):
22857           update the example
22858
22859 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22860
22861         * gst/volume/gstvolume.c: (gst_volume_class_init),
22862         (volume_transform):
22863           do not update controlled params, if buffer has no timestamp
22864
22865 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22866
22867         * configure.ac:
22868         * gst/sine/Makefile.am:
22869         * gst/volume/Makefile.am:
22870           controllerized elements also need to link against controller-libs ;)
22871
22872 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22873
22874         * docs/libs/tmpl/gstcolorbalance.sgml:
22875         * docs/libs/tmpl/gstgconf.sgml:
22876         * docs/libs/tmpl/gstmixer.sgml:
22877         * docs/libs/tmpl/gstringbuffer.sgml:
22878         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22879         (gst_sinesrc_create):
22880         * gst/volume/gstvolume.c: (gst_volume_class_init),
22881         (volume_transform):
22882           controllerized two audio plugins
22883
22884 2005-08-29  Andy Wingo  <wingo@pobox.com>
22885
22886         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22887         (vorbis_handle_data_packet): Fix some int overflow errors.
22888
22889         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22890         -1.
22891         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22892         valid.
22893         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22894         if it's valid. Fixed streaming-mode playback.
22895
22896         * check/elements/volume.c (cleanup_volume): Fix for running
22897         CK_FORK=no.
22898
22899         * check/elements/audioconvert.c: Convert from native endian, not
22900         little endian.
22901
22902 2005-08-29  Michael Smith <msmith@fluendo.com>
22903
22904         * ext/ogg/Makefile.am:
22905         * ext/ogg/gstogg.c: (plugin_init):
22906         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22907         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22908         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22909         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22910         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22911         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22912         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22913         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22914         Add an ogg parser element.
22915
22916 2005-08-28  Andy Wingo  <wingo@pobox.com>
22917
22918         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22919
22920 2005-08-26  Wim Taymans  <wim@fluendo.com>
22921
22922         * gst/audioconvert/audioconvert.c: (if), (float),
22923         (audio_convert_get_func_index), (check_default),
22924         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22925         (audio_convert_clean_context), (audio_convert_get_sizes),
22926         (audio_convert_convert):
22927         Cleanups.
22928
22929 2005-08-26  Wim Taymans  <wim@fluendo.com>
22930
22931         * gst/audioconvert/audioconvert.c: (if), (float),
22932         (audio_convert_get_func_index), (check_default),
22933         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22934         (audio_convert_clean_context), (audio_convert_get_sizes),
22935         (audio_convert_convert):
22936         More elegant and working temp buffer selection algo.
22937
22938 2005-08-26  Wim Taymans  <wim@fluendo.com>
22939
22940         * gst/audioconvert/audioconvert.c: (if), (float),
22941         (audio_convert_get_func_index), (check_default),
22942         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22943         (audio_convert_clean_context), (audio_convert_get_sizes),
22944         (get_temp_buffer), (audio_convert_convert):
22945         Use realloc else we lose our original data.
22946
22947 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22948
22949         * gst/audioresample/gstaudioresample.c:
22950           use base class' newsegment to properly timestamp
22951
22952 2005-08-26  Wim Taymans  <wim@fluendo.com>
22953
22954         * gst/audioconvert/audioconvert.c: (if), (float),
22955         (audio_convert_get_func_index), (check_default),
22956         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22957         (audio_convert_clean_context), (audio_convert_get_sizes),
22958         (get_temp_buffer), (audio_convert_convert):
22959         * gst/audioconvert/gstaudioconvert.c:
22960         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22961         (gst_audio_convert_transform_caps),
22962         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22963         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22964         Oops, allocate enough space to perform the channel mix.
22965
22966 2005-08-26  Wim Taymans  <wim@fluendo.com>
22967
22968         * gst/audioconvert/Makefile.am:
22969         * gst/audioconvert/audioconvert.c: (if), (float),
22970         (audio_convert_get_func_index), (check_default),
22971         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22972         (audio_convert_clean_context), (audio_convert_get_sizes),
22973         (get_temp_buffer), (audio_convert_convert):
22974         * gst/audioconvert/audioconvert.h:
22975         * gst/audioconvert/gstaudioconvert.c:
22976         (gst_audio_convert_class_init), (gst_audio_convert_init),
22977         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22978         (gst_audio_convert_get_unit_size),
22979         (gst_audio_convert_transform_caps),
22980         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22981         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22982         * gst/audioconvert/gstaudioconvert.h:
22983         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22984         (gst_channel_mix_fill_identical),
22985         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22986         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22987         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22988         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22989         (gst_channel_mix_mix):
22990         * gst/audioconvert/gstchannelmix.h:
22991         Cleanups, librarify a bit, optimize, better negotiation and more.
22992
22993 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22994
22995         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22996         Another from MikeS:
22997         During typefinding, don't support negative offsets
22998         (offsets from the end of the stream) in our typefind->peek() function
22999         - nothing embedded in ogg ever needs them. However, we need to recognise
23000         those requests and reject them, otherwise we return invalid pointers.
23001
23002 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23003
23004         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23005         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
23006         (vorbisdec_finalize), (vorbis_handle_type_packet):
23007           Big shout-out to MikeS for fixing this giant memory leak.
23008           Huzzah!
23009
23010 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23011
23012         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
23013         (audio_convert_get_unit_size):
23014           plug some leaks
23015
23016 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23017
23018         * check/Makefile.am:
23019         * check/elements/audioconvert.c: (setup_audioconvert),
23020         (cleanup_audioconvert), (get_int_caps), (verify_convert),
23021         (GST_START_TEST), (audioconvert_suite), (main):
23022           add a test for audioconvert
23023         * gst/audioresample/gstaudioresample.c:
23024         * gst/audioresample/gstaudioresample.h:
23025           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
23026           note that for buffers of 1/3 sec this means DURATION(c) is 
23027           one nanosecond more than for a and b
23028
23029 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23030
23031         * check/Makefile.am:
23032         * check/elements/audioresample.c: (setup_audioresample),
23033         (cleanup_audioresample), (fail_unless_perfect_stream),
23034         (test_perfect_stream_instance), (GST_START_TEST),
23035           add a check for audioresample
23036         (audioresample_suite), (main):
23037         * check/elements/volume.c: (GST_START_TEST):
23038           remove unused method
23039         * gst/audioresample/gstaudioresample.c:
23040           set correct buffer parameters since we're changing them
23041         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23042           add some debug
23043
23044 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23045
23046         * gst/audioresample/debug.c:
23047         * gst/audioresample/gstaudioresample.c:
23048           add room for extra overlap samples when asked to transform size
23049           protect against possible mem corruption and check for discrepancies
23050           between written size and outbuffer's size so we can warn for
23051           potential problems
23052         * gst/audioresample/resample.c: (resample_init),
23053         (resample_get_output_size_for_input), (resample_get_output_size),
23054         (resample_set_n_channels), (resample_set_format):
23055           set debug level based on RESAMPLE_DEBUG env var
23056           make sure that get_output_size* returns a whole number of
23057           sample_size
23058           set sample_size each time either channel or format is set
23059         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
23060         * gst/audioresample/resample_functable.c:
23061         (resample_scale_functable):
23062         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23063           remove r->sample_size, it's done in resample.c now
23064           add some debugging to the ref implementation
23065           make sure we only give back bytes that are wholes of the sample
23066           size
23067
23068 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
23069         * gst/playback/gstplaybasebin.c: (fill_buffer):
23070         Revert unpopular change for GST_MESSAGE_SRC to GObject.
23071
23072 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
23073
23074         * gst/volume/gstvolume.c:
23075           made set_caps function static
23076
23077 2005-08-24  Wim Taymans  <wim@fluendo.com>
23078
23079         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23080         (gst_vorbisenc_change_state):
23081         Stop leaking taglists.
23082
23083 2005-08-24  Wim Taymans  <wim@fluendo.com>
23084
23085         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
23086         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
23087         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
23088         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
23089         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23090         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
23091         Parse seeking events better.
23092         Unref static caps.
23093         Generate correct newsegment events, fixes seeking in live oggs.
23094
23095         * ext/theora/theoradec.c: (theora_dec_src_query),
23096         (theora_dec_src_event), (theora_dec_src_getcaps),
23097         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
23098         Use newsegment values to report correct play time.
23099
23100         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23101         (vorbis_dec_src_event), (vorbis_dec_sink_event):
23102         * ext/vorbis/vorbisdec.h:
23103         Parse and use newsegment values to report correct play time.
23104
23105         * gst-libs/gst/audio/gstbaseaudiosink.c:
23106         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23107         Clear ringbuffer on flush.
23108         Use newsegment values to calculate playback time.
23109
23110         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
23111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23112         Basesink does newsegment calculations for us now.
23113
23114 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23115
23116         * check/Makefile.am:
23117         * configure.ac:
23118           add core's plugins to the mix so that playbin works
23119         * check/generic/states.c: (GST_START_TEST):
23120           set a 0 timeout on pipelines, so they don't force the next
23121           state change
23122         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23123         (gst_play_base_bin_change_state):
23124           remove the crappy error handling and do GST error handling
23125
23126 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23127
23128         * check/Makefile.am:
23129         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23130           add same test as to core, it bitches out on playbin atm.
23131
23132 2005-08-24  Wim Taymans  <wim@fluendo.com>
23133
23134         * configure.ac:
23135         Remove audioscale.
23136
23137 2005-08-24  Wim Taymans  <wim@fluendo.com>
23138
23139         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23140         (gst_videoscale_prepare_size), (parse_caps),
23141         (gst_videoscale_set_caps), (gst_videoscale_get_size),
23142         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23143         (gst_videoscale_transform):
23144         * gst/videoscale/gstvideoscale.h:
23145         Refactor, make use of BaseTranform really well.
23146
23147 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23148
23149         * configure.ac:
23150           compile audioresample
23151         * gst/audioresample/Makefile.am:
23152         * gst/audioresample/buffer.c:
23153         * gst/audioresample/functable.c:
23154         * gst/audioresample/gstaudioresample.c:
23155         * gst/audioresample/gstaudioresample.h:
23156         * gst/audioresample/resample.c:
23157         (resample_get_output_size_for_input):
23158         * gst/audioresample/resample.h:
23159         * gst/audioresample/resample_chunk.c:
23160         * gst/audioresample/resample_functable.c:
23161         * gst/audioresample/resample_ref.c:
23162           port to use basetransform; doesn't work in all cases yet
23163
23164 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23165
23166         * gst/audioconvert/gstaudioconvert.c:
23167         (gst_audio_convert_class_init), (gst_audio_convert_init),
23168         (audio_convert_get_unit_size), (audio_convert_transform_caps),
23169         (audio_convert_fixate_caps), (audio_convert_set_caps),
23170         (audio_convert_transform),
23171         (gst_audio_convert_buffer_to_default_format),
23172         (gst_audio_convert_buffer_from_default_format),
23173         (gst_audio_convert_channels):
23174         * gst/audioconvert/gstchannelmix.c:
23175         * gst/audioconvert/gstchannelmix.h:
23176           port to basetransform
23177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23178         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23179         (gst_ffmpegcsp_get_unit_size):
23180         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23181         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23182           fix for basetransform changes
23183
23184 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
23185
23186         * check/Makefile.am:
23187           Add CHECK_CFLAGS and LDFLAGS
23188
23189         * gst/playback/gstplaybasebin.c: (fill_buffer):
23190           GST_MESSAGE_SRC became a GObject
23191
23192 2005-08-24  Wim Taymans  <wim@fluendo.com>
23193
23194         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23195         (gst_ring_buffer_clear_all):
23196         * gst-libs/gst/audio/gstringbuffer.h:
23197         Added function to clear the ringbuffer.
23198
23199 2005-08-24  Andy Wingo  <wingo@pobox.com>
23200
23201         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
23202         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23203         of _open and _close.
23204
23205         * sys/v4l/gstv4lxoverlay.h:
23206         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23207         an Xv connection here, instead of all the time. Make Xv only be
23208         loaded if you axe for it. Kindof a workaround for buggy behaviour
23209         of Xv when using remote xservers (XvQueryExtension would block).
23210         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23211         replace the _open and _close public API. Only start the xv
23212         connection if necessary.
23213         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23214
23215 2005-08-23  David Schleef  <ds@schleef.org>
23216
23217         * gst/audioresample/Makefile.am: Leet audioresampling code
23218         * gst/audioresample/buffer.c:
23219         * gst/audioresample/buffer.h:
23220         * gst/audioresample/debug.c:
23221         * gst/audioresample/debug.h:
23222         * gst/audioresample/functable.c:
23223         * gst/audioresample/functable.h:
23224         * gst/audioresample/gstaudioresample.c:
23225         * gst/audioresample/gstaudioresample.h:
23226         * gst/audioresample/resample.c:
23227         * gst/audioresample/resample.h:
23228         * gst/audioresample/resample_chunk.c:
23229         * gst/audioresample/resample_functable.c:
23230         * gst/audioresample/resample_ref.c:
23231
23232 2005-08-23  Wim Taymans  <wim@fluendo.com>
23233
23234         * examples/seeking/seek.c: (make_vorbis_pipeline),
23235         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23236         Small seek updates.
23237
23238 2005-08-23  Andy Wingo  <wingo@pobox.com>
23239
23240         * gst-libs/gst/audio/gstbaseaudiosrc.c
23241         (gst_base_audio_src_fixate): Only fixate endianness if it is
23242         present in the caps.
23243
23244 2005-08-22  Andy Wingo  <wingo@pobox.com>
23245
23246         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23247         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23248         device-name property.
23249
23250         * gst-libs/gst/audio/gstaudiosrc.h:
23251         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23252         close_device in the ring buffer, like gstaudiosink.
23253
23254         * ext/alsa/gstalsamixer.h:
23255         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23256         macro to implement the interface without much code. Cleanups. 
23257
23258         * ext/alsa/gstalsasrc.h:
23259         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23260         READY.
23261
23262         * ext/alsa/Makefile.am: Add new files.
23263         * ext/alsa/gstalsamixerelement.c: 
23264         * ext/alsa/gstalsamixerelement.c: Split element code out from
23265         mixer code so that alsasrc can be a mixer too.
23266
23267 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23268
23269         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23270         (GST_START_TEST):
23271         * check/elements/vorbisdec.c: (setup_vorbisdec),
23272         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23273         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23274         (vorbis_handle_identification_packet),
23275         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23276         (vorbis_handle_header_packet), (vorbis_dec_push),
23277         (vorbis_dec_chain):
23278           use the setup/teardown methods to save code.  save code is good.
23279
23280 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23281
23282         * check/Makefile.am:
23283           add ext dir for plugins
23284           add vorbisdec test conditionally
23285         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23286         (GST_START_TEST), (volume_suite):
23287           add a test with wrong caps
23288         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23289         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23290           add a vorbisdec test
23291         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23292         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23293           clean up debug output
23294         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23295           yay, fix a segfault/security issue in vorbisdec
23296           gst-launch fakesrc ! vorbisdec wasn't happy
23297         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23298         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23299         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23300         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23301         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23302         (gst_vorbisenc_set_metadata), (get_constraints_string),
23303         (update_start_message), (gst_vorbisenc_setup),
23304         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23305         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23306         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23307         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23308         * ext/vorbis/vorbisenc.h:
23309           march in line
23310         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23311         (gst_ffmpegcsp_transform):
23312           have the kow come home
23313         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23314           debug my func ptr
23315         * gst/volume/gstvolume.c: (volume_set_caps):
23316           add a debug
23317
23318 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23319
23320         * Makefile.am:
23321         * check/.cvsignore:
23322         * check/Makefile.am:
23323         * check/elements/.cvsignore:
23324         * check/elements/volume.c: (chain_func), (event_func),
23325         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23326         (main):
23327         * configure.ac:
23328           add unit test structure for gst-plugins-base
23329           add a test for volume
23330         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23331         (gst_volume_set_volume), (gst_volume_get_volume),
23332         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23333         (volume_funcfind), (volume_process_float), (volume_process_int16),
23334         (volume_set_caps), (volume_transform), (volume_update_mute),
23335         (volume_update_volume), (volume_set_property),
23336         (volume_get_property):
23337           document a little; use basetransform vmethod _set_caps
23338
23339 2005-08-19  Andy Wingo  <wingo@pobox.com>
23340
23341         * ext/alsa/gstalsamixertrack.h:
23342         * ext/alsa/gstalsamixertrack.c:
23343         * ext/alsa/gstalsamixeroptions.h:
23344         * ext/alsa/gstalsamixeroptions.c:
23345         * ext/alsa/gstalsamixer.h:
23346         * ext/alsa/gstalsamixer.c: Port to 0.9.
23347
23348         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23349         Remove gstalsa.c and alsaclock. No more cruft here.
23350         
23351 2005-08-18  Wim Taymans  <wim@fluendo.com>
23352
23353         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23354         (gst_base_rtp_depayload_chain),
23355         (gst_base_rtp_depayload_add_to_queue),
23356         (gst_base_rtp_depayload_push),
23357         (gst_base_rtp_depayload_queue_release):
23358         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23359         Fix for RTPBuffer changes.
23360
23361         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23362         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23363         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23364         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23365         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23366         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23367         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23368         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23369         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23370         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23371         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23372         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23373         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23374         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23375         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23376         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23377         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23378         (gst_rtpbuffer_get_payload):
23379         * gst-libs/gst/rtp/gstrtpbuffer.h:
23380         Don't subclass GstBuffer but add methods and helper functions
23381         to construct and manipulate RTP packets in regular GstBuffers.
23382
23383 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23384
23385         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23386           moved statement below switch
23387         * gst/volume/gstvolume.c: (gst_volume_class_init):
23388           added debug ptr
23389
23390 2005-08-16  Wim Taymans  <wim@fluendo.com>
23391
23392         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23393         (gst_base_audio_src_change_state):
23394         Open and close device in READY<->NULL state change.
23395
23396 2005-08-16  Andy Wingo  <wingo@pobox.com>
23397
23398         * examples/seeking/Makefile.am: Don't compile non-compiling
23399         compiled objects with the compiler.
23400
23401         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23402         elements.
23403
23404 2005-08-12  Philippe Khalaf <burger@speedy.org>
23405         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23406         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23407           Made a thread to release the queue.
23408           Removed timestamp conversion for now.
23409
23410 2005-08-10  Philippe Khalaf <burger@speedy.org>
23411         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23412         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23413           Added rtp timestamp -> gst timestamp conversion.
23414           Fixed several problems with queue.
23415
23416 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23417
23418         * gst-libs/gst/audio/gstaudioclock.h:
23419         * gst-libs/gst/audio/gstaudiofilter.h:
23420         * gst-libs/gst/audio/gstaudiosink.h:
23421         * gst-libs/gst/audio/gstaudiosrc.h:
23422         * gst-libs/gst/audio/gstbaseaudiosink.h:
23423         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23424         * gst-libs/gst/audio/gstringbuffer.h:
23425         * gst-libs/gst/net/gstnetbuffer.h:
23426         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23427         * gst-libs/gst/rtp/gstrtpbuffer.h:
23428           Add padding (you will need to rebuild gst-plugins-base,
23429           gst-plugins and all applications afterwards!)
23430
23431 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23432
23433         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23434         (gst_riff_parse_chunk):
23435           Fix bug in debug message and add some more debug messages.
23436
23437 2005-08-08  Edward Hervey  <edward@fluendo.com>
23438
23439         * gst-libs/gst/riff/riff-media.c:
23440         backported updates since branch
23441
23442 2005-08-08  Andy Wingo  <wingo@pobox.com>
23443
23444         * gst-libs/gst/audio/gstbaseaudiosink.c
23445         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23446         like good elements should. Close on READY->NULL too.
23447
23448         * gst-libs/gst/audio/gstaudiosink.c
23449         (gst_audioringbuffer_open_device,
23450         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23451         (gst_audioringbuffer_release): Updates for new ring buffer API,
23452         hook into the new audio sink api.
23453
23454         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23455         (GstAudioSinkClass.close): Just open and close the device -- no
23456         resource allocation or configuration.
23457         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23458         vmethods, handle device setup and resource allocation.
23459
23460         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23461         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23462         base class API.
23463
23464         * gst-libs/gst/audio/gstringbuffer.h
23465         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23466         New vmethods.
23467
23468         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23469         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23470         New API functions. The device should be opened before acquiring
23471         and closed after releasing.
23472
23473 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23474
23475         * gst-libs/gst/interfaces/mixer.h:
23476           Reset padding to GST_PADDING.
23477
23478 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23479
23480         * gst/playback/gstplaybin.c: (remove_sinks):
23481           Remove visualization from parent explicitely; works around some
23482           apparent refcount issue that I haven't tracked down yet.
23483
23484 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23485
23486         * ext/alsa/gstalsasink.c: (set_hwparams):
23487           Assign debug category, add negotiation debug msgs.
23488
23489 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23490
23491         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23492           Fix error code for file-not-found to NOT_FOUND.
23493
23494 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23495
23496         * common/gtk-doc-plugins.mak:
23497         * docs/plugins/Makefile.am:
23498         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23499         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23500           renamed to actual element names, so much nicer to look at
23501         * docs/plugins/tmpl/gstmultifdsink.sgml:
23502           remove
23503         * docs/plugins/tmpl/multifdsink.sgml:
23504         * docs/plugins/tmpl/tcpserversink.sgml:
23505           add
23506         * ext/alsa/gstalsa.c:
23507         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23508         * ext/ogg/gstoggmux.c:
23509         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23510         * gst/playback/gstdecodebin.c:
23511         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23512         * gst/tcp/gsttcpserversink.c:
23513           various fixes and documentation additions
23514
23515 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23516
23517         * common/Makefile.am:
23518         * common/gstdoc-scangobj:
23519         * common/gtk-doc-plugins.mak:
23520         * common/gtk-doc.mak:
23521           add a custom scangobj that uses the registry
23522           add a custom gtk-doc-plugins.mak that uses it
23523           some doc build fixes
23524         * configure.ac:
23525         * docs/Makefile.am:
23526         * docs/plugins/Makefile.am:
23527         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23528         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23529         * docs/plugins/gst-plugins-base-plugins.types:
23530         * docs/plugins/tmpl/gstmultifdsink.sgml:
23531           add docs for one element, multifdsink
23532         * gst/adder/gstadder.h:
23533         * gst/volume/gstvolume.h:
23534           don't privatize enum
23535         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23536         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23537         (gst_sync_method_get_type), (gst_client_status_get_type),
23538         (gst_multifdsink_class_init),
23539         (gst_multifdsink_client_queue_buffer),
23540         (gst_multifdsink_handle_client_write):
23541         * gst/tcp/gstmultifdsink.h:
23542         * gst/tcp/gsttcp.h:
23543         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23544         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23545         (gst_tcpclientsink_render):
23546         * gst/tcp/gsttcpclientsink.h:
23547         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23548         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23549         (gst_tcpclientsrc_start):
23550         * gst/tcp/gsttcpclientsrc.h:
23551         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23552         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23553         * gst/tcp/gsttcpserversrc.h:
23554         * gst/typefind/gsttypefindfunctions.c:
23555           remove superfluous Type stuff
23556
23557 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23558
23559         * gst/playback/gstplaybin.c: (gen_video_element):
23560           Enable videoscale.
23561
23562 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23563
23564         * gst-libs/gst/gconf/gconf.c:
23565         * gst-libs/gst/gconf/gconf.h:
23566           Fix some Andy Problem [tm].
23567
23568 2005-08-04  Andy Wingo  <wingo@pobox.com>
23569
23570         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23571         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23572         (gst_ffmpegcsp_get_size): Adapt to API changes.
23573
23574         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23575         Implement an in-place do-nothing transform.
23576
23577 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23578
23579         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23580         (gst_ximagesink_renegotiate_size):
23581           Do not set new window sizes yet if we prepare a new buffer size
23582           for upstream renegotiation (software scaling) at some point in the
23583           future, because this new size waqs not actually accepted yet. Once
23584           accepted, renegotiation later on will set the new sizes just fine.
23585           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23586           embedding testcase.
23587
23588 2005-08-03  Andy Wingo  <wingo@pobox.com>
23589
23590         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23591         (gst_ximagesink_buffer_alloc): 
23592         Protect the height, width, and desired_caps with the pool_lock.
23593         Fixes videotestsrc ! queue ! ximagesink.
23594
23595 2005-08-02  Edward Hervey  <edward@fluendo.com>
23596
23597         * gst/volume/gstvolume.c:
23598         include left from controller cleanup
23599
23600 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23601         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23602           Stop collectpads before calling the parent state
23603           change function on PAUSED->READY.
23604
23605 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23606         * configure.ac:
23607           When testing for X libs, use the X CFlags 
23608         * gst/adder/gstadder.c: (gst_adder_change_state):
23609           Stop the collectpads before calling parent state change function
23610           on PAUSED->READY, otherwise we deadlock deactivating pads.
23611
23612 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23613
23614         * configure.ac:
23615         * docs/libs/tmpl/gstcolorbalance.sgml:
23616         * docs/libs/tmpl/gstmixer.sgml:
23617         * examples/Makefile.am:
23618         * gst/sine/Makefile.am:
23619         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23620         (gst_sinesrc_set_property), (plugin_init):
23621         * gst/sine/gstsinesrc.h:
23622         * gst/volume/Makefile.am:
23623         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23624         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23625         (volume_process_float), (volume_process_int16),
23626         (volume_set_property), (plugin_init):
23627         * gst/volume/gstvolume.h:
23628           deactivate and remove dparams (libgstcontrol)
23629
23630 2005-07-29  Wim Taymans  <wim@fluendo.com>
23631
23632         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23633         Convert me to BaseTransform!! help..
23634
23635 2005-07-29  Andy Wingo  <wingo@pobox.com>
23636
23637         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23638         sinks.
23639
23640         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23641         support of both endiannesses.
23642
23643 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23644
23645         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23646           Fix confusing debug message (s/event/query/)
23647
23648 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23649
23650         * gst/videotestsrc/videotestsrc.h:
23651           Use "_stdint.h" instead of <stdint.h>
23652
23653 2005-07-27  Wim Taymans  <wim@fluendo.com>
23654
23655         * ext/vorbis/Makefile.am:
23656         Revert wrong commit.
23657
23658 2005-07-27  Wim Taymans  <wim@fluendo.com>
23659
23660         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23661         More compilation fixen.
23662
23663 2005-07-27  Wim Taymans  <wim@fluendo.com>
23664
23665         * gst-libs/gst/audio/gstbaseaudiosink.c:
23666         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23667         (gst_base_audio_sink_create_ringbuffer),
23668         (gst_base_audio_sink_change_state):
23669         Fix compilation.
23670
23671 2005-07-27  Wim Taymans  <wim@fluendo.com>
23672
23673         * examples/seeking/seek.c: (setup_dynamic_link),
23674         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23675         (query_positions_elems), (query_positions_pads), (do_seek):
23676         Update seek example.
23677
23678         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23679         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23680         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23681         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23682         (gst_ogg_demux_handle_event),
23683         (gst_ogg_demux_deactivate_current_chain),
23684         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23685         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23686         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23687         (gst_ogg_demux_loop):
23688         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23689         * ext/theora/theoradec.c: (theora_dec_src_event),
23690         (theora_dec_src_getcaps), (theora_dec_sink_event),
23691         (theora_dec_push), (theora_dec_chain):
23692         * ext/vorbis/Makefile.am:
23693         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23694         (vorbis_dec_sink_event), (vorbis_dec_push),
23695         (vorbis_handle_data_packet):
23696         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23697         (gst_vorbisenc_chain):
23698         * gst/playback/gststreaminfo.c: (cb_probe):
23699         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23700         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23701         * gst/videoscale/gstvideoscale.c:
23702         (gst_videoscale_handle_src_event):
23703         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23704         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23705         (gst_ximagesink_navigation_send_event):
23706         * sys/xvimage/xvimagesink.c:
23707         (gst_xvimagesink_navigation_send_event):
23708         Various event updates and cleanups
23709
23710 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23711
23712         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23713           Fix segfault for I420/YV12.
23714
23715 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23716
23717         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23718           Report bitrate.
23719
23720 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23721
23722         * gst/playback/gstplaybin.c: (gen_video_element),
23723         (gen_audio_element):
23724           Switch to auto*sink elements as default sinks; add volume element
23725           so that volume control in totem works.
23726
23727 2005-07-21  Wim Taymans  <wim@fluendo.com>
23728
23729         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23730         * gst/playback/gstplaybin.c: (setup_sinks),
23731         (gst_play_bin_change_state):
23732         Refcount fix and more comments.
23733
23734 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23735
23736         * sys/ximage/Makefile.am:
23737         * sys/ximage/ximage.c: (plugin_init):
23738         * sys/ximage/ximagesink.c:
23739         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23740         
23741
23742 2005-07-21  Wim Taymans  <wim@fluendo.com>
23743
23744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23745         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23746         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23747         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23748         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23749         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23750         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23751         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23752         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23753         Generate correct disconts for live chained oggs.
23754
23755         * gst-libs/gst/audio/gstbaseaudiosink.c:
23756         (gst_base_audio_sink_render),
23757         (gst_base_audio_sink_create_ringbuffer),
23758         (gst_base_audio_sink_change_state):
23759         Handle discont math correctly.
23760
23761         * gst/playback/gstplaybin.c: (add_sink):
23762         Some small debug cleanup.
23763
23764 2005-07-21  Wim Taymans  <wim@fluendo.com>
23765
23766         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23767         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23768         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23769         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23770         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23771         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23772         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23773         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23774         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23775         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23776         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23777         (gst_ogg_demux_change_state), (gst_ogg_print):
23778         Reorganize code to send the right disconts when in streaming
23779         mode.
23780
23781 2005-07-20  Andy Wingo  <wingo@pobox.com>
23782
23783         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23784         fix (?), fixes a seggie mcfalterson (#310894).
23785
23786 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23787
23788         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23789         (gst_ogg_mux_set_header_on_caps):
23790         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23791         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23792         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23793         * gst-libs/gst/audio/multichannel.c:
23794         (gst_audio_set_channel_positions),
23795         (gst_audio_set_structure_channel_positions_list):
23796         * gst/playback/gstdecodebin.c: (dynamic_create):
23797         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23798         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23799           Fixes for API changes in core.
23800
23801 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23802
23803         * gst/playback/gstplaybasebin.c: (fill_buffer):
23804           Use _new_custom() so we can set custom message types for buffering
23805           messages.
23806
23807 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23808
23809         * configure.ac:
23810         * gst-libs/gst/Makefile.am:
23811         * gst-libs/gst/gconf/.cvsignore:
23812         * gst-libs/gst/gconf/Makefile.am:
23813         * gst-libs/gst/gconf/test-gconf.c:
23814         * pkgconfig/Makefile.am:
23815         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23816         * pkgconfig/gstreamer-gconf.pc.in:
23817           Remove gconf stuff, use gconf elements instead from now on.
23818
23819 2005-07-20  Wim Taymans  <wim@fluendo.com>
23820
23821         * gst-libs/gst/audio/TODO:
23822         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23823         (gst_audio_clock_get_internal_time):
23824         * gst-libs/gst/audio/gstaudioclock.h:
23825         * gst-libs/gst/audio/gstbaseaudiosink.c:
23826         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23827         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23828         (gst_base_audio_sink_render),
23829         (gst_base_audio_sink_create_ringbuffer),
23830         (gst_base_audio_sink_change_state):
23831         Make sure the audio clock always returns an increasing value.
23832
23833 2005-07-19  Andy Wingo  <wingo@pobox.com>
23834
23835         * gst/videotestsrc/: Cleanups.
23836
23837 2005-07-19  Wim Taymans  <wim@fluendo.com>
23838
23839         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23840         Better debugging.
23841
23842 2005-07-19  Wim Taymans  <wim@fluendo.com>
23843
23844         * examples/seeking/seek.c: (make_dv_pipeline),
23845         (make_vorbis_theora_pipeline), (query_rates),
23846         (query_positions_elems), (query_positions_pads), (do_seek):
23847         Make correct DV pipeline.
23848
23849 2005-07-18  Andy Wingo  <wingo@pobox.com>
23850
23851         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23852         default. Also because it's the only thing that really works. (This
23853         is used in the GConf elements).
23854         Use AS_LIBTOOL_TAGS.
23855
23856 2005-07-18  Wim Taymans  <wim@fluendo.com>
23857
23858         * gst/playback/gstdecodebin.c: (remove_element_chain):
23859         * gst/playback/gstplaybin.c: (add_sink):
23860         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23861         (gst_stream_info_set_mute):
23862         * gst/playback/gststreamselector.c:
23863         (gst_stream_selector_get_linked_pad),
23864         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23865         More leak and compile fixes.
23866
23867 2005-07-18  Wim Taymans  <wim@fluendo.com>
23868
23869         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23870         (query_rates), (query_positions_elems), (query_positions_pads),
23871         (do_seek), (seek_cb), (stop_seek):
23872         Updated seek example. 
23873
23874         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23875         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23876         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23877         * gst/playback/gstplaybin.c: (add_sink):
23878         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23879         (gst_stream_info_set_mute):
23880         Some refcount leak fixes.
23881
23882 2005-07-16  Wim Taymans  <wim@fluendo.com>
23883
23884         * gst-libs/gst/audio/gstbaseaudiosink.c:
23885         (gst_base_audio_sink_render):
23886         Align samples even if we have roundoff errors in the 
23887         timestamp conversion.
23888
23889 2005-07-16  Wim Taymans  <wim@fluendo.com>
23890
23891         * docs/libs/tmpl/gstringbuffer.sgml:
23892         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23893         (query_rates), (query_positions_elems), (query_positions_pads),
23894         (update_scale), (do_seek):
23895         Updated seek example.
23896
23897         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23898         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23899         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23900         (gst_ogg_demux_loop):
23901         Push out correct discont values.
23902
23903         * ext/theora/theoradec.c: (theora_dec_src_convert),
23904         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23905         (theora_dec_sink_event), (theora_handle_type_packet),
23906         (theora_handle_header_packet), (theora_dec_push),
23907         (theora_handle_data_packet), (theora_dec_chain),
23908         (theora_dec_change_state):
23909         Better timestamping.
23910
23911         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23912         (vorbis_dec_sink_event), (vorbis_dec_push),
23913         (vorbis_handle_data_packet), (vorbis_dec_chain):
23914         * ext/vorbis/vorbisdec.h:
23915         Better timestamping.
23916
23917         * gst-libs/gst/audio/gstbaseaudiosink.c:
23918         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23919         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23920         Handle syncing on timestamps instead of sample offsets. Make
23921         use of DISCONT values as described in design docs.
23922
23923         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23924         (gst_base_audio_src_get_time):
23925         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23926         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23927         (gst_ring_buffer_read):
23928         * gst-libs/gst/audio/gstringbuffer.h:
23929         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23930         (gst_ximagesink_show_frame):
23931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23932         Correcly convert buffer timestamp to stream time.
23933
23934 2005-07-16  Wim Taymans  <wim@fluendo.com>
23935
23936         * gst/audioconvert/gstaudioconvert.c:
23937         (gst_audio_convert_get_buffer):
23938         Timestamp buffers correctly.
23939
23940         * gst/playback/gstplaybin.c: (gen_video_element):
23941         Make internal fakesink silent.
23942
23943 2005-07-15  Wim Taymans  <wim@fluendo.com>
23944
23945         * gst/ffmpegcolorspace/Makefile.am:
23946         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23947         (gst_ffmpegcsp_caps_remove_format_info),
23948         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23949         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23950         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23951         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23952         Ported ffmpegcolorspace to basetransform.
23953
23954         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23955         * gst/volume/gstvolume.c: (volume_transform):
23956         Ported to new API.
23957
23958 2005-07-14  Wim Taymans  <wim@fluendo.com>
23959
23960         * gst/videotestsrc/Makefile.am:
23961         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23962         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23963         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23964         (gst_videotestsrc_init), (gst_videotestsrc_event),
23965         (gst_videotestsrc_create), (gst_videotestsrc_start),
23966         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23967         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23968         (gst_videotestsrc_get_property):
23969         * gst/videotestsrc/gstvideotestsrc.h:
23970         Make videotestsrc a pushsrc.
23971
23972 2005-07-14  Wim Taymans  <wim@fluendo.com>
23973
23974         * gst/tcp/gstfdset.c: (gst_fdset_free):
23975         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23976         (gst_multifdsink_add), (gst_multifdsink_remove),
23977         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23978         (gst_multifdsink_remove_client_link),
23979         (gst_multifdsink_client_queue_data),
23980         (gst_multifdsink_client_queue_caps),
23981         (gst_multifdsink_client_queue_buffer),
23982         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23983         (gst_multifdsink_stop):
23984         * gst/tcp/gstmultifdsink.h:
23985         0.8 backporting.
23986
23987         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23988         Also draw image when not from a pool.
23989
23990 2005-07-14  Wim Taymans  <wim@fluendo.com>
23991
23992         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23993         (mute_stream), (silence_stream):
23994         Small debug additions.
23995
23996 2005-07-14  Wim Taymans  <wim@fluendo.com>
23997
23998         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23999         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24000         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
24001         Better error recovery, ignore unconnected pads and
24002         non-fatal errors.
24003
24004 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24005
24006         * docs/libs/tmpl/gstaudio.sgml:
24007         * docs/libs/tmpl/gstcolorbalance.sgml:
24008         * docs/libs/tmpl/gstgconf.sgml:
24009         * docs/libs/tmpl/gstmixer.sgml:
24010         * docs/libs/tmpl/gstringbuffer.sgml:
24011         * docs/libs/tmpl/gsttuner.sgml:
24012         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24013         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24014         (gst_tcpclientsrc_class_init):
24015         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24016         (gst_tcpserversrc_class_init):
24017         * sys/v4l/gstv4lelement.c:
24018           more autistic cleanliness in functions/names/defines
24019
24020 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24021
24022         * configure.ac:
24023           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
24024           added manually to each Makefile.am so we are sure it goes
24025           *last* and doesn't add -L flags before linking in libs of our
24026           own, like, say, internal .la libs, that then accidentally pick
24027           up the installed copy.
24028         * docs/libs/Makefile.am:
24029         * ext/alsa/Makefile.am:
24030         * ext/cdparanoia/Makefile.am:
24031         * ext/gnomevfs/Makefile.am:
24032         * ext/libvisual/Makefile.am:
24033         * ext/ogg/Makefile.am:
24034         * ext/theora/Makefile.am:
24035         * ext/vorbis/Makefile.am:
24036         * gst-libs/gst/video/Makefile.am:
24037         * gst/adder/Makefile.am:
24038         * gst/audioconvert/Makefile.am:
24039         * gst/audiorate/Makefile.am:
24040         * gst/audioscale/Makefile.am:
24041         * gst/ffmpegcolorspace/Makefile.am:
24042         * gst/playback/Makefile.am:
24043         * gst/sine/Makefile.am:
24044         * gst/subparse/Makefile.am:
24045         * gst/tags/Makefile.am:
24046         * gst/tcp/Makefile.am:
24047         * gst/typefind/Makefile.am:
24048         * gst/videorate/Makefile.am:
24049         * gst/videoscale/Makefile.am:
24050         * gst/videotestsrc/Makefile.am:
24051         * gst/volume/Makefile.am:
24052         * sys/v4l/Makefile.am:
24053         * sys/ximage/Makefile.am:
24054         * sys/xvimage/Makefile.am:
24055           adapt properly to this change. This should make sure that
24056           plugins and libs properly link to the as-yet-uninstalled
24057           copies of stuff like libgstinterfaces and libgstvideo
24058
24059 2005-07-13  Andy Wingo  <wingo@pobox.com>
24060
24061         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
24062         (gst_v4lsrc_fixate): Fixate on format as well.
24063
24064         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
24065         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
24066         buffer points to it.
24067         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
24068         rather just doing X calls ourselves. Also fixes a memleak.
24069
24070 2005-07-12  Andy Wingo  <wingo@pobox.com>
24071
24072         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
24073         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
24074         (gst_v4lsrc_create): Re-add the copy-mode property, default to
24075         TRUE to avoid deadlocks if an element holds on to our buffers.
24076
24077 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24078
24079         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24080         (gst_sinesrc_init), (gst_sinesrc_create),
24081         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24082         (gst_sinesrc_start):
24083         * gst/sine/gstsinesrc.h:
24084           removing num-buffers property before moving it
24085
24086 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24087
24088         * configure.ac:
24089           use overridable ERROR_CFLAGS
24090         * docs/libs/gst-plugins-base-libs.types:
24091         * docs/libs/tmpl/gstringbuffer.sgml:
24092         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24093         (gst_alsasink_class_init):
24094         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24095         (gst_alsasrc_class_init):
24096         * gst-libs/gst/audio/audio.h:
24097         * gst-libs/gst/audio/gstaudioclock.h:
24098         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
24099         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
24100         (gst_audio_filter_link), (gst_audio_filter_init),
24101         (gst_audio_filter_chain), (gst_audio_filter_set_property),
24102         (gst_audio_filter_get_property),
24103         (gst_audio_filter_class_add_pad_templates):
24104         * gst-libs/gst/audio/gstaudiofilter.h:
24105         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24106         (gst_audio_filter_template_get_type),
24107         (gst_audio_filter_template_base_init),
24108         (gst_audio_filter_template_class_init),
24109         (gst_audio_filter_template_init),
24110         (gst_audio_filter_template_set_property),
24111         (gst_audio_filter_template_get_property), (plugin_init),
24112         (gst_audio_filter_template_setup),
24113         (gst_audio_filter_template_filter),
24114         (gst_audio_filter_template_filter_inplace):
24115         * gst-libs/gst/audio/gstaudiosink.c:
24116         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24117         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24118         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24119         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24120         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24121         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24122         * gst-libs/gst/audio/gstaudiosink.h:
24123         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24124         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24125         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24126         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24127         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24128         (gst_audio_src_class_init), (gst_audio_src_init),
24129         (gst_audio_src_create_ringbuffer):
24130         * gst-libs/gst/audio/gstaudiosrc.h:
24131         * gst-libs/gst/audio/gstbaseaudiosink.c:
24132         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24133         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24134         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24135         (gst_base_audio_sink_set_property),
24136         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24137         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24138         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24139         (gst_base_audio_sink_create_ringbuffer),
24140         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24141         * gst-libs/gst/audio/gstbaseaudiosink.h:
24142         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24143         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24144         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24145         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24146         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24147         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24148         (gst_base_audio_src_event), (gst_base_audio_src_create),
24149         (gst_base_audio_src_create_ringbuffer),
24150         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24151         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24152         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24153         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24154         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24155         (gst_ring_buffer_debug_spec_caps),
24156         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24157         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24158         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24159         (gst_ring_buffer_start), (gst_ring_buffer_pause),
24160         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24161         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24162         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24163         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24164         (gst_ring_buffer_clear):
24165         * gst-libs/gst/audio/gstringbuffer.h:
24166         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24167         (gst_video_sink_class_init), (gst_video_sink_get_type):
24168         * gst-libs/gst/video/videosink.h:
24169         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24170         (gst_multifdsink_class_init),
24171         (gst_multifdsink_handle_client_write),
24172         (gst_multifdsink_change_state):
24173         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24174         (gst_tcpclientsink_setcaps):
24175         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24176         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24177         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24178         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24179         (gst_ximagesink_send_pending_navigation),
24180         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24181         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24183         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24184         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24185         (gst_xvimagesink_send_pending_navigation),
24186         (gst_xvimagesink_navigation_send_event),
24187         (gst_xvimagesink_set_xwindow_id),
24188         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24189         (gst_xvimagesink_get_type):
24190         more macro splitting
24191
24192 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24193
24194         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24195           plug a memleak, allows me to import 1479 albums in one go
24196           in jamboree
24197         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24198         (vorbis_handle_type_packet), (vorbis_dec_chain),
24199         (vorbis_dec_change_state):
24200           fix some format strings
24201
24202 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24203
24204         * docs/libs/tmpl/gstcolorbalance.sgml:
24205         * docs/libs/tmpl/gstmixer.sgml:
24206         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24207         (gst_alsasink_set_property), (gst_alsasink_get_property):
24208         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24209         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24210           add device property
24211
24212 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24213
24214         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24215         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24216         (audiocast_register_listener), (audiocast_thread_run),
24217         (gst_gnomevfssrc_send_additional_headers_callback),
24218         (gst_gnomevfssrc_received_headers_callback),
24219         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24220         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24221         (gst_gnomevfssrc_get_size):
24222           add/clean up debugging
24223         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24224           cleanups
24225
24226 2005-07-07  Andy Wingo  <wingo@pobox.com>
24227
24228         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24229         framerate. Need to get a handle on when exactly this function is
24230         called, tho.
24231
24232         * sys/v4l/v4lsrc_calls.h:
24233         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24234         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24235         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24236
24237         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24238         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24239         v4lelements are sources.
24240
24241         * sys/v4l/gstv4lxoverlay.h:
24242         * sys/v4l/gstv4lxoverlay.c:
24243         * sys/v4l/gstv4ltuner.h:
24244         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24245         
24246         * sys/v4l/gstv4lsrc.h:
24247         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24248         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24249         or something should handle that. Made a live source.
24250
24251         * sys/v4l/gstv4lelement.h:
24252         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24253         signals. Some cleanups.
24254
24255         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24256
24257         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24258         stuff.
24259
24260         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24261         stuff.
24262
24263         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24264
24265 2005-07-07  Wim Taymans  <wim@fluendo.com>
24266
24267         * ext/theora/theoradec.c: (theora_get_query_types),
24268         (theora_dec_src_getcaps), (theora_dec_push):
24269         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24270         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24271         Remove deprecated/unused query types.
24272
24273 2005-07-06  Wim Taymans  <wim@fluendo.com>
24274
24275         * ext/alsa/Makefile.am:
24276         * ext/alsa/gstalsaplugin.c: (plugin_init):
24277         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24278         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24279         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24280         (gst_alsasrc_class_init), (gst_alsasrc_init),
24281         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24282         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24283         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24284         (gst_alsasrc_reset):
24285         * ext/alsa/gstalsasrc.h:
24286         * gst-libs/gst/audio/Makefile.am:
24287         * gst-libs/gst/audio/gstaudiosink.c:
24288         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24289         (gst_audioringbuffer_start):
24290         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24291         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24292         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24293         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24294         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24295         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24296         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24297         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24298         * gst-libs/gst/audio/gstaudiosrc.h:
24299         * gst-libs/gst/audio/gstbaseaudiosink.c:
24300         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24301         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24302         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24303         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24304         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24305         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24306         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24307         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24308         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24309         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24310         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24311         (gst_baseaudiosrc_change_state):
24312         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24313         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24314         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24315         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24316         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24317         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24318         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24319         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24320         * gst-libs/gst/audio/gstringbuffer.h:
24321         Added audiosource base classes.
24322         Ported alsasrc, still very basic.
24323
24324 2005-07-06  Wim Taymans  <wim@fluendo.com>
24325
24326         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24327         (theora_dec_push), (theora_handle_data_packet):
24328         Prepare for better timestamp fix later.
24329
24330         * gst/audioconvert/gstaudioconvert.c:
24331         List most accurate caps first
24332
24333         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24334         Use proper pad task function.
24335
24336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24337         (gst_xvimagesink_show_frame):
24338         Fix deadlock when alloc failed.
24339
24340 2005-07-05  Andy Wingo  <wingo@pobox.com>
24341
24342         * ext/gnomevfs/gstgnomevfssrc.c:
24343         * gst/sine/gstsinesrc.c:
24344         * gst/tcp/gsttcpserversrc.c:
24345         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24346
24347         * sys/v4l/: Port from 0.8.
24348
24349         * Many files: Null if we got it....
24350
24351 2005-07-05  Andy Wingo  <wingo@pobox.com>
24352
24353         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24354         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24355         Signedness fixes.
24356
24357 2005-07-05  Wim Taymans  <wim@fluendo.com>
24358
24359         * configure.ac:
24360         * gst/tcp/Makefile.am:
24361         * gst/tcp/README:
24362         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24363         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24364         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24365         (is_sync_frame), (gst_multifdsink_handle_client_write),
24366         (gst_multifdsink_render), (gst_multifdsink_start),
24367         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24368         * gst/tcp/gstmultifdsink.h:
24369         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24370         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24371         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24372         * gst/tcp/gsttcp.h:
24373         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24374         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24375         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24376         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24377         * gst/tcp/gsttcpclientsink.h:
24378         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24379         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24380         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24381         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24382         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24383         * gst/tcp/gsttcpclientsrc.h:
24384         * gst/tcp/gsttcpplugin.c: (plugin_init):
24385         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24386         * gst/tcp/gsttcpserversink.h:
24387         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24388         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24389         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24390         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24391         (gst_tcpserversrc_stop):
24392         * gst/tcp/gsttcpserversrc.h:
24393         * gst/tcp/gsttcpsink.c:
24394         * gst/tcp/gsttcpsink.h:
24395         * gst/tcp/gsttcpsrc.c:
24396         * gst/tcp/gsttcpsrc.h:
24397         Ported tcp plugins to 0.9. 
24398         
24399
24400 2005-07-05  Andy Wingo  <wingo@pobox.com>
24401
24402         * gst/playback/gstplaybasebin.c (fill_buffer):
24403         message_new_application fixen.
24404
24405         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24406         Style fix.
24407
24408 2005-07-04  Wim Taymans  <wim@fluendo.com>
24409
24410         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24411         Set caps on output buffer.
24412
24413 2005-07-04  Andy Wingo  <wingo@pobox.com>
24414
24415         * ext/gnomevfs/gstgnomevfssrc.c
24416         (gst_gnomevfssrc_received_headers_callback) 
24417         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24418         hopefully.
24419
24420         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24421         No refcount leakage.
24422
24423         * configure.ac: Enable -Werror.
24424         
24425         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24426         * gst/audioconvert/bufferframesconvert.c
24427         (buffer_frames_convert_fixate):
24428         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24429         (gst_audio_convert_fixate):
24430         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24431         (gst_sinesrc_create): Fixate func changes.
24432         
24433         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24434         (gst_ximagesink_buffer_alloc): Unused var.
24435
24436 2005-07-01  Andy Wingo  <wingo@pobox.com>
24437
24438         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24439         getcaps to do explicit caps. Needs to be done in all decoders,
24440         possibly via a base class.
24441
24442         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24443
24444         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24445         caps on the sink pad, just rely on the pad template. Also, setting
24446         ANY caps on a pad is not valid because the caps are not fixed.
24447
24448         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24449         caps on the buffer, and get the width from the desired_caps if
24450         they're set.
24451         (gst_ximagesink_renegotiate_size): Implement via setting the
24452         desired_caps on the ximagesink.
24453         (gst_ximagesink_setcaps): Only reset the width of the player if it
24454         wasn't already set. Not sure if this is right.
24455         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24456
24457         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24458         that the user wants. NULL unless the window has been resized.
24459
24460         * gst/volume/gstvolume.c (volume_transform): Adapt to
24461         basetransform refcount changes.
24462         
24463 2005-07-01  Andy Wingo  <wingo@pobox.com>
24464
24465         * gst/videoscale/gstvideoscale.c:
24466         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24467         from BaseTransform, implements a transform_caps. Removed dead code
24468         including some PAR stuff that was never reached -- should probably
24469         be added back somehow.
24470
24471 2005-07-01  Andy Wingo  <wingo@pobox.com>
24472
24473         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24474         come later.
24475
24476 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24477
24478         * configure.ac:
24479         * docs/libs/Makefile.am:
24480         * docs/libs/gst-plugins-libs.types:
24481         * ext/alsa/Makefile.am:
24482         * ext/alsa/gstalsamixer.h:
24483         * ext/alsa/gstalsamixeroptions.h:
24484         * ext/alsa/gstalsamixertrack.h:
24485         * gst-libs/gst/Makefile.am:
24486         * gst-libs/gst/colorbalance/.cvsignore:
24487         * gst-libs/gst/colorbalance/Makefile.am:
24488         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24489         * gst-libs/gst/colorbalance/colorbalance.c:
24490         * gst-libs/gst/colorbalance/colorbalance.h:
24491         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24492         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24493         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24494         * gst-libs/gst/interfaces/Makefile.am:
24495         * gst-libs/gst/interfaces/colorbalance.c:
24496         (gst_color_balance_class_init):
24497         * gst-libs/gst/interfaces/colorbalance.h:
24498         * gst-libs/gst/interfaces/interfaces-marshal.list:
24499         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24500         * gst-libs/gst/interfaces/mixer.h:
24501         * gst-libs/gst/interfaces/mixeroptions.h:
24502         * gst-libs/gst/interfaces/navigation.c:
24503         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24504         * gst-libs/gst/interfaces/tuner.h:
24505         * gst/volume/Makefile.am:
24506         * gst/volume/gstvolume.c:
24507         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24508         * sys/ximage/Makefile.am:
24509         * sys/ximage/ximagesink.c:
24510         * sys/xvimage/Makefile.am:
24511         * sys/xvimage/xvimagesink.c:
24512           fold in all interfaces into an interfaces dir, preserving CVS
24513           history
24514
24515 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24516
24517         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24518           Fix build after riff changes.
24519
24520 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24521
24522         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24523         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24524         (gst_riff_create_video_template_caps),
24525         (gst_riff_create_audio_template_caps),
24526         (gst_riff_create_iavs_template_caps):
24527         * gst-libs/gst/riff/riff-media.h:
24528         * gst-libs/gst/riff/riff-read.h:
24529         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24530           Add gst_riff_init() to initialize the debug category, instead
24531           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24532
24533 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24534
24535         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24536           Oops, I shouldn't apply hacks.
24537
24538 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24539
24540         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24541           Remove pad_loop function which doesn't work.
24542
24543 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24544
24545         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24546           Send EOS when deactivating.
24547         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24548         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24549         (gen_preroll_element), (probe_triggered), (mute_stream),
24550         (silence_stream), (new_decoded_pad), (setup_substreams),
24551         (set_active_source):
24552         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24553         (remove_sinks), (add_sink):
24554         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24555           Change for new probe API.
24556
24557 2005-06-29  Wim Taymans  <wim@fluendo.com>
24558
24559         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24560         * gst-libs/gst/audio/gstbaseaudiosink.c:
24561         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24562         (gst_baseaudiosink_change_state):
24563         * gst-libs/gst/audio/gstbaseaudiosink.h:
24564         * gst-libs/gst/audio/gstringbuffer.c:
24565         (gst_ringbuffer_set_callback):
24566         Fix compilation error.
24567         Ringbuffer starts out as not running.
24568         Free our clock in dispose.
24569         When releasing the ringbuffer we need to renegotiate so
24570         clear the pad caps.
24571
24572 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24573
24574         * autogen.sh:
24575         * configure.ac:
24576         * docs/Makefile.am:
24577         * docs/libs/Makefile.am:
24578         * docs/libs/gst-plugins-libs-docs.sgml:
24579         * docs/libs/gst-plugins-libs-sections.txt:
24580         * docs/libs/gst-plugins-libs.types:
24581         * docs/libs/tmpl/gstaudio.sgml:
24582         * docs/libs/tmpl/gstcolorbalance.sgml:
24583         * docs/libs/tmpl/gstringbuffer.sgml:
24584         * gst-libs/gst/audio/gstringbuffer.c:
24585         (gst_ringbuffer_set_callback):
24586           reinstate gtk-doc docs for plugin libs
24587
24588 2005-06-28  Wim Taymans  <wim@fluendo.com>
24589
24590         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24591         (gst_ogg_demux_init):
24592         Removed pad loop function.
24593
24594 2005-06-28  Wim Taymans  <wim@fluendo.com>
24595
24596         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24597         If we're building a chain we are not in an error case
24598         when we queue a buffer.
24599
24600 2005-06-28  Andy Wingo  <wingo@pobox.com>
24601
24602         * *.c: Don't cast to GstObject before reffing/unreffing.
24603
24604 2005-06-27  Andy Wingo  <wingo@pobox.com>
24605
24606         * gst/videotestsrc/gstvideotestsrc.c
24607         (gst_videotestsrc_activate_push): Activation API changes.
24608
24609         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24610         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24611         they have refs on the decodebin.
24612
24613         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24614         parent class.
24615         (gst_ogg_pad_typefind): Don't leak a pad ref.
24616         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24617         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24618         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24619
24620 2005-06-27  Edward Hervey  <edward@fluendo.com>
24621
24622         * ext/theora/theoradec.c: (theora_dec_change_state): 
24623         re-arranged call to parent's state change in order to avoid locks (or
24624         worse).
24625
24626 2005-06-26  Edward Hervey  <edward@fluendo.com>
24627
24628         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24629         2nd argument of 'unknow-type' signal is a GstCaps and not a
24630         GstMiniObject
24631
24632 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24633         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24634           Set the worker thread's running flag to TRUE before starting the
24635           thread.
24636         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24637           Catch a failure to add typefind to the bin.
24638
24639 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24640
24641         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24642         (gst_sinesrc_init), (gst_sinesrc_create),
24643         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24644         (gst_sinesrc_start):
24645         * gst/sine/gstsinesrc.h:
24646           add num-buffers and timestamp-offset properties
24647         * gst/videotestsrc/gstvideotestsrc.c:
24648         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24649         (gst_videotestsrc_get_property):
24650           add timestamp-offset property
24651
24652 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24653
24654         * configure.ac: add videorate
24655         * gst-plugins-base.spec.in: add videorate
24656
24657 2005-06-23  Wim Taymans  <wim@fluendo.com>
24658
24659         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24660         (gst_videorate_getcaps), (gst_videorate_setcaps),
24661         (gst_videorate_event), (gst_videorate_chain):
24662         Fixed videorate, fixating an already fixated caps is not
24663         an error.
24664
24665 2005-06-23  Wim Taymans  <wim@fluendo.com>
24666
24667         * ext/ogg/README:
24668         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24669         Buffer on caps is not boxed anymore.
24670
24671 2005-06-22  Wim Taymans  <wim@fluendo.com>
24672
24673         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24674         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24675         Set buffers on caps as miniobjects and not as boxed.
24676
24677 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24678
24679         * configure.ac:
24680           back to HEAD
24681
24682 === release 0.9.1 ===
24683
24684 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24685
24686         * .cvsignore:
24687         * NEWS:
24688         * README:
24689         * RELEASE:
24690         * configure.ac:
24691         * po/af.po:
24692         * po/az.po:
24693         * po/cs.po:
24694         * po/en_GB.po:
24695         * po/hu.po:
24696         * po/it.po:
24697         * po/nb.po:
24698         * po/nl.po:
24699         * po/or.po:
24700         * po/sq.po:
24701         * po/sr.po:
24702         * po/sv.po:
24703         * po/uk.po:
24704         * po/vi.po:
24705           updates for release
24706
24707 2005-06-09  Andy Wingo  <wingo@pobox.com>
24708
24709         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24710         
24711 2005-06-09  Andy Wingo  <wingo@pobox.com>
24712
24713         * configure.ac:
24714         * gst-libs/gst/Makefile.am:
24715         * gst-libs/gst/net/Makefile.am:
24716         Add gstnet to build.
24717
24718 2005-06-09  Andy Wingo  <wingo@pobox.com>
24719
24720         * gst-libs/gst/gconf/gconf.c:
24721         * gst/playback/test.c:
24722         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24723         fixes.
24724
24725         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24726
24727         * ext/theora/theoraenc.c (theora_enc_chain): 
24728         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24729
24730         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24731         RealPad.
24732
24733 2005-06-02  Wim Taymans  <wim@fluendo.com>
24734
24735         * gst-libs/gst/net/Makefile.am:
24736         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24737         * pkgconfig/gstreamer-libs.pc.in:
24738         Added net stuff, version net lib.
24739
24740 2005-06-02  Wim Taymans  <wim@fluendo.com>
24741
24742         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24743         (query_rates), (query_positions_elems), (query_positions_pads),
24744         (do_seek):
24745         Updated seek example.
24746
24747 2005-06-02  Andy Wingo  <wingo@pobox.com>
24748
24749         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24750         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24751         list.
24752
24753         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24754         remove the typefind, the bin dispose will do it for us. When it's
24755         removed and unreffed, the signal handler will be disconnected,
24756         too.
24757         (unlinked): It's too difficult to disconnect from unlinked
24758         handlers, as they are on pads not elements. Just punt if the pads
24759         aren't grandkids of the bin.
24760
24761 2005-06-02  Wim Taymans  <wim@fluendo.com>
24762
24763         * ext/ogg/README:
24764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24765         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24766         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24767         * ext/theora/theoradec.c: (theora_dec_src_query),
24768         (theora_handle_data_packet):
24769         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24770         (theora_enc_chain):
24771         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24772         (vorbis_handle_data_packet):
24773         * gst/audioconvert/bufferframesconvert.c:
24774         (buffer_frames_convert_chain):
24775         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24776         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24777         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24778         (gst_ffmpegcsp_chain):
24779         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24780         (gst_videorate_getcaps), (gst_videorate_setcaps),
24781         (gst_videorate_event), (gst_videorate_chain):
24782         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24783         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24784         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24785         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24786         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24787         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24788         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24789         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24790         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24791         Cleanups and buffer alloc.
24792
24793 2005-05-31  Wim Taymans  <wim@fluendo.com>
24794
24795         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24796         Don't try to call the delay method when the device is not
24797         opened.
24798
24799 2005-05-31  Wim Taymans  <wim@fluendo.com>
24800
24801         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24802         Get actual segment size and buffer size after opening
24803         the device.
24804
24805 2005-05-30  Wim Taymans  <wim@fluendo.com>
24806
24807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24808         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24809         Also FLUSH upstream, makes the loop function exit faster.
24810         
24811         * ext/theora/theoradec.c: (theora_dec_src_query):
24812         Some more debug info in the query.
24813         
24814         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24815         (gst_ximagesink_setcaps):
24816         Release lock on par error, better error reporting.
24817
24818 2005-05-26  Wim Taymans  <wim@fluendo.com>
24819
24820         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24821         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24822         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24823         Clear chains in READY
24824         Queue packets until the chain is activated.
24825
24826 2005-05-25  Wim Taymans  <wim@fluendo.com>
24827
24828         * gst-libs/gst/audio/gstaudiosink.c:
24829         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24830         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24831         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24832         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24833         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24834         (gst_audiosink_create_ringbuffer):
24835         * gst-libs/gst/audio/gstbaseaudiosink.c:
24836         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24837         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24838         (gst_baseaudiosink_set_property), (build_linear_format),
24839         (debug_spec_caps), (debug_spec_buffer),
24840         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24841         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24842         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24843         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24844         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24845         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24846         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24847         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24848         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24849         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24850         (wait_segment), (gst_ringbuffer_commit),
24851         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24852         (gst_ringbuffer_clear):
24853         Various small cleanups.
24854
24855         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24856         (gst_audio_convert_change_state):
24857         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24858         No need to take the locks anymore.
24859
24860 2005-05-25  Wim Taymans  <wim@fluendo.com>
24861
24862         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24863         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24864         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24865         (type_found):
24866         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24867         (group_destroy), (group_commit), (queue_overrun),
24868         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24869         (mute_stream), (new_decoded_pad), (setup_substreams),
24870         (setup_source), (mute_group_type), (set_active_source),
24871         (gst_play_base_bin_change_state):
24872         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24873         (gen_video_element), (gen_text_element), (gen_audio_element),
24874         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24875         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24876         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24877         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24878         Some playbin cleanups mostly refcounting sloppyness.
24879
24880 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24881
24882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24883           Work with streaming input.
24884
24885 2005-05-25  Wim Taymans  <wim@fluendo.com>
24886
24887         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24888         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24889         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24890         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24891         No need to take the STREAM lock anymore.
24892
24893 2005-05-25  Wim Taymans  <wim@fluendo.com>
24894
24895         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24896         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24897         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24898         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24899         (gst_ogg_demux_sink_activate):
24900         * ext/theora/theoradec.c: (theora_dec_src_event),
24901         (theora_handle_comment_packet), (theora_dec_chain),
24902         (theora_dec_change_state):
24903         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24904         (vorbis_handle_data_packet), (vorbis_dec_chain),
24905         (vorbis_dec_change_state):
24906         Remove STREAM locks as they are taken in core now.
24907         Never set bogus granulepos on vorbis/theora.
24908         Fix leaks in theoradec tag parsing.
24909
24910 2005-05-25  Wim Taymans  <wim@fluendo.com>
24911
24912         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24913         Fix memleaks, GST_BUFFER_DATA() is not freed.
24914
24915 2005-05-25  Wim Taymans  <wim@fluendo.com>
24916
24917         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24918         Open non-blocking, set to blocking mode afterwards to avoid
24919         lockups when audio device is busy.
24920
24921 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24922
24923         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24924           This can't be good.
24925
24926 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24927
24928         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24929         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24930         (gst_audio_convert_setcaps):
24931           Implement instant setup switching.
24932
24933 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24934
24935         * gst/playback/gstplaybasebin.c: (probe_triggered):
24936           Fix missing unlock.
24937         * gst/playback/gstplaybin.c: (add_sink):
24938           First add, then link (otherwise pad link fails).
24939
24940 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24941
24942         * examples/Makefile.am:
24943         fix buildbot (make distcheck)
24944
24945 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24946
24947         * gst/playback/gstplaybin.c: (gen_vis_element):
24948           Remove some wrong code. Doesn't work yet.
24949
24950 2005-05-19  Wim Taymans  <wim@fluendo.com>
24951
24952         * gst-libs/gst/net/Makefile.am:
24953         * gst-libs/gst/net/README:
24954         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24955         (gst_netbuffer_class_init), (gst_netbuffer_init),
24956         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24957         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24958         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24959         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24960         * gst-libs/gst/net/gstnetbuffer.h:
24961         Added buffer subclass to store extra to/from addresses for
24962         network sources/sinks.
24963
24964 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24965
24966         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24967           Don't lock an unassigned variable.
24968
24969 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24970
24971         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24972           Increase buffer for video, decrease buffer for other media types.
24973         * gst/playback/gstplaybin.c: (gen_video_element),
24974         (gen_audio_element):
24975           Change names for debugging purposes.
24976
24977 2005-05-18  Wim Taymans  <wim@fluendo.com>
24978
24979         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24980         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24981         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24982         (gst_ffmpegcsp_chain):
24983         Enable buffer alloc passthrough if the source and dest
24984         formats are the same.
24985
24986 2005-05-17  Wim Taymans  <wim@fluendo.com>
24987
24988         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24989         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24990         (gst_ogg_demux_chain_unlocked):
24991         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24992         (gst_audio_convert_caps_remove_format_info),
24993         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24994         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24995         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24996         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24997         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24998         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24999         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25000         (gst_ffmpegcsp_get_property):
25001         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
25002         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
25003         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
25004         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
25005         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
25006         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
25007         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
25008         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
25009         Leak fixes in oggdemux.
25010         Some cleanups in audioconvert.
25011         Make passthrough work along with buffer_alloc etc.
25012         Make buffer_alloc and buffer recycling actually work in
25013         xvimagesink.
25014
25015 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
25016
25017         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
25018           make the compiler happy
25019
25020 2005-05-17  Wim Taymans  <wim@fluendo.com>
25021
25022         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
25023         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
25024         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
25025         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
25026         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
25027         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
25028         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
25029         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25030         (gst_xvimagesink_set_xwindow_id):
25031         * sys/xvimage/xvimagesink.h:
25032         Port xvimagesink to new MiniObject.
25033
25034 2005-05-17  Wim Taymans  <wim@fluendo.com>
25035
25036         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25037         (gst_audiofilter_chain):
25038         * gst-libs/gst/audio/gstaudiosink.c:
25039         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25040         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25041         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25042         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25043         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25044         (gst_audiosink_create_ringbuffer):
25045         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25046         (gst_audio_convert_caps_remove_format_info),
25047         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25048         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25050         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25051         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25052         Fix passthrough in ffmpegcolorspace.
25053         Fix memset in audiosink on wrong memory.
25054
25055 2005-05-16  David Schleef  <ds@schleef.org>
25056
25057         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
25058         to GstMiniObject.
25059
25060 2005-05-16  David Schleef  <ds@schleef.org>
25061
25062         Port from GstData to GstMiniObject.
25063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
25064         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
25065         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
25066         (gst_ogg_mux_collected):
25067         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25068         * ext/theora/theoradec.c: (theora_handle_comment_packet),
25069         (theora_handle_data_packet):
25070         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25071         (theora_set_header_on_caps), (theora_enc_chain):
25072         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25073         (vorbis_handle_comment_packet):
25074         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
25075         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
25076         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
25077         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
25078         * gst/audioconvert/gstaudioconvert.c:
25079         (gst_audio_convert_get_buffer):
25080         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25081         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
25082         (mute_stream), (silence_stream):
25083         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
25084         * gst/volume/gstvolume.c: (volume_transform):
25085         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
25086         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
25087         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
25088         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25089         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
25090         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
25091         (gst_ximagesink_buffer_alloc):
25092         * sys/ximage/ximagesink.h:
25093
25094 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25095
25096         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25097         (fill_buffer), (check_queue), (queue_threshold_reached),
25098         (queue_out_of_data):
25099         * gst/playback/gstplaybasebin.h:
25100           Post buffer-fullness on the bus.
25101
25102 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25103
25104         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25105         (try_to_link_1):
25106         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25107         (group_commit), (probe_triggered), (setup_source),
25108         (gst_play_base_bin_change_state):
25109         * gst/playback/gstplaybasebin.h:
25110         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25111         (gst_play_bin_init), (remove_sinks), (setup_sinks),
25112         (gst_play_bin_change_state):
25113           Move setup_output_pads into a virtual function, remove
25114           group-switch (no longer needed) and redirect (handled by bus
25115           now) signals.
25116
25117 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25118
25119         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25120         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25121         (get_active_group), (get_building_group), (group_destroy),
25122         (group_commit), (check_queue), (queue_overrun),
25123         (queue_threshold_reached), (queue_out_of_data),
25124         (gen_preroll_element), (remove_groups), (unknown_type),
25125         (add_element_stream), (no_more_pads), (probe_triggered),
25126         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25127         (setup_substreams), (setup_source), (finish_source),
25128         (prepare_output), (muted_group_change_state),
25129         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25130         (gst_play_base_bin_change_state):
25131         * gst/playback/gstplaybasebin.h:
25132         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25133         (gst_play_bin_init), (gst_play_bin_set_property),
25134         (gen_video_element), (gen_text_element), (gen_audio_element),
25135         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25136         (gst_play_bin_change_state):
25137         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25138         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25139         (stream_info_change_state), (gst_stream_info_set_mute),
25140         (gst_stream_info_get_property):
25141         * gst/playback/gststreaminfo.h:
25142         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25143         (gst_stream_selector_get_linked_pad),
25144         (gst_stream_selector_getcaps),
25145         (gst_stream_selector_get_linked_pads),
25146         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25147         * gst/playback/gststreamselector.h:
25148           Rough port of playbin. Needs some more work, but is mostly done,
25149           and uses a few locks in important places, which should make stuff
25150           like chain-switches clean. Still uses GST_STATE() in a few places,
25151           which isn't all that good an idea, subtitles/elements disabled
25152           because no elements to test with and thus probably broken, query
25153           and event handling moved to GstBin, internal thread removed
25154           alltogether because the pipeline does that for us now. Can play
25155           Ogg/Vorbis files. Haven't tested anything else yet.
25156
25157 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25158
25159         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25160           Do no-more-pads (needed for autoplugging).
25161
25162 2005-05-10  Andy Wingo  <wingo@pobox.com>
25163
25164         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25165         message to the bus with the tags. Still not sent downstream tho.
25166
25167         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25168         get_parent.
25169         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25170         avoid refcounting hassles.
25171
25172 2005-05-09  Andy Wingo  <wingo@pobox.com>
25173
25174         * gst/volume/Makefile.am:
25175         * gst/volume/demo.c
25176         * gst/volume/gstvolume.h
25177         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25178         basetransform. Probably need an audio filter base class.
25179
25180 2005-05-09  Wim Taymans  <wim@fluendo.com>
25181
25182         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25183         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25184         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25185         (gst_vorbisenc_chain):
25186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25187         (gst_audio_convert_caps_remove_format_info),
25188         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25189         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25190         Make caps writable before writing to it.
25191         Fix negotiation in audioconvert some more.
25192
25193 2005-05-09  Wim Taymans  <wim@fluendo.com>
25194
25195         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25196         (gst_videorate_getcaps), (gst_videorate_setcaps),
25197         (gst_videorate_event), (gst_videorate_chain):
25198         Better negotiation.
25199
25200 2005-05-09  Wim Taymans  <wim@fluendo.com>
25201
25202         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25203         (gst_videorate_getcaps), (gst_videorate_setcaps),
25204         (gst_videorate_blank_data), (gst_videorate_init),
25205         (gst_videorate_event), (gst_videorate_chain),
25206         (gst_videorate_change_state):
25207         Port videorate, do a better job at negotiation while we're at
25208         it.
25209
25210 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25211
25212         * configure.ac:
25213           Disable libvisual
25214
25215         * examples/Makefile.am:
25216         * gst-libs/gst/audio/Makefile.am:
25217         * gst-libs/gst/riff/Makefile.am:
25218         * gst-libs/gst/tag/Makefile.am:
25219         * gst-libs/gst/video/Makefile.am:
25220           Fixups for missing variables.
25221
25222 2005-05-09  Wim Taymans  <wim@fluendo.com>
25223
25224         * examples/seeking/seek.c: (make_theora_pipeline),
25225         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25226         (query_rates), (query_positions_elems), (query_positions_pads),
25227         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25228         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25229         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25230         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25231         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25232         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25233         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25234         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25235         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25236         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25237         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25238         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25239         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25240         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25241         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25242         (theora_dec_src_convert), (theora_dec_sink_convert),
25243         (theora_dec_src_query), (theora_dec_sink_query),
25244         (theora_dec_src_event), (theora_dec_sink_event),
25245         (theora_handle_comment_packet), (theora_handle_type_packet),
25246         (theora_handle_header_packet), (theora_handle_data_packet),
25247         (theora_dec_chain):
25248         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25249         (vorbis_dec_convert), (vorbis_dec_src_query),
25250         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25251         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25252         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25253         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25254         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25255         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25256         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25257         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25258         (gst_play_bin_query):
25259         * gst/playback/test3.c: (update_scale):
25260         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25261         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25262         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25263         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25264         (gst_videotestsrc_src_query):
25265         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25266         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25267         (paint_hline_YUV9):
25268         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25269         Port to new query API.
25270         Updated seek.
25271         Cleanups in x[v]imagesink
25272
25273 2005-05-09  Andy Wingo  <wingo@pobox.com>
25274
25275         * ext/alsa/gstalsasink.h:
25276         * ext/gnomevfs/gstgnomevfssrc.c:
25277         (gst_gnomevfssrc_get_icy_metadata):
25278         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25279         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25280         * ext/theora/theoradec.c (theora_dec_src_query)
25281         (theora_dec_src_event, theora_dec_sink_event)
25282         (theora_handle_comment_packet, theora_handle_data_packet):
25283         * ext/theora/theoraenc.c (theora_enc_chain):
25284         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25285         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25286         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25287         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25288         (qt_type_find):
25289         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25290         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25291         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25292         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25293         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25294         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25295         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25296         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25297         (paint_setup_RGB565, paint_setup_xRGB1555):
25298         * gst/videotestsrc/videotestsrc.h:
25299         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25300         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25301         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25302         GCC4 fixes.
25303         
25304         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25305         gst_pad_query_position. Fixes oggdemux.
25306
25307 2005-05-08  David Schleef  <ds@schleef.org>
25308
25309         * configure.ac: Require liboil.
25310         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25311         a few more.
25312         * gst/videotestsrc/videotestsrc.c:
25313         * gst/videotestsrc/videotestsrc.h:
25314
25315 2005-05-06  Wim Taymans  <wim@fluendo.com>
25316
25317         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25318         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25319         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25320         Well, unreffing a buffer right before pushing it is asking
25321         for trouble..
25322
25323 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25324
25325         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25326
25327 2005-05-06  Wim Taymans  <wim@fluendo.com>
25328
25329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25330         (gst_audio_convert_caps_remove_format_info),
25331         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25332         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25333         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25334         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25335         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25336         * gst/sine/Makefile.am:
25337         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25338         (gst_sinesrc_class_init), (gst_sinesrc_init),
25339         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25340         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25341         (gst_sinesrc_update_freq):
25342         * gst/sine/gstsinesrc.h:
25343         * gst/tcp/gstmultifdsink.c:
25344         * sys/xvimage/xvimagesink.c:
25345         Fixed negotiation wrt _peer_get_caps()
25346         Some cleanups.
25347
25348
25349 2005-05-06  Wim Taymans  <wim@fluendo.com>
25350
25351         * gst-libs/gst/audio/gstaudiosink.c:
25352         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25353         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25354         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25355         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25356         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25357         (gst_audiosink_create_ringbuffer):
25358         * gst-libs/gst/audio/gstbaseaudiosink.c:
25359         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25360         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25361         (gst_baseaudiosink_set_property), (build_linear_format),
25362         (debug_spec_caps), (debug_spec_buffer),
25363         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25364         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25365         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25366         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25367         * gst-libs/gst/audio/gstbaseaudiosink.h:
25368         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25369         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25370         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25371         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25372         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25373         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25374         (wait_segment), (gst_ringbuffer_commit),
25375         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25376         (gst_ringbuffer_clear):
25377         * gst-libs/gst/audio/gstringbuffer.h:
25378         Make the base audiosink return an error when there is no
25379         audiobuffer negotiated.
25380
25381 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25382
25383         * ext/Makefile.am:
25384         Disable cdparanoia until someone ports it!
25385
25386 2005-05-06  Wim Taymans  <wim@fluendo.com>
25387
25388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25389         (gst_ogg_demux_sink_activate):
25390         And revert after wingo's revert.. sigh..
25391
25392 2005-05-05  Andy Wingo  <wingo@pobox.com>
25393
25394         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25395         GObject.
25396         * configure.ac: Return audiorate and subparse from the ghetto.
25397         Re-enable -Wall -Werror.
25398         * gst/subparse/gstsubparse.c:
25399         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25400         or chain-based. Cleaned up a bit. Not tested.
25401         
25402 2005-05-05  Christian Schaller <christian@fluendo.com> 
25403
25404         * Makefile.am: remove stuff that is not building
25405         * configure.ac: remove stuff that is not building
25406         * examples/Makefile.am: remove stuff that is not building
25407         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25408         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25409         * sys/Makefile.am: remove stuff that is not building
25410         * testsuite/Makefile.am: remove stuff that is not building
25411
25412 2005-05-05  Andy Wingo  <wingo@pobox.com>
25413
25414         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25415         * gst-libs/gst/tag/gstvorbistag.c:
25416         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25417         * gst/adder/gstadder.h:
25418         * gst/audioconvert/gstchannelmix.c:
25419         (gst_audio_convert_fill_one_other):
25420         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25421         (gst_audiorate_init), (gst_audiorate_chain):
25422         * gst/playback/gstplaybasebin.c: (setup_source):
25423         * gst/playback/test3.c: (update_scale):
25424         Some GCC4 fixes
25425         
25426         * po/af.po:
25427         * po/az.po:
25428         * po/cs.po:
25429         * po/en_GB.po:
25430         * po/hu.po:
25431         * po/it.po:
25432         * po/nb.po:
25433         * po/nl.po:
25434         * po/or.po:
25435         * po/sq.po:
25436         * po/sr.po:
25437         * po/sv.po:
25438         * po/uk.po:
25439         * po/vi.po: Foo
25440
25441 2005-05-05  Wim Taymans  <wim@fluendo.com>
25442
25443         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25444         (gst_audio_convert_caps_remove_format_info),
25445         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25446         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25447         * gst/videotestsrc/gstvideotestsrc.c:
25448         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25449         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25450         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25451         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25452         Don't ignore _push() return values.
25453         Make sure no processing is done when shutting down.
25454         Videotestsrc pad activation fix.
25455
25456 2005-05-05  Wim Taymans  <wim@fluendo.com>
25457
25458         * gst/adder/Makefile.am:
25459         * gst/adder/gstadder.c: (gst_adder_setcaps),
25460         (gst_adder_class_init), (gst_adder_init),
25461         (gst_adder_request_new_pad), (gst_adder_collected),
25462         (gst_adder_change_state):
25463         * gst/adder/gstadder.h:
25464         Ported adder as an example of a mixer element using
25465         collect pads. Needs more negotiation work.
25466
25467 2005-05-05  Wim Taymans  <wim@fluendo.com>
25468
25469         * ext/theora/theoradec.c: (_inc_granulepos),
25470         (theora_dec_src_event), (theora_dec_sink_event),
25471         (theora_handle_comment_packet), (theora_handle_type_packet),
25472         (theora_handle_header_packet), (theora_handle_data_packet),
25473         (theora_dec_chain):
25474         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25475         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25476         (theora_push_buffer), (theora_push_packet),
25477         (theora_enc_sink_event), (theora_enc_chain),
25478         (theora_enc_change_state), (theora_enc_set_property),
25479         (theora_enc_get_property):
25480         Added stream lock to decoder so that we can serialize
25481         the discont event.
25482         More theoraenc porting, recover from errors, do clean
25483         shutdown.
25484
25485 2005-05-05  Wim Taymans  <wim@fluendo.com>
25486
25487         * ext/ogg/Makefile.am:
25488         * ext/ogg/README:
25489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25490         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25491         (gst_ogg_print):
25492         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25493         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25494         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25495         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25496         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25497         (gst_ogg_mux_change_state):
25498         Ported ogg muxer.
25499
25500 2005-05-05  Wim Taymans  <wim@fluendo.com>
25501
25502         * docs/design-audiosinks.txt:
25503         * gst-libs/gst/audio/TODO:
25504         * gst-libs/gst/audio/gstaudiosink.c:
25505         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25506         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25507         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25508         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25509         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25510         (gst_audiosink_create_ringbuffer):
25511         * gst-libs/gst/audio/gstbaseaudiosink.c:
25512         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25513         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25514         (gst_baseaudiosink_set_property), (build_linear_format),
25515         (debug_spec_caps), (debug_spec_buffer),
25516         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25517         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25518         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25519         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25520         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25521         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25522         (gst_ringbuffer_release), (gst_ringbuffer_play),
25523         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25524         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25525         (gst_ringbuffer_set_sample), (wait_segment),
25526         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25527         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25528         More work on the audiosink, mostly debugging and a race in
25529         shutdown.
25530
25531 2005-04-28  Wim Taymans  <wim@fluendo.com>
25532
25533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25534         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25535         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25536         (vorbis_dec_src_query), (vorbis_dec_src_event),
25537         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25538         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25539         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25540         Don't crap out when seeking back to position 0.
25541
25542 2005-04-28  Wim Taymans  <wim@fluendo.com>
25543
25544         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25545         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25546         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25547         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25548         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25549         Make audio sink configurable, use alsasink as default.
25550
25551 2005-04-28  Wim Taymans  <wim@fluendo.com>
25552
25553         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25554         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25555         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25556         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25557         (vorbis_dec_change_state):
25558         * ext/vorbis/vorbisdec.h:
25559         Refactor, use STREAM_LOCK.
25560
25561 2005-04-28  Wim Taymans  <wim@fluendo.com>
25562
25563         * ext/theora/theoradec.c: (_inc_granulepos),
25564         (theora_dec_sink_event), (theora_handle_comment_packet),
25565         (theora_handle_type_packet), (theora_handle_header_packet),
25566         (theora_handle_data_packet), (theora_dec_chain),
25567         (theora_dec_change_state):
25568         Refactor a bit, use STREAM_LOCK.
25569
25570 2005-04-28  Wim Taymans  <wim@fluendo.com>
25571
25572         * ext/alsa/Makefile.am:
25573         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25574         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25575         (gst_alsa_link), (gst_alsa_close_audio):
25576         * ext/alsa/gstalsaplugin.c: (plugin_init):
25577         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25578         (gst_alsasink_dispose), (gst_alsasink_base_init),
25579         (gst_alsasink_class_init), (gst_alsasink_init),
25580         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25581         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25582         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25583         (gst_alsasink_reset):
25584         * ext/alsa/gstalsasink.h:
25585         Implement alsasink with simple open/write/close API. 
25586         Make alsa dir build by disabling compilation of code.
25587
25588 2005-04-28  Wim Taymans  <wim@fluendo.com>
25589
25590         * gst-libs/gst/audio/Makefile.am:
25591         * gst-libs/gst/audio/audio.h:
25592         * gst-libs/gst/audio/audioclock.c:
25593         * gst-libs/gst/audio/audioclock.h:
25594         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25595         (gst_audio_clock_class_init), (gst_audio_clock_init),
25596         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25597         * gst-libs/gst/audio/gstaudioclock.h:
25598         * gst-libs/gst/audio/gstaudiosink.c:
25599         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25600         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25601         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25602         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25603         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25604         (gst_audiosink_create_ringbuffer):
25605         * gst-libs/gst/audio/gstbaseaudiosink.c:
25606         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25607         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25608         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25609         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25610         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25611         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25612         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25613         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25614         * gst-libs/gst/audio/gstbaseaudiosink.h:
25615         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25616         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25617         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25618         (gst_ringbuffer_release), (gst_ringbuffer_play),
25619         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25620         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25621         (gst_ringbuffer_set_sample), (wait_segment),
25622         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25623         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25624         * gst-libs/gst/audio/gstringbuffer.h:
25625         Make ringbuffer faster and more simple by removing the locks
25626         in the playback thread.
25627         Add sample accurate playback based on buffer sample offsets.
25628         Make the baseaudiosink provide a clock.
25629         Parse caps in the base class.
25630         Correctly handle seeking, flushing and state changes.
25631
25632 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25633
25634         * configure.ac:
25635         * gst/audioconvert/Makefile.am:
25636         * gst/audioscale/Makefile.am:
25637           Fix part of the build.  Come on guys, autogen didn't even work :)
25638
25639 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25640
25641         * configure.ac:
25642         * gst-libs/gst/Makefile.am:
25643         * gst-libs/gst/media-info/.cvsignore:
25644         * gst-libs/gst/media-info/Makefile.am:
25645         * gst-libs/gst/media-info/README:
25646         * gst-libs/gst/media-info/media-info-priv.c:
25647         * gst-libs/gst/media-info/media-info-priv.h:
25648         * gst-libs/gst/media-info/media-info-test.c:
25649         * gst-libs/gst/media-info/media-info.c:
25650         * gst-libs/gst/media-info/media-info.h:
25651         * gst-libs/gst/media-info/media-info.vcproj:
25652         * pkgconfig/Makefile.am:
25653         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25654         * pkgconfig/gstreamer-media-info.pc.in:
25655           Remove media-info, which is also successed by playbin (see Totem
25656           implementation).
25657
25658 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25659
25660         * configure.ac:
25661         * examples/Makefile.am:
25662         * examples/gstplay/.cvsignore:
25663         * examples/gstplay/Makefile.am:
25664         * examples/gstplay/player.c:
25665         * gst-libs/gst/Makefile.am:
25666         * gst-libs/gst/play/.cvsignore:
25667         * gst-libs/gst/play/Makefile.am:
25668         * gst-libs/gst/play/play.c:
25669         * gst-libs/gst/play/play.h:
25670         * gst-libs/gst/play/play.vcproj:
25671         * pkgconfig/Makefile.am:
25672         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25673         * pkgconfig/gstreamer-play.pc.in:
25674           Remove libgstplay, playbin is now the official successor.
25675
25676 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25677
25678         * configure.ac:
25679         * gst-libs/gst/Makefile.am:
25680         * gst-libs/gst/xwindowlistener/Makefile.am:
25681         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25682         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25683           Remove deprecated xwindowlistener (I've moved xwindowlistening
25684           in the v4l/v4l2 plugins over to serverside).
25685
25686 2005-04-25  David Schleef  <ds@schleef.org>
25687
25688         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25689         to examples/dynparams.  Examples do not belong interspersed with
25690         source code.
25691         * examples/dynparams/demo-dparams.c:
25692         * gst/sine/Makefile.am:
25693         * gst/sine/demo-dparams.c:
25694
25695 2005-04-25  David Schleef  <ds@schleef.org>
25696
25697         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25698         * gst-libs/gst/audio/Makefile.am:
25699         * gst-libs/gst/riff/Makefile.am:
25700         * gst-libs/gst/tag/Makefile.am:
25701         * gst-libs/gst/video/Makefile.am:
25702         * gst-libs/gst/xwindowlistener/Makefile.am:
25703
25704         Convert to 0.9 API, seems to work:
25705         * sys/ximage/Makefile.am:
25706         * sys/ximage/ximagesink.c:
25707
25708 2005-04-24  David Schleef  <ds@schleef.org>
25709
25710         Link plugins against libraries:
25711         * ext/alsa/Makefile.am:
25712         * gst/tcp/Makefile.am:
25713
25714         Remove asm code that should be in liboil
25715         * gst/videoscale/Makefile.am:
25716         * gst/videoscale/videoscale_x86_asm.s:
25717
25718         gettext wants these checked in:
25719         * po/af.po:
25720         * po/az.po:
25721         * po/cs.po:
25722         * po/en_GB.po:
25723         * po/hu.po:
25724         * po/it.po:
25725         * po/nb.po:
25726         * po/nl.po:
25727         * po/or.po:
25728         * po/sq.po:
25729         * po/sr.po:
25730         * po/sv.po:
25731         * po/uk.po:
25732         * po/vi.po:
25733
25734 2005-04-24  David Schleef  <ds@schleef.org>
25735
25736         Convert gst_main() to g_main_loop_run()
25737         * gst/playback/decodetest.c: (main):
25738         * gst/playback/test2.c: (main):
25739         * gst/playback/test3.c: (main):
25740         * gst/playback/test4.c: (main):
25741
25742         Link plugins against libraries:
25743         * ext/libvisual/Makefile.am:
25744         * sys/xvimage/Makefile.am:
25745
25746 2005-04-24  David Schleef  <ds@schleef.org>
25747
25748         * configure.ac: Remove idct and resample libs
25749         * gst-libs/gst/Makefile.am: same
25750
25751         Remove usage of gst_library_load():
25752         * ext/alsa/gstalsaplugin.c: (plugin_init):
25753         * ext/libvisual/visual.c: (plugin_init):
25754         * ext/ogg/gstogg.c: (plugin_init):
25755         * ext/theora/theora.c: (plugin_init):
25756         * ext/vorbis/vorbis.c: (plugin_init):
25757         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25758         * gst/audioscale/gstaudioscale.c:
25759         * gst/adder/gstadder.c: (plugin_init):
25760         * gst/audioconvert/plugin.c: (plugin_init):
25761         * sys/ximage/ximagesink.c: (plugin_init):
25762         * sys/xvimage/xvimagesink.c: (plugin_init):
25763         * gst/tcp/gsttcpplugin.c: (plugin_init):
25764
25765         Link plugins against libraries:
25766         * ext/ogg/Makefile.am:
25767         * ext/theora/Makefile.am:
25768         * ext/vorbis/Makefile.am:
25769         * gst/audioconvert/Makefile.am:
25770
25771         Create proper libraries:
25772         * gst-libs/gst/riff/Makefile.am:
25773         * gst-libs/gst/audio/Makefile.am:
25774         * gst-libs/gst/video/Makefile.am:
25775
25776         Move resample library to audioscale plugin directory:
25777         * gst-libs/gst/resample/Makefile.am:
25778         * gst-libs/gst/resample/README:
25779         * gst-libs/gst/resample/dtof.c:
25780         * gst-libs/gst/resample/dtos.c:
25781         * gst-libs/gst/resample/functable.c:
25782         * gst-libs/gst/resample/private.h:
25783         * gst-libs/gst/resample/resample.c:
25784         * gst-libs/gst/resample/resample.h:
25785         * gst-libs/gst/resample/resample.vcproj:
25786         * gst-libs/gst/resample/test.c:
25787         * gst/audioscale/Makefile.am:
25788         * gst/audioscale/README:
25789         * gst/audioscale/dtof.c:
25790         * gst/audioscale/dtos.c:
25791         * gst/audioscale/functable.c:
25792         * gst/audioscale/private.h:
25793         * gst/audioscale/resample.c:
25794         * gst/audioscale/resample.h:
25795         * gst/audioscale/test.c:
25796
25797         Move tagedit library to gst-libs:
25798         * gst-libs/gst/tag/Makefile.am:
25799         * gst-libs/gst/tag/gstid3tag.c:
25800         * gst-libs/gst/tag/gsttagediting.c:
25801         * gst-libs/gst/tag/gsttageditingprivate.h:
25802         * gst-libs/gst/tag/gstvorbistag.c:
25803         * gst/tags/Makefile.am:
25804         * gst/tags/gstid3tag.c:
25805         * gst/tags/gstvorbistag.c:
25806
25807         Fix for core changes:
25808         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25809         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25810         (gst_sinesrc_getrange):
25811
25812 2005-04-23  David Schleef  <ds@schleef.org>
25813
25814         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25815         in gst-plugins in a long time, and properly belongs in liboil.
25816         * gst-libs/gst/idct/Makefile.am:
25817         * gst-libs/gst/idct/README:
25818         * gst-libs/gst/idct/dct.h:
25819         * gst-libs/gst/idct/doieee:
25820         * gst-libs/gst/idct/fastintidct.c:
25821         * gst-libs/gst/idct/floatidct.c:
25822         * gst-libs/gst/idct/idct.c:
25823         * gst-libs/gst/idct/idct.h:
25824         * gst-libs/gst/idct/idtc.vcproj:
25825         * gst-libs/gst/idct/ieeetest.c:
25826         * gst-libs/gst/idct/intidct.c:
25827
25828 2005-04-20  Wim Taymans  <wim@fluendo.com>
25829
25830         * docs/design-audiosinks.txt:
25831         * gst-libs/gst/audio/Makefile.am:
25832         * gst-libs/gst/audio/TODO:
25833         * gst-libs/gst/audio/gstaudiosink.c:
25834         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25835         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25836         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25837         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25838         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25839         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25840         (gst_audiosink_class_init), (gst_audiosink_init),
25841         (gst_audiosink_create_ringbuffer):
25842         * gst-libs/gst/audio/gstaudiosink.h:
25843         * gst-libs/gst/audio/gstbaseaudiosink.c:
25844         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25845         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25846         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25847         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25848         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25849         (gst_baseaudiosink_create_ringbuffer),
25850         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25851         * gst-libs/gst/audio/gstbaseaudiosink.h:
25852         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25853         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25854         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25855         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25856         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25857         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25858         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25859         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25860         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25861         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25862         * gst-libs/gst/audio/gstringbuffer.h:
25863         An attempt at a set of audio base classes together with some
25864         design docs.
25865
25866 2005-04-20  Wim Taymans  <wim@fluendo.com>
25867
25868         * gst/audioconvert/Makefile.am:
25869         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25870         (gst_audio_convert_caps_remove_format_info),
25871         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25872         (gst_audio_convert_channels):
25873         Link against audio libs.
25874         Fix audio convert plugin.
25875
25876 2005-04-20  Wim Taymans  <wim@fluendo.com>
25877
25878         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25879         (gst_ogg_demux_sink_activate):
25880         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25881         (theora_set_header_on_caps), (theora_enc_sink_event),
25882         (theora_enc_chain):
25883         Fix theora encoder.
25884
25885 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25886
25887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25888         * gst/playback/gstdecodebin.c: (find_compatibles):
25889           Work with staticpadtemplates in elementfactories.
25890
25891 2005-04-12  Wim Taymans  <wim@fluendo.com>
25892
25893         * gst/playback/README:
25894         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25895         (compare_ranks), (print_feature), (gst_decode_bin_init),
25896         (dynamic_create), (dynamic_free), (find_compatibles),
25897         (mimetype_is_raw), (close_pad_link), (got_redirect),
25898         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25899         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25900         (gst_decode_bin_change_state):
25901         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25902         (gst_play_base_bin_init), (group_destroy), (group_commit),
25903         (check_queue), (queue_overrun), (queue_threshold_reached),
25904         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25905         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25906         (got_redirect), (setup_source), (play_base_eos),
25907         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25908         (gst_play_base_bin_remove_element):
25909         * gst/playback/gstplaybasebin.h:
25910         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25911         (gst_play_bin_init), (gst_play_bin_dispose),
25912         (gst_play_bin_set_property), (gen_video_element),
25913         (gen_text_element), (gen_audio_element), (remove_sinks),
25914         (gst_play_bin_send_event):
25915         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25916         (stream_info_change_state), (gst_stream_info_set_mute):
25917         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25918         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25919         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25920         (gst_stream_selector_chain):
25921         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25922         (main):
25923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25924         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25925         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25926         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25927         Raw and crude port of decodebin. 
25928         Make playbin compile.
25929
25930 2005-04-06  Wim Taymans  <wim@fluendo.com>
25931
25932         * ext/gnomevfs/Makefile.am:
25933         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25934         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25935         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25936         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25937         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25938         (gst_gnomevfssrc_stop):
25939         * ext/ogg/Makefile.am:
25940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25941         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25942         * ext/theora/Makefile.am:
25943         * ext/theora/theoradec.c: (_inc_granulepos),
25944         (theora_dec_sink_event), (theora_dec_chain):
25945         * ext/vorbis/Makefile.am:
25946         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25947         (vorbis_dec_sink_event), (vorbis_dec_chain):
25948         * gst-libs/gst/audio/Makefile.am:
25949         * sys/xvimage/Makefile.am:
25950         Make gnomevfssrc extend the source base class.
25951         Fix linking against libs in various plugins.
25952
25953 2005-04-06  Andy Wingo  <wingo@pobox.com>
25954
25955         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25956         GST_BASE_LIBS.
25957
25958         * configure.ac: Add check and AC_SUBST for libgstbase.
25959
25960 2005-03-31  Wim Taymans  <wim@fluendo.com>
25961
25962         * examples/seeking/Makefile.am:
25963         * examples/seeking/cdparanoia.c: (main):
25964         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25965         (play_cb), (pause_cb), (stop_cb), (main):
25966         * examples/seeking/playbin.c:
25967         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25968         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25969         (make_sid_pipeline), (make_vorbis_pipeline),
25970         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25971         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25972         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25973         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25974         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25975         (stop_cb), (main):
25976         * examples/seeking/spider_seek.c:
25977         * examples/seeking/vorbisfile.c:
25978         * ext/gnomevfs/Makefile.am:
25979         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25980         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25981         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25982         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25983         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25984         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25985         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25986         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25987         * ext/ogg/README:
25988         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25989         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25990         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25991         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25992         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25993         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25994         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25995         (gst_ogg_demux_factory_filter), (compare_ranks),
25996         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25997         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25998         (gst_ogg_chain_new), (gst_ogg_chain_free),
25999         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
26000         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
26001         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
26002         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
26003         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
26004         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
26005         (gst_ogg_demux_get_prev_page),
26006         (gst_ogg_demux_deactivate_current_chain),
26007         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
26008         (gst_ogg_demux_bisect_forward_serialno),
26009         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
26010         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
26011         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
26012         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
26013         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
26014         (gst_ogg_demux_change_state), (gst_ogg_print):
26015         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26016         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
26017         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26018         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
26019         (gst_ogg_mux_loop):
26020         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
26021         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
26022         (theora_dec_src_convert), (theora_dec_sink_convert),
26023         (theora_dec_src_query), (theora_dec_src_event),
26024         (theora_dec_sink_event), (theora_dec_chain),
26025         (theora_dec_change_state):
26026         * ext/theora/theoraenc.c: (gst_theora_enc_init),
26027         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
26028         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
26029         (theora_enc_change_state):
26030         * ext/vorbis/Makefile.am:
26031         * ext/vorbis/oggvorbisenc.c:
26032         * ext/vorbis/oggvorbisenc.h:
26033         * ext/vorbis/vorbis.c: (plugin_init):
26034         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
26035         (vorbis_dec_src_query), (vorbis_dec_src_event),
26036         (vorbis_dec_sink_event), (vorbis_dec_chain),
26037         (vorbis_dec_change_state):
26038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26039         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
26040         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
26041         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
26042         (gst_vorbisenc_change_state):
26043         * ext/vorbis/vorbisenc.h:
26044         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
26045         * gst-libs/gst/audio/audioclock.c:
26046         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26047         (gst_audiofilter_init), (gst_audiofilter_chain):
26048         * gst-libs/gst/audio/testchannels.c: (main):
26049         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
26050         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
26051         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
26052         (gmip_find_track_streaminfo), (gmip_find_track_format):
26053         * gst-libs/gst/media-info/media-info.c:
26054         (gst_media_info_read_idler):
26055         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
26056         (gst_play_get_all_by_interface):
26057         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
26058         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
26059         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
26060         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
26061         (gst_riff_parse_info):
26062         * gst-libs/gst/riff/riff-read.h:
26063         * gst-libs/gst/riff/riff.c: (plugin_init):
26064         * gst-libs/gst/video/Makefile.am:
26065         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
26066         (gst_videosink_class_init), (gst_videosink_get_type):
26067         * gst-libs/gst/video/videosink.h:
26068         * gst/audioconvert/bufferframesconvert.c:
26069         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
26070         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
26071         * gst/audioconvert/channelmixtest.c: (main):
26072         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26073         (gst_audio_convert_chain),
26074         (gst_audio_convert_caps_remove_format_info),
26075         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
26076         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
26077         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
26078         (gst_audio_convert_buffer_to_default_format),
26079         (gst_audio_convert_buffer_from_default_format),
26080         (gst_audio_convert_channels):
26081         * gst/audioconvert/gstchannelmix.h:
26082         * gst/ffmpegcolorspace/avcodec.h:
26083         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26084         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26085         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
26086         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
26087         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
26088         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26089         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26090         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26091         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26092         (dv_type_find):
26093         * gst/videotestsrc/gstvideotestsrc.c:
26094         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
26095         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
26096         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
26097         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
26098         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
26099         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
26100         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
26101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26102         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
26103         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
26104         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
26105         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26106         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
26107         (gst_xvimagesink_navigation_send_event),
26108         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
26109         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
26110         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26111         * sys/xvimage/xvimagesink.h:
26112         Plugin port to 0.9, ogg/theora playback should work in the seek
26113         example now.
26114         Removed old examples.
26115         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26116         explained in 0.9 TODO doc.
26117
26118
26119 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26120
26121         * autogen.sh:
26122         * configure.ac:
26123         * ext/Makefile.am:
26124         * gst/Makefile.am:
26125         * po/POTFILES.in:
26126         * po/af.po:
26127         * po/az.po:
26128         * po/cs.po:
26129         * po/en_GB.po:
26130         * po/hu.po:
26131         * po/it.po:
26132         * po/nb.po:
26133         * po/nl.po:
26134         * po/or.po:
26135         * po/sq.po:
26136         * po/sr.po:
26137         * po/sv.po:
26138         * po/uk.po:
26139         * po/vi.po:
26140         * sys/Makefile.am:
26141         * testsuite/Makefile.am:
26142           remove a whole bunch of plugins.  This module now contains a set
26143           of free reference plugins/elements as agreed.
26144
26145 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26146
26147         * configure.ac:
26148           hunting season on 0.9 is now OPEN
26149
26150 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26151
26152         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26153           Kick the hell out of gcc for not warning me about a symbol conflict.
26154
26155 2005-02-22  Luca Ognibene  <luogni@tin.it>
26156
26157         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26158
26159         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26160           Don't leak caps string (fixes #168134)
26161
26162         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26163         (gst_jpegenc_init), (gst_jpegenc_finalize),
26164         (gst_jpegenc_change_state):
26165           Don't leak line buffers and context struct (fixes #168133).
26166
26167 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26168
26169         * configure.ac:
26170         * ext/dirac/gstdiracdec.cc:
26171         (gst_diracdec_chain):
26172           Since dirac 0.5.0 the framerate in dirac is expressed as a
26173           rational number. Fix build and up requirement to 0.5.0, and
26174           also pass parameters to gst_diracdec_link in the right order
26175           (fixes #167959).
26176
26177 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
26178
26179         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26180         * ext/faad/gstfaad.h:
26181         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
26182         certain invalid muxed streams, where some packets will contain 
26183         junk after decoder data. Partially fixes #149158.
26184
26185 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
26186         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26187           Make sure we only write to writable buffers
26188
26189 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
26190
26191         * gst-libs/gst/riff/riff-media.c:
26192         (gst_riff_create_audio_caps_with_data):
26193           Do actually fix invalid RIFF fmt header values for alaw
26194           and mulaw audio instead of just saying so.
26195
26196         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26197           Give gst_riff_create_audio_caps_with_data() a chance to
26198           fix up broken format header fields before extracting any
26199           parameters from the header. (fixes #167633)
26200
26201 2005-02-19  Martin Holters  <martin.holters@gmx.de>
26202
26203         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26204
26205         * gst/audioconvert/bufferframesconvert.c:
26206         (buffer_frames_convert_link):
26207           Don't leak othercaps. (fixes #167878)
26208
26209 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26210
26211         * configure.ac:
26212         * ext/libvisual/visual.c: (gst_visual_srclink),
26213         (gst_visual_change_state):
26214           Support libvisual 0.2.0.
26215
26216 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26217
26218         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26219         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26220           Use same rowstrides for I420 as used everywhere else.
26221
26222 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26223
26224         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26225           Declare variables at beginning of block and make gcc-2.95 happy
26226           (fixes # 167482, patch by Gergely Nagy).
26227           
26228         * gst/tcp/gsttcpclientsrc.c:
26229         * gst/tcp/gsttcpclientsrc.h:
26230           Move some includes into the header, so that struct sockaddr_in is
26231           defined when it should be defined on FreeBSD as well (fixes
26232           #167483).
26233           
26234         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26235           Don't pass uninitialised values to setsockopt() here either.
26236
26237 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26238
26239         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26240
26241         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26242           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26243
26244 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26245
26246         * gst/playback/gstplaybin.c: (add_sink):
26247           Invert bin_add/link order to workaround deadlock in opt.
26248
26249 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26250
26251         * gst/modplug/gstmodplug.cc:
26252           Add missing break causing position queries to fail.
26253
26254 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26255
26256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26257           Granpos can apparently be -1, which screws up calculations...
26258
26259 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26260
26261         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26262         (gst_ximagesink_send_pending_navigation),
26263         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26264         (gst_ximagesink_init):
26265         * sys/ximage/ximagesink.h:
26266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26267         (gst_xvimagesink_send_pending_navigation),
26268         (gst_xvimagesink_navigation_send_event),
26269         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26270         * sys/xvimage/xvimagesink.h:
26271           Use a mutex protected list to marshal navigation
26272           events into the stream thread from whichever thread
26273           sends them.
26274
26275 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26276
26277         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26278           Display current position and track length; misc. clean-ups.
26279           
26280         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26281         (speed_init), (speed_chain):
26282           Add query function, so that the stream length and current position
26283           get adjusted when queried (note that current position queries may
26284           still be wrong if the audio sink returns values based on buffer
26285           timestamps instead of passing on the query).
26286
26287 2005-02-13  Benjamin Otte  <otte@gnome.org>
26288
26289         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26290         (gst_audio_convert_channels):
26291           create channel conversion matrix when linking
26292         * gst/audioconvert/.cvsignore:
26293         * gst/audioconvert/Makefile.am:
26294         * gst/audioconvert/channelmixtest.c: (main):
26295           add (ugly) test that ensures stereo <=> mono conversion works
26296           correctly
26297
26298 2005-02-13  Benjamin Otte  <otte@gnome.org>
26299
26300         * gst/audioconvert/gstchannelmix.h:
26301           include missing header file
26302         * gst/audioconvert/gstchannelmix.c:
26303         (gst_audio_convert_fill_compatible):
26304           use same sign for both channels when converting to/from compatible
26305           channel. Previously used different signs made the signals cancel
26306           each other out and appear like silence. (fixes #167269)
26307
26308 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26309
26310         * gst/ffmpegcolorspace/avcodec.h:
26311         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26312         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26313         (gst_ffmpegcsp_avpicture_fill):
26314         * gst/ffmpegcolorspace/imgconvert.c:
26315           Convert to and from YV12 (fixes #156379).
26316
26317 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26318
26319         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26320         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26321         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26322         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26323         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26324         methods from chain and negotiation and vice versa (Fixes #166142).
26325         * sys/ximage/ximagesink.h: Add stream_lock.
26326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26327         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26328         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26329         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26330
26331 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26332
26333         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26334           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26335           error message when we can't open the DVD device (when dvdnav_open()
26336           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26337           the above). Send something more useful instead (fixes #167117).
26338
26339 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26340
26341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26342         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26343         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26344         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26345         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26346         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26347         methods from chain and negotiation and vice versa (Fixes #166142).
26348         Fix a possible bug of images in the buffer pool being discarded because
26349         we are looking at the wrong geometry.
26350         * sys/xvimage/xvimagesink.h: Add stream_lock.
26351
26352 2005-02-11  David Schleef  <ds@schleef.org>
26353
26354         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26355         unsigned int. (fixes #167128)
26356
26357 2005-02-11  David Schleef  <ds@schleef.org>
26358
26359         * gst/librfb/Makefile.am: Testing stuff before committing is
26360           for wimps... and people with fast machines.  Fix stupid
26361           mistake.
26362
26363 2005-02-11  David Schleef  <ds@schleef.org>
26364
26365         * configure.ac: Pull in librfb from my CVS tree, because it is
26366           too small and annoying to be separate.  Move rfbsrc plugin
26367           to gst/.
26368         * ext/Makefile.am:
26369         * ext/librfb/Makefile.am:
26370         * ext/librfb/gstrfbsrc.c:
26371         * gst/librfb/Makefile.am:
26372         * gst/librfb/gstrfbsrc.c:
26373         * gst/librfb/rfb.c:
26374         * gst/librfb/rfb.h:
26375         * gst/librfb/rfbbuffer.c:
26376         * gst/librfb/rfbbuffer.h:
26377         * gst/librfb/rfbbytestream.c:
26378         * gst/librfb/rfbbytestream.h:
26379         * gst/librfb/rfbcontext.h:
26380         * gst/librfb/rfbdecoder.c:
26381         * gst/librfb/rfbdecoder.h:
26382         * gst/librfb/rfbutil.h:
26383
26384 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26385
26386         * gst/speed/Makefile.am:
26387         * gst/speed/demo-mp3.c: (main):
26388         * gst/speed/filter.func:
26389         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26390         (speed_class_init), (speed_init), (speed_chain_int16),
26391         (speed_chain_float32), (speed_chain), (speed_set_property),
26392         (speed_get_property), (speed_change_state):
26393         * gst/speed/gstspeed.h:
26394           Fix speed element and make it chain-based (fixes #156467),
26395           and make it handle more than one channel.
26396
26397 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26398
26399         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26400         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26401         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26402         * ext/dts/gstdtsdec.h:
26403           Don't clobber the stack constructing the channels array.
26404           Make the element chain-based. DTS tracks can now be played.
26405           
26406 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26407
26408         * gst-libs/gst/audio/multichannel.h:
26409         * gst-libs/gst/gconf/gconf.h:
26410         * gst-libs/gst/idct/idct.h:
26411         * gst-libs/gst/media-info/media-info-priv.h:
26412         * gst-libs/gst/play/play.h:
26413         * gst-libs/gst/resample/private.h:
26414         * gst-libs/gst/resample/resample.h:
26415         * gst-libs/gst/riff/riff-ids.h:
26416         * gst-libs/gst/video/video.h:
26417         * gst-libs/gst/video/videosink.h:
26418           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26419           missing, so that they work when included from C++ code.
26420
26421 2005-02-09  David Schleef  <ds@schleef.org>
26422
26423         * testsuite/gst-lint: Check for non-statically scoped
26424           parent_class variables.  This won't be a problem once
26425           plugins are loaded with RTLD_LOCAL.
26426
26427 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26428
26429         * ext/mplex/gstmplexibitstream.cc:
26430           gcc madness.
26431
26432 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26433
26434         * ext/ogg/gstogmparse.c:
26435         * gst/debug/gstnavigationtest.c:
26436           Die, thou faulty symbol pollutors (non-static parent_class).
26437
26438 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26439
26440         * ext/mplex/gstmplexibitstream.cc:
26441           Fix event handling (#165525).
26442
26443 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26444
26445         * ext/mikmod/gstmikmod.c:
26446         * gst/modplug/gstmodplug.cc:
26447           Add missing endianness to template (fixes #165509).
26448
26449 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26450
26451         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26452           Fix wrong order of reading of optional bytes (#165290).
26453
26454 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26455
26456         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26457           Implement FILLER event awareness.
26458
26459 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26460
26461         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26462           Fix track calculations (#166208).
26463
26464 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26465
26466         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26467
26468         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26469         * ext/libpng/gstpngenc.c:
26470           Fix byte-order, use proper fixed caps. Fixes #164197.
26471
26472 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26473
26474         * configure.ac:
26475           Add dvdlpcmdec 
26476
26477         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26478         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26479           Don't push buffers if the src pad isn't negotiated yet.
26480           
26481         * gst/audioconvert/gstaudioconvert.c:
26482         (gst_audio_convert_buffer_to_default_format),
26483         (gst_audio_convert_buffer_from_default_format):
26484           Add support for 24-bit width.
26485
26486         * gst/dvdlpcmdec/.cvsignore:
26487         * gst/dvdlpcmdec/Makefile.am:
26488         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26489         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26490         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26491         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26492         (plugin_init):
26493         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26494           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26495           format. Needs support for the channels maps if someone can find 
26496           a DVD LPCM track with > 2 channels.
26497
26498         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26499         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26500         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26501         * gst/mpegstream/gstdvddemux.h:
26502         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26503         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26504         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26505         * gst/mpegstream/gstmpegdemux.h:
26506         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26507         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26508         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26509         (gst_mpeg_parse_handle_src_query),
26510         (gst_mpeg_parse_handle_src_event):
26511           Use audio/x-dvd-lpcm for LPCM output.
26512           Add DTS output.
26513
26514 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26515
26516         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26517
26518         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26519         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26520           Add BGRA handling (#165736).
26521
26522 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26523
26524         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26525
26526         * gst/law/alaw-decode.c: (alawdec_link):
26527         * gst/law/alaw-encode.c: (alawenc_link):
26528         * gst/law/mulaw-decode.c: (mulawdec_link):
26529         * gst/law/mulaw-encode.c: (mulawenc_link):
26530           Fix caps memleaks (#166600).
26531
26532 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26533
26534         * ext/tarkin/mem.h:
26535         * ext/tarkin/wavelet.h:
26536         * ext/tarkin/yuv.h:
26537         * gst/ffmpegcolorspace/avcodec.h:
26538           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26539           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26540
26541 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26542
26543         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26545         (gst_xvimagesink_change_state):
26546           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26547           Xv video (and thereby regenerate Xv colourkey) in clear() so
26548           that PLAY -> READY -> PLAY works (fixes #162504).
26549
26550 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26551
26552         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26553           Switch to list instead of range, since MJPEG-devices really just
26554           support decimations, not any size.
26555
26556 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26557         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26558         (gst_mpeg2dec_reset), (free_all_buffers),
26559         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26560         * ext/mpeg2dec/gstmpeg2dec.h:
26561           The libmpeg2 user-allocated buffer management is awkward, 
26562           to say the least. Hopefully this fixes things.
26563
26564 2005-02-04  Andy Wingo  <wingo@pobox.com>
26565
26566         * gst/audioconvert/bufferframesconvert.c
26567         (buffer_frames_convert_fixate): New function, fixates to 256
26568         frames per buffer by default. (Much better than 1.)
26569         (buffer_frames_convert_init): Set the fixate function for both src
26570         and sink pad.
26571         (buffer_frames_convert_link): After success setting nonfixed caps,
26572         get the negotiated caps so we can know how many buffer-frames it
26573         will be. No idea how this worked at all before.
26574
26575 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26576
26577         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26578         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26579         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26580         (handle_sequence), (handle_picture):
26581         * ext/mpeg2dec/gstmpeg2dec.h:
26582           Rearrange buffer tracking and refcounting and refactor
26583           a little for readability. 
26584
26585 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26586         * sys/v4l/gstv4l.c: (plugin_init):
26587         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26588         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26589         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26590         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26591         * sys/v4l/gstv4ljpegsrc.h:
26592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26593         * sys/v4l/v4l_calls.h:
26594         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26595         (gst_v4lsrc_get_fps):
26596         * sys/v4l/v4lsrc_calls.h:
26597           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26598           you jpeg inside rgb frames" driver.
26599           Don't error in the v4lsrc link function, just return 
26600           REFUSED.
26601
26602 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26603
26604         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26605         (gst_qcamsrc_open):
26606           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26607
26608 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26609
26610         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26611           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26612
26613 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26614
26615         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26616           Reset negotiated state on PAUSED->READY.
26617
26618 2005-02-02  David Schleef  <ds@schleef.org>
26619
26620         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26621         whereever possible.  (Fixes #165997)
26622         * examples/capsfilter/capsfilter1.c: (main):
26623         * examples/dynparams/filter.c: (create_ui):
26624         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26625         * examples/seeking/chained.c: (main):
26626         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26627         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26628         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26629         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26630         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26631         * examples/switch/switcher.c: (main):
26632         * ext/dv/demo-play.c: (main):
26633         * ext/faad/gstfaad.c: (gst_faad_change_state):
26634         * ext/mad/gstmad.c: (gst_mad_chain):
26635         * ext/smoothwave/demo-osssrc.c: (main):
26636         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26637         (gst_gconf_render_bin_from_description),
26638         (gst_gconf_get_default_audio_sink),
26639         (gst_gconf_get_default_video_sink),
26640         (gst_gconf_get_default_audio_src),
26641         (gst_gconf_get_default_video_src),
26642         (gst_gconf_get_default_visualization_element):
26643         * gst/level/demo.c: (main):
26644         * gst/level/plot.c: (main):
26645         * gst/playback/gstplaybin.c: (gen_video_element),
26646         (gen_audio_element):
26647         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26648         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26649         * gst/sine/demo-dparams.c: (main):
26650         * gst/spectrum/demo-osssrc.c: (main):
26651         * gst/speed/demo-mp3.c: (main):
26652         * gst/volume/demo.c: (main):
26653         * testsuite/embed/embed.c: (main):
26654
26655 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26656
26657         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26658         (gst_tcpclientsink_finalize):
26659         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26660         (gst_tcpclientsrc_finalize):
26661         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26662         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26663         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26664         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26665           Don't leak the hostname when shutting down.
26666           In tcpserversrc, take a copy of the default hostname.
26667
26668 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26669
26670         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26671           Set caps to systemstream=TRUE.
26672
26673 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26674
26675         * testsuite/Makefile.am:
26676           Fix more OSX buildbots.
26677
26678 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26679
26680         * ext/mpeg2dec/gstmpeg2dec.c:
26681           Don't send things to NULL PAD_PEERs
26682
26683         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26684           Copy-on-write the incoming buffer.
26685
26686         * gst/mpegstream/gstdvddemux.h:
26687         * gst/mpegstream/gstmpegclock.h:
26688         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26689         (normal_seek), (gst_mpeg_demux_handle_src_event):
26690         * gst/mpegstream/gstmpegdemux.h:
26691         * gst/mpegstream/gstmpegpacketize.h:
26692         * gst/mpegstream/gstmpegparse.c:
26693         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26694         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26695         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26696         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26697         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26698         * gst/mpegstream/gstmpegparse.h:
26699         * gst/mpegstream/gstrfc2250enc.h:
26700           Various changes to the way time is computed that make seeking and
26701           total time estimation much better here.
26702           Use G_BEGIN/END_DECLS instead of __cplusplus
26703
26704         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26705           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26706
26707 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26708
26709         * gst/subparse/gstsubparse.c:
26710           Fix OSX buildbot.
26711
26712 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26713
26714         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26715         (theora_enc_chain), (theora_enc_change_state):
26716         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26717         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26718         (gst_vorbisenc_change_state):
26719         * ext/vorbis/vorbisenc.h:
26720           Set granulepos and timestamp correctly for streams not
26721           starting at 0, taking into account the initial delay.
26722
26723 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26724
26725         * gst/mpegstream/gstdvddemux.c:
26726           Add audio/x-dts to audio pad template caps
26727
26728 2005-01-30  David Schleef  <ds@schleef.org>
26729
26730         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26731         (create_context), (gst_polypsink_link): Fix silly endianness
26732         bug.  Add some debugging.  Remove float from caps; it doesn't
26733         work.  Attempt to get remote audio working.
26734
26735 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26736
26737         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26738           Add 3IV2 fourcc.
26739
26740 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26741
26742         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26743         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26744         (gst_avi_demux_stream_data):
26745         * gst/avi/gstavidemux.h:
26746           Invert DIB images. Fixes #132341.
26747
26748 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26749
26750         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26751         (gst_ffmpegcsp_chain):
26752           D'oh, reference the palette data, not the palette structure.
26753           Fixes color distortion in #132341.
26754
26755 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26756
26757         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26758           PAR can be non-fixed when not provided as argument (#162626).
26759
26760 2005-01-29  David Moore  <dcm@acm.org>
26761
26762         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26763
26764         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26765         (gst_qtdemux_loop_header):
26766           Re-apply patch from #142272 that allows non-seekable sources,
26767           re-proposed by Daniel Drake <dsd@gentoo.org>.
26768
26769 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26770
26771         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26772           Use the src template for creating the src pad (#162330).
26773
26774 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26775
26776         * configure.ac:
26777         * ext/musepack/Makefile.am:
26778         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26779         (gst_musepackdec_init), (gst_musepackdec_dispose),
26780         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26781         (gst_musepack_stream_init), (gst_musepackdec_loop),
26782         (gst_musepackdec_change_state):
26783         * ext/musepack/gstmusepackdec.cpp:
26784         * ext/musepack/gstmusepackdec.h:
26785         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26786         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26787         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26788         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26789         * ext/musepack/gstmusepackreader.cpp:
26790         * ext/musepack/gstmusepackreader.h:
26791           Update to 1.1 API (#165446).
26792
26793 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26794
26795         * ext/Makefile.am:
26796           Unbreak buildbot.
26797
26798 2005-01-28  Andy Wingo  <wingo@pobox.com>
26799
26800         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26801         to reflect a different dubious internet source. Add a reference
26802         and some commentary.
26803
26804 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26805
26806         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26807         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26808         * gst/playback/gststreamselector.h:
26809           Be more selective when we're redoing caps negotiation from
26810           within the chain function on a stream change.
26811
26812 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26813
26814         * configure.ac:
26815         * ext/Makefile.am:
26816         * ext/amrnb/Makefile.am:
26817         * ext/amrnb/amrnb.c: (plugin_init):
26818         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26819         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26820         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26821         (gst_amrnbdec_state_change):
26822         * ext/amrnb/amrnbdec.h:
26823         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26824         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26825         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26826         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26827         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26828         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26829         * ext/amrnb/amrnbparse.h:
26830           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26831         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26832           Add AMR-NB/-WB raw formats.
26833         * ext/alsa/gstalsa.c: (gst_alsa_link):
26834           Keep valid time when changing format.
26835         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26836         (qtdemux_parse_trak):
26837           Add some more format-specific options (#140141, #143555, #155163).
26838
26839 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26840
26841         * gst/matroska/matroska-demux.c:
26842         (gst_matroska_demux_parse_blockgroup):
26843           Fix logic error in timing of subtitle stream synchronization.
26844         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26845           Add skip-chunk, which is found in kodak-camera streams.
26846
26847 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26848
26849         * po/LINGUAS:
26850         * po/vi.po:
26851           Adding Vietnamese translation (submitted by Clytie Siddall)
26852
26853 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26854
26855         * gst/playback/gstdecodebin.c: (try_to_link_1):
26856           Use realpad for signal.
26857
26858 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26859
26860         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26861           Fix category so decodebin picks it up.
26862
26863 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26864
26865         * ext/mad/Makefile.am:
26866         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26867         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26868         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26869         (found_type), (gst_id3demux_bin_change_state):
26870         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26871         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26872         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26873         (gst_id3_tag_change_state), (plugin_init):
26874         * ext/mad/gstmad.h:
26875           Add id3demuxbin (which is a simple bin consisting of id3demux
26876           and typefind), take over rank from id3demux, remove typefind
26877           code from id3demux. Makes all broken mp3s that I know of work,
26878           and thereby fixes #152688.
26879
26880 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26881
26882         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26883
26884         * ext/mad/gstmad.c: (gst_mad_src_event):
26885         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26886           Allow seeks on audio pad, make mad forward those (#164826).
26887         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26888           Set duration (#165335).
26889
26890 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26891
26892         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26893         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26894         (gst_asf_demux_process_ext_content_desc),
26895         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26896         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26897         * gst/asfdemux/gstasfdemux.h:
26898           Improve metadata display, e.g. if the metadata comes before the
26899           streams are loaded (which is perfectly valid).
26900
26901 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26902
26903         * tools/gst-launch-ext-m.m:
26904           Fix AVI/ASF pipelines (#165340).
26905
26906 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26907         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26908         build failure on amd64
26909
26910 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26911
26912         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26913         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26914           Check environment variables GST_ID3V2_TAG_ENCODING,
26915           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26916           list of character encodings to force interpretation of non-unicode
26917           strings stored in an ID3v2 tag to a particular encoding. If none
26918           is specified, try to use current locale's encoding, then fall back
26919           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26920         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26921         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26922           Check environment variables GST_ID3V1_TAG_ENCODING,
26923           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26924           list of character encodings to use in case a string encountered
26925           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26926           specified, try to use the current locale's encoding, then fall
26927           back to ISO-8859-1 (which will always succeed).
26928
26929 2005-01-25  Benjamin Otte  <otte@gnome.org>
26930
26931         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26932           - on half framerate, compute the rate in advance so the comparisons
26933             don't compare wrong values
26934           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26935             behaviour
26936           - don't use mad_header_decode anymore, mad_frame_decode does that
26937             automatically
26938           - when getting rid of consumed bytes, reset the stream's skiplen
26939           (fixes #163867)
26940
26941 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26942
26943         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26944           Use 1/2 a second for default max_discont, as PES streams from DVB
26945           seem to have larger spacings in the SCR. 
26946           Fix a typo.
26947
26948 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26949
26950         * gst/playback/gstplaybasebin.c: (group_commit):
26951           Notify delayed stream-info availability.
26952
26953 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26954         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26955         (gst_a52dec_handle_event), (gst_a52dec_chain):
26956         Add some debug output. Check that a discont has a valid
26957         time associated.
26958         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26959         (gst_alsa_sink_loop):
26960         Ignore TAG events. A little extra debug for broken timestamps.
26961         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26962         (dvdnavsrc_change_state):
26963         Ensure we send a discont to engage the link before we send any
26964         other events.
26965         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26966         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26967         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26968         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26969         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26970         dvd://title works in totem because typefinding sends a seek that ends
26971         up going back to chapter 1 regardless.
26972         * ext/mpeg2dec/gstmpeg2dec.c:
26973         * ext/mpeg2dec/gstmpeg2dec.h:
26974         Output correct timestamps and handle disconts.
26975         * ext/ogg/gstoggdemux.c: (get_relative):
26976         Small guard against a null dereference.
26977         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26978         (gst_textoverlay_set_property):
26979         Free memory when done. Don't call gst_event_filler_get_duration on
26980         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26981         g_warning.
26982         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26983         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26984         (gst_sw_srclink), (gst_smoothwave_chain):
26985         Draw solid lines, prettier colours.
26986         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26987         Add a default palette that'll work for some movies.
26988         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26989         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26990         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26991         * gst/mpegstream/gstdvddemux.h:
26992         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26993         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26994         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26995         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26996         * gst/mpegstream/gstmpegparse.h:
26997         Use PTM/NAV events when for timestamp adjustment when connected to 
26998         dvdnavsrc. Don't use many discont events where one suffices.
26999         * gst/playback/gstplaybasebin.c: (group_destroy),
27000         (gen_preroll_element), (gst_play_base_bin_add_element):
27001         * gst/playback/gstplaybasebin.h:
27002         Make sure we remove subtitles from the same bin we put them in.
27003         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
27004         (gst_subparse_buffer_format_autodetect),
27005         (gst_subparse_change_state):
27006         Fix some memleaks and invalid accesses.
27007         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
27008         (oggskel_type_find), (cmml_type_find), (plugin_init):
27009         Some typefind functions for Annodex v3.0 files
27010         * gst/wavparse/gstwavparse.h:
27011         GstRiffReadClass is the correct parent class.
27012
27013 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27014
27015         * gst-libs/gst/riff/riff-media.c:
27016         (gst_riff_create_video_caps_with_data):
27017           Add extradata to huffyuv (fixes #165013).
27018         * gst-libs/gst/riff/riff-read.c:
27019         (gst_riff_read_strf_vids_with_data):
27020           Fix extradata extraction if it is in the chunk size.
27021
27022 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
27023
27024         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27025
27026         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
27027         (gst_quarktv_change_state), (gst_quarktv_dispose):
27028           Memory free'ing location fix (#164708).
27029
27030 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27031
27032         * gst/playback/gstplaybasebin.c: (group_commit),
27033         (gen_preroll_element), (probe_triggered), (gen_source_element),
27034         (setup_source), (gst_play_base_bin_change_state),
27035         (gst_play_base_bin_add_element):
27036           Don't block for streams.
27037         * gst/playback/gststreaminfo.c: (stream_info_change_state),
27038         (gst_stream_info_set_mute):
27039           Use gst_pad_set_active_recursive.
27040
27041 2005-01-25  Andy Wingo  <wingo@pobox.com>
27042
27043         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
27044         for #ifndef HAVE_XVIDEO.
27045
27046 2005-01-24  Jeffrey C. Ollie
27047
27048         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
27049
27050         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
27051         * ext/gsm/gstgsmdec.h:
27052         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
27053         * ext/gsm/gstgsmenc.h:
27054         Fix rate to 8kHz as per spec, removes obscure errors when no rate
27055         was given by property. Add proper buffer timestamps and offsets.
27056
27057 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27058
27059         * gst-libs/gst/riff/riff-media.c:
27060         (gst_riff_create_audio_caps_with_data):
27061           Audio can be <8000Hz.
27062
27063 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27064
27065         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27066           Explicit state change to workaround refcount bugs.
27067
27068 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27069
27070         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
27071         (gst_avimux_riff_get_avi_header):
27072           Fix...
27073
27074 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27075
27076         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
27077         (gst_riff_read_element_data):
27078         * gst-libs/gst/riff/riff-read.h:
27079           Add _peek version (req'ed in CDXA).
27080         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
27081         (gst_cdxaparse_loop):
27082           Fix parsing in playbin.
27083         * gst/playback/gstdecodebin.c: (close_pad_link):
27084           Ignore current_ pads, they cause major annoyance.
27085
27086 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27087
27088         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27089           Safety guard.
27090
27091 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27092
27093         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
27094           Fix padding...
27095
27096 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27097
27098         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
27099           Allow for 0-sized buffers. Fixes length query problems in
27100           starwars.mkv from the testsuite.
27101
27102 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
27103
27104         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
27105         (gst_video_box_i420), (gst_video_box_chain):
27106           Fix row strides for I420 (fixes #163159)
27107           
27108 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27109
27110         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27111           MPEG2 has a useful rate property, so we can actually use that.
27112           For MPEG-1, continue using the bytes/time properties.
27113
27114 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27115
27116         * gst-libs/gst/riff/riff-media.c:
27117         (gst_riff_create_video_caps_with_data),
27118         (gst_riff_create_video_template_caps):
27119           Add intel-h263.
27120
27121 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27122
27123         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27124           Fail if caps negotiation fails. Should fix #162184, and should
27125           definately be in there regardless of it fixing the actual bug.
27126         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27127         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27128         (gst_avimux_riff_get_avix_header),
27129         (gst_avimux_riff_get_video_header),
27130         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27131         (gst_avimux_start_file), (gst_avimux_handle_event),
27132         (gst_avimux_change_state):
27133         * gst/avi/gstavimux.h:
27134           Refactor structure writing to use GST_WRITE_UINT macros, add
27135           metadata writing support.
27136
27137 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27138
27139         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27140           Elements may already be destroyed when this function is called.
27141
27142 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27143
27144         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27145         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27146           More memory leak fixes (#149162).
27147
27148 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27149
27150         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27151         (gst_qtdemux_add_stream):
27152           Fix two memleaks.
27153
27154 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27155
27156         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27157           Argh...
27158
27159 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27160
27161         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27162           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27163           when fixating to six channels in Totem.
27164
27165 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27166
27167         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27168           Fix compile warnings on Solaris 10 buildbot
27169
27170 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27171
27172         * ext/dvdread/dvdreadsrc.c: (_read):
27173           Don't read beyond the last cell in a chapter (fixes 
27174           invalid memory access)
27175
27176 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27177
27178         * ext/dvdread/stream_labels.c:
27179         (dvdreadsrc_get_audio_stream_labels):
27180           Use NULL for an empty GList instead of g_list_alloc(); fix 
27181           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
27182           of GString (easier to bulk free later)
27183
27184 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27185
27186         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27187
27188         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27189         (gst_ffmpeg_pixfmt_to_caps):
27190           Fix BGRA32 caps (#164209).
27191
27192 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27193
27194         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27195
27196         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27197         (gst_ffmpeg_caps_to_pixfmt):
27198           alpha_mask can be RGBA/ABGR. Fixes #164265.
27199
27200 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
27201
27202         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27203
27204         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27205         (gst_mpeg2dec_alloc_buffer):
27206         * ext/mpeg2dec/gstmpeg2dec.h:
27207           Crop if decoding size is not the actual image size (#163676).
27208
27209 2005-01-17  Steve Baker  <steve@stevebaker.org>
27210
27211         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27212
27213         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27214         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27215           Add libsndfile typefind functions (#163309).
27216
27217 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27218
27219         * tools/gst-launch-ext-m.m:
27220           Add .aac, fix .m1v/.m2v (#163891).
27221
27222 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27223
27224         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27225           Sanity check, don't wait endlessly since the clock might not
27226           actually run at this point (which is a deadlock). Fixes #164069.
27227
27228 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27229
27230         * gst/playback/gstplaybasebin.c: (probe_triggered):
27231           Of course, only pause if group is done...
27232
27233 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27234
27235         * gst/playback/gstplaybasebin.c: (probe_triggered):
27236           Thread safety.
27237
27238 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27239
27240         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27241           Don't return state change success when the parent
27242           failed.
27243
27244 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27245
27246         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27247           Free events (fix memleak in #162905).
27248
27249 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27250
27251         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27252
27253         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27254         (gst_ffmpeg_caps_to_pixfmt):
27255           Fix for depth = 15. Fixes #161675.
27256
27257 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27258
27259         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27260           Set FPS correctly, even for webcams and the like.
27261         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27262           Don error on setting while capturing.
27263
27264 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27265
27266         * ext/dv/gstdvdec.c:
27267         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27268         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27269           I'm a bad boy. using /1001. to force C to do float division
27270           and not integer division (as it did in my last commit)
27271           Thanks to David I. Lehn for pointing this mistake.
27272
27273 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27274
27275         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27276           Revert Johan's 1.35->1.36 since it breaks compat.
27277
27278 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27279
27280         * ext/dv/gstdvdec.c:
27281         * ext/libfame/gstlibfame.c:
27282         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27283         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27284           replace framerate aproximations by their real value
27285           (24000/1001, 30000/1001, 60000/1001)
27286           Finish fixing bug #164049
27287
27288 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27289
27290         * ext/ogg/gstoggmux.c:
27291           eos/bos debugging
27292         * gst/tcp/gstmultifdsink.c:
27293         * gst/tcp/gstmultifdsink.h:
27294         * gst/tcp/gsttcp.c:
27295         * gst/tcp/gsttcp.h:
27296         * gst/tcp/gsttcpclientsink.c:
27297         * gst/tcp/gsttcpclientsrc.c:
27298         * gst/tcp/gsttcpserversink.c:
27299         * gst/tcp/gsttcpserversrc.c:
27300           improve reusability of elements after state changes and errors
27301           make multifdsink throw away streamheaders when receiving new ones
27302
27303 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27304
27305         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27306           Fix for if items are already in list...
27307
27308 2005-01-12  Benjamin Otte  <otte@gnome.org>
27309
27310         * gst/adder/gstadder.c: (gst_adder_loop):
27311           fix adder a bit so it doesn't screw up with events as much anymore
27312
27313 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27314
27315         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27316         (pixbufscale_scale), (gst_pixbufscale_chain):
27317         * ext/gdk_pixbuf/pixbufscale.h:
27318           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27319           to ensure rowstrides are calculated the same way as 
27320           ffmpegcolorspace
27321           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27322           that we pick up duration and offset also.
27323
27324 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27325
27326         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27327         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27328           Reusability fixes.
27329
27330 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27331
27332         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27333         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27334         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27335         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27336           Update flags when requested.
27337
27338 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27339
27340         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27341           Fix dmix.
27342
27343 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27344
27345         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27346         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27347         (probe_triggered), (new_decoded_pad), (gen_source_element),
27348         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27349         * gst/playback/gstplaybasebin.h:
27350         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27351         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27352         (gst_play_bin_change_state):
27353           Implement group-switch signal for use in apps to clear metadata
27354           cache, clean up subtitle, add suburi property instead of # hack,
27355           some error-out fixes.
27356
27357 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27358
27359         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27360           Debug.
27361         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27362           If we got a state change in the _get handler, don't return success.
27363
27364 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27365
27366         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27367         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27368           Make jpegdec quiet on MJPEG decoding
27369         * gst/asfdemux/README:
27370           Fix mimetypes for MJPEG and H263
27371
27372 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27373
27374         * ext/theora/theoradec.c: (theora_dec_chain):
27375           Fix broken code generation by gcc by swapping arguments.
27376         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27377           Fix \n in debug.
27378
27379 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27380
27381         * TODO:
27382           delete this file, it is by far outdated
27383         * ext/alsa/gstalsa.1: remove
27384         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27385         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27386         (gst_alsa_get_caps):
27387           Add HW probing for supported sample rates. Fixes #161704
27388
27389 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27390
27391         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27392           Don't crash, biatch! :).
27393
27394 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27395
27396         * ext/musepack/gstmusepackreader.cpp:
27397         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27398           Some work on tags - still doesn't work in playbin...
27399         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27400           Handle events...
27401
27402 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27403
27404         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27405           Also shove tags on kid pads.
27406
27407 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27408
27409         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27410           Don't bail on unknown events.
27411         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27412           Don't crash on events before negotiation.
27413         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27414           Send tags on pads, too.
27415         * gst/playback/gststreamselector.c:
27416         (gst_stream_selector_request_new_pad):
27417           Forward events on first pad if no input was selected yet.
27418
27419 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27420
27421         * gst/playback/gstplaybasebin.c: (setup_substreams):
27422           Don't disable streamtype if the stream doesn't exist, since
27423           then playing a video after audio will disable both and nothing
27424           will happen. Fixes the testsuite.
27425
27426 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27427
27428         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27429         (gst_v4l_xoverlay_set_xwindow_id):
27430         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27431         (gst_v4l2_xoverlay_set_xwindow_id):
27432           Add debug categories, fix overlay disabling.
27433
27434 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27435
27436         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27437         * ext/alsa/gstalsa.h:
27438           Add HW probing for period_count/size and buffer_size MIX/MAX
27439           Adjust default/user defined value if out of bounds
27440           Should fix bug #162024
27441
27442 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27443
27444         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27445           Fix warning (#161191).
27446
27447 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27448
27449         * ext/dvdread/stream_labels.c:
27450         (dvdreadsrc_get_audio_stream_labels):
27451           Fix warning (init the good variable in switch default)
27452
27453 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27454
27455         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27456
27457         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27458           Fix gcc-2.95 compile (#163485).
27459
27460 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27461
27462         * configure.ac:
27463         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27464         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27465         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27466         (gst_flacenc_change_state):
27467         * ext/flac/gstflacenc.h:
27468           Update for API change in flac-1.1.1. Update requirement in
27469           configure.ac. Fixes #162974.
27470
27471 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27472
27473         * gst/playback/gstplaybasebin.c: (group_destroy):
27474           Remove hack to get rid of assert and get rid of unlinked
27475           signals properly.
27476
27477 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27478
27479         * gst/playback/gstplaybasebin.c: (setup_source):
27480           Set source to NULL so that resources are free'ed. Fixes issues
27481           with playback of CDDA and similar device-accessing things.
27482
27483 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27484
27485         * testsuite/embed/Makefile.am:
27486           test->noinst, fix make test in buildbot.
27487
27488 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27489
27490         * ext/dvdread/stream_labels.c: new file
27491         * ext/dvdread/stream_labels.h: new file
27492         * ext/dvdread/Makefile.am:
27493         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27494           Extract audio stream label from DVD IFO files.
27495           It only dump them on the console for now, still have to
27496           make playbin aware of them.
27497
27498 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27499
27500         * gst/playback/gstplaybasebin.c: (setup_source):
27501           Fix hanging subs.
27502
27503 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27504
27505         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27506         (gen_preroll_element), (remove_groups), (setup_subtitle),
27507         (gen_source_element), (setup_source):
27508         * gst/playback/gstplaybasebin.h:
27509           Multiple .sub files is just a stupid idea... Fix some threading
27510           mistakes. Interestingly, external .sub files cause playbin to
27511           hang, I don't know why... Parsing fixes contributed by Fran??ois
27512           Kooman <fkooman@tuxed.net>.
27513
27514 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27515
27516         * testsuite/embed/Makefile.am:
27517           Fix buildbot.
27518
27519 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27520
27521         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27522
27523         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27524         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27525         (gst_pngenc_set_property):
27526         * ext/libpng/gstpngenc.h:
27527           Add compression level property (#163323).
27528
27529 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27530
27531         * configure.ac:
27532         * examples/capsfilter/capsfilter1.c: (main):
27533         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27534         * ext/dvdread/Makefile.am:
27535         * ext/dvdread/demo-play:
27536         * ext/dvdread/demo-play.c:
27537         * gconf/gstreamer.schemas.in:
27538         * gst-libs/gst/gconf/gconf.c:
27539         * sys/v4l/TODO:
27540         * testsuite/Makefile.am:
27541         * testsuite/embed/Makefile.am:
27542         * testsuite/embed/embed.c: (cb_expose), (main):
27543           Remove all references to xvideosink, fix examples (#140845).
27544         * gst/playback/gstplaybasebin.c: (group_destroy):
27545           Apparently, disposal does not unlink - so do explicitely.
27546         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27547           Add debug.
27548
27549 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27550
27551         * README: fix PKG_CONFIG_PATH instructions, what was there
27552         previously was breaking default search path, not nice. 
27553         Fixes #163358
27554
27555 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27556
27557         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27558         (gst_audioscale_chain):
27559           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27560           when resampling - how the ^@$^!@^! is this possible?!?
27561
27562 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27563
27564         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27565           Reset variables on READY.
27566         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27567         (gst_matroska_mux_loop):
27568           Require data before writing header.
27569
27570 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27571
27572         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27573
27574         * ext/mad/gstmad.c: (gst_mad_chain):
27575           Don't call mad_stream_sync() directly after recovering sync.
27576           Fixes #151661.
27577
27578 2005-01-09  Martin Eikermann  <meiker@upb.de>
27579
27580         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27581
27582         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27583         (snapshot_handler), (gst_snapshot_sinkconnect),
27584         (gst_snapshot_chain):
27585           Allocate resources when required, fix recursive signal emission
27586           and fix caps. Fixes #161667.
27587
27588 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27589
27590         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27591
27592         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27593         (gst_pngdec_chain):
27594           Handle only 8-bppc (bits-per-pixel-component) images, better
27595           error handling and correct strides. Fixes #163177.
27596         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27597         (gst_pngenc_chain):
27598           Better error handling. Fixes #163348.
27599
27600 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27601
27602         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27603         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27604         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27605         (dvdnavsrc_uri_handler_init):
27606           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27607         * gst/playback/gstplaybasebin.c: (gen_source_element):
27608           Add MMS to streaming URIs.
27609
27610 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27611
27612         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27613         * sys/xvimage/xvimagesink.c:
27614         (gst_xvimagesink_navigation_send_event):
27615           Check for pad availability before sending event.
27616
27617 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27618
27619         * gst-plugins.spec.in:
27620           Add subparse.
27621
27622 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27623
27624         * configure.ac:
27625           Since we use functions from CVS, up requirement.
27626
27627 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27628
27629         * gst/playback/Makefile.am:
27630         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27631         (group_destroy), (group_commit), (group_is_muted),
27632         (gen_preroll_element), (add_stream), (unknown_type),
27633         (probe_triggered), (preroll_unlinked), (mute_stream),
27634         (silence_stream), (new_decoded_pad), (setup_substreams),
27635         (setup_source), (get_active_source), (mute_group_type),
27636         (muted_group_change_state), (set_active_source),
27637         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27638         (play_base_eos), (gst_play_base_bin_change_state):
27639         * gst/playback/gstplaybasebin.h:
27640         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27641         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27642         (gst_stream_info_dispose), (stream_info_mute_pad),
27643         (stream_info_change_state), (gst_stream_info_set_mute):
27644         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27645         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27646         (gst_stream_selector_init), (gst_stream_selector_dispose),
27647         (gst_stream_selector_get_linked_pad),
27648         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27649         (gst_stream_selector_get_linked_pads),
27650         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27651         * gst/playback/gststreamselector.h:
27652           Adding stream selection support plus required properties for
27653           applications to use this. Fully fixes #100931.
27654
27655 2005-01-08  Benjamin Otte  <otte@gnome.org>
27656
27657         * gst/games/gstpuzzle.c: (nav_event_handler):
27658           - handle nav events differently: forward every event no matter if it
27659             was handled or not.
27660           - translate events
27661           You can now cheat by using navigationtest ! puzzle and moving the
27662           mouse close to the edge of a tile. ;)
27663
27664 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27665
27666         * configure.ac:
27667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27668         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27669         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27670         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27671         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27672         (gst_ogm_parse_plugin_init):
27673         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27674         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27675         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27676         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27677         * ext/pango/gsttextoverlay.h:
27678         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27679         (gst_matroska_demux_handle_seek_event),
27680         (gst_matroska_demux_sync_streams),
27681         (gst_matroska_demux_parse_blockgroup),
27682         (gst_matroska_demux_subtitle_caps),
27683         (gst_matroska_demux_plugin_init):
27684         * gst/matroska/matroska-ids.h:
27685         * gst/playback/gstdecodebin.c: (close_pad_link):
27686         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27687         (gen_preroll_element), (remove_groups), (add_stream),
27688         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27689         (setup_source):
27690         * gst/playback/gstplaybasebin.h:
27691         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27692         * gst/subparse/Makefile.am:
27693         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27694         (gst_subparse_base_init), (gst_subparse_class_init),
27695         (gst_subparse_init), (gst_subparse_formats),
27696         (gst_subparse_eventmask), (gst_subparse_event),
27697         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27698         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27699         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27700         (parse_mpsub_deinit), (parse_mpsub_init),
27701         (gst_subparse_buffer_format_autodetect),
27702         (gst_subparse_format_autodetect), (gst_subparse_loop),
27703         (gst_subparse_change_state), (gst_subparse_type_find),
27704         (plugin_init):
27705         * gst/subparse/gstsubparse.h:
27706         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27707         (plugin_init):
27708           Add subtitle support, .sub parser (supports SRT and MPsub),
27709           OGM text support, Matroska UTF-8 text support, deadlock fixes
27710           all over the place, subtitle awareness in decodebin/playbin
27711           and some fixes to textoverlay to handle subtitles in a stream
27712           correctly. Fixes #100931.
27713
27714 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27715
27716         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27717           Check for pad availability before doing a query on it.
27718
27719 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27720
27721         * ext/dv/gstdvdec.c:
27722           really fix bpp24/32 dvdec caps (classic rgba indeed)
27723         * gst/asfdemux/gstasfdemux.c:
27724         (gst_asf_demux_process_ext_content_desc):
27725           don't send text tags if they are empty (bis repetita)
27726
27727 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27728
27729         * ext/dv/gstdvdec.c:
27730          remove unneeded comment from dvdec
27731           (related to DV 4CC codes in AVI files)
27732           moved them in gstreamer/docs/random/mimetypes
27733         * gst/asfdemux/gstasfdemux.c:
27734         (gst_asf_demux_process_ext_content_desc):
27735          don't send text tags if they are empty
27736          fix mem leak on error path
27737         * gst/ffmpegcolorspace/avcodec.h:
27738         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27739         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27740         (gst_ffmpegcsp_avpicture_fill):
27741         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27742         * gst/ffmpegcolorspace/imgconvert_template.h:
27743          adds BGR32 and BGRA32 to ffmpegcolorspace
27744           (still bad colors, fixing it on next commit)
27745           helps with dvdec outputing BGR32
27746
27747 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27748
27749         * ext/dv/gstdvdec.c:
27750          Fix audio caps i just broke (missing ',')
27751         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27752         (gst_matroska_mux_reset):
27753          Fix typo + add FIXME about old "x-gst-metadata" crap
27754
27755 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27756
27757         * ext/dv/demo-play.c: (main):
27758          xvideosink -> xvimagesink
27759         * ext/dv/gstdvdec.c:
27760          change rgb 32/32 caps to 24/32 (no alpha)
27761          change nb of channels to be a list (2 or 4, not 2)
27762          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27763         * gst/asfdemux/gstasfdemux.c:
27764         (gst_asf_demux_process_ext_content_desc):
27765          Add 'date/year' to extracted metadata list
27766
27767 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27768
27769         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27770           The return value of fixate_to does not imply that the requested
27771           value was set, so don't assume.
27772
27773 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27774
27775         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27776
27777         * ext/libpng/gstpngdec.c:
27778         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27779         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27780         * ext/libpng/gstpngenc.h:
27781           Alpha support (encoder; #163161), mime fixage.
27782
27783 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27784
27785         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27786
27787         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27788         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27789         (gst_faac_set_property), (gst_faac_get_property):
27790         * ext/faac/gstfaac.h:
27791           Allow for ADTS output (#153434).
27792
27793 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27794
27795         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27796           Fix against template (#150576).
27797
27798 2005-01-06  Benjamin Otte  <otte@gnome.org>
27799
27800         * gst/games/gstpuzzle.c: (draw_puzzle):
27801           don't draw a puzzle if either width or height of tiles would be 0.
27802
27803 2005-01-06  Benjamin Otte  <otte@gnome.org>
27804
27805         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27806         (gst_puzzle_class_init), (gst_puzzle_finalize):
27807           no memleaks, please
27808         (gst_puzzle_create), (gst_puzzle_init),
27809         (gst_puzzle_set_property), (gst_puzzle_setup):
27810           change initialization code around so we don't reshuffle on resize
27811         (draw_puzzle):
27812           fix another stupid typo
27813
27814 2005-01-06  Benjamin Otte  <otte@gnome.org>
27815
27816         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27817           fix stupid typo that borked copying on YUY2
27818
27819 2005-01-06  Benjamin Otte  <otte@gnome.org>
27820
27821         * gst/games/gstpuzzle.c: (draw_puzzle):
27822           fix edges when image sizes aren't multiples of tile sizes
27823
27824 2005-01-06  Benjamin Otte  <otte@gnome.org>
27825
27826         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27827           make RGB endianness work correctly
27828         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27829           refactor and fix race with initial shuffling
27830         (nav_event_handler):
27831           allow using the mouse to puzzle
27832         (draw_puzzle):
27833           insist on tiles having width and height as multiples of 4 to get
27834           clean YUV image handling
27835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27836         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27837           s/DEBUG/LOG/ for common messages
27838         (gst_xvimagesink_navigation_send_event):
27839           fix mouse event translation to not include screen PAR
27840         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27841           fix mouse event translation to actually work
27842
27843 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27844
27845         * gst/asfdemux/gstasfdemux.c:
27846         (gst_asf_demux_process_ext_content_desc):
27847          Extract TrackNumber metadata + clean up code
27848         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27849          Hope this is the good fix (var used unitialised)
27850
27851 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27852
27853         * ext/faad/gstfaad.c: (gst_faad_chain):
27854           Only increment timestamp if it's valid. Fixes raw AAC streams.
27855
27856 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27857
27858         * configure.ac:
27859         * gst/games/Makefile.am:
27860         * gst/games/gstpuzzle.c:
27861           add a puzzle game with...
27862         * gst/games/gstvideoimage.c:
27863         * gst/games/gstvideoimage.h:
27864           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27865           from videotestsrc and made into something that would be a nice
27866           library for a lot of other plugins.
27867
27868 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27869
27870         * configure.ac:
27871          don't compile faad plugin if a RC of 2.0 is found
27872          Fixes #155346 (and FC1 buildbot)
27873         * gst/asfdemux/gstasfdemux.c:
27874         (gst_asf_demux_process_ext_content_desc):
27875          try to make Solaris compiler happier
27876
27877 2005-01-06  Paul Jack  <pjack@sfaf.org>
27878
27879         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27880
27881         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27882           Fix segfault (#161667).
27883
27884 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27885
27886         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27887           Fix framerate reporting.
27888
27889 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27890
27891         * gst-libs/gst/riff/riff-ids.h:
27892         * gst/wavenc/riff.h:
27893          Add AMR (VBR and CBR) ids to riff.h audio codec list
27894         * gst/asfdemux/gstasfdemux.c:
27895         (gst_asf_demux_process_ext_content_desc),
27896         (gst_asf_demux_process_object):
27897           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27898
27899 2005-01-05  Martin Eikermann  <meiker@upb.de>
27900
27901         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27902
27903         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27904         (gst_dvd_demux_handle_discont):
27905         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27906         (gst_mpeg_demux_handle_discont):
27907           Recreate pads on new-media (#160730).
27908         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27909           Send discont even if manager changes timestamps (#161929).
27910
27911 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27912
27913         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27914
27915         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27916           Fix invalid memory access (#159211).
27917
27918 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27919
27920         * examples/gstplay/player.c: (main):
27921           Don't iterate.
27922         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27923           Add visualizations.
27924         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27925         (gst_a52dec_handle_frame):
27926           Set duration.
27927         * ext/dvdnav/gst-dvd:
27928           Add audioconvert. Fixes #161325.
27929         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27930           Explicitely case to gint64. Possible valgrind error.
27931         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27932         (gst_play_tick_callback), (gst_play_change_state),
27933         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27934         (gst_play_set_location), (gst_play_get_location),
27935         (gst_play_seek_to_time), (gst_play_set_data_src),
27936         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27937         (gst_play_set_visualization), (gst_play_connect_visualization),
27938         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27939         (gst_play_new):
27940           Use playbin. Fixes #139749 and #147744.
27941         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27942           Add genre tag.
27943         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27944         (audioscale_get_type), (gst_audioscale_base_init),
27945         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27946         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27947         (gst_audioscale_link), (gst_audioscale_get_buffer),
27948         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27949         (gst_audioscale_init), (gst_audioscale_dispose),
27950         (gst_audioscale_chain), (gst_audioscale_set_property),
27951         (gst_audioscale_get_property), (plugin_init):
27952           Indent properly.
27953         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27954           Fix LPCM.
27955         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27956         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27957         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27958           Add more metadata (fixes #162656).
27959
27960 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27961
27962         * configure.ac:
27963           back to cvs
27964
27965 === release 0.8.7 ===
27966
27967 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27968
27969         * NEWS:
27970         * RELEASE:
27971         * configure.ac:
27972           releasing 0.8.7, "Hyperspace"
27973
27974 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27975
27976         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27977
27978         * gst/playback/gstplaybasebin.c:
27979          Fix for #162924 - free caps after use, not before
27980
27981 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27982
27983         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27984
27985         * gst/playback/gstplaybasebin.c:
27986         * gst/wavparse/gstwavparse.c:
27987           Fix for #154773 - fixes playback of small .wav files
27988
27989 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27990
27991         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27992
27993         * gst/audioscale/gstaudioscale.c:
27994           Fix for #162819 - make audioscale reusable
27995           Fixes playback of more than one file with playbin/totem
27996
27997 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27998
27999         * gst/ffmpegcolorspace/avcodec.h:
28000         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28001         * gst/ffmpegcolorspace/imgconvert.c:
28002           clean up the mess that made me cry and avoid needless duplication
28003
28004 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28005
28006         * gst/ffmpegcolorspace/imgconvert.c:
28007           give some indication of why we're segfaulting
28008
28009 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28010
28011         * configure.ac:
28012           Fix indentation, fix v4l2 plugin detection.
28013         * ext/Makefile.am:
28014           Fix libmms location (Maciej, use diff -u!).
28015         * ext/alsa/gstalsa.c: (gst_alsa_init):
28016           Initialize caps cache to NULL.
28017         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28018           Only change state on audiosink if it exists.
28019
28020 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
28021
28022         * gst/matroska/matroska-demux.c:
28023         * gst/matroska/matroska-ids.h:
28024         * gst/matroska/matroska-demux.h:
28025         Fix Vorbis streams failing to decode in some files, where cluster_time
28026         isn't 0, because then it doesn't send codec_priv before actual data.
28027         Remove time-based test and replace it with marker set on beginning of
28028         new stream
28029
28030 2004-12-28  David Schleef  <ds@schleef.org>
28031
28032         Merge patch from Ronald fixing problems with streaming
28033         text.
28034         * ext/cairo/gstcairo.c: (plugin_init):
28035         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28036         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28037         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28038         (gst_textoverlay_font_init), (gst_textoverlay_init),
28039         (gst_textoverlay_set_property):
28040         * ext/cairo/gsttextoverlay.h:
28041
28042 2004-12-27  David Schleef  <ds@schleef.org>
28043
28044         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28045         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28046         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28047         (gst_textoverlay_font_init), (gst_textoverlay_init),
28048         (gst_textoverlay_set_property): Improvements to actually
28049         render text as white on black outline on video, including
28050         font selection and horizontal/vertical alignment.  (Ronald's
28051         christmas present)
28052         * ext/cairo/gsttextoverlay.h:
28053
28054 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28055
28056         * ext/ogg/gstogg.c:
28057         * ext/ogg/gstogmparse.c:
28058           fix ogm[audio/video]parse plugin registration
28059           (riff won't load if bytestream is already loaded)
28060
28061 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28062
28063         * gst/audioconvert/gstchannelmix.c:
28064           fix for GLIB < 2.4
28065
28066 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28067
28068         * Makefile.am:
28069         * configure.ac:
28070           disable docs again until it actually passes make distcheck.
28071
28072 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28073
28074         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
28075         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
28076         (plugin_init):
28077           Add 3GP (variables name Q3GP because they can't start with a
28078           number). Add samr audio fourcc (used in .3gp files), decoder
28079           is work in progress. Also do a GST_WARNING instead of ERROR
28080           in case of unknown nodes, to decrease output.
28081
28082 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28083
28084         * Makefile.am:
28085           really fix dist
28086
28087 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28088
28089         * configure.ac:
28090         * ext/speex/gstspeexdec.h:
28091         * ext/speex/gstspeexenc.h:
28092           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
28093           Fix detection code in configure.ac
28094
28095 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28096
28097         * gst/matroska/matroska-demux.c:
28098         (gst_matroska_demux_parse_blockgroup):
28099           Save position, so that queries give proper return values. Don't
28100           know how this could ever have worked before...
28101
28102 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28103
28104         * configure.ac:
28105           Put additional LAME check inside the conditional.  Fixes #152339
28106
28107 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28108
28109         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28110         (gst_avi_demux_stream_scan):
28111           Add some more debug. Fix logic error when setting movi offset
28112           while reading index.
28113
28114 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28115
28116         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28117         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28118         (gst_avi_demux_process_next_entry):
28119           Add some debugging. Better detection of broken indexes and the
28120           accompanying index recovery. No infinite loops on state changes
28121           when we're still in our loopfunction.
28122
28123 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28124
28125         * configure.ac:
28126           Fix up.
28127
28128 2004-12-22  Archana Shah  <archana.shah@wipro.com>
28129
28130         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28131
28132         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28133           Normalizing the value before setting
28134         (gst_sunaudiomixer_get_volume):
28135           Normalizing the value after getting. Fixes bug# 161980
28136
28137 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28138
28139         * Makefile.am: Make sure docs gets disted
28140         * docs/Makefile.am: Make sure all needed files get disted
28141         * gst-plugins.spec.in: latest updates
28142
28143 2004-12-22  Wim Taymans  <wim@fluendo.com>
28144
28145         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28146         Revert patch 1.38 as clock distribution over schedulers does
28147         not work correcly in the core yet.
28148
28149 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28150
28151         * sys/oss/README: remove this file, which predates my birth
28152           (and which content is by far outdated)
28153
28154 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
28155
28156         * Makefile.am:
28157         * configure.ac:
28158         * docs/Makefile.am:
28159         * docs/libs/Makefile.am:
28160         * docs/libs/gst-plugins-libs-docs.sgml:
28161         * docs/libs/gst-plugins-libs-sections.txt:
28162         * docs/libs/tmpl/gstgconf.sgml:
28163         * docs/upload.mak:
28164         * docs/version.entities.in:
28165           Added boilerplate gtk-doc files for plugin-libs documentation.
28166
28167 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28168
28169         * gst/auparse/gstauparse.c: fix int and float audio caps
28170
28171 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28172
28173         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28174         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28175           g_assert() can be a macro, don't use #ifdef inside it.
28176
28177 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
28178
28179         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28180
28181         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28182         (gst_videorate_init), (gst_videorate_chain),
28183         (gst_videorate_change_state):
28184           Event handling (fixes #159986).
28185
28186 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28187
28188         * gst-libs/gst/riff/riff-media.c:
28189         (gst_riff_create_video_caps_with_data):
28190           Add BLZ0 (Blizzard's version of DivX) fourcc.
28191
28192 2004-12-18  David Schleef  <ds@schleef.org>
28193
28194         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28195         portability fix.
28196
28197 2004-12-18  David Schleef  <ds@schleef.org>
28198
28199         * gst/tta/ttadec.h: Disable some header code that isn't used
28200         and clearly isn't portable.
28201
28202 2004-12-18  David Schleef  <ds@schleef.org>
28203
28204         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28205         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28206         (avcodec_get_pix_fmt), (avpicture_layout),
28207         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28208         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28209         Fix code to not use GCC extensions (and c99 extensions that
28210         Forte does not like.)
28211
28212 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28213
28214         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28215
28216         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28217         (gst_deinterlace_chain):
28218           Rowstride fixes. Fixes #161039.
28219         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28220         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28221         (gst_video_crop_getcaps), (gst_video_crop_link),
28222         (gst_video_crop_i420), (gst_video_crop_chain),
28223         (gst_video_crop_change_state):
28224           Rework of negotiation. Actually works now. Fixes #158650.
28225
28226 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28227
28228         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28229           That was very stupid.
28230
28231 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28232
28233         * gst/matroska/matroska-demux.c:
28234         (gst_matroska_demux_parse_blockgroup):
28235           Fix possible crasher.
28236
28237 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28238
28239         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28240         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28241           Lace sizes can be zero.
28242
28243 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28244
28245         * ext/musepack/gstmusepackdec.cpp:
28246           Fetch error return values. Fixes #161624.
28247         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28248           Really EOS.
28249
28250 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28251
28252         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28253           Work for truncated (unfinished download etc.) files. Fixes #160514.
28254
28255 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28256
28257         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28258           Fix for integer overflow. Makes #156001 not crash. Probably masks
28259           the real bug.
28260
28261 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28262
28263         * gst/ac3parse/gstac3parse.c: (plugin_init):
28264           Parsers never have ranks. Fixes #159651.
28265
28266 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28267
28268         * gst/playback/gstdecodebin.c: (compare_ranks):
28269           make sure the facotries are ordered the same every time even if they
28270           have the same rank by using the name
28271         * gst/playback/gstdecodebin.c: (find_compatibles):
28272           make sure we don't add factories to the list twice
28273
28274 2004-12-16  David Schleef  <ds@schleef.org>
28275
28276         * configure.ac: look for musepack headers as musepack/*.h
28277         (fixes #159847)
28278         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28279         * ext/musepack/gstmusepackreader.h: same
28280
28281 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28282
28283         * gst-libs/gst/riff/riff-read.c:
28284         (gst_riff_read_strf_auds_with_data):
28285           Read extradata correctly (fixes #155879).
28286
28287 2004-12-16  David Schleef  <ds@schleef.org>
28288
28289         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28290         audio.  does _not_ attempt or allow conversion unless channels
28291         is 1 or 2.
28292
28293 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28294
28295         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28296
28297 2004-12-16  David Schleef  <ds@schleef.org>
28298
28299         * gst/audioscale/gstaudioscale.c: the resample library only
28300         handles 1 or 2 channels.  Change caps to compensate.
28301
28302 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28303
28304         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28305         (gst_matroska_demux_audio_caps):
28306           Some MPEG-AAC hacks, because else it doesn't work...
28307
28308 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28309
28310         * gst-libs/gst/riff/riff-media.c:
28311         (gst_riff_create_video_caps_with_data),
28312         (gst_riff_create_video_template_caps):
28313           Add h264.
28314
28315 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28316
28317         * gst-libs/gst/audio/Makefile.am:
28318           Try to fix buildbot.
28319
28320 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28321
28322         * gst/tcp/gstmultifdsink.c:
28323           Clean up and uniformize debugging.
28324
28325 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28326
28327         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28328
28329         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28330         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28331         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28332         (gst_mpeg_demux_change_state):
28333           Reset on ready. Fixes 160276.
28334
28335 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28336
28337         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28338
28339         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28340         (gst_ffmpegcsp_pad_link):
28341           Fix memleak (#154815).
28342
28343 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28344
28345         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28346
28347         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28348         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28349         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28350         * ext/musicbrainz/gsttrm.h:
28351           Add support for using a proxy server when getting a trm id from
28352           the MusicBrainz database (#149613).
28353
28354 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28355
28356         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28357
28358         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28359         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28360           Fix memleaks (#157233).
28361
28362 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28363
28364         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28365
28366         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28367         * gst-libs/gst/resample/resample.h:
28368         * gst/audioscale/gstaudioscale.c:
28369           Fix memleak (#159215).
28370
28371 2004-12-16  Toni Willberg  <toniw@iki.fi>
28372
28373         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28374
28375         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28376         * sys/oss/oss_probe.c: (main):
28377           Check for mono/stereo support (similar to samplerate probing),
28378           fixes #159433. Also add missing copyright header to oss_probe.c.
28379
28380 2004-12-15  David Schleef  <ds@schleef.org>
28381
28382         * configure.ac: add audioresample and cairo plugins.  Remove
28383         HAVE_MMX stuff, because it's not used.
28384         * ext/Makefile.am: same
28385         * ext/audioresample/Makefile.am: You are not ready for an
28386         audio resampling element based on audioresample.
28387         * ext/audioresample/gstaudioresample.c:
28388         * ext/audioresample/gstaudioresample.h:
28389         * ext/cairo/Makefile.am: You are not ready for overlay elements
28390         based on cairo.  Don't look too closely, these elements kinda
28391         suck right now.
28392         * ext/cairo/gstcairo.c: new
28393         * ext/cairo/gsttextoverlay.c: new
28394         * ext/cairo/gsttextoverlay.h: new
28395         * ext/cairo/gsttimeoverlay.c: new
28396         * ext/cairo/gsttimeoverlay.h: new
28397         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28398         problem with compilers that don't support variadic macros.
28399
28400 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28401
28402         Reviewed by:  David Schleef  <ds@schleef.org>
28403
28404         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28405         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28406         bit.  Also ran indent-gst.
28407         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28408         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28409         (gst_sunaudiosrc_setparams):
28410
28411 2004-12-14  David Schleef  <ds@schleef.org>
28412
28413         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28414         output rate to 16000.  Should fix #160235.
28415
28416 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28417
28418         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28419         Add typefinding for mpeg2 pes streams
28420
28421 2004-12-13  David Schleef  <ds@schleef.org>
28422
28423         * configure.ac:  Applied patch from bug #143659, making default
28424         sources and sinks OS-dependent (for Solaris), and added code
28425         for OS/X.
28426         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28427
28428 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28429
28430         * gst-libs/gst/riff/riff-media.c:
28431           forgot to add h2.64 to avidemux template caps
28432
28433 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28434
28435         * gst/wavenc/riff.h:
28436         * gst-libs/gst/riff/riff-media.c:
28437         * gst-libs/gst/riff/riff-ids.h:
28438         * gst/avi/gstavimux.c
28439         add 4CC code for VideoSoft h264 in AVI (VSSH)
28440           fixes bug #160655
28441         remove s323 from riff, it's quicktime specific :(
28442
28443 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28444
28445         * gst/asfdemux/README
28446         * gst/wavenc/riff.h
28447         * gst-libs/gst/riff/riff-ids.h
28448         * gst-libs/gst/riff/riff-media.c
28449         * gst/qtdemux/qtdemux.c:
28450           add new 4CC codes for h263 related codecs
28451           fixes partially bug #155163
28452
28453 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28454
28455         * configure.ac: Update polyaudio requirement to 0.7
28456         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28457
28458 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28459
28460         * gst/interleave/deinterleave.c:
28461         fix my name's spelling! :)
28462
28463 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28464
28465         * AUTHORS ChangeLog
28466         * gst/auparse/gstauparse.c
28467         * gst/interleave/deinterleave.c
28468         * gst/law/:
28469                 alaw-decode.c alaw-encode.c
28470                 mulaw-decode.c mulaw-encode.c
28471         * gst/oneton/gstoneton.c
28472         * sys/osxaudio/:
28473                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28474         * sys/osxvideo/:
28475                 cocoawindow.h cocoawindow.m
28476                 osxvideosink.h osxvideosink.m
28477
28478         put the same mail address for Zaheer Abbas Merali everywhere
28479
28480 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28481
28482         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28483           Align by packetsize, and assert that we a packet available before
28484           playing. The first makes webstreams work (they often include
28485           trailing padding data in a packet), the second allows pausing a
28486           ASF stream in totem without getting demux errors afterwards.
28487
28488 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28489
28490         * ext/ogg/gstoggdemux.c: (get_relative):
28491           Check for non-NULL before accessing member (end-of-chain).
28492
28493 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28494
28495         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28496         (cdparanoia_set_property), (cdparanoia_get_property):
28497         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28498         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28499         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28500         (dvdreadsrc_init), (dvdreadsrc_set_property),
28501         (dvdreadsrc_get_property):
28502         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28503         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28504           Synchronize property names where not yet the case. Devices are
28505           now device=X, other versions are deprecated (but still exist).
28506           Also use g_free() unconditionally.
28507         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28508         (setup_source), (gst_play_base_bin_get_property):
28509           Expose source.
28510
28511 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28512
28513         * configure.ac: move GCONF macro outside conditional for the am
28514           conditional. Fixes #160439
28515
28516 2004-12-08  David Schleef  <ds@schleef.org>
28517
28518         * tools/gst-visualise-m.m: Switch to elements that currently
28519         exist.
28520
28521 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28522
28523         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28524           We love wrong commas.
28525
28526 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28527
28528         * gst/matroska/matroska-demux.c:
28529         (gst_matroska_demux_handle_src_query):
28530           Don't set DEFAULT, unsupported - makes length display incorrectly
28531           in some cases.
28532
28533 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28534
28535         * gst/monoscope/README: remove blurb about files being GPL
28536         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28537         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28538           monoscope is now effectively LGPL licensed
28539
28540 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28541
28542         * gst/monoscope/README: Update information to be more correct
28543         * gst/monoscope/convolve.c: Relicense to LGPL
28544         * gst/monoscope/convolve.h: Relicense to LGPL
28545
28546 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28547
28548         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28549           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28550         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28551           set default_duration for mpeg1 audio
28552
28553 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28554
28555         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28556         * ext/alsa/gstalsa.h:
28557           refactor big chunks of the core caps negotiation code to make it
28558           a lot faster, because people claim it's really slow
28559           (actually, just cache the getcaps when the device is opened)
28560
28561 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28562
28563         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28564         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28565         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28566         (gst_a52dec_change_state), (plugin_init):
28567         * ext/a52dec/gsta52dec.h:
28568           Do something useful with timestamps. Make chain-based (since
28569           there's really no reason to be loopbased).
28570         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28571           Update current_byte/frame correctly.
28572
28573 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28574
28575         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28576         (gst_ape_demux_stream_init):
28577           Forward tags, too.
28578
28579 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28580
28581         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28582           Let's make sure we're done typefinding when detecting tags.
28583
28584 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28585
28586         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28587         (gst_ebml_read_init), (gst_ebml_read_use_event),
28588         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28589         (gst_ebml_read_seek), (gst_ebml_read_skip),
28590         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28591         (gst_ebml_read_master):
28592         * gst/matroska/ebml-read.h:
28593         * gst/matroska/matroska-demux.c:
28594         (gst_matroska_demux_parse_contents),
28595         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28596           Disgustingly evil hack for working around INTERRUPT events and
28597           their extremely annoying habit of being a pain in the ass. We
28598           simply peek a cluster before reading any of it.
28599
28600 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28601
28602         * ext/musepack/gstmusepackdec.cpp:
28603           There's also floating point libmusepacks.
28604
28605 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28606
28607         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28608         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28609           Set DURATION even if source buffer didn't. Also use increasing
28610           timestamps.
28611         * gst-libs/gst/riff/riff-media.c:
28612         (gst_riff_create_audio_caps_with_data):
28613           Block_align can have larger values than 8192.
28614
28615 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28616
28617         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28618         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28619         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28620         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28621           Fix caps.
28622
28623 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28624
28625         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28626           Fix logic bug.
28627
28628 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28629
28630         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28631           Yay, another one.
28632
28633 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28634
28635         * ext/esd/esdsink.c: (gst_esdsink_chain):
28636           Make error actually say something useful (fixes #156798).
28637         * gst-libs/gst/riff/riff-media.c:
28638         (gst_riff_create_video_caps_with_data),
28639         (gst_riff_create_video_template_caps):
28640           Add Intel Video 5.0 fourcc (IV50).
28641
28642 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28643
28644         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28645         detection on mono and stereo mp3 files.
28646
28647 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28648
28649         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28650           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28651           the contained stream).
28652
28653 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28654
28655         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28656           Oops, remove debug.
28657
28658 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28659
28660         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28661
28662         * gst/law/alaw-decode.c: (alawdec_getcaps):
28663         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28664           Prevent warnings when negotiating caps (fixes #159338).
28665
28666 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28667
28668         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28669         (gst_ffmpegcsp_chain):
28670           Remove old leftover that shouldn't be there...
28671
28672 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28673
28674         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28675
28676         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28677           Don't forward DISCONT events (fixes #159684).
28678
28679 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28680
28681         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28682           Unlink manually since sometimes bin disposal (and therefore
28683           pad unlinking) is delayed, which will cause a new media file
28684           to not be able to start playing instantly.
28685
28686 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28687
28688         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28689           On mute of an unlinked stream, check for pad availability so
28690           we don't crash on unlinked pad.
28691
28692 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28693
28694         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28695         (gst_avi_demux_massage_index):
28696           Fix quite humiliating bug in omitting 0-sized index chunks but
28697           forgetting to count them for timestamps.
28698
28699 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28700
28701         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28702           Actually leave the loop if we failed to sync. Don't crash.
28703
28704 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28705
28706         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28707         (gst_dvd_demux_process_private):
28708         * gst/mpegstream/gstdvddemux.h:
28709           Fix crash (#159759). Doesn't work, though. :-(.
28710
28711 2004-11-28  Benjamin Otte  <otte@gnome.org>
28712
28713         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28714           more overwriting protection due to modifying channels one by one
28715           instead of all at once
28716
28717 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28718
28719         * gst/audioconvert/gstchannelmix.c:
28720         (gst_audio_convert_fill_normalize):
28721           Normalize using absolute values.
28722
28723 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28724
28725         * configure.ac:
28726         * ext/Makefile.am:
28727         * ext/directfb/Makefile.am:
28728         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28729         (gst_directfbvideosink_get_pixel_format),
28730         (gst_directfbvideosink_get_format_from_fourcc),
28731         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28732         (gst_directfbvideosink_sink_link),
28733         (gst_directfbvideosink_change_state),
28734         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28735         (gst_directfbvideosink_buffer_alloc),
28736         (gst_directfbvideosink_interface_supported),
28737         (gst_directfbvideosink_interface_init),
28738         (gst_directfbvideosink_navigation_send_event),
28739         (gst_directfbvideosink_navigation_init),
28740         (gst_directfbvideosink_set_property),
28741         (gst_directfbvideosink_get_property),
28742         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28743         (gst_directfbvideosink_base_init),
28744         (gst_directfbvideosink_class_init),
28745         (gst_directfbvideosink_get_type), (plugin_init):
28746         * ext/directfb/directfbvideosink.h: Adding a first version of
28747         directfbvideosink.
28748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28749         more.
28750
28751 2004-11-28  Benjamin Otte  <otte@gnome.org>
28752
28753         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28754           walk the samples backwards if out_channels > in_channels so we don't
28755           overwrite data
28756
28757 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28758
28759         * gst/audioconvert/Makefile.am:
28760         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28761         (gst_audio_convert_link), (gst_audio_convert_change_state),
28762         (gst_audio_convert_channels):
28763         * gst/audioconvert/gstchannelmix.c:
28764         (gst_audio_convert_unset_matrix),
28765         (gst_audio_convert_fill_identical),
28766         (gst_audio_convert_fill_compatible),
28767         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28768         (gst_audio_convert_fill_others),
28769         (gst_audio_convert_fill_normalize),
28770         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28771         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28772         * gst/audioconvert/gstchannelmix.h:
28773           Implement a channel mixer.
28774
28775 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28776
28777         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28778         * ext/alsa/gstalsa.h:
28779         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28780         Make alsasink actually honor gst_element_set_clock and use that
28781         clock instead of its internal one.
28782
28783 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28784
28785         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28786         (gst_play_base_bin_change_state): nullify source and decoder when
28787         going from READY to NULL so that we don't try to do weird stuff with
28788         them when going from NULL to READY
28789         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28790         instead of g_object_unref
28791         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28792         it should be correct
28793         (gst_play_bin_change_state): don't call remove_sinks if we are
28794         currently disposing the object
28795
28796 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28797
28798         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28799           Don't forget bass if it's there. Else left channel is silent...
28800
28801 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28802
28803         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28804         (gst_a52dec_change_state):
28805           Don't do sample adjusting anymore, we use float audio now.
28806         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28807           Don't fixate to non-existing properties.
28808
28809 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28810
28811         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28812         (gst_a52dec_change_state):
28813           Advertise that we can do surround sound.
28814
28815 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28816
28817         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28818           Add buffer-frames=0.
28819         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28820         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28821         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28822         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28823         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28824         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28825         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28826         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28827         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28828         * ext/dvdread/dvdreadsrc.h:
28829           Add seeking, querying for bytes, sectors, title, angle and
28830           chapter. Handle multiple chapters. Relicense to LGPL because
28831           Billy agreed on that (thanks Billy!).
28832
28833 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28834
28835         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28836         call parent dispose method
28837
28838 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28839
28840         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28841         (gst_audio_clock_get_internal_time):
28842         Fix active <-> inactive transitions: ensure time value always
28843         grows and avoid abrupt value changes.
28844
28845 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28846
28847         * configure.ac:
28848         * gst/tta/Makefile.am:
28849         * gst/tta/crc32.h:
28850         * gst/tta/filters.h:
28851         * gst/tta/gsttta.c:
28852         * gst/tta/gstttadec.c:
28853         * gst/tta/gstttadec.h:
28854         * gst/tta/gstttaparse.c:
28855         * gst/tta/gstttaparse.h:
28856         * gst/tta/ttadec.h:
28857           added TTA parser and decoder
28858
28859 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28860
28861         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28862         (probe_triggered), (check_queue), (buffer_underrun),
28863         (buffer_running), (buffer_overrun), (gen_source_element),
28864         (setup_source):
28865         * gst/playback/gstplaybasebin.h:
28866           Implement buffering. Needs some more work.
28867
28868 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28869
28870         * ext/theora/theoradec.c: (theora_dec_chain):
28871           Fix ilog mask range overflow.
28872
28873 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28874
28875         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28876           Don't omit the last (which in case of dmix is the only :) )
28877           channel count. Don't set channels if <= 2.
28878
28879 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28880
28881         * gst/playback/gstplaybin.c: (gen_video_element),
28882         (gen_audio_element): Removed 2 obsolete comments
28883
28884 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28885
28886         * ext/vorbis/oggvorbisenc.c
28887         * ext/vorbis/vorbisenc.c :
28888           change description fields of those plugins to differentiate them
28889           (pitivi show Encoders by description, they had the same one)
28890
28891 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28892
28893         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28894
28895         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28896         (gst_play_bin_set_property), (gen_video_element),
28897         (gen_audio_element):
28898           Refcounting fixes for provided audio-/videosinks.
28899
28900 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28901
28902         * gst/playback/gstplaybin.c: (gen_video_element),
28903         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28904           Don't reference all sinks, but only the video- and audiosinks.
28905           The vis. element should be disposed when we're done with it.
28906           We don't have any reason to keep it around. This fixes warnings
28907           when reusing playbin for playing multiple audio files with
28908           vis. enabled. Also release audio device on pause - idea stolen
28909           from Rhythmbox.
28910
28911 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28912
28913         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28914         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28915         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28916         * ext/alsa/gstalsaplugin.c: (plugin_init):
28917         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28918         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28919         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28920         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28921         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28922         (gst_faad_change_state), (plugin_init):
28923         * ext/faad/gstfaad.h:
28924         * ext/vorbis/vorbis.c: (plugin_init):
28925         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28926         * gst-libs/gst/audio/Makefile.am:
28927         * gst-libs/gst/audio/audio.c: (plugin_init):
28928         * gst-libs/gst/audio/multichannel.c:
28929         (gst_audio_check_channel_positions),
28930         (gst_audio_get_channel_positions),
28931         (gst_audio_set_channel_positions),
28932         (gst_audio_set_structure_channel_positions_list),
28933         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28934         (gst_audio_fixate_channel_positions):
28935         * gst-libs/gst/audio/multichannel.h:
28936         * gst-libs/gst/audio/testchannels.c: (main):
28937         * gst/audioconvert/gstaudioconvert.c:
28938         (gst_audio_convert_class_init), (gst_audio_convert_init),
28939         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28940         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28941         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28942         * gst/audioconvert/plugin.c: (plugin_init):
28943           Surround sound support.
28944
28945 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28946
28947         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28948           Fix position for discont if we're close as well. Nitpicking, but
28949           saves a few milliseconds of extra waiting or skipping.
28950
28951 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28952
28953         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28954           We sometimes need parsers for playback, so add those too.
28955
28956 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28957
28958         * configure.ac:
28959         * gst/apetag/Makefile.am:
28960         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28961         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28962         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28963         (gst_ape_demux_get_src_query_types),
28964         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28965         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28966         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28967         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28968         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28969         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28970         (gst_ape_demux_change_state):
28971         * gst/apetag/apedemux.h:
28972         * gst/apetag/apetag.c: (plugin_init):
28973         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28974         (plugin_init):
28975           APE v1/2 tag reader plus typefind function.
28976
28977 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28978
28979         * configure.ac:
28980         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28981         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28982           Remove hacks for older core. Require newer core version
28983           accordingly.
28984
28985 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28986
28987         * gst/cdxaparse/Makefile.am:
28988         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28989         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28990         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28991         * gst/cdxaparse/gstcdxaparse.h:
28992         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28993         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28994         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28995         (gst_cdxastrip_get_src_query_types),
28996         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28997         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28998         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28999         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
29000         * gst/cdxaparse/gstcdxastrip.h:
29001           SVCD/VCD header stripping separated from CDXA image parsing.
29002         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29003         (plugin_init):
29004           Add VCD/SVCD header typefinding for VCD/SVCD.
29005         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
29006         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
29007         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
29008         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
29009         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
29010         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
29011         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
29012         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
29013         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
29014         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
29015         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
29016         * sys/vcd/vcdsrc.h:
29017           Fix up, add seeking, querying, URI interface. Works in totem now.
29018
29019 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29020
29021         * configure.ac:
29022           back to CVS
29023
29024 === release 0.8.6 ===
29025
29026 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29027
29028         * NEWS:
29029         * RELEASE:
29030         * configure.ac:
29031         * po/af.po:
29032         * po/az.po:
29033         * po/cs.po:
29034         * po/en_GB.po:
29035         * po/hu.po:
29036         * po/it.po:
29037         * po/nb.po:
29038         * po/nl.po:
29039         * po/or.po:
29040         * po/sq.po:
29041         * po/sr.po:
29042         * po/sv.po:
29043         * po/uk.po:
29044           releasing 0.8.6, "IOU Love"
29045
29046 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29047
29048         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29049
29050         * gst/playback/gstplaybasebin.c:
29051           Fix unplayable files error handling.  Fixes #158365
29052
29053 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29054
29055         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29056
29057         * gst/typefind/gsttypefindfunctions.c:
29058           Fix broken mp3 typefinding.  Fixes #158375
29059
29060 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29061
29062         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29063
29064         * ext/ogg/gstoggdemux.c:
29065           Fix sync on broken files.  Fixes #158976
29066
29067 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29068
29069         patch by: Edward Hervey <bilboed@bilboed.com>
29070
29071         * ext/libpng/gstpngenc.c:
29072           Copy over buffer properties.  Fixes #158832
29073
29074 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29075
29076         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
29077
29078         * ext/dvdread/dvdreadsrc.c:
29079           Fixes invalid reads (#158462)
29080
29081 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29082
29083         * sys/v4l/gstv4lsrc.c:
29084         * sys/v4l/gstv4lsrc.h:
29085         * sys/v4l/v4lsrc_calls.c:
29086           Probe less and cache it.  Fixes #159187.
29087
29088 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29089
29090         * gst/videorate/gstvideorate.c:
29091           Handle all video formats. Fixes #159186.
29092
29093 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
29094         * gst/synaesthesia/gstsynaesthesia.c:
29095         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
29096         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
29097         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
29098         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
29099         (gst_synaesthesia_change_state), (plugin_init):
29100         Fix up synaesthesia to work under different samplerates/ buffer sizes.
29101         Force 320x200 output, as that's the only thing the underlying
29102         synaesthesia implementation supports. Still needs to be made
29103         re-entrant.
29104
29105 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29106
29107         * configure.ac:
29108           Fix mpeg2enc configure check (similar to mplex check below).
29109
29110 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
29111
29112         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29113
29114         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29115           Fix for gcc-2.95 (fixes #158221).
29116
29117 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29118
29119         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29120           Re-add clock distribution hack (until new core is released).
29121           Fixes #158125.
29122
29123 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
29124         * configure.ac:
29125           fix mplex configure check segfaulting on some systems (bug #140994)
29126
29127 2004-11-13  Benjamin Otte  <otte@gnome.org>
29128
29129         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29130           add debugging
29131         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29132           do a wait when we enter the loop func with no data available to
29133           write instead of getting into an 100% CPU loop by just returning and
29134           being called again by the scheduler
29135
29136 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
29137
29138         * configure.ac:
29139         * ext/libvisual/visual.c: (gst_visual_get_type),
29140         (libvisual_log_handler), (gst_visual_getcaps),
29141         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29142         (plugin_init):
29143           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29144         * ext/smoothwave/Makefile.am:
29145         * ext/smoothwave/demo-osssrc.c: (main):
29146         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29147         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29148         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29149         (plugin_init):
29150         * ext/smoothwave/gstsmoothwave.h:
29151           Make gstsmoothwave a working element in the 20th century.
29152
29153         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29154           Fix incorrect link function
29155
29156 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29157
29158         * gst/volume/gstvolume.c:
29159           Allow buffer-frames=0.
29160
29161 2004-11-12 Iain <iaingnome@gmail.com>
29162
29163         * configure.ac: Check for polypaudio
29164
29165         * ext/Makefile.am: Build the polyp dir
29166
29167         * ext/polyp: The polypsink sources.
29168
29169 2004-10-30 Iain <iaingnome@gmail.com>
29170
29171         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29172         caps to reflect the new number of channels.
29173
29174 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29175
29176         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29177           Fix for negotiation order problem. This would show when the
29178           ALSA loopfuction was called before any other function. ALSA
29179           wouldn't do anything because we're not negotiated yet, leading
29180           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29181
29182 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29183
29184         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29185
29186         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29187           No warnings (#157986).
29188
29189 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29190
29191         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29192           Prefer apev1/2 and id3v1 (at end of file) over musepack.
29193
29194 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29195
29196         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29197           Signal no-more-pads (so it works in playbin).
29198
29199 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29200
29201         * ext/musepack/gstmusepackreader.cpp:
29202           Workaround for older core.
29203
29204 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29205
29206         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29207           Actually test for odd width/height rather than testing whether
29208           a temporary variable that was 0 before we subtracted 1 is now
29209           not equal to zero (which it always is).
29210
29211 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29212
29213         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29214         Fix compilation if HAVE_XVIDEO is not defined
29215
29216 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29217
29218         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29219         Fix compilation if HAVE_XVIDEO is not defined
29220
29221 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29222
29223         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29224         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29225         (gst_goom_change_state), (plugin_init):
29226         Use the bytestream adapter so goom doesn't depend on the input
29227         buffer size.
29228         Add a debug category
29229
29230 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29231
29232         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29233           Only set hardware parameters *after* negotiation. Before
29234           negotiation, it will set ANY and that seems to cause crashes
29235           (see e.g. #151288, #153227).
29236
29237 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29238
29239         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29240           This seems to be antique leftover. It needs to pass error
29241           checking.
29242         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29243         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29244         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29245         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29246           Fix GstXOverlay implementation (#151059).
29247
29248 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29249
29250         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29251           Don't assert (#157853).
29252
29253 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29254
29255         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29256           Fix bytes/samples confustion.
29257         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29258           Fix for underrun (#144389).
29259
29260 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29261
29262         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29263           Disable halfway-seek for pending release (since it needs a new
29264           core release).
29265
29266 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29267
29268         * sys/v4l/gstv4lsrc.c:
29269         * sys/v4l/gstv4lsrc.h:
29270         * sys/v4l/v4lsrc_calls.c:
29271           add autoprobe-fps property so we can separate autoprobing parts
29272
29273 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29274
29275         * sys/v4l/gstv4lsrc.c:
29276         * sys/v4l/v4lsrc_calls.c:
29277         initialise fourcc to catch unset fourcc's, and debug
29278
29279 2004-11-09  Wim Taymans  <wim@fluendo.com>
29280
29281         * gst/playback/README:
29282         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29283         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29284         (gst_play_bin_dispose), (gst_play_bin_set_property),
29285         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29286         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29287         (gst_play_bin_get_formats), (gst_play_bin_convert),
29288         (gst_play_bin_get_query_types), (gst_play_bin_query):
29289         Cleanups and some more documentation.
29290
29291 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29292
29293         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29294         (gst_cacasink_init), (gst_cacasink_chain):
29295         * ext/libcaca/gstcacasink.h:
29296         Cacasink inherits from VideoSink, so let that store the clock.
29297
29298 2004-11-09  Wim Taymans  <wim@fluendo.com>
29299
29300         * gst/playback/README:
29301         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29302         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29303         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29304         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29305         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29306         (setup_sinks):
29307         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29308         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29309         * gst/playback/gststreaminfo.h:
29310         Updated README.
29311         Only switch groups if all streams have muted (EOSed).
29312         Send Tags in sync with the stream playback instead of in
29313         the playback/preroll phase.
29314         Some cleanups, free the fakesrc elements.
29315
29316 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29317
29318         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29319           buffer-frames property was missing
29320         * ext/arts/gst_arts.c:
29321           rate missing from sinkcaps
29322         * ext/audiofile/gstafparse.c:
29323         * ext/audiofile/gstafsink.c:
29324         * ext/audiofile/gstafsrc.c:
29325         * ext/swfdec/gstswfdec.c:
29326           int audio doesn't know buffer-frames
29327         * ext/cdparanoia/gstcdparanoia.c:
29328           int audio doesn't know chunksize either
29329         * ext/nas/nassink.c:
29330           it's endianness, not endianess
29331         * gst-libs/gst/audio/audio.h:
29332           make float standard pad template caps really describe float
29333         * gst/law/mulaw.c: (linear_factory):
29334           signed only, please
29335         * gst/mpegstream/gstdvddemux.c:
29336           widths of 20 are not valid
29337
29338 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29339
29340         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29341
29342         * po/LINGUAS:
29343         * po/it.po:
29344           Add Italian
29345
29346 2004-11-08  Wim Taymans  <wim@fluendo.com>
29347
29348         * gst/playback/README:
29349         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29350         * gst/playback/gstplaybasebin.c: (probe_triggered),
29351         (gst_play_base_bin_change_state):
29352         Updated README, added more comments for fixmes etc..
29353
29354 2004-11-08  Wim Taymans  <wim@fluendo.com>
29355
29356         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29357         We can remove this hack now.
29358
29359 2004-11-08  Wim Taymans  <wim@fluendo.com>
29360
29361         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29362         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29363         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29364         Only mix AYUV for maximum quality.
29365
29366 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29367
29368         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29369         (gst_ogg_demux_push), (gst_ogg_pad_push):
29370           Let's act as if we're synchronized now! :).
29371         * ext/theora/theoradec.c: (theora_dec_chain):
29372           Add some debug.
29373
29374 2004-11-08  Wim Taymans  <wim@fluendo.com>
29375
29376         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29377         (gst_alpha_set_property), (gst_alpha_sink_link),
29378         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29379         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29380         (gst_alpha_init_params), (gst_alpha_chain):
29381         Implement alpha functions for AYUV too, this increases
29382         accuracy quite a bit.
29383
29384 2004-11-08  Wim Taymans  <wim@fluendo.com>
29385
29386         * gst/ffmpegcolorspace/avcodec.h:
29387         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29388         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29389         (gst_ffmpegcsp_avpicture_fill):
29390         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29391         (gst_ffmpegcsp_caps_remove_format_info):
29392         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29393         (shrink12), (img_get_alpha_info), (deinterlace_line),
29394         (deinterlace_line_inplace):
29395         * gst/ffmpegcolorspace/imgconvert_template.h:
29396         Added AYUV colorspace and handle RGBA a bit more respectful.
29397
29398 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29399
29400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29401           Actually always send a discont (cornercase when resending the
29402           same serial-tagged chain twice).
29403
29404 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29405
29406         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29407         (gst_ximagesink_finalize):
29408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29409         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29410
29411 2004-11-08  Wim Taymans  <wim@fluendo.com>
29412
29413         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29414         Don't segfault on NULL data.
29415
29416 2004-11-08  Wim Taymans  <wim@fluendo.com>
29417
29418         * gst/playback/gstdecodebin.c: (unlinked):
29419         * gst/playback/gstplay-marshal.list:
29420         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29421         (gst_play_base_bin_init), (group_create), (get_active_group),
29422         (get_building_group), (group_destroy), (group_commit),
29423         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29424         (add_element_stream), (no_more_pads), (probe_triggered),
29425         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29426         (state_change), (setup_source), (gst_play_base_bin_get_property),
29427         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29428         (gst_play_base_bin_link_stream),
29429         (gst_play_base_bin_get_streaminfo):
29430         * gst/playback/gstplaybasebin.h:
29431         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29432         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29433         Add support for chained ogg files. Prepare for playlist
29434         support. This patch introduces the concept of pad groups, which
29435         together compose one playable media file.
29436
29437 2004-11-07  David Schleef  <ds@schleef.org>
29438
29439         * testsuite/gst-lint: Check for pad templates that aren't statically
29440         scoped.
29441
29442 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29443
29444         * configure.ac:
29445         * ext/Makefile.am:
29446         * ext/musepack/Makefile.am:
29447         * ext/musepack/gstmusepackdec.cpp:
29448         * ext/musepack/gstmusepackdec.h:
29449         * ext/musepack/gstmusepackreader.cpp:
29450         * ext/musepack/gstmusepackreader.h:
29451           Add musepack decoder.
29452         * ext/faad/gstfaad.c: (gst_faad_base_init):
29453           Make pad templates static.
29454         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29455         (plugin_init):
29456           Add musepack typefinder, make mp3 typefinding work halfway stream,
29457           which doesn't actually work yet because id3demux doesn't implement
29458           _get_length().
29459
29460 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29461
29462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29463         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29464           Fix interrupt event handling (#144436).
29465
29466 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29467
29468         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29469           Hide unused glory.
29470
29471 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29472
29473         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29474
29475         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29476           Fix weird caps (#157548).
29477
29478 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29479
29480         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29481
29482         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29483           Add missing NULL terminator (#157543).
29484
29485 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29486
29487         * gst/tcp/gsttcp.h:
29488         * gst/tcp/gsttcpclientsink.c:
29489         * gst/tcp/gsttcpclientsrc.c:
29490         * gst/tcp/gsttcpserversink.c:
29491         * gst/tcp/gsttcpserversrc.c:
29492           ports can go up to 65535.  Move common defines to gsttcp.h
29493
29494 2004-11-05  Wim Taymans  <wim@fluendo.com>
29495
29496         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29497         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29498         Added two more colorspaces.
29499
29500 2004-11-05  Wim Taymans  <wim@fluendo.com>
29501
29502         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29503         (gst_ffmpegcsp_avpicture_fill):
29504         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29505         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29506         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29507         More stride fixes.
29508
29509 2004-11-05  Wim Taymans  <wim@fluendo.com>
29510
29511         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29512         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29513         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29514         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29515         (gst_videomixer_loop):
29516         More stride fixes.
29517
29518 2004-11-05  Benjamin Otte  <otte@gnome.org>
29519
29520         * ext/mad/gstmad.c: (gst_mad_chain):
29521           don't overflow data buffer. Flush not needed sync data when syncing
29522           failed.
29523
29524 2004-11-04  Wim Taymans  <wim@fluendo.com>
29525
29526         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29527         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29528         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29529         (gst_alpha_init_params), (gst_alpha_chain),
29530         (gst_alpha_change_state):
29531         Updated the chroma keying algorithm with something more
29532         sophisticated.
29533
29534 2004-11-03  Wim Taymans  <wim@fluendo.com>
29535
29536         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29537         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29538         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29539         Fix stride issues. Does not completely work for odd
29540         heights.
29541
29542 2004-11-03  Wim Taymans  <wim@fluendo.com>
29543
29544         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29545         (gst_alpha_chroma_key), (gst_alpha_chain):
29546         Fix stride issues. Does not completely work for odd
29547         heights.
29548
29549 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29550
29551         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29552         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29553         leak fixes
29554
29555 2004-11-03  Wim Taymans  <wim@fluendo.com>
29556
29557         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29558         (gst_ffmpegcsp_avpicture_fill):
29559         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29560         (avpicture_alloc):
29561         * gst/ffmpegcolorspace/imgconvert_template.h:
29562         Use correct _fill function to get correct strides.
29563
29564 2004-11-02  David Schleef  <ds@schleef.org>
29565
29566         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29567         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29568         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29569         Change all g_print()s to debugging.  Add a bunch of consistency
29570         checks.
29571
29572 2004-11-02  Wim Taymans  <wim@fluendo.com>
29573
29574         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29575         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29576         (unlinked), (no_more_pads), (close_link):
29577         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29578         (unknown_type), (add_element_stream), (new_decoded_pad),
29579         (removed_decoded_pad), (setup_source):
29580         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29581         (gst_stream_info_class_init), (gst_stream_info_init),
29582         (gst_stream_info_new), (gst_stream_info_dispose),
29583         (stream_info_mute_pad), (gst_stream_info_set_property),
29584         (gst_stream_info_get_property):
29585         * gst/playback/gststreaminfo.h:
29586         Fix playback of multiple files.
29587         a slightly different approach to handling dynamic pad removals.
29588         This one only looks at pads that we have linked.
29589
29590 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29591
29592         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29593         free" warning from libc.
29594
29595 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29596
29597         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29598         (get_unconnected_element), (remove_starting_from), (pad_removed),
29599         (close_link):
29600           Implement support for dynamic pad changing. We listen to "live"
29601           pad removals (i.e. while playing) and re-setup autoplugging
29602           after that. Playbasebin/playbin need some more work for this
29603           to finally work, but decodebin supports (and replugs) chained
29604           ogg now.
29605
29606 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29607
29608         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29609         (gst_alsa_finalize):
29610         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29611         (gst_cdaudio_finalize):
29612         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29613         (cdparanoia_finalize):
29614         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29615         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29616         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29617         (dvdreadsrc_finalize):
29618         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29619         (gst_flacdec_finalize):
29620         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29621         (gst_flacenc_finalize):
29622         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29623         (gst_gnomevfssink_finalize):
29624         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29625         (gst_gnomevfssrc_finalize):
29626         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29627         (gst_fameenc_finalize):
29628         * ext/nas/nassink.c: (gst_nassink_class_init),
29629         (gst_nassink_finalize):
29630         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29631         (gst_sdlvideosink_class_init):
29632         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29633         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29634         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29635         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29636         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29637         (gst_x_window_listener_dispose):
29638         * gst/audioscale/gstaudioscale.c:
29639         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29640         (play_on_demand_finalize):
29641         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29642         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29643         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29644         (cdplayer_finalize):
29645         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29646         (gst_glimagesink_class_init):
29647         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29648         (gst_osselement_finalize):
29649         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29650         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29651         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29652           Fixes a bunch of problems with finalize and dispose functions,
29653           either assumptions that dispose is only called once, or not calling
29654           the parent class dispose/finalize function
29655
29656 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29657
29658         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29659           added two api precondition guards
29660           use g_strdup with getenv to fix crash when using ENVVAR
29661
29662 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29663         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29664         (gst_esdsink_finalize):
29665         Use a finalize function, not dispose, and more importantly,
29666         call the parent class finalize function too
29667
29668 2004-11-01  Johan Dahlin  <johan@gnome.org>
29669
29670         * ext/ogg/gstoggdemux.c:
29671         * gst/tags/gstvorbistag.c:
29672         Plug leaks.
29673
29674 2004-10-31  Benjamin Otte  <otte@gnome.org>
29675
29676         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29677           lotsa memleaks today. But they're all small...
29678
29679 2004-10-31  Benjamin Otte  <otte@gnome.org>
29680
29681         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29682           another memleak crushed
29683
29684 2004-10-31  Benjamin Otte  <otte@gnome.org>
29685
29686         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29687           fix memleak
29688
29689 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29690
29691         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29692           Hack to prevent crash when going to READY inside signal handler
29693           while this function is active.
29694
29695 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29696
29697         * gst/ffmpegcolorspace/Makefile.am:
29698         * gst/ffmpegcolorspace/avcodec.h:
29699         * gst/ffmpegcolorspace/common.h:
29700         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29701         * gst/ffmpegcolorspace/dsputil.h:
29702         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29703         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29704         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29705         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29706         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29707         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29708         (gst_ffmpegcsp_avpicture_fill):
29709         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29710         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29711         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29712         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29713         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29714         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29715         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29716         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29717         * gst/ffmpegcolorspace/imgconvert.c:
29718         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29719         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29720         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29721         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29722         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29723         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29724         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29725         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29726         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29727         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29728         (grow21), (grow22), (grow41), (grow44), (conv411),
29729         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29730         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29731         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29732         (avpicture_free), (is_yuv_planar), (img_convert),
29733         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29734         (deinterlace_line_inplace), (deinterlace_bottom_field),
29735         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29736         * gst/ffmpegcolorspace/imgconvert_template.h:
29737         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29738         * gst/ffmpegcolorspace/mmx.h:
29739         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29740         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29741         (av_freep), (avcodec_get_context_defaults),
29742         (avcodec_alloc_context), (avcodec_init):
29743           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29744           handling plus update from ffmpeg CVS. Large clean-up.
29745
29746 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29747
29748         * gst/playback/Makefile.am:
29749           We need the marshallers for decodebin, too.
29750
29751 2004-10-30  David Schleef  <ds@schleef.org>
29752
29753         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29754           quicktime typefinding work with 64-bit offsets.
29755
29756 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29757
29758         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29759           Set EOS on the element when processing an EOS event.
29760         * ext/speex/gstspeexdec.h:
29761         * ext/speex/gstspeexenc.h:
29762           Only keep a const ptr to the mode
29763         * gst-libs/gst/riff/riff-media.c:
29764         (gst_riff_create_audio_caps_with_data),
29765         (gst_riff_create_audio_template_caps):
29766           Allow WMAV3, with up to 6 channels.
29767         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29768           Don't call gst_pad_set_event_function on a sink pad.
29769         * gst/mpegstream/gstdvddemux.c:
29770         (gst_dvd_demux_get_subpicture_stream),
29771         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29772           Copy the explicit caps that were set across to the cur_* pads,
29773           instead of trying to use a possibly non-existent negotiated caps.
29774           Reset the type of subpicture pads to UNKNOWN after calling
29775           init_stream, so that the caps get set.
29776
29777 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29778
29779         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29780
29781         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29782           Don't touch buffer if it is of size 0 (fixes #151064).
29783
29784 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29785
29786         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29787           Synchronized discont handling.
29788
29789 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29790
29791         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29792         (gst_ogg_demux_push):
29793           Make seeking sort-of exact again (fixes #156387).
29794
29795 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29796
29797         * gst/playback/gstplaybasebin.c: (unknown_type),
29798         (add_element_stream), (new_decoded_pad),
29799         (gst_play_base_bin_change_state):
29800         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29801         (gst_stream_info_init), (gst_stream_info_new),
29802         (gst_stream_info_dispose), (gst_stream_info_get_property):
29803         * gst/playback/gststreaminfo.h:
29804           Make caps explicitely available. Makes testing for unsupported
29805           types possible. Improves error reporting.
29806
29807 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29808
29809         * gst/audioconvert/gstaudioconvert.c:
29810         (gst_audio_convert_buffer_to_default_format):
29811           Really don't touch read-only buffers (#156563).
29812
29813 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29814
29815         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29816
29817         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29818           Fix memleak (#155223).
29819
29820 2004-10-29  Wim Taymans  <wim@fluendo.com>
29821
29822         * gst/tcp/.cvsignore:
29823         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29824         (gst_multifdsink_class_init), (gst_multifdsink_init),
29825         (gst_multifdsink_add), (gst_multifdsink_remove),
29826         (gst_multifdsink_remove_client_link), (is_sync_frame),
29827         (gst_multifdsink_new_client),
29828         (gst_multifdsink_handle_client_write),
29829         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29830         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29831         (gst_multifdsink_get_property):
29832         * gst/tcp/gstmultifdsink.h:
29833         Added burst on connect sync_method, deprecated sync_clients,
29834         streamlined the sync code some more.
29835
29836 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29837
29838         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29839         (gst_play_base_bin_change_state):
29840           Improve error reporting.
29841
29842 2004-10-28  Wim Taymans  <wim@fluendo.com>
29843
29844         * gst/tcp/Makefile.am:
29845         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29846         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29847         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29848         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29849         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29850         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29851         (gst_fdset_wait):
29852         Added more locks around fdset structures. Fixed/reworked
29853         the poll array resizing code.
29854         Added stress test for fdset.
29855
29856 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29857
29858         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29859         fix build
29860
29861 2004-10-28  Benjamin Otte  <otte@gnome.org>
29862
29863         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29864           fix link function to always query channels and query width for
29865           floats
29866         * configure.ac:
29867           add equalizer dir
29868         * gst/equalizer/Makefile.am:
29869         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29870         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29871         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29872         (arg_to_scale), (setup_filter),
29873         (gst_iir_equalizer_compute_frequencies),
29874         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29875         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29876         (plugin_init):
29877           add an equalizer
29878
29879 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29880
29881         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29882
29883         * po/LINGUAS:
29884         * po/nb.po:
29885           Added Norwegian Bokmaal translation
29886
29887 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29888
29889         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29890           Don't break on options (fixes #156488).
29891
29892 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29893
29894         * configure.ac:
29895         * ext/cdaudio/Makefile.am:
29896         * sys/Makefile.am:
29897           fix build on older automake
29898
29899 2004-10-26  Wim Taymans  <wim@fluendo.com>
29900
29901         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29902         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29903         Allow a little margin when negotiating the framerate.
29904
29905 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29906
29907         * gst/level/gstlevel.c:
29908           synchonised naming of pads and pad-templates
29909
29910 2004-10-26  Wim Taymans  <wim@fluendo.com>
29911
29912         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29913         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29914         (_find_streams_check), (gst_ogg_demux_push):
29915         Fix EOS again. Needs to be done in a better way. We should not
29916         remove the pad if there is no new chained stream.
29917
29918 2004-10-26 Iain <iaingnome@gmail.com>
29919
29920         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29921         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29922         of the caps.
29923         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29924         pad.
29925         (interleave_release_pad): Remove the pad.
29926         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29927         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29928         the set device.
29929         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29930         attrs
29931         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29932         (gst_xvimagesink_finalize): Free the par.
29933
29934 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29935
29936         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29937         (gst_avimux_stop_file):
29938           First calculate the rate, and only then use it. Hdr.rate is a
29939           multiple and not a derivative of hdr.scale. Scale is not the
29940           same as blockalign but is solely related to rate.
29941
29942 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29943
29944         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29945         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29946           Implement seeking.
29947
29948 2004-10-25  James Henstridge  <james@jamesh.id.au>
29949
29950         Reviewed by:  David Schleef  <ds@schleef.org>
29951
29952         * examples/gstplay/player.c: (got_stream_length), (main):
29953         * examples/seeking/cdplayer.c: (update_scale):
29954         * examples/seeking/seek.c: (format_value), (update_scale):
29955         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29956         (stop_seek):
29957         Build fixes on AMD64.
29958
29959 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29960
29961         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29962
29963         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29964         Fix for some v4l cards which hang in v4lsrc
29965
29966 2004-10-25  Wim Taymans  <wim@fluendo.com>
29967
29968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29969         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29970         Make sure to remove the pad when a new chain is
29971         encountered. Set some vars to NULL so we don't try
29972         to reference freed memory.
29973
29974 2004-10-25  Wim Taymans  <wim@fluendo.com>
29975
29976         * examples/seeking/Makefile.am:
29977         * examples/seeking/cdplayer.c: (update_scale):
29978         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29979         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29980         (format_value), (update_scale), (iterate), (start_seek),
29981         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29982         (print_usage), (main):
29983         Added some more examples, update others.
29984
29985 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29986
29987         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29988         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29989         * ext/theora/theoradec.c: (theora_dec_chain):
29990         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29991           Add codec-name metadata.
29992
29993 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29994
29995         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29996
29997         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29998         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29999         * ext/alsa/gstalsamixertrack.h:
30000         * po/POTFILES.in:
30001           ALSA mixer track label internationalization (#154054).
30002
30003 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30004
30005         * ext/theora/theoradec.c: (theora_dec_chain):
30006           Export bitrate as metadata.
30007
30008 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30009
30010         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30011         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30012         * ext/alsa/gstalsamixertrack.h:
30013           Fix names, fix loop.
30014
30015 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30016
30017         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
30018         (speex_dec_convert):
30019           sinkconvert function so oggdemux can get the file length (totem).
30020
30021 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
30022
30023         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30024
30025         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30026           Don't push incomplete packets.
30027         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
30028           Fix MPEG-4 audio typefinding.
30029
30030 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30031
30032         * sys/v4l/Makefile.am:
30033         * sys/v4l/gstv4l.c: (plugin_init):
30034         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
30035         (gst_v4lelement_init), (gst_v4lelement_dispose),
30036         (gst_v4lelement_change_state):
30037         * sys/v4l/gstv4lelement.h:
30038         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
30039         (gst_v4l_xoverlay_close), (idle_refresh),
30040         (gst_v4l_xoverlay_set_xwindow_id):
30041         * sys/v4l/gstv4lxoverlay.h:
30042         * sys/v4l/v4l-overlay_calls.c:
30043         * sys/v4l/v4l_calls.h:
30044         * sys/v4l2/Makefile.am:
30045         * sys/v4l2/gstv4l2.c: (plugin_init):
30046         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
30047         (gst_v4l2element_init), (gst_v4l2element_dispose),
30048         (gst_v4l2element_change_state):
30049         * sys/v4l2/gstv4l2element.h:
30050         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
30051         (gst_v4l2_xoverlay_close), (idle_refresh),
30052         (gst_v4l2_xoverlay_set_xwindow_id):
30053         * sys/v4l2/gstv4l2xoverlay.h:
30054         * sys/v4l2/v4l2-overlay_calls.c:
30055         * sys/v4l2/v4l2_calls.h:
30056           Remove client-side overlay handling, use the X-server v4l plugin
30057           for that. Nicer overlay, less code. Also make the plugin
30058           compileable without X (but then without overlay, obviously).
30059           Makes xwindowlistener obsolete, should we remove that?
30060
30061 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30062
30063         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
30064         (gst_osssrc_src_query):
30065         * sys/oss/gstosssrc.h:
30066           OK, so people want offset in DEFAULT. This time, actually fix all
30067           cases.
30068         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30069           Add FPS properly.
30070
30071 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30072
30073         * gst/asfdemux/gstasfmux.c:
30074         * gst/avi/gstavimux.c:
30075           Framerate.
30076
30077 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30078
30079         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
30080           Fix properties (channel, norm, frequency).
30081
30082 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30083
30084         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
30085           Flag typo.
30086         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
30087           No warnings.
30088
30089 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30090
30091         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
30092           Fix hang.
30093
30094 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30095
30096         * sys/v4l2/gstv4l2element.h:
30097           Yet Another Hack (tm) for kernel header borkedness.
30098         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
30099         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
30100         (gst_v4l2src_link), (gst_v4l2src_getcaps),
30101         (gst_v4l2src_change_state):
30102         * sys/v4l2/gstv4l2src.h:
30103         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
30104         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
30105           Fix caps, keep track of state, work.
30106
30107 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30108
30109         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
30110           Quiet.
30111
30112 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30113
30114         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30115           Don't mix bytes and samples.
30116
30117 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30118
30119         * ext/ogg/gstoggmux.c:
30120           Basic pad template which accepts OGM tracks, speex, flac, vorbis
30121           and theora. Any is incorrect.
30122         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30123           Fix caps.
30124         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30125         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30126         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30127         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30128         * sys/v4l/gstv4lmjpegsrc.h:
30129         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30130         (gst_v4lsrc_change_state):
30131         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30132         (gst_v4lmjpegsrc_capture_stop):
30133           Fix caps. Keep track of internal state. Work.
30134
30135 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30136
30137         * ext/Makefile.am:
30138           Fix the build fixes.
30139
30140 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30141
30142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30143         (gst_ogg_demux_src_event), (_find_chain_seek),
30144         (gst_ogg_pad_push):
30145           Check for pad availability before using it.
30146         * ext/ogg/gstoggdemux.c: (_find_chain_process):
30147           Fix parsing of chained ogg. Needs more work on the decoder side.
30148
30149 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30150
30151         * gst/spectrum/Makefile.am:
30152         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30153         (idle_func):
30154           Fix demo and reenable it. Yes, I'm currently playing with audio
30155           analysis tools
30156
30157 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30158
30159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30160           We love it if files that start at zero work too...
30161
30162 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30163
30164         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30165           Handle files with missing EOS headers.
30166
30167 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30168
30169         * gst/tcp/gsttcpserversink.c:
30170         (gst_tcpserversink_handle_server_read),
30171         (gst_tcpserversink_init_send):
30172         Zero some variables first (need for accept not to return EINVAL)
30173
30174 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30175
30176         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30177         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30178         * ext/theora/theoradec.c: (theora_dec_sink_convert),
30179         (theora_dec_chain):
30180         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30181         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30182           Seeking and querying finetune.
30183
30184 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30185
30186         * configure.ac:
30187         * ext/Makefile.am:
30188         * ext/raw1394/Makefile.am:
30189           fix the build
30190
30191 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30192
30193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30194           Wrong return.
30195         * gst/playback/Makefile.am:
30196         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30197         * gst/playback/gstplay-marshal.list:
30198         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30199           Fix marshallers.
30200
30201 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30202
30203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30204           Silence.
30205
30206 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30207
30208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30209         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30210         (gst_ogg_pad_push):
30211           Yay for non-lineair granulepos in theora.
30212
30213 2004-10-18  Wim Taymans  <wim@fluendo.com>
30214
30215         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30216         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30217         * ext/dv/gstdvdec.h:
30218         Make sure we renegotiate aspect ratio when the camera switches.
30219
30220 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30221
30222         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30223         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30224           Start at zero.
30225         * ext/theora/theoradec.c: (theora_dec_chain):
30226           Skip headers. Bad idea for chained ogg, but fixes seeking.
30227
30228 2004-10-18  Wim Taymans  <wim@fluendo.com>
30229
30230         * configure.ac:
30231         I swear, this is the last time I touch this.
30232
30233 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30234
30235         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30236         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30237         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30238           Faster seeking.
30239         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30240           Time-to-default conversion.
30241         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30242           Don't error on unknown packets, just skip. We should probably
30243           read them if we want to support chained ogg.
30244
30245 2004-10-18  Wim Taymans  <wim@fluendo.com>
30246
30247         * configure.ac:
30248         Added cdaudio to wrong list.
30249
30250 2004-10-18  Wim Taymans  <wim@fluendo.com>
30251
30252         * configure.ac:
30253         Revive cdaudio.
30254
30255 2004-10-18  Wim Taymans  <wim@fluendo.com>
30256
30257         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30258         (gst_dvdec_video_link), (gst_dvdec_push):
30259         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30260         (gst_smokeenc_resync), (gst_smokeenc_chain):
30261         Fix mimetype on smoke encoder.
30262         Add aspect ratio to dvdec. Not sure if these
30263         values are correct though....
30264
30265 2004-10-18  Wim Taymans  <wim@fluendo.com>
30266
30267         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30268         Fix vorbis property descriptions and ranges.
30269
30270 2004-10-18  Wim Taymans  <wim@fluendo.com>
30271
30272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30273         Really do nothing when no data is available.
30274         Go to the playing state when the stream is not seekable
30275         instead of failing.
30276
30277 2004-10-18  Wim Taymans  <wim@fluendo.com>
30278
30279         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30280         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30281         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30282         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30283         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30284         Added uri handler for cd://
30285         Port to new API.
30286
30287 2004-10-18  Wim Taymans  <wim@fluendo.com>
30288
30289         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30290         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30291         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30292         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30293         (remove_prerolls), (unknown_type), (add_element_stream),
30294         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30295         (gst_play_base_bin_remove_element),
30296         (gst_play_base_bin_link_stream):
30297         * gst/playback/gstplaybin.c: (gen_video_element),
30298         (gen_vis_element), (remove_sinks), (setup_sinks):
30299         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30300         (gst_stream_info_get_type), (gst_stream_info_class_init),
30301         (gst_stream_info_init), (gst_stream_info_new),
30302         (gst_stream_info_dispose), (stream_info_mute_pad),
30303         (gst_stream_info_set_property), (gst_stream_info_get_property):
30304         * gst/playback/gststreaminfo.h:
30305         Add sink padtemplate to decodebin.
30306         Added some more comments.
30307         Make queue size configurable in playbasebin.
30308         Added possibility to use elements as sinks (ex cdaudio).
30309
30310 2004-10-15  Wim Taymans  <wim@fluendo.com>
30311
30312         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30313         (gst_speexenc_chain):
30314         Fix speex timestamps so that it gets muxed properly.
30315
30316 2004-10-15  Wim Taymans  <wim@fluendo.com>
30317
30318         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30319         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30320         (gst_dv1394src_init), (gst_dv1394src_dispose),
30321         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30322         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30323         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30324         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30325         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30326         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30327         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30328         * ext/raw1394/gstdv1394src.h:
30329         Added conversion/query functions.
30330         Update buffer timestamps,
30331         Added signals.
30332         Added uri dv:// so it might play from the firewire in playbin.
30333         Fix a possible leak.
30334         Added debugging.
30335
30336 2004-10-15  Wim Taymans  <wim@fluendo.com>
30337
30338         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30339         (gst_dv1394src_init), (gst_dv1394src_set_property),
30340         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30341         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30342         * ext/raw1394/gstdv1394src.h:
30343         Added AV/C VTR control support needed for some cameras.
30344         Added automatic port detection.
30345         Added properties for selecting the channel.
30346         The configure.ac script is not yet updated to reflect the
30347         new libavc1394 and librom1394 dependencies.
30348
30349 2004-10-15  Wim Taymans  <wim@fluendo.com>
30350
30351         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30352         (qtdemux_parse), (gst_qtdemux_handle_esds):
30353         An esds box is not a container.
30354         Fix parsing of mp4v boxes.
30355         Do not try to renegotiate fps for each frame. Need to
30356         find a better method. This should fix mp4 playback.
30357
30358 2004-10-14  David Schleef  <ds@schleef.org>
30359
30360         * configure.ac: update for swfdec-0.3 and liboil-0.2
30361         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30362         * ext/swfdec/gstswfdec.h: same
30363         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30364         * gst/videotestsrc/videotestsrc.c: same
30365
30366 2004-10-14  Wim Taymans  <wim@fluendo.com>
30367
30368         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30369         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30370         (is_sync_frame), (gst_multifdsink_new_client),
30371         (gst_multifdsink_handle_client_write),
30372         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30373         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30374         Turn warnings into info.
30375         Don't allow a state change in the streaming thread.
30376
30377 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30378
30379         * ext/vorbis/oggvorbisenc.c:
30380         * ext/vorbis/vorbisdec.c:
30381           fix template sample rate
30382
30383 2004-10-13  Wim Taymans  <wim@fluendo.com>
30384
30385         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30386         Decoding the header first fixes some problems in resyncing
30387         in more mp3s.
30388
30389 2004-10-12  Wim Taymans  <wim@fluendo.com>
30390
30391         * gst/playback/gstplaybin.c: (gen_video_element),
30392         (gen_vis_element), (remove_sinks), (setup_sinks):
30393         Added vis plugin support, need to configure the vis
30394         element to activate it.
30395
30396 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30397
30398         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30399         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30400           Some debug.
30401         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30402         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30403         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30404         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30405         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30406         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30407         * gst/avi/gstavidemux.h:
30408           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30409           recovery (where, if part of the index is broken, we will still read
30410           the rest of the index and recover the broken part by stream
30411           scanning). More broken media support. EOS workarounds. General AVI
30412           braindamage headache recovery. Aspirin included.
30413
30414 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30415
30416         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30417         (cdparanoia_event), (cdparanoia_query):
30418           Get rid of hideous lead-in.
30419
30420 2004-10-11  Wim Taymans  <wim@fluendo.com>
30421
30422         * gst/playback/gstplaybasebin.c: (setup_source):
30423         Wrong var used to get g_list_next.
30424
30425 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30426
30427         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30428         (cdparanoia_get), (cdparanoia_open):
30429           Report discid as metadata, add duration.
30430
30431 2004-10-11  Wim Taymans  <wim@fluendo.com>
30432
30433         * gst/playback/gstplaybasebin.c: (setup_source):
30434         Cleanup the previous pipeline a little earlier for the
30435         case that a source element provides raw data.
30436
30437 2004-10-11  Benjamin Otte  <otte@gnome.org>
30438
30439         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30440           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30441           consuming the last 128 bytes, even though it was valid mp3 data.
30442
30443 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30444
30445         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30446         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30447         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30448         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30449
30450 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30451
30452         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30453         Fix for webcams that support only specific width or height
30454
30455 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30456
30457         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30458
30459         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30460           Fix wrong discont event setup (fixes #154967).
30461
30462 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30463
30464         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30465
30466         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30467           Error out on invalid data (fixes #154807).
30468
30469 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30470
30471         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30472
30473         * ext/dvdread/dvdreadsrc.c: (_read):
30474           Make titles > 0 work again (fixes #154834).
30475
30476 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30477
30478         * gst-libs/gst/riff/riff-media.c:
30479         (gst_riff_create_video_template_caps):
30480           WMV3 missing in template caps.
30481
30482 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30483
30484         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30485           OK, so the original code was too strict. It makes random AVI files
30486           hang for seconds upon opening, which is unacceptable and is far
30487           beyond the original goal of getting multiple chunks for one-chunk
30488           sounc stream files. So now do just that.
30489
30490 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30491
30492         * gst/playback/gstplaybasebin.c: (setup_source),
30493         (gst_play_base_bin_change_state):
30494           Actually clean up streaminfo if output fails. This would trigger
30495           if, for example, there was no CD in the drive. No preroll, so
30496           a streaminfo structure is created, but the subsequent state change
30497           of the thread fails.
30498         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30499           Don't change state if parent failed.
30500
30501 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30502
30503         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30504         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30505         (gen_video_element), (remove_sinks):
30506           Add small bits of code for screenshot handling.
30507
30508 2004-10-08  Wim Taymans  <wim@fluendo.com>
30509
30510         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30511         (gen_video_element), (gen_audio_element), (setup_sinks):
30512         Don't assume the user provided sinks are named "sink"...
30513
30514 2004-10-08  Wim Taymans  <wim@fluendo.com>
30515
30516         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30517         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30518         (gst_play_base_bin_link_stream):
30519         Do not try to autoplug sources that generate raw streams like
30520         cdparanoia.
30521         disconnect the preroll overrun signal when we don't need it anymore.
30522
30523 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30524
30525         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30526         Added reworked patch from #154903 from milosz derezynski (deadchip).
30527
30528 2004-10-08  Wim Taymans  <wim@fluendo.com>
30529
30530         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30531         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30532         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30533         (cdparanoia_convert), (cdparanoia_uri_get_type),
30534         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30535         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30536         * ext/cdparanoia/gstcdparanoia.h:
30537         This adds the cdda://<tracknum> uri.
30538
30539 2004-10-08  Wim Taymans  <wim@fluendo.com>
30540
30541         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30542         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30543         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30544         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30545         (unknown_type), (gst_play_base_bin_remove_element),
30546         (gst_play_base_bin_link_stream):
30547         * gst/playback/gstplaybasebin.h:
30548         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30549         (gst_play_bin_set_property), (gen_video_element),
30550         (gen_audio_element), (setup_sinks):
30551         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30552         (gst_stream_info_get_type), (gst_stream_info_class_init),
30553         (gst_stream_info_init), (gst_stream_info_new),
30554         (gst_stream_info_dispose), (stream_info_mute_pad),
30555         (gst_stream_info_set_property), (gst_stream_info_get_property):
30556         * gst/playback/gststreaminfo.h:
30557         Reuse the audio and video bins.
30558         Some internal cleanups in the stream selection code.
30559
30560 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30561
30562         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30563         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30564         * sys/ximage/ximagesink.h:
30565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30566         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30567         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30568         not coming from those elements. Moreover these elements should not keep
30569         the xid they have been given when in NULL state.
30570
30571 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30572
30573         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30574         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30575         * sys/ximage/ximagesink.h:
30576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30577         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30578         * sys/xvimage/xvimagesink.h:
30579           Actually only create a new toplevel window if we're not gonna
30580           embed it right after.
30581
30582 2004-10-07  Wim Taymans  <wim@fluendo.com>
30583
30584         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30585         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30586         * gst/playback/gstplaybin.c: (setup_sinks):
30587         Implement muting/unmuting of streams, mute streams that are not
30588         used.
30589
30590 2004-10-07  Wim Taymans  <wim@fluendo.com>
30591
30592         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30593         (plugin_init):
30594         Added lame audio/x-ac3 typefind function.
30595
30596 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30597
30598         * configure.ac:
30599           bump nano to cvs
30600
30601 === release 0.8.5 ===
30602
30603 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30604
30605         * NEWS:
30606         * RELEASE:
30607         * configure.ac:
30608           releasing 0.8.5, "Take You On"
30609
30610 2004-10-06  Wim Taymans  <wim@fluendo.com>
30611
30612         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30613         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30614         (no_more_pads), (close_link), (type_found):
30615         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30616         * gst/playback/gstplaybin.c: (gen_video_element):
30617         Do not signal the no_more_pads after the first pad when
30618         we are plugging a non dynamic element with multiple
30619         output pads (like swfdec, dvdec, ...).
30620
30621 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30622
30623         * configure.ac:
30624           bump for prerelease
30625
30626 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30627
30628         * gst/wavparse/gstwavparse.c:
30629           add ATRAC3 to STATIC CAPS to fix a warning
30630
30631         * gst/matroska/ebml-read.c:
30632         * gst-libs/gst/riff/riff-read.c:
30633           fix typos
30634
30635 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30636
30637         * gst-libs/gst/riff/riff-media.c:
30638           generate caps for ATRAC3 audio streams
30639
30640         * gst/realmedia/rmdemux.c:
30641           generate caps for ATRAC3 audio streams
30642
30643 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30644
30645         * gst/wavparse/Makefile.am
30646         * gst/wavparse/riff.h
30647         * gst/wavparse/wavparse.vcproj
30648           riff.h removal (unused and duplication with riff-ids.h)
30649
30650 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30651
30652         * gst/wavparse/gstwavparse.h
30653           remove duplicated defines for audio codec codes
30654
30655         * gst-libs/gst/riff/riff-ids.h
30656         * gst/wavenc/riff.h:
30657           add "4CC" code for ATRAC3 audio streams
30658           add "4CC" code for ITU_G721_ADPCM (unused for now)
30659
30660 2004-10-06  Wim Taymans  <wim@fluendo.com>
30661
30662         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30663         Actually _do_ negotiation. Pass gdouble as arg instead
30664         of guint64 for the framerate.
30665
30666 2004-10-06  Wim Taymans  <wim@fluendo.com>
30667
30668         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30669         (find_compatibles), (close_pad_link), (try_to_link_1),
30670         (no_more_pads), (close_link), (type_found):
30671         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30672         * gst/playback/gstplaybin.c: (gen_video_element),
30673         (gen_audio_element):
30674         Set state on newly added element to READY so that negotiation
30675         can happen ASAP.
30676         Addes some more debug info.
30677         Do not try to plug pads with multiple caps structures or ANY
30678         because it is too dangerous since we do not do dynamic
30679         replugging.
30680
30681 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30682
30683         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30684
30685         * po/LINGUAS:
30686         * po/or.po:
30687           add Oriya translation
30688
30689 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30690
30691         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30692           Prevent overwrite of size member. Makes audio sound crappy.
30693
30694 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30695
30696         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30697         Add rmvb to the list of known RealMedia extensions
30698
30699 2004-10-05  Wim Taymans  <wim@fluendo.com>
30700
30701         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30702         (mngdec_openstream), (mngdec_closestream),
30703         (mngdec_handle_sink_event), (mngdec_readdata),
30704         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30705         (mngdec_getcanvasline), (mngdec_refresh),
30706         (gst_mngdec_change_state):
30707         Set the framerate correctly.
30708
30709 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30710
30711         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30712           There was something wrong with the index massaging.
30713
30714 2004-10-04  Wim Taymans  <wim@fluendo.com>
30715
30716         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30717         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30718         (gst_smokedec_chain):
30719         * ext/jpeg/gstsmokedec.h:
30720         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30721         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30722         * ext/jpeg/gstsmokeenc.h:
30723         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30724         (smokecodec_decode_new), (smokecodec_info_free),
30725         (smokecodec_set_quality), (smokecodec_get_quality),
30726         (smokecodec_set_threshold), (smokecodec_get_threshold),
30727         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30728         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30729         (smokecodec_encode), (smokecodec_parse_id),
30730         (smokecodec_parse_header), (smokecodec_decode):
30731         * ext/jpeg/smokecodec.h:
30732         * ext/jpeg/smokeformat.h:
30733         Updated smoke, new bitstream, allows embedding in ogg.
30734
30735 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30736
30737         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30738           Fix seeking in some files. All this code is no longer needed (and
30739           actually breaks stuff) because we now synchronize the full index
30740           right when reading the header.
30741
30742 2004-10-04  Wim Taymans  <wim@fluendo.com>
30743
30744         * configure.ac:
30745         configure update for libmng.
30746
30747 2004-10-04  Wim Taymans  <wim@fluendo.com>
30748
30749         * ext/libmng/Makefile.am:
30750         * ext/libmng/gstmng.c: (plugin_init):
30751         * ext/libmng/gstmng.h:
30752         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30753         (gst_mngdec_base_init), (gst_mngdec_class_init),
30754         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30755         (gst_mngdec_loop), (gst_mngdec_get_property),
30756         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30757         (mngdec_closestream), (mngdec_handle_sink_event),
30758         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30759         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30760         (gst_mngdec_change_state):
30761         * ext/libmng/gstmngdec.h:
30762         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30763         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30764         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30765         (gst_mngenc_chain), (gst_mngenc_get_property),
30766         (gst_mngenc_set_property):
30767         * ext/libmng/gstmngenc.h:
30768         Added basic MNG decoder. Needs more work. The encoder does
30769         not work yet.
30770
30771 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30772
30773         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30774         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30775         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30776           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30777           no-more-pads.
30778
30779 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30780
30781         * configure.ac:
30782           you need at least 1.0.4 of speex
30783
30784 2004-10-04 Iain <iaingnome@gmail.com>
30785
30786         * ext/speex/gstspeexdec.h: Revert the includes changes.
30787
30788         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30789
30790 2004-09-30 Iain <iaingnome@gmail.com>
30791
30792         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30793         found during init or set as a property instead of hardcoding /dev/audio
30794
30795 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30796
30797         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30798         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30799         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30800         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30801         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30802         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30803         (gst_rmdemux_dump_data):
30804           Use debug category, fix EOS handling. filesrc ! rmdemux now
30805           works.
30806
30807 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30808
30809         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30810         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30811         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30812           Improve allocation, cutting and sorting of the index. How takes a
30813           few seconds instead of minutes.
30814
30815 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30816
30817         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30818           fixed compilation
30819
30820 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30821
30822         * gst-libs/gst/riff/riff-media.c:
30823         (gst_riff_create_video_caps_with_data),
30824         (gst_riff_create_video_template_caps):
30825           Add wing commander format mimetype/fourccs.
30826         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30827           Don't crash if some value is 0.
30828
30829 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30830
30831         * gst-libs/gst/riff/riff-media.c:
30832         (gst_riff_create_video_caps_with_data),
30833         (gst_riff_create_video_template_caps):
30834           Add DIB fourcc (raw, palettized 8-bit RGB).
30835         * gst-libs/gst/riff/riff-read.c:
30836         (gst_riff_read_strf_vids_with_data):
30837           Oops, fix strf_data reading bug.
30838         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30839           Use a non-NULL tag.
30840         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30841           Time for hacks. Sorry Dave. At least one quicktime movie (a
30842           trailer) that I've encountered contains multiple video tracks.
30843           One of those is the actual video track, the other are one-frame
30844           tracks (images). Unfortunately, the number of frames according
30845           to the trak header is 1 for each, so that doesn't help. So
30846           instead, I look at the duration and discard tracks with a
30847           duration shorter than 20% of the length of the stream. Better
30848           than nothing.
30849
30850 2004-10-01  Christian Schaller <christian@fluendo.com>
30851
30852         * ext/ivorbis/vorbis.c:
30853           Patch from Phil Blundell (Bug 152341)
30854
30855 2004-10-01  Wim Taymans  <wim@fluendo.com>
30856
30857         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30858         (speex_dec_get_formats), (speex_dec_convert),
30859         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30860         (speex_dec_chain), (gst_speexdec_get_property),
30861         (gst_speexdec_set_property):
30862         Small cleanups.
30863
30864 2004-10-01  Wim Taymans  <wim@fluendo.com>
30865
30866         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30867         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30868         (gst_wavparse_other), (gst_wavparse_loop),
30869         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30870         (gst_wavparse_srcpad_event):
30871         * gst/wavparse/gstwavparse.h:
30872         Added some more debugging info.
30873         Fix the case where the length of the file is 0.
30874         Make sure we seek to sample borders.
30875
30876 2004-10-01  Wim Taymans  <wim@fluendo.com>
30877
30878         * gst/playback/README:
30879         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30880         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30881         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30882         Add some debug info to decodebin, update README
30883
30884 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30885
30886         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30887           Don't use g_print(); use GST_DEBUG().
30888
30889 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30890
30891         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30892         (gst_ogg_mux_queue_pads):
30893           Handle EOS properly.
30894
30895 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30896
30897         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30898
30899         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30900         (gst_faad_chain), (gst_faad_change_state):
30901         * ext/faad/gstfaad.h:
30902           Allow playback of raw (unframed) MPEG AAC files (#148993).
30903
30904 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30905
30906         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30907
30908         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30909           Throw error if we didn't recognize the stream. Fixes #152289.
30910
30911 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30912
30913         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30914           Fix negotiation.
30915
30916 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30917
30918         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30919
30920         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30921           Fix memleak.
30922
30923 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30924
30925         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30926
30927         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30928           Solve #152805.
30929         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30930           Solve 152806.
30931
30932 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30933
30934         * gst-libs/gst/riff/riff-media.c:
30935         (gst_riff_create_video_caps_with_data),
30936         (gst_riff_create_audio_caps_with_data):
30937           Add codec_data handling (like asfdemux used to do).
30938         * gst/asfdemux/gstasf.c: (plugin_init):
30939         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30940         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30941           Use riff-media for caps creation instead of our own (mostly
30942           broken) copy of its functions.
30943
30944 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30945
30946         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30947           Don't actually error out if we get another return value than
30948           -EINVAL. Opposite to what I first thought, drivers have random
30949           return values for this, although -EINVAL is the expected return
30950           value. Since this is not fatal, we shouldn't use
30951           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30952
30953 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30954
30955         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30956         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30957         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30958         (dvdreadsrc_get), (dvdreadsrc_open_file),
30959         (dvdreadsrc_change_state):
30960           Fix. Don't do one big huge loop around the whole DVD, that will
30961           cache all data and thus eat sizeof(dvd) (several GB) before we
30962           see something.
30963         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30964           Actually NULL'ify event after using it.
30965         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30966         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30967         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30968         (gst_ebml_read_seek), (gst_ebml_read_skip):
30969           Handle events.
30970         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30971         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30972         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30973           Fix timing (this will probably break if I seek using menus, but
30974           I didn't get there yet). VOBs and normal DVDs should now work.
30975           Add a mpeg2-only pad with high rank so this get autoplugged for
30976           MPEG-2 movies.
30977         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30978         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30979         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30980         (gst_mpeg_demux_get_audio_stream),
30981         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30982         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30983           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30984           MPEG-1 but use dvddemux for MPEG-2.
30985         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30986         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30987         (gst_mpeg_parse_parse_packhead):
30988           Timing. Only add pad template if it exists. Add sink template from
30989           class and not from ourselves. This means we will always use the
30990           correct sink template even if it is not the one defined in this
30991           file.
30992
30993 2004-09-29  Wim Taymans  <wim@fluendo.com>
30994
30995         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30996         (gst_mpeg_demux_parse_pes):
30997         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30998         Fix playback of mpeg again, timestamps where screwed up by
30999         patch 1.61.
31000
31001 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31002
31003         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
31004           Only return true if we actually filled something in. Prevents
31005           player applications from showing a random length for flac files.
31006         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31007         (gst_riff_read_use_event), (gst_riff_read_handle_event),
31008         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
31009         (gst_riff_read_strf_vids_with_data),
31010         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
31011           OK, ok, so I implemented event handling. Apparently it's normal
31012           that we receive random events at random points without asking
31013           for it.
31014         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
31015         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31016         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
31017         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
31018         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
31019         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
31020         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
31021         * gst/avi/gstavidemux.h:
31022           Implement non-lineair chunk handling and subchunk processing.
31023           The first solves playback of AVI files where the audio and video
31024           data of individual buffers that we read are not synchronized.
31025           This should not happen according to the wonderful AVI specs, but
31026           of course it does happen in reality. It is also a prerequisite for
31027           the second. Subchunk processing allows us to cut chunks in small
31028           pieces and process each of these pieces separately. This is
31029           required because I've seen several AVI files with incredibly large
31030           audio chunks, even some files with only one audio chunk for the
31031           whole file. This allows for proper playback including seeking.
31032           This patch is supposed to fix all AVI A/V sync issues.
31033         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
31034         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
31035           Work.
31036         * gst/modplug/gstmodplug.cc:
31037           Proper return value setting for the query() function.
31038         * gst/playback/gstplaybasebin.c: (setup_source):
31039           Being in non-playing state (after, e.g., EOS) is not necessarily
31040           a bad thing. Allow for that. This fixes playback of short files.
31041           They don't actually playback fully now, because the clock already
31042           runs. This means that small files (<500kB) with a small length
31043           (<2sec) will still not or barely play. Other files, such as mod
31044           or flx, will work correctly, however.
31045
31046 2004-09-28  Wim Taymans  <wim@fluendo.com>
31047
31048         * ext/speex/gstspeex.c: (plugin_init):
31049         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
31050         (gst_speex_dec_class_init), (speex_dec_get_formats),
31051         (speex_get_event_masks), (speex_get_query_types),
31052         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
31053         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
31054         (gst_speexdec_get_property), (gst_speexdec_set_property),
31055         (speex_dec_change_state):
31056         * ext/speex/gstspeexdec.h:
31057         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
31058         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
31059         (gst_speexenc_base_init), (gst_speexenc_class_init),
31060         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
31061         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
31062         (gst_speexenc_src_query), (gst_speexenc_init),
31063         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
31064         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
31065         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
31066         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
31067         (gst_speexenc_chain), (gst_speexenc_get_property),
31068         (gst_speexenc_set_property), (gst_speexenc_change_state):
31069         * ext/speex/gstspeexenc.h:
31070         Rewrote speex encoder, make sure it can be embedded in ogg.
31071         Implemented speex decoder.
31072
31073 2004-09-28  Christian Schaller <christian@fluendo.com>
31074
31075         * configure.ac:
31076         Remove kioslave plugin. Markey is brewing a new working one
31077         * ext/Makefile.am: Remove kioslave plugin
31078         * ext/kio: remove
31079         * gst-plugins.spec.in: remove kio plugin from spec
31080
31081 2004-09-27  Wim Taymans  <wim@fluendo.com>
31082
31083         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31084         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
31085         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
31086         (gst_multifdsink_new_client),
31087         (gst_multifdsink_handle_client_write),
31088         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31089         (gst_multifdsink_handle_clients):
31090         * gst/tcp/gstmultifdsink.h:
31091         Make syncing to keyframes actually work for new clients and lagging
31092         clients.
31093
31094 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31095
31096         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
31097         (gst_navigationtest_handle_src_event), (draw_box_planar411),
31098         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
31099         * gst/debug/gstnavigationtest.h:
31100           make navigationtest display button-press and button-release events
31101
31102 2004-09-26 Iain <iaingnome@gmail.com>
31103
31104         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
31105         the channels have received a new media event.
31106         (interleave_buffered_loop): Compresses a new media event on all
31107         channels into one.
31108
31109 2004-09-26 Iain <iaingnome@gmail.com>
31110
31111         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
31112         call the sinkpad's default event handler and not the srcpads. He also
31113         says this is confusing :)
31114         (gst_wavenc_stop_file): Company says that seek events only go upstream
31115         we should send a discontinuous downstream instead.
31116
31117 2004-09-25  Christian Schaller <christian@fluendo.com>
31118
31119         * Update SPEC file to be usable in conjunction with Fedora Core,
31120           Fedora.us and freshrpms packages
31121         * Fix typo in multifilesrc test Makefile
31122
31123 2004-09-24  Wim Taymans  <wim@fluendo.com>
31124
31125         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31126         Only signal the no_more_pads signal when we have
31127         added the stream to our list.
31128
31129 2004-09-24  Wim Taymans  <wim@fluendo.com>
31130
31131         * gst/playback/gstplaybasebin.c: (remove_prerolls),
31132         (new_decoded_pad):
31133         * gst/playback/gstplaybasebin.h:
31134         * gst/playback/gstplaybin.c: (setup_sinks):
31135         Don't try to preroll or decode more than one audio/video
31136         track.
31137
31138 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31139
31140         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31141           Throw error if we failed to find a suitable output. This should
31142           throw an error if we successfully set up a pipeline (e.g. because
31143           we recognized a media file) but found no decodable streams in it
31144           (e.g. because it contains only media stream types for which we
31145           have no decoders, or because it's not a media type).
31146
31147 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31148
31149         * ext/dirac/Makefile.am:
31150         * ext/dirac/gstdirac.cc:
31151         * ext/dirac/gstdiracdec.cc:
31152         * ext/dirac/gstdiracdec.h:
31153           Do something. Don't actually know if this works because I don't
31154           have a demuxer yet.
31155         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31156           Add channels=1 to caps returned from _getcaps().
31157         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31158         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31159         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31160         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31161         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31162         (gst_ogm_parse_change_state):
31163           Separate between audio/video so ogmaudioparse actually uses the
31164           audio pad templates. Both audio and video work now, including
31165           autoplugging. Also use sometimes-srcpad hack.
31166         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31167           Handle events better. Don't hang on infinite loops.
31168         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31169         (gst_avi_demux_init), (gst_avi_demux_reset),
31170         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31171         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31172         (gst_avi_demux_change_state):
31173         * gst/avi/gstavidemux.h:
31174           Improve A/V sync. Still not perfect.
31175         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31176         (gst_ebml_read_skip):
31177           Handle events better.
31178         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31179         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31180         (qtdemux_audio_caps):
31181           Add IMA4. Improve event handling. Save offset after a seek when
31182           the headers are at the end of the file so that we don't end up in
31183           an infinite loop.
31184         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31185           Add low-priority typefind support for files with no length.
31186
31187 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31188
31189         * testsuite/multifilesink/Makefile.am:
31190         fix typo
31191
31192 2004-09-22  Julien MOUTTE  <julien@moutte.net>
31193
31194         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31196         mistakes from thaytan's patches.
31197
31198 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31199
31200         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31201           For completeness, XSync in the destroy function as xvimage does.
31202
31203 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31204
31205         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31206            Correct caps negotiation
31207         * gst/volume/gstvolume.c: (volume_chain_float),
31208         (volume_chain_int16):
31209            Modify debug output to be little more informative
31210         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31212         (gst_xvimagesink_xvimage_destroy):
31213           Add XSync calls after detaching from the shared memory segment to
31214           avoid a crash.
31215
31216 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31217
31218         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31219         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31220         * ext/vorbis/vorbis.c: (plugin_init):
31221         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31222         (gst_vorbisenc_chain):
31223         * ext/vorbis/vorbisenc.h:
31224         remove explicit newmedia support from oggmux and vorbisenc
31225         add debug category to vorbisenc
31226         * gst/multifilesink/gstmultifilesink.c:
31227         (gst_multifilesink_class_init), (gst_multifilesink_init),
31228         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31229         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31230         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31231         (plugin_init):
31232         * gst/multifilesink/gstmultifilesink.h:
31233         add support for streamheader in multifilesink
31234
31235 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31236
31237         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31238         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31239         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31240           Prevent infinite loops. More correct error reporting.
31241         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31242           Error out if negotiation fails.
31243         * gst/playback/gstplaybasebin.c: (setup_source),
31244         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31245         (gst_play_base_bin_found_tag):
31246           Error/tag forwarding. Pre-roll fixes for source errors on state
31247           changes (e.g. "file does not exist") to prevent hangs.
31248
31249 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31250
31251         * testsuite/multifilesink/Makefile.am:
31252         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31253         (gst_newmedia_class_init), (gst_newmedia_init),
31254         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31255         (newfile_signal), (test_signal), (main):
31256         * testsuite/multifilesink/multifilesrc_test.c: (main):
31257         * testsuite/multifilesink/oggtheora_test.c:
31258         (gst_newmedia_base_init), (gst_newmedia_class_init),
31259         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31260         (test_format), (newfile_signal), (test_signal), (main):
31261         * testsuite/multifilesink/oggvorbis_test.c:
31262         (gst_newmedia_base_init), (gst_newmedia_class_init),
31263         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31264         (test_format), (newfile_signal), (test_signal), (main):
31265         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31266         (gst_newmedia_class_init), (gst_newmedia_init),
31267         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31268         (newfile_signal), (test_signal), (main):
31269         New media tests
31270
31271 2004-09-20  Christian Schaller <christian@fluendo.com>
31272
31273         * Fix mikmod license to LGPL as they have relicensed
31274         * Move Dirac and Effectv into LGPL section of README_license
31275
31276 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31277
31278         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31279         (gst_mad_change_state):
31280           Allow for mp3 rate/channels changes. However, only very
31281           conservatively. Reason that we *have* to enable this is smiply
31282           because the mad find_sync() function is not good enough, it will
31283           regularly sync on random data as valid frames and therefore make
31284           us provide random caps as *final* caps of the stream. The best fix
31285           I could think of is to simply require several of the same stream
31286           changes in a row before we change caps.
31287           The actual testcase that works now is #
31288         * ext/ogg/Makefile.am:
31289         * ext/ogg/gstogg.c: (plugin_init):
31290         * ext/ogg/gstogmparse.c:
31291           OGM support (video only for now; I need an audio sample file).
31292         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31293         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31294         (gst_asf_demux_add_video_stream):
31295           WMV extradata.
31296         * gst/playback/gstplaybasebin.c: (unknown_type):
31297           Don't error out on single unknown-types after all. It's wrong.
31298           If we found type of video and audio but not of a subtitle stream,
31299           it will still error out (which is unwanted). Will find a better fix
31300           later on.
31301         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31302         (ogmaudio_type_find), (plugin_init):
31303           OGM support.
31304
31305 2004-09-20  Johan Dahlin  <johan@gnome.org>
31306
31307         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31308         after setting caps.
31309
31310 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31311
31312         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31313         * gst/wavenc/gstwavenc.h:
31314         Added newmedia support to wavenc
31315
31316 2004-09-17  Wim Taymans  <wim@fluendo.com>
31317
31318         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31319         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31320         (gst_fdset_fd_can_write), (gst_fdset_wait):
31321         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31322         (gst_multifdsink_init), (gst_multifdsink_add),
31323         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31324         (gst_multifdsink_remove_client_link),
31325         (gst_multifdsink_client_queue_buffer),
31326         (gst_multifdsink_handle_client_write),
31327         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31328         (gst_multifdsink_close), (gst_multifdsink_change_state):
31329         * gst/tcp/gstmultifdsink.h:
31330         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31331         (gst_tcpserversink_removed):
31332         Small cleanups in fdset.c
31333         Use a hastable to map fd to the client structure for faster
31334         lookup in _remove and get_stats.
31335         Added virtual function to close the fds.
31336         Handle clients even when the select/poll call was unblocked because
31337         of a command.
31338         Implement syncing to keyframe in the recovery procedure.
31339
31340 2004-09-16 Iain <iaingnome@gmail.com>
31341
31342         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31343         try caps.
31344
31345 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31346
31347         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31348           Caps are only set if the type of the stream is unknown, but this
31349           is initialized in ->init_stream(), so set to UNKNOWN after calling
31350           ->init_stream() so that capsnego starts.
31351
31352 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31353
31354         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31355         (gst_avi_demux_stream_data):
31356           Just hardcode for raw audio then. AVI audio sucks.
31357
31358 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31359
31360         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31361         * gst/matroska/matroska-mux.c: (audiosink_templ),
31362         (gst_matroska_mux_audio_pad_link):
31363         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31364         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31365
31366 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31367
31368         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31369         (gst_avi_demux_stream_data):
31370           Try to fix a/v sync issues.
31371
31372 2004-09-15  David Schleef  <ds@schleef.org>
31373
31374         * configure.ac: remove NASM check, since we don't use it.  Update
31375         dirac check to 0.4
31376         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31377         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31378         Initialized variables.
31379         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31380         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31381         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31382         SVQ3 format
31383
31384 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31385
31386         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31387         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31388         * gst/avi/gstavidemux.h:
31389           Fix for compressed audio (mp3) timestamp generation. How did this
31390           ever work?
31391
31392 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31393
31394         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31395           Volume is a double not a float.
31396
31397 2004-09-15  Wim Taymans  <wim@fluendo.com>
31398
31399         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31400         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31401         Don't close the fd in multifdsink as we didn't open it in the
31402         first place. Some cleanups.
31403
31404 2004-09-15  Wim Taymans  <wim@fluendo.com>
31405
31406         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31408         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31409         Fix the case where the muxer would mark pages as delta
31410         frames when they are not (vorbis only ogg).
31411
31412 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31413
31414         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31415         (gst_play_base_bin_change_state):
31416           Handle the case where we failed to setup a clear pipeline. This
31417           will throw an error (or EOS, another nice case) and if you don't
31418           catch that, the app will wait for the signal forever (and thus
31419           hang).
31420
31421 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31422
31423         * ext/gnomevfs/gstgnomevfssink.c:
31424         (gst_gnomevfssink_uri_get_protocols):
31425         * ext/gnomevfs/gstgnomevfssrc.c:
31426         (gst_gnomevfssrc_uri_get_protocols):
31427         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31428         * ext/gnomevfs/gstgnomevfsuri.h:
31429           Use _uri_new() instead of _open(), so it doesn't take as long and
31430           Christophe's computer won't hang.
31431         * gst/playback/gstplaybasebin.c: (unknown_type):
31432           Throw error on unknown media type, so apps actually display it.
31433
31434 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31435
31436         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31437           this script to work on Solaris since bash shell handles echo
31438           differenly than bash.
31439
31440 2004-09-17  Wim Taymans  <wim@fluendo.com>
31441
31442         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31443         (setup_source), (gst_play_base_bin_set_property),
31444         (gst_play_base_bin_add_element):
31445         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31446         Some more work on making sure seeking pauses the pipeline and
31447         that changing the uri actually does something.
31448
31449 2004-09-17  Wim Taymans  <wim@fluendo.com>
31450
31451         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31452         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31453         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31454         (gst_tcpserversink_close):
31455         Be a bit more paranoid when freeing memory.
31456
31457 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31458
31459         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31460         (qtdemux_parse_trak):
31461           Don't crash by dividing by zero (see sample movie in #126922).
31462
31463 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31464
31465         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31466           Don't touch non-existing data (fixes crash on file in #140147).
31467
31468 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31469
31470         * gst/playback/gstplaybasebin.c:
31471         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31472           Handle double disposals, and proper change of URIs.
31473
31474 2004-09-13  Martin Eikermann <meiker@upb.de>
31475
31476         * gst/mpegstream/gstmpegparse.c:
31477           fix synchronistation for streams recorded from digital PCR
31478           fixes bug #119376
31479
31480 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31481
31482         * ext/gnomevfs/Makefile.am:
31483         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31484         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31485         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31486         (gst_gnomevfssink_uri_get_type),
31487         (gst_gnomevfssink_uri_get_protocols),
31488         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31489         (gst_gnomevfssink_uri_handler_init),
31490         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31491         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31492         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31493         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31494         (gst_gnomevfssrc_uri_get_type),
31495         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31496         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31497         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31498         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31499         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31500         * ext/gnomevfs/gstgnomevfsuri.h:
31501           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31502           of fake URIs to see which this version of Gnome-VFS likes, and
31503           uses that for the Gst-URI interface. Makes playbin support http://
31504           streams. Also fix up some stupid behaviour in gnomevfssrc.
31505
31506 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31507
31508         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31509         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31510         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31511         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31512           Update mixer (to sync with other sessions) if we try to obtain
31513           a new value. This makes alsamixer work accross applications.
31514         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31515           Only call sync functions if we're running, else alsalib asserts.
31516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31517           Sometimes fails to compile. Possibly a gcc bug.
31518         * gst/playback/gstplaybin.c: (gen_video_element),
31519         (gen_audio_element):
31520           Add a reference to an application-provided object, because we lose
31521           this same reference if we add it to the bin. If we don't do this,
31522           we can only use this object once and thus crash if we go from
31523           ready to playing, back to ready and back to playing again.
31524           Also add an audioscale element because several cheap soundcards -
31525           like mine - don't support all samplerates.
31526         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31527         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31528           Fix wrong order or PAR calls. Makes automatically obtained PAR
31529           from the X server atually being used.
31530
31531 2004-09-12  David Schleef  <ds@schleef.org>
31532
31533         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31534         #151887, #152102, #152247.
31535         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31536         * examples/seeking/cdparanoia.c: same
31537         * examples/seeking/cdplayer.c: same
31538         * examples/seeking/seek.c: same
31539         * examples/seeking/spider_seek.c: same
31540         * examples/seeking/vorbisfile.c: same
31541         * examples/stats/mp2ogg.c: same
31542         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31543         (gst_esdsink_dispose): Dispose of element properly.
31544         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31545         fixes.
31546         * ext/nas/nassink.c: (gst_nassink_class_init),
31547         (gst_nassink_dispose): Dispose of element correctly.
31548         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31549         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31550         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31551         Fix 64-bit warning.
31552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31553         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31554         Fix 64-bit warning.
31555
31556 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31557
31558         * configure.ac : change speex detection as 1.1.6 now uses
31559           .pc/pkg-config and they changed their headers location.
31560
31561 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31562
31563         * gst/matroska/matroska-mux.h:
31564         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31565         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31566         (gst_matroska_mux_write_data):
31567           Write multiple blocks/frames per cluster.
31568                 Write meta-seek information (seek heads).
31569
31570 2004-09-09  Scott Wheeler <wheeler@kde.org>
31571
31572         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31573         (gst_play_bin_set_property), (gst_play_bin_get_property),
31574         (gen_audio_element), (gen_audio_element):
31575           Add a volume element / property to the pipeline.
31576
31577 2004-09-07  Wim Taymans  <wim@fluendo.com>
31578
31579         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31580         Copy timestamps from the master pad to the output buffers.
31581
31582 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31583
31584         * ext/raw1394/gstdv1394src.c:
31585           throw errors when applicable
31586
31587 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31588
31589         * gst/matroska/ebml-ids.h:
31590         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31591         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31592         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31593           automatically convert unix time <-> ebml time when reading/writing
31594           a date, use gst_ebml_write_uint to write CUETIME,
31595           not gst_ebml_write_date.
31596         * gst/matroska/matroska-ids.h:
31597         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31598         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31599         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31600         (gst_matroska_mux_write_data):
31601           Write track and segment UIDs, write muxing date, write
31602           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31603           Create cues for audio only files.
31604
31605 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31606
31607         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31608         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31609           Re-commit ALSA switches.
31610         * gst/adder/gstadder.c: (gst_adder_loop):
31611           64-bit fix (#151416).
31612         * gst/debug/progressreport.c: (gst_progressreport_report):
31613           64-bit fix (#151419).
31614         * gst/matroska/matroska-demux.c:
31615         (gst_matroska_demux_parse_contents):
31616           64-bit fix (#151420).
31617         * gst/playback/test3.c: (update_scale):
31618           64-bit fix (#151421).
31619
31620 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31621
31622         * configure.ac:
31623           bump nano to cvs
31624
31625 === release 0.8.4 ===
31626
31627 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31628
31629         * configure.ac: releasing 0.8.4, "Alias"
31630
31631 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31632
31633         * ext/theora/Makefile.am:
31634           fix makefile.  Fixes #151462.
31635
31636 2004-08-30  Wim Taymans  <wim@fluendo.com>
31637
31638         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31639         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31640         (gst_multifdsink_remove_client_link),
31641         (gst_multifdsink_client_queue_buffer),
31642         (gst_multifdsink_handle_client_write):
31643         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31644         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31645         Fix some memory leaks.
31646
31647 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31648
31649         Patch by: David Schleef
31650
31651         * configure.ac:
31652         * sys/Makefile.am:
31653           rename our detection macro for V4L2.  Fixes #151236.
31654
31655 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31656
31657         Patch by: David Schleef
31658
31659         * configure.ac:
31660           check to define LAMEPRESET.  Fixes #151232.
31661
31662 2004-08-27  David Schleef  <ds@schleef.org>
31663
31664         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31665         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31666         (gst_glimagesink_fixate):  Move local variable declarations to
31667         make gcc-2.95 happy.
31668
31669 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31670
31671         * configure.ac:
31672           bump nano for prerelease
31673
31674 2004-08-27  David Schleef  <ds@schleef.org>
31675
31676         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31677         * sys/sunaudio/gstsunaudiosrc.c:
31678         * sys/sunaudio/gstsunaudiosrc.h:
31679
31680 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31681
31682         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31683         handle EOS correctly
31684         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31685         * gst/matroska/matroska-mux.h:
31686         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31687         VFW compatibility mode
31688
31689 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31690
31691         patch by: Zaheer Abbas Merali
31692
31693         * ext/ogg/gstoggmux.c:
31694         * ext/vorbis/vorbisenc.c:
31695         * ext/vorbis/vorbisenc.h:
31696           handle NEWMEDIA
31697
31698 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31699
31700         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31701         fix byte order reversion on little endian machines.
31702         * gst/matroska/matroska-mux.c: (audiosink_templ),
31703         (gst_matroska_mux_audio_pad_link):
31704         add TTA codec to the list of supported codecs.
31705         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31706         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31707         (gst_matroska_mux_write_data):
31708         * gst/matroska/matroska-mux.h:
31709         write segment duration correctly, write muxing app string, fixes bugs
31710         #140897 and #140898.
31711         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31712         wait for all pads to be negotiated before starting to mux.
31713
31714 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31715
31716         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31717         * ext/lame/gstlame.h:
31718         Added new media support to lame
31719
31720 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31721
31722         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31723         send vorbis headers at the beginning of a stream, fixes bug #141554.
31724         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31725         bug #148950.
31726         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31727         (gst_matroska_demux_plugin_init):
31728         * gst/matroska/matroska-ids.h:
31729         enable demuxing of TTA audio streams, fixes bug #148951.
31730         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31731         enable typefinding for TTA audio files, fixes bug #148711.
31732         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31733         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31734         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31735
31736 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31737
31738         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31739         (gst_riff_read_element_data), (gst_riff_read_seek),
31740         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31741         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31742         <teuf@gnome.org>
31743
31744 2004-08-23 Iain <iaingnome@gmail.com>
31745
31746         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31747         tags. They appear to be handled differently to normal.
31748         (tag_list_to_id3_tag_foreach): Ditto.
31749
31750 2004-08-22  Wim Taymans  <wim@fluendo.com>
31751
31752         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31753         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31754         Make sure we never send -1 granulepos.
31755
31756 2004-08-20  Wim Taymans  <wim@fluendo.com>
31757
31758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31759         (gst_ogg_mux_loop):
31760         I will accept bitchslappings with non sharp objects.
31761
31762 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31763
31764         * configure.ac:
31765         Clean up the test for lame presets
31766
31767 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31768
31769         * configure.ac:
31770         * ext/lame/Makefile.am:
31771         * ext/lame/gstlame.c: (gst_lame_class_init),
31772         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31773         Only enable lame presets if version of lame has presets in API
31774
31775 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31776         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31777         * gst/udp/gstudpsrc.h:
31778           Don't call gst_pad_push in a get function. Fixes #150449
31779
31780 2004-08-18  Wim Taymans  <wim@fluendo.com>
31781
31782         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31783         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31784         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31785         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31786         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31787         (gst_fdset_wait):
31788         * gst/tcp/gstfdset.h:
31789         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31790         (gst_multifdsink_client_queue_buffer),
31791         (gst_multifdsink_handle_client_write):
31792         * gst/tcp/gstmultifdsink.h:
31793         Some extra checks in gstfdset.
31794         Only use send() when the fd is a socket. Don't try to
31795         read from write only fds.
31796
31797 2004-08-18  Wim Taymans  <wim@fluendo.com>
31798
31799         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31800         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31801         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31802         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31803         (gst_fdset_wait):
31804         Add more locking and bounds checking.
31805
31806 2004-08-18  Wim Taymans  <wim@fluendo.com>
31807
31808         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31809         Realloc test fdset in the lock and right before starting
31810         the poll call. Bump the limit to 4096.
31811
31812 2004-08-17  David Schleef  <ds@schleef.org>
31813
31814         * sys/sunaudio/Makefile.am:
31815         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31816         of rates and channels.  Make debugging less obnoxious.
31817
31818         Patch from Balamurali Viswanathan implementing a mixer for
31819         Sun audio.  (bug #144091):
31820         * sys/sunaudio/gstsunelement.c:
31821         * sys/sunaudio/gstsunelement.h:
31822         * sys/sunaudio/gstsunmixer.c:
31823         * sys/sunaudio/gstsunmixer.h:
31824
31825 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31826
31827         * gst/audioscale/gstaudioscale.c:
31828         * gst/audioscale/gstaudioscale.h:
31829         made audioscale resample from any sample rate to any sample rate
31830
31831 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31832
31833         * ext/libpng/gstpngdec.c:
31834           error out on unsupported types
31835
31836 2004-08-17  Iain <iaingnome@gmail.com>
31837
31838         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31839         mid_side and loose_mid_side properties if its a stereo stream.
31840
31841 2004-08-17  Wim Taymans  <wim@fluendo.com>
31842
31843         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31844         (theora_get_formats), (theora_dec_src_convert),
31845         (theora_dec_sink_convert), (theora_dec_src_query),
31846         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31847         Add a debug line.
31848
31849 2004-08-17  Wim Taymans  <wim@fluendo.com>
31850
31851         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31852         (gst_ogg_pad_push):
31853         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31854         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31855         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31856         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31857         Mark delta units in the muxer.
31858         Try to decode the packet after an out-of-sync error from
31859         libogg.
31860
31861 2004-08-17  Wim Taymans  <wim@fluendo.com>
31862
31863         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31864         (gst_multifdsink_init), (gst_multifdsink_add),
31865         (gst_multifdsink_client_queue_buffer),
31866         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31867         * gst/tcp/gstmultifdsink.h:
31868         Added option to send a keyframe to clients as the first buffer.
31869         Make timeout property writable.
31870
31871 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31872
31873         patch by: Wim Taymans
31874
31875         * gst/tcp/gstfdset.c:
31876         * gst/tcp/gstmultifdsink.c:
31877           fix index comparison, should include 0
31878
31879 2004-08-16  Wim Taymans  <wim@fluendo.com>
31880
31881         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31882         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31883         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31884         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31885         (gst_fdset_wait):
31886           copy when reallocing for poll so the select arguments don't get
31887           changed during the call
31888
31889 2004-08-16  Wim Taymans  <wim@fluendo.com>
31890
31891         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31892         (gst_theora_enc_class_init), (theora_enc_sink_link),
31893         (theora_buffer_from_packet), (theora_enc_chain):
31894         Fix bug where buffers were not marked as keyframes
31895         correctly.
31896
31897 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31898
31899         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31900         (gst_lame_preset_get_type), (gst_lame_class_init):
31901         describe the enum values for vbr mode and presets more verbosely
31902
31903 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31904
31905         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31906         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31907         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31908         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31909         * ext/lame/gstlame.h:
31910         add preset property to lame so it can use lame presets
31911
31912 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31913
31914         * ext/lame/gstlame.c: (gst_lame_get_property):
31915         whoops forgot break, thanks teuf
31916
31917 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31918
31919         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31920         (gst_lame_class_init), (gst_lame_src_getcaps),
31921         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31922         (gst_lame_get_property), (gst_lame_setup):
31923         * ext/lame/gstlame.h:
31924         fix lame's broken vbr stuff, allow it to resample if need be, and also
31925         make xing header optional
31926
31927 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31928
31929         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31930         added getcaps function so samplerate doesnt get fixated to silly values
31931
31932 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31933
31934         * ext/lame/gstlame.c: (gst_lame_src_link):
31935         revert previous fix
31936
31937 2004-08-12  Johan Dahlin  <johan@gnome.org>
31938
31939         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31940         checks. Doesn't matter what state we are in. Interfaces are a
31941         compile time thing, not runtime. It also broke the python bindings.
31942
31943 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31944
31945         * ext/lame/gstlame.c: (gst_lame_src_link):
31946         made source pad link function check if sinkpad is ok..fixes the problem
31947         where core fixates the output rate of lame stupidly
31948
31949 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31950
31951         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31952         * sys/v4l/v4l_calls.c:
31953         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31954           fix fixate function to handle nonsimple caps.
31955           remove bogus check in _link
31956           cleanups
31957
31958 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31959
31960         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31961         set default compression ratio parameter to 0.0 so bitrate parameter
31962         works :)
31963
31964 2004-08-11  David Schleef  <ds@schleef.org>
31965
31966         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31967
31968 2004-08-11  David Schleef  <ds@schleef.org>
31969
31970         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31971         before.
31972
31973 2004-08-11  David Schleef  <ds@schleef.org>
31974
31975         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31976
31977 2004-08-11  David Schleef  <ds@schleef.org>
31978
31979         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31980           license field
31981         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31982         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31983           LGPL.
31984         * gst/auparse/gstauparse.c: Fix plugin license field.
31985         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31986         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31987         * gst/rtp/gstrtp.c: Fix plugin license field.
31988
31989 2004-08-11  Wim Taymans  <wim@fluendo.com>
31990
31991         * gst/tcp/Makefile.am:
31992         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31993         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31994         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31995         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31996         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31997         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31998         (gst_fdset_fd_can_write), (gst_fdset_wait):
31999         * gst/tcp/gstfdset.h:
32000         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32001         (gst_multifdsink_class_init), (gst_multifdsink_init),
32002         (gst_multifdsink_add), (gst_multifdsink_remove),
32003         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32004         (gst_multifdsink_remove_client_link),
32005         (gst_multifdsink_handle_client_read),
32006         (gst_multifdsink_client_queue_data),
32007         (gst_multifdsink_client_queue_caps),
32008         (gst_multifdsink_client_queue_buffer),
32009         (gst_multifdsink_handle_client_write),
32010         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32011         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32012         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32013         (gst_multifdsink_close):
32014         * gst/tcp/gstmultifdsink.h:
32015         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32016         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32017         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
32018         (gst_tcpserversink_close):
32019         * gst/tcp/gsttcpserversink.h:
32020         Abstracted away the select call, implemented poll (yes we ran into
32021         the 1024 limit in production).
32022
32023 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32024
32025         * gst/tcp/gsttcp.c:
32026         * gst/tcp/gsttcpplugin.c:
32027           improve debuggging, remove assert
32028
32029 2004-08-10  Wim Taymans  <wim@fluendo.com>
32030
32031         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32032         (gst_client_status_get_type), (gst_multifdsink_class_init),
32033         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
32034         (gst_multifdsink_handle_client_read),
32035         (gst_multifdsink_handle_client_write),
32036         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32037         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32038         (gst_multifdsink_get_property):
32039         * gst/tcp/gstmultifdsink.h:
32040         * gst/tcp/gsttcp-marshal.list:
32041         Starting to prepare for specifying buffer time in other units
32042         than buffers. Expose remove reason in signal.
32043
32044 2004-08-10  Wim Taymans  <wim@fluendo.com>
32045
32046         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
32047         (gst_multifdsink_remove), (gst_multifdsink_clear),
32048         (gst_multifdsink_remove_client_link),
32049         (gst_multifdsink_handle_client_read),
32050         (gst_multifdsink_client_queue_data),
32051         (gst_multifdsink_client_queue_buffer),
32052         (gst_multifdsink_handle_client_write),
32053         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
32054         (gst_multifdsink_chain), (gst_multifdsink_close):
32055         * gst/tcp/gstmultifdsink.h:
32056         Added more debugging info. Changed the way clients are
32057         removed from the lists. Fixed a bug where a bad file descriptor
32058         could cause many clients to be removed.
32059
32060 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32061
32062         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
32063           allow all pixel-aspect-ratios, not just 1:1
32064
32065 2004-08-09  David Schleef  <ds@schleef.org>
32066
32067         * sys/glsink/ARB_multitexture.h:  Remove old files.
32068         * sys/glsink/EXT_paletted_texture.h:
32069         * sys/glsink/NV_register_combiners.h:
32070         * sys/glsink/gstgl_nvimage.c:
32071         * sys/glsink/gstgl_pdrimage.c:
32072         * sys/glsink/gstgl_rgbimage.c:
32073         * sys/glsink/gstglsink.c:
32074         * sys/glsink/gstglsink.h:
32075         * sys/glsink/gstglxwindow.c:
32076         * sys/glsink/regcomb_yuvrgb.c:
32077
32078 2004-08-09  David Schleef  <ds@schleef.org>
32079
32080         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
32081         GL sink plugin.  (Bug #147302)
32082
32083         * configure.ac: Test for OpenGL
32084         * sys/Makefile.am: Use test for OpenGL
32085         * sys/glsink/Makefile.am:
32086         * sys/glsink/glimagesink.c: rewrite
32087         * sys/glsink/glimagesink.h: rewrite
32088
32089 2004-08-09  David Schleef  <ds@schleef.org>
32090
32091         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
32092         sane framerates.
32093         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
32094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
32095         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
32096
32097 2004-08-09  Wim Taymans  <wim@fluendo.com>
32098
32099         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32100         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32101         (gst_multifdsink_client_remove),
32102         (gst_multifdsink_handle_client_read),
32103         (gst_multifdsink_handle_client_write),
32104         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32105         Do a bit more logging, make the client_read code more robust.
32106
32107 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32108
32109         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
32110         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
32111         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
32112         (gst_jpegdec_init), (gst_jpegdec_chain):
32113         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32114         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32115           cleanups, debugging fixes and memleak plugging
32116
32117 2004-08-09  Wim Taymans  <wim@fluendo.com>
32118
32119         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32120         (theora_get_formats), (theora_dec_src_convert),
32121         (theora_dec_sink_convert), (theora_dec_src_query),
32122         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32123         (theora_dec_change_state):
32124         Don't crash on missing header packets.
32125
32126 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32127
32128         * po/LINGUAS:
32129         * po/sq.po:
32130           Added Albanian translation (Laurent Dhima)
32131         * po/cs.po:
32132           updated
32133
32134 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32135
32136         * ext/lame/gstlame.c:
32137           fix/add debugging
32138
32139 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32140
32141         * sys/ximage/ximagesink.c:
32142         * sys/xvimage/xvimagesink.c:
32143           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
32144
32145 2004-08-06  Wim Taymans  <wim@fluendo.com>
32146
32147         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32148         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32149         (gst_multifdsink_client_remove),
32150         (gst_multifdsink_handle_client_read),
32151         (gst_multifdsink_handle_client_write),
32152         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32153         Make sure we don't try to read more from a client that what
32154         ioctl says us or we deadlock.
32155
32156 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32157
32158         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32159         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32160         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32161           decouple running_time and n_frames so it can handle changing
32162           framerate while running
32163
32164 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32165
32166         * po/nl.po:
32167         * po/sv.po:
32168           updated translations
32169
32170 2004-08-04  Benjamin Otte  <otte@gnome.org>
32171
32172         * gst/videotestsrc/gstvideotestsrc.c:
32173         (gst_videotestsrc_get_capslist), (generate_capslist),
32174         (plugin_init):
32175           generate the list of supported caps at startup and reuse it instead
32176           of always generating it
32177
32178 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32179
32180         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32181           whoops, last checkin broke normal build
32182
32183 2004-08-03  Benjamin Otte  <otte@gnome.org>
32184
32185         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32186         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32187         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32188         (gst_alsa_mixer_get_option):
32189         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32190         (dvdnavsrc_print_event):
32191         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32192         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32193         (gst_ogg_mux_pad_unlink):
32194         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32195         (gst_multipart_mux_pad_unlink):
32196         * gst/videofilter/gstvideobalance.c:
32197         (gst_videobalance_colorbalance_set_value):
32198         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32199         (gst_videomixer_pad_unlink):
32200         * po/uk.po:
32201         * sys/oss/gstossmixer.c:
32202         * sys/v4l/gstv4lcolorbalance.c:
32203         * sys/v4l/gstv4ltuner.c:
32204         * sys/v4l/v4lsrc_calls.c:
32205         * sys/v4l2/gstv4l2colorbalance.c:
32206         * sys/v4l2/gstv4l2tuner.c:
32207           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32208
32209 2004-08-03  Benjamin Otte  <otte@gnome.org>
32210
32211         * examples/dynparams/filter.c: (ui_control_create):
32212         * examples/gstplay/player.c: (print_tag):
32213         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32214         * ext/gdk_pixbuf/gstgdkanimation.c:
32215         (gst_gdk_animation_iter_may_advance):
32216         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32217         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32218         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32219         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32220         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32221         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32222         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32223         * gst/sine/demo-dparams.c: (main):
32224         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32225         * testsuite/alsa/formats.c: (create_pipeline):
32226         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32227           fixes for G_DISABLE_ASSERT and friends
32228         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32229         (mp3_type_frame_length_from_header), (mp3_type_find),
32230         (plugin_init):
32231           require mp3 typefinding to have at least MIN_HEADERS valid headers
32232           add typefinding for AAC adts files
32233
32234 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32235
32236         * sys/ximage/ximagesink.c:
32237         (gst_ximagesink_calculate_pixel_aspect_ratio):
32238         * sys/xvimage/xvimagesink.c:
32239         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32240         Make sure we calculate pixel-aspect-ratio using floating point maths
32241
32242 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32243
32244         * po/uk.po:
32245           updated translation
32246
32247 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32248
32249         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32251           add debugging for display PAR calculation
32252
32253 2004-08-02  David Schleef  <ds@schleef.org>
32254
32255         * configure.ac: Fix mikmod CFLAGS.
32256
32257 2004-07-27  Benjamin Otte  <otte@gnome.org>
32258
32259         * gst/audioscale/gstaudioscale.c:
32260         - fix templates to only support S16, it's the only format that works
32261         - make caps nego code use try_set_caps_nonfixed and fixation instead
32262         of try_set_caps twice, which is not nice for autopluggers
32263         - change rank to secondary, so autopluggers can pick it up after
32264         audioconvert
32265
32266 2004-08-02  Iain <iain@prettypeople.org>
32267
32268         * gst/interleave/interleave.c (interleave_init),
32269         (interleave_request_new_pad),
32270         (interleave_pad_removed),
32271         (interleave_buffered_loop): Use the real pad count, not the artificial
32272         one.
32273
32274 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32275
32276         * configure.ac: bump nano back to development
32277
32278 === release 0.8.3 ===
32279
32280 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32281
32282         * configure.ac: releasing 0.8.3, "Water"
32283
32284 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32285
32286         * sys/xvimage/xvimagesink.c:
32287         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32288         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32289         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32290         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32291         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32292         * sys/xvimage/xvimagesink.h:
32293           apply similar PAR fixes as to ximagesink
32294
32295 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32296
32297         patch from: Benjamin Otte
32298
32299         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32300           add link function to lame.  Fixes #148986.
32301
32302 2004-08-02  Johan Dahlin  <johan@gnome.org>
32303
32304         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32305         fix debugging log
32306
32307 2004-07-30  David Schleef  <ds@schleef.org>
32308
32309         * gst/videomixer/Makefile.am: Fix things that should have been
32310         fixed in the last checkin.
32311
32312 2004-07-30  David Schleef  <ds@schleef.org>
32313
32314         * gst/multipart/Makefile.am: Fix things that should have been
32315         fixed in the last checkin.
32316
32317 2004-07-30  David Schleef  <ds@schleef.org>
32318
32319         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32320
32321 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32322
32323         * configure.ac:
32324           bump nano for prerelease
32325         * po/af.po:
32326         * po/az.po:
32327         * po/cs.po:
32328         * po/en_GB.po:
32329         * po/hu.po:
32330         * po/nl.po:
32331         * po/sr.po:
32332         * po/sv.po:
32333         * po/uk.po:
32334           updates
32335
32336 2004-07-30  Wim Taymans  <wim@fluendo.com>
32337
32338         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32339         (gst_multifdsink_add), (gst_multifdsink_remove),
32340         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32341         (gst_multifdsink_client_remove),
32342         (gst_multifdsink_handle_client_write),
32343         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32344         * gst/tcp/gstmultifdsink.h:
32345         Recover from a select with a bad file descriptor by removing
32346         the client.
32347
32348 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32349
32350         * configure.ac:
32351           fix requirement of core
32352         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32353         (gst_play_pipeline_setup):
32354           don't use colorspace element.  do use hermescolorspace element.
32355           make macro to get a colorspace element.
32356           mark strings for translation.
32357         * po/POTFILES.in:
32358           add play.c
32359         * po/af.po:
32360         * po/az.po:
32361         * po/cs.po:
32362         * po/en_GB.po:
32363         * po/hu.po:
32364         * po/nl.po:
32365         * po/sr.po:
32366         * po/sv.po:
32367         * po/uk.po:
32368           update translations
32369
32370 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32371
32372         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32373         fix default for newmedia flag
32374
32375 2004-07-30  Wim Taymans  <wim@fluendo.com>
32376
32377         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32378         (gst_theora_dec_init), (theora_get_formats),
32379         (theora_dec_src_convert), (theora_dec_sink_convert),
32380         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32381         (theora_dec_chain), (theora_dec_set_property),
32382         (theora_dec_get_property):
32383         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32384         (gst_theora_enc_class_init), (gst_theora_enc_init),
32385         (theora_enc_sink_link), (theora_enc_chain),
32386         (theora_enc_set_property), (theora_enc_get_property):
32387         Added cropping option to theora decoder.
32388         Added border option to theora encoder.
32389
32390 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32391
32392         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32393         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32394         (gst_pngenc_set_property):
32395         * ext/libpng/gstpngenc.h:
32396         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
32397
32398 2004-07-30  Wim Taymans  <wim@fluendo.com>
32399
32400         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32401         (theora_enc_sink_link), (theora_enc_chain),
32402         (theora_enc_set_property), (theora_enc_get_property):
32403         Fix encoding of non-multiple-of-16 video.
32404
32405 2004-07-29  David Schleef  <ds@schleef.org>
32406
32407         * configure.ac: make test for audiofile more strict
32408
32409 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32410
32411         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32412           give different names to typefind functions
32413
32414 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32415
32416         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32417         (gst_ximagesink_calculate_pixel_aspect_ratio),
32418         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32419         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32420         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32421         (gst_ximagesink_get_property), (gst_ximagesink_init):
32422         * sys/ximage/ximagesink.h:
32423           allocate PAR's dynamically.
32424           use autodetected PAR if no object-set PAR is given.
32425           add workaround for directfb's X not setting physical size.
32426           fix to xvimagesink will follow tomorrow.
32427
32428 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32429
32430         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32431         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32432         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32433         (gst_shout2send_class_init), (gst_shout2send_init),
32434         (set_shout_metadata), (gst_shout2send_set_metadata),
32435         (gst_shout2send_chain), (gst_shout2send_set_property),
32436         (gst_shout2send_get_property), (gst_shout2send_connect),
32437         (gst_shout2send_change_state):
32438         * ext/shout2/gstshout2.h:
32439         - fix for sending mp3 audio to icecast2 server, if pad link function not
32440         called before PAUSED state
32441         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32442         - added tagging support for mp3 audio broadcasted
32443         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32444         debug info
32445
32446 2004-07-28  Wim Taymans  <wim@fluendo.com>
32447
32448         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32449         (gst_ogg_demux_push):
32450         Return query failure when we don't know the length of
32451         an ogg stream insteda of returning TRUE with a bogus value.
32452
32453 2004-07-28  Wim Taymans  <wim@fluendo.com>
32454
32455         * ext/theora/theoradec.c: (theora_get_formats),
32456         (theora_dec_src_convert), (theora_dec_sink_convert),
32457         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32458         (theora_dec_chain):
32459         Don't screw up the 1 Chroma for 1 luma sample situation when we
32460         have an odd offset/width by adding a black border in those cases.
32461
32462 2004-07-28  Wim Taymans  <wim@fluendo.com>
32463
32464         * ext/theora/theoradec.c: (theora_get_formats),
32465         (theora_dec_src_convert), (theora_dec_sink_convert),
32466         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32467         (theora_dec_chain):
32468         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32469         Added first attempt at cropping of the image as required by the
32470         theora spec. We need more properties in the caps (offset_x,
32471         offset_y,stride) to implement this correctly.
32472
32473 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32474
32475         * ext/dvdnav/README:
32476           Update the README to use dvddemux
32477         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32478           Ensure getcaps returns a subset of the template caps
32479         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32480         (gst_mpeg2subt_init):
32481           Ensure getcaps returns a subset of the template caps
32482         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32483         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32484         (gst_dvd_demux_get_subpicture_stream),
32485         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32486         * gst/mpegstream/gstdvddemux.h:
32487           Set the explicit caps on the current_video pad before pushing
32488           anything
32489         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32490         (gst_mpeg_demux_get_audio_stream):
32491           Free caps used to gst_pad_set_explicit_caps, which takes a const
32492           GstCaps *
32493
32494 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32495
32496         * configure.ac: update GStreamer requirement to 0.8.4 because of
32497           GstFraction.
32498
32499 2004-07-28  Wim Taymans  <wim@fluendo.com>
32500
32501         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32502         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32503         Add the pad to the element after setting up the caps. This
32504         makes it a lot easier to autoplug.
32505
32506 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32507
32508         * gst/median/gstmedian.c:
32509         * gst/mpeg2subt/gstmpeg2subt.c:
32510         * gst/mpegaudioparse/gstmpegaudioparse.c:
32511         * gst/mpegstream/gstdvddemux.c:
32512         * gst/mpegstream/gstmpegdemux.c:
32513         * gst/mpegstream/gstmpegpacketize.c:
32514         * gst/rtjpeg/gstrtjpeg.c:
32515         * gst/rtjpeg/gstrtjpegdec.c:
32516         * gst/rtjpeg/gstrtjpegenc.c:
32517         * gst/sine/gstsinesrc.c:
32518         * gst/smooth/gstsmooth.c:
32519         * gst/smpte/gstsmpte.c:
32520         * gst/smpte/gstsmpte.h:
32521         * gst/stereo/gststereo.c:
32522         * gst/videofilter/gstgamma.c:
32523         * gst/videofilter/gstvideobalance.c:
32524         * gst/videofilter/gstvideofilter.c:
32525         * gst/videofilter/gstvideoflip.c:
32526         * gst/videoscale/gstvideoscale.c:
32527         * gst/videoscale/videoscale.c:
32528         * gst/videotestsrc/gstvideotestsrc.c:
32529         * gst/videotestsrc/videotestsrc.c:
32530         * gst/wavenc/gstwavenc.c:
32531         * gst/wavparse/gstwavparse.c:
32532           fix local includes and 64 bits constants
32533
32534 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32535
32536         * win32/gst.sln:
32537         * gst-libs/gst/*/*.vcproj:
32538         * gst/*/*.vcproj:
32539           more working plugins
32540
32541 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32542
32543         * testsuite/alsa/Makefile.am:
32544         * testsuite/alsa/srcstate.c:
32545         add test for alsasrc changing state
32546
32547 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32548
32549         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32550         (gst_silence_get):
32551         * gst/silence/gstsilence.h:
32552         fix silence generation for 16bit raw audio
32553
32554 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32555
32556         * gst/matroska/matroska-demux.c:
32557         (gst_matroska_demux_parse_metadata),
32558         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32559         * gst/mpegaudio/common.c:
32560         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32561         (gst_videoscale_getcaps), (gst_videoscale_link),
32562         (gst_videoscale_src_fixate), (gst_videoscale_init),
32563         (gst_videoscale_finalize):
32564         * gst/videoscale/gstvideoscale.h:
32565         * gst/videotestsrc/gstvideotestsrc.c:
32566         (gst_videotestsrc_get_capslist):
32567         * gst/wavenc/gstwavenc.c:
32568         * sys/oss/gstossmixer.c: (fill_labels):
32569         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32570         (gst_ximagesink_handle_xevents),
32571         (gst_ximagesink_calculate_pixel_aspect_ratio),
32572         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32573         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32574         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32575         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32576         (gst_ximagesink_init), (gst_ximagesink_class_init):
32577         * sys/ximage/ximagesink.h:
32578         * sys/xvimage/xvimagesink.c:
32579         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32580         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32581         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32582         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32583         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32584         * sys/xvimage/xvimagesink.h:
32585           first batch of pixel aspect ratio commits.
32586
32587 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32588
32589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32590         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32591         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32592           handle stride, needs work if we want to move stride handling
32593           upstream, but works correctly for our purposes.
32594
32595 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32596
32597         * gst/videoscale/README:
32598           add testing examples
32599         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32600         (gst_videoscale_chain):
32601         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32602         (gst_videoscale_get_size):
32603           add get_size function that handles stride like videotestsrc.
32604           fixes conversion for YUV formats for as much as I can test them.
32605
32606 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32607
32608         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32609         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32611         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32612         (gst_xvimagesink_xvimage_put):
32613           further cleanups, logging, error handling and synchronizing
32614
32615 2004-07-27  Wim Taymans  <wim@fluendo.com>
32616
32617         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32618         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32619         (gst_videomixer_pad_set_property),
32620         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32621         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32622         (gst_videomixer_class_init), (gst_videomixer_init),
32623         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32624         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32625         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32626         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32627         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32628         (gst_videomixer_loop), (plugin_init):
32629         Be a nicer negotiation citizen and provide a getcaps function on
32630         the srcpad. This also fixes a crash when resizing.
32631
32632 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32633
32634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32635         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32636
32637 2004-07-27  Wim Taymans  <wim@fluendo.com>
32638
32639         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32640         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32641         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32642         (gst_pngenc_set_property):
32643         * ext/libpng/gstpngenc.h:
32644         Added snapshot property to pngenc.
32645         removed g_print from pngdec
32646
32647 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32648
32649         * gst/ac3parse/ac3parse.vcproj
32650         * gst/adder/adder.vcproj
32651         * gst/alpha/alpha.vcproj
32652         * gst/alpha/alphacolor.vcproj
32653         * gst/asfdemux/asf.vcproj
32654         * gst/audioconvert/audioconvert.vcproj
32655         * gst/audiorate/audiorate.vcproj
32656         * gst/audioscale/audioscale.vcproj
32657         * gst/auparse/auparse.vcproj
32658         * gst/avi/avi.vcproj
32659         * gst/cdxaparse/cdxaparse.vcproj
32660         * gst/chart/chart.vcproj
32661         * gst/colorspace/colorspace.vcproj
32662         * gst/cutter/cutter.vcproj
32663         * gst/debug/debug.vcproj
32664         * gst/debug/efence.vcproj
32665         * gst/debug/navigationtest.vcproj
32666         * gst/deinterlace/deinterlace.vcproj
32667         * gst/effectv/effectv.vcproj
32668         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32669         * gst/filter/filter.vcproj
32670         * gst/flx/flxdec.vcproj
32671         * gst/goom/goom.vcproj
32672         * gst/interleave/interleave.vcproj
32673         * gst/law/alaw.vcproj
32674         * gst/law/mulaw.vcproj
32675         * gst/matroska/matroska.vcproj
32676         * gst/median/median.vcproj
32677         * gst/mixmatrix/mixmatrix.vcproj
32678         * gst/mpeg1sys/mpeg1systemencode.vcproj
32679         * gst/mpeg1videoparse/mp1videoparse.vcproj
32680         * gst/mpeg2sub/mpeg2subt.vcproj
32681         * gst/mpegaudio/mpegaudio.vcproj
32682         * gst/mpegaudioparse/mpegaudioparse.vcproj
32683         * gst/mpegstream/mpegstream.vcproj
32684         * gst/multifilesink/multifilesink.vcproj
32685         * gst/multipart/multipart.vcproj
32686         * gst/oneton/oneton.vcproj
32687         * gst/overlay/overlay.vcproj
32688         * gst/passthrough/passthrough.vcproj
32689         * gst/qtdemux/qtdemux.vcproj
32690         * gst/realmedia/rmdemux.vcproj
32691         * gst/rtjpeg/rtjpeg.vcproj
32692         * gst/rtp/rtp.vcproj
32693         * gst/silence/silence.vcproj
32694         * gst/sine/sinesrc.vcproj
32695         * gst/smooth/smooth.vcproj
32696         * gst/smpte/smpte.vcproj
32697         * gst/spectrum/spectrum.vcproj
32698         * gst/speed/speed.vcproj
32699         * gst/stereo/stereo.vcproj
32700         * gst/switch/switch.vcproj
32701         * gst/tags/tagedit.vcproj
32702         * gst/tcp/tcp.vcproj
32703         * gst/typefind/typefindfunctions.vcproj
32704         * gst/udp/udp.vcproj
32705         * gst/videobox/videobox.vcproj
32706         * gst/videocrop/videocrop.vcproj
32707         * gst/videodrop/videodrop.vcproj
32708         * gst/videofilter/gamma.vcproj
32709         * gst/videofilter/videobalance.vcproj
32710         * gst/videofilter/videofilter.vcproj
32711         * gst/videofilter/videoflip.vcproj
32712         * gst/videoflip/videoflip.vcproj
32713         * gst/videomixer/videomixer.vcproj
32714         * gst/videorate/videorate.vcproj
32715         * gst/videoscale/videoscale.vcproj
32716         * gst/videotestsrc/videotestsrc.vcproj
32717         * gst/virtualdub/virtualdub.vcproj
32718         * gst/volenv/volenv.vcproj
32719         * gst/volume/volume.vcproj
32720         * gst/wavenc/wavenc.vcproj
32721         * gst/wavparse/wavparse.vcproj
32722         * gst/y4m/y4menc.vcproj
32723         * gst-libs/gst/audio/audio.vcproj
32724         * gst-libs/gst/audio/audiofilter.vcproj
32725         * gst-libs/gst/colorbalance/colorbalance.vcproj
32726         * gst-libs/gst/idct/idtc.vcproj
32727         * gst-libs/gst/media-info/media-info.vcproj
32728         * gst-libs/gst/mixer/mixer.vcproj
32729         * gst-libs/gst/navigation/navigation.vcproj
32730         * gst-libs/gst/play/play.vcproj
32731         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32732         * gst-libs/gst/resample/resample.vcproj
32733         * gst-libs/gst/riff/riff.vcproj
32734         * gst-libs/gst/tuner/tuner.vcproj
32735         * gst-libs/gst/video/video.vcproj
32736         * gst-libs/gst/xoverlay/xoverlay.vcproj
32737           avoid problems with math.h, fix release dependancy
32738           rename GStreamer-0.8.lib to libgstreamer.lib
32739
32740 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32741
32742         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32744         the atom is not available we have to unlock the mutex. Fixes #148023
32745
32746 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32747
32748         * gst-libs/gst/media-info/media-info.h:
32749           issue for a vararg macro with MSVC
32750
32751 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32752
32753         * gst/effectv/effectv.vcproj
32754         * gst-libs/gst/idct/idct.vcproj:
32755         * gst-libs/gst/media-info/media-info.vcproj:
32756         * gst-libs/gst/navigation/navigation.vcproj:
32757         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32758         * gst-libs/gst/video/video.vcproj:
32759         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32760           fixes for build problems
32761
32762 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32763
32764         * gst-libs/gst/audio/audio.def:
32765         * gst-libs/gst/audio/riff.def:
32766           add some definitions needed by plugins
32767
32768 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32769
32770         * gst/asfdemux/gstasfmux.c
32771           Fix some 64 bits constants to be glib friendly
32772
32773 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32774
32775         * gst/ac3parse/gstac3parse.c
32776         * gst/audioscale/gstaudioscale.c
32777         * gst/auparse/gstauparse.c
32778         * gst/colorspace/gstcolorspace.c
32779         * gst/colorspace/yuv2rgb.h
32780           local include fixes
32781
32782 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32783
32784         * win32/gst.sln
32785           add more plugins to the build
32786
32787 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32788
32789         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32790         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32791
32792 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32793
32794         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32795         (gst_level_set_property), (gst_level_get_property),
32796         (gst_level_base_init), (gst_level_class_init):
32797           add debugging categories.  cleanups.
32798
32799 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32800
32801         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32802         (gst_videoscale_planar411), (gst_videoscale_planar400),
32803         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32804         (gst_videoscale_scale_nearest_str1),
32805         (gst_videoscale_scale_nearest_str2),
32806         (gst_videoscale_scale_nearest_str4),
32807         (gst_videoscale_scale_nearest_16bit),
32808         (gst_videoscale_scale_nearest_24bit):
32809           fixed stride issues
32810           tested with 320x240 -> 321, 322, 324 x240
32811           tested with YV12, I420, YUY2, UYVY
32812           fixed packed422rev (don't think it could have worked before)
32813           by testing with UYVY
32814
32815 2004-07-26  Benjamin Otte  <otte@gnome.org>
32816
32817         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32818         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32819         (plugin_init):
32820           add debugging category, add error checks like checking return values
32821           of setup calls, make sure it still works after
32822           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32823
32824 2004-07-26  Wim Taymans  <wim@fluendo.com>
32825
32826         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32827         (gst_mpeg_demux_get_audio_stream),
32828         (gst_mpeg_demux_process_private):
32829         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32830         Check for error codes from the negotiation functions. Make sure
32831         we really set the pad caps when a new pad is created.
32832
32833 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32834
32835         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32836         (gst_ffmpeg_caps_to_pix_fmt):
32837         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32838         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32839         (gst_ffmpegcolorspace_pad_link):
32840           don't make function do two things at the same time without reason.
32841
32842 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32843
32844         * gst/ac3parse/ac3parse.vcproj
32845         * gst/adder/adder.vcproj
32846         * gst/alpha/alpha.vcproj
32847         * gst/alpha/alphacolor.vcproj
32848         * gst/asfdemux/asf.vcproj
32849         * gst/audioconvert/audioconvert.vcproj
32850         * gst/audiorate/audiorate.vcproj
32851         * gst/audioscale/audioscale.vcproj
32852         * gst/auparse/auparse.vcproj
32853         * gst/avi/avi.vcproj
32854         * gst/cdxaparse/cdxaparse.vcproj
32855         * gst/chart/chart.vcproj
32856         * gst/colorspace/colorspace.vcproj
32857         * gst/cutter/cutter.vcproj
32858         * gst/debug/debug.vcproj
32859         * gst/debug/efence.vcproj
32860         * gst/debug/navigationtest.vcproj
32861         * gst/deinterlace/deinterlace.vcproj
32862         * gst/effectv/effectv.vcproj
32863         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32864         * gst/filter/filter.vcproj
32865         * gst/flx/flxdec.vcproj
32866         * gst/goom/goom.vcproj
32867         * gst/interleave/interleave.vcproj
32868         * gst/law/alaw.vcproj
32869         * gst/law/mulaw.vcproj
32870         * gst/matroska/matroska.vcproj
32871         * gst/median/median.vcproj
32872         * gst/mixmatrix/mixmatrix.vcproj
32873         * gst/mpeg1sys/mpeg1systemencode.vcproj
32874         * gst/mpeg1videoparse/mp1videoparse.vcproj
32875         * gst/mpeg2sub/mpeg2subt.vcproj
32876         * gst/mpegaudio/mpegaudio.vcproj
32877         * gst/mpegaudioparse/mpegaudioparse.vcproj
32878         * gst/mpegstream/mpegstream.vcproj
32879         * gst/multifilesink/multifilesink.vcproj
32880         * gst/multipart/multipart.vcproj
32881         * gst/oneton/oneton.vcproj
32882         * gst/overlay/overlay.vcproj
32883         * gst/passthrough/passthrough.vcproj
32884         * gst/qtdemux/qtdemux.vcproj
32885         * gst/realmedia/rmdemux.vcproj
32886         * gst/rtjpeg/rtjpeg.vcproj
32887         * gst/rtp/rtp.vcproj
32888         * gst/silence/silence.vcproj
32889         * gst/sine/sinesrc.vcproj
32890         * gst/smooth/smooth.vcproj
32891         * gst/smpte/smpte.vcproj
32892         * gst/spectrum/spectrum.vcproj
32893         * gst/speed/speed.vcproj
32894         * gst/stereo/stereo.vcproj
32895         * gst/switch/switch.vcproj
32896         * gst/tags/tagedit.vcproj
32897         * gst/tcp/tcp.vcproj
32898         * gst/typefind/typefindfunctions.vcproj
32899         * gst/udp/udp.vcproj
32900         * gst/videobox/videobox.vcproj
32901         * gst/videocrop/videocrop.vcproj
32902         * gst/videodrop/videodrop.vcproj
32903         * gst/videofilter/gamma.vcproj
32904         * gst/videofilter/videobalance.vcproj
32905         * gst/videofilter/videofilter.vcproj
32906         * gst/videofilter/videoflip.vcproj
32907         * gst/videoflip/videoflip.vcproj
32908         * gst/videomixer/videomixer.vcproj
32909         * gst/videorate/videorate.vcproj
32910         * gst/videoscale/videoscale.vcproj
32911         * gst/videotestsrc/videotestsrc.vcproj
32912         * gst/virtualdub/virtualdub.vcproj
32913         * gst/volenv/volenv.vcproj
32914         * gst/volume/volume.vcproj
32915         * gst/wavenc/wavenc.vcproj
32916         * gst/wavparse/wavparse.vcproj
32917         * gst/y4m/y4menc.vcproj
32918           more plugins supported under windows
32919
32920 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32921
32922         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32923         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32924         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32926         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32927           Add debugging statements.  Use the sizes as returned by the
32928           *CreateImage calls.
32929
32930 2004-07-26  Johan Dahlin  <johan@gnome.org>
32931
32932         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32933         the pad is negotiated.
32934
32935         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32936
32937 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32938
32939         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32940         * gst-libs/gst/idct/idct.vcproj:
32941         * gst-libs/gst/media-info/media-info.vcproj:
32942         * gst-libs/gst/mixer/mixer.vcproj:
32943         * gst-libs/gst/navigation/navigation.vcproj:
32944         * gst-libs/gst/play/play.vcproj:
32945         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32946         * gst-libs/gst/resample/resample.vcproj:
32947         * gst-libs/gst/tuner/tuner.vcproj:
32948         * gst-libs/gst/video/video.vcproj:
32949         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32950           more plugins supported under windows
32951
32952 2004-07-25 Iain <iain@prettypeople.org>
32953
32954         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32955         pad now rather than when the pad is created because state changes wipe
32956         explicit caps (fixes #148043).
32957
32958 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32959
32960         reviewed by Benjamin Otte  <otte@gnome.org>
32961
32962         * ext/mad/gstmad.c:
32963           fix mad plugin crashing on Sun (fixes #148289)
32964
32965 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32966
32967         * gst/avi/avi.def:
32968         * gst/avi/avi.vcproj:
32969         * gst/matroska/matroska.def:
32970         * gst/matroska/matroska.vcproj:
32971           remove unused .def files
32972
32973 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32974
32975         * gst-libs/gst/audio/gstaudiofilter.c:
32976           Clean the local include
32977
32978 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32979
32980         * win32/gst.sln:
32981         * gst-libs/gst/audio/audio.def:
32982         * gst-libs/gst/audio/audio.vcproj:
32983         * gst-libs/gst/audio/audiofilter.vcproj:
32984         * gst-libs/gst/audio/riff.def:
32985         * gst-libs/gst/audio/riff.vcproj:
32986         * gst-libs/gst/gst-libs.def:
32987         * gst-libs/gst/gst-libs.vcproj:
32988         * gst/avi/avi.vcproj:
32989         * gst/avi/avi.vcproj:
32990           Copy the files where needed after building, cleaner projects
32991
32992 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32993
32994         * gst/matroska/ebml-write.c:
32995           Fix some 64 bits constants to be glib friendly
32996
32997 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32998
32999         * win32/gst.sln:
33000         * gst-libs/gst/gst-libs.def:
33001         * gst-libs/gst/gst-libs.vcproj:
33002         * gst/matroska/matroska.def:
33003         * gst/matroska/matroska.vcproj:
33004           Add the preliminary canvas to build plugins on Win32
33005
33006 2004-07-23  Benjamin Otte  <otte@gnome.org>
33007
33008         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33009           don't enfore negotiation from source side, it breaks
33010           sinesrc ! audioconvert ! osssink
33011
33012 2004-07-22  David Schleef  <ds@schleef.org>
33013
33014         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
33015         for ELF files, since they can easily be recognized as audio/mpeg.
33016         (bug #147441)
33017
33018 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33019
33020         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
33021         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
33022         (gst_videoscale_scale_nearest_24bit),
33023         (gst_videoscale_scale_nearest_16bit):
33024           fix 16bit and 24bit for stride (24bit might need testing)
33025           don't pretend we do more than one algorithm
33026
33027 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33028
33029         * configure.ac:
33030         * gst/Makefile.am:
33031         * gst/multifilesink/Makefile.am:
33032         * gst/multifilesink/gstmultifilesink.c:
33033         (gst_multifilesink_get_formats),
33034         (gst_multifilesink_get_query_types), (_do_init),
33035         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
33036         (gst_multifilesink_init), (gst_multifilesink_dispose),
33037         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
33038         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
33039         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
33040         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
33041         (gst_multifilesink_chain), (gst_multifilesink_change_state),
33042         (gst_multifilesink_uri_get_type),
33043         (gst_multifilesink_uri_get_protocols),
33044         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
33045         (gst_multifilesink_uri_handler_init), (plugin_init):
33046         * gst/multifilesink/gstmultifilesink.h:
33047         * testsuite/Makefile.am:
33048         * testsuite/multifilesink/Makefile.am:
33049         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
33050         (gst_newmedia_class_init), (gst_newmedia_init),
33051         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
33052         (newfile_signal), (test_signal), (main):
33053         multifilesink plugin for creating new files every time a new media
33054         discontinuity event occurs
33055
33056 2004-07-22  Wim Taymans  <wim@fluendo.com>
33057
33058         * gst/alpha/Makefile.am:
33059         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
33060         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
33061         (gst_alpha_color_init), (gst_alpha_color_set_property),
33062         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
33063         (transform), (gst_alpha_color_chain),
33064         (gst_alpha_color_change_state), (plugin_init):
33065         Stupid plugin to to RGBA to AYUV conversion because none of
33066         the colorspace plugins can handle that yet.
33067
33068 2004-07-22  Wim Taymans  <wim@fluendo.com>
33069
33070         * examples/seeking/seek.c: (update_scale), (main):
33071         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33072         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33073         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33074         (gst_decode_bin_init), (gst_decode_bin_dispose),
33075         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33076         (no_more_pads), (close_link), (type_found),
33077         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33078         (plugin_init):
33079         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33080         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33081         (gst_play_base_bin_dispose), (queue_overrun),
33082         (gen_preroll_element), (remove_prerolls), (unknown_type),
33083         (no_more_pads), (new_stream), (setup_source),
33084         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33085         (play_base_eos), (gst_play_base_bin_change_state),
33086         (gst_play_base_bin_add_element),
33087         (gst_play_base_bin_remove_element),
33088         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33089         (gst_play_base_bin_unlink_stream),
33090         (gst_play_base_bin_get_streaminfo):
33091         * gst/playback/gstplaybin.c: (gen_video_element),
33092         (gen_audio_element):
33093         * gst/playback/gststreaminfo.h:
33094         More playback updates, attempt to fix things after the state change
33095         breakage.
33096
33097 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33098
33099         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
33100         (gst_videoscale_scale_nearest_16bit):
33101           comment algorithm
33102
33103 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33104
33105         * gst/videotestsrc/gstvideotestsrc.c:
33106         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
33107         (gst_videotestsrc_init), (gst_videotestsrc_get),
33108         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
33109         (gst_videotestsrc_get_property):
33110         * gst/videotestsrc/gstvideotestsrc.h:
33111         * gst/videotestsrc/videotestsrc.c:
33112         * gst/videotestsrc/videotestsrc.h:
33113           cleanup and commenting
33114
33115 2004-07-21  Wim Taymans  <wim@fluendo.com>
33116
33117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33118         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33119         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33120         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33121         (_find_chain_get_unknown_part), (_find_streams_check),
33122         (gst_ogg_demux_push), (gst_ogg_pad_push):
33123         * ext/theora/theoradec.c: (theora_get_formats),
33124         (theora_dec_src_convert), (theora_dec_sink_convert),
33125         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33126         (theora_dec_chain):
33127         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33128         (vorbis_dec_convert), (vorbis_dec_src_query),
33129         (vorbis_dec_src_event), (vorbis_dec_event):
33130         More seeking fixes, oggdemux now supports seeking to time and
33131         uses the downstream element to convert granulepos to time.
33132         Seeking in theora-only ogg files now works.
33133
33134 2004-07-21  Wim Taymans  <wim@fluendo.com>
33135
33136         * ext/theora/theoradec.c: (gst_theora_dec_init),
33137         (theora_get_formats), (theora_get_event_masks),
33138         (theora_get_query_types), (theora_dec_src_convert),
33139         (theora_dec_sink_convert), (theora_dec_src_query),
33140         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33141         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33142         (vorbis_get_event_masks), (vorbis_get_query_types),
33143         (gst_vorbis_dec_init), (vorbis_dec_convert),
33144         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33145         Added query/convert/formats functions to vorbis and theora decoders
33146         so that the outside world can use them too. Fixed seeking on an
33147         ogg/theora/vorbis file by disabling the seeking seeking on the
33148         theora srcpad.
33149
33150 2004-07-21  Julien MOUTTE  <julien@moutte.net>
33151
33152         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33153         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33154         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33155         images creation for both elements. We don't create the image on caps
33156         nego or renego, we just destroy the internal one if present if it does
33157         not match the needs. The chain function takes care of creating a new
33158         image when needed.
33159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33160         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33161         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33162         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33163         the image format information. The buffer pool checks for the context
33164         image format and discard images with different formats.
33165         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33166
33167 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33168
33169         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33170         (gst_ffmpegcolorspace_chain):
33171           no point in doing any chaining if the pad we want to push from
33172           isn't usable.
33173
33174 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33175
33176         * gst-libs/gst/riff/riff-media.c:
33177         (gst_riff_create_audio_caps_with_data):
33178           Fix double end-to-native symbol conversion (#148021).
33179
33180 2004-07-20  David Schleef  <ds@schleef.org>
33181
33182         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33183         Don't use an Atom that doesn't exist.
33184
33185 2004-07-20  Wim Taymans  <wim@fluendo.com>
33186
33187         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33188         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33189         (gst_multifdsink_client_remove),
33190         (gst_multifdsink_handle_client_write),
33191         (gst_multifdsink_queue_buffer):
33192         * gst/tcp/gstmultifdsink.h:
33193         More multifdsink stats. Avoid deadlock by releasing locks
33194         before sending out a signal.
33195
33196 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33197
33198         * po/LINGUAS:
33199         * po/hu.po:
33200           added Hungarian translation (Laszlo Dvornik)
33201
33202 2004-07-20  Wim Taymans  <wim@fluendo.com>
33203
33204         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33205         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33206         (gst_multifdsink_handle_client_write),
33207         (gst_multifdsink_queue_buffer):
33208         * gst/tcp/gsttcp-marshal.list:
33209         Fixed the stupid marshal definition.
33210
33211 2004-07-20  Wim Taymans  <wim@fluendo.com>
33212
33213         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33214         (gst_multifdsink_init), (gst_multifdsink_add),
33215         (gst_multifdsink_client_remove),
33216         (gst_multifdsink_handle_client_write),
33217         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33218         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33219         (gst_multifdsink_init_send):
33220         * gst/tcp/gstmultifdsink.h:
33221         Added more stats, added timeout for a client, fixed some typos
33222         and added some comments.
33223
33224 2004-07-20  Wim Taymans  <wim@fluendo.com>
33225
33226         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33227         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33228         (gst_multifdsink_client_remove),
33229         (gst_multifdsink_handle_client_write):
33230         * gst/tcp/gstmultifdsink.h:
33231         * gst/tcp/gsttcp-marshal.list:
33232         Added get_stats method that returns a GValueArray of
33233         stats values.
33234
33235 2004-07-19  Benjamin Otte  <otte@gnome.org>
33236
33237         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33238           make sure longname, description and author are valid UTF-8
33239
33240 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33241
33242         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33243         (gst_ximagesink_set_property):
33244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33245         (gst_xvimagesink_set_property):
33246           make sure SYNCHRONOUS is respected after getting the X context
33247
33248 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33249
33250         * gst/matroska/matroska-demux.c:
33251         (gst_matroska_demux_handle_src_event),
33252         (gst_matroska_demux_parse_blockgroup):
33253         * gst/matroska/matroska-ids.h:
33254           add BlockReference tag and ignore it to clear out log.
33255           ignore NAVIGATION events to clear out log.
33256
33257 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33258
33259         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33260         (gst_matroska_demux_add_stream):
33261         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33262           add debug categories
33263
33264 2004-07-16  Wim Taymans  <wim@fluendo.com>
33265
33266         * ext/libpng/Makefile.am:
33267         * ext/libpng/gstpng.c: (plugin_init):
33268         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33269         (gst_pngdec_get_type), (gst_pngdec_base_init),
33270         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33271         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33272         * ext/libpng/gstpngdec.h:
33273         Added png decoder.
33274
33275 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33276
33277         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33278         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33279         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33280         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33281         (gst_ximagesink_buffer_alloc):
33282         * sys/ximage/ximagesink.h:
33283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33284         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33285         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33286         (gst_xvimagesink_buffer_alloc):
33287         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33288         again. Using internal data pointer of the x(v)image to store image's
33289         data to be coherent with the buffer alloc mechanism. Investigated the
33290         image destruction code to be sure that everything gets freed correctly.
33291
33292 2004-07-16  Wim Taymans  <wim@fluendo.com>
33293
33294         * gst-libs/gst/riff/riff-read.c:
33295         (gst_riff_read_strf_vids_with_data),
33296         (gst_riff_read_strf_auds_with_data):
33297         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33298         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33299         Make sure we don't create 0 sized subbuffers in riff-read.
33300         Signal the no more pads signal after reading the avi header.
33301
33302 2004-07-16  Wim Taymans  <wim@fluendo.com>
33303
33304         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33305         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33306         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33307         (gst_decode_bin_init), (gst_decode_bin_dispose),
33308         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33309         (no_more_pads), (close_link), (type_found),
33310         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33311         (gst_decode_bin_change_state), (plugin_init):
33312         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33313         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33314         (gst_play_base_bin_dispose), (queue_overrun),
33315         (gen_preroll_element), (remove_prerolls), (unknown_type),
33316         (no_more_pads), (new_stream), (setup_source),
33317         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33318         (play_base_eos), (gst_play_base_bin_change_state),
33319         (gst_play_base_bin_add_element),
33320         (gst_play_base_bin_remove_element),
33321         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33322         (gst_play_base_bin_unlink_stream),
33323         (gst_play_base_bin_get_streaminfo):
33324         * gst/playback/gstplaybasebin.h:
33325         Better error recovery. Added configurable preroll queue size. Faster
33326         detection of no-more-pads.
33327
33328 2004-07-16  Wim Taymans  <wim@fluendo.com>
33329
33330         * gst-libs/gst/video/video.h:
33331         Added 32 bits RGBA. Not sure if we should use another mime-type
33332         for alpha rgb. Currently the presence of the alpha_mask property
33333         signals an alpha channel.
33334
33335 2004-07-16  Wim Taymans  <wim@fluendo.com>
33336
33337         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33339         FPS seems to be 0.0 to MAX everywhere else.
33340
33341 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33342
33343         * gst-libs/gst/riff/riff-media.c:
33344         (gst_riff_create_video_caps_with_data):
33345           mp42/mp43 (no caps) exist too.
33346         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33347           Set pixel_width/height; we've got them in-caps.
33348         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33349         * gst/wavparse/gstwavparse.c: (plugin_init):
33350           Both are valid primary.
33351         * sys/oss/gstossmixer.c:
33352           Remove i18n hack and enable translations.
33353
33354 2004-07-15  Benjamin Otte  <otte@gnome.org>
33355
33356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33357         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33358           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33359
33360 2004-07-15  Benjamin Otte  <otte@gnome.org>
33361
33362         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33363         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33364         (gst_alsa_close_audio):
33365           disable some of the debugging code for now. Writing debugging to a
33366           buffer is broken in current alsalib releases.
33367
33368 2004-07-12  Benjamin Otte  <otte@gnome.org>
33369
33370         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33371           use bufferpools
33372
33373 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33374
33375         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33376         (theora_dec_src_query), (theora_dec_event):
33377         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33378           add debugging categories.  Remove \n's.
33379
33380 2004-07-13  Johan Dahlin  <johan@gnome.org>
33381
33382         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33383         (gst_play_bin_get_property): Impl.
33384
33385 2004-07-13  Wim Taymans  <wim@fluendo.com>
33386
33387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33388         When trying to find the stream length, seek back N pages
33389         instead of just one, where N is the number of streams in
33390         the current chain.
33391
33392 2004-07-13  Wim Taymans  <wim@fluendo.com>
33393
33394         * gst-libs/gst/riff/riff-media.c:
33395         (gst_riff_create_audio_caps_with_data),
33396         (gst_riff_create_audio_caps),
33397         (gst_riff_create_audio_template_caps):
33398         * gst-libs/gst/riff/riff-media.h:
33399         * gst-libs/gst/riff/riff-read.c:
33400         (gst_riff_read_strf_vids_with_data),
33401         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33402         * gst-libs/gst/riff/riff-read.h:
33403         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33404         (gst_avi_demux_add_stream):
33405         Set codec_data on caps for avidemuxer.
33406
33407 2004-07-12  David Schleef  <ds@schleef.org>
33408
33409         * configure.ac: Fix test for Objective C
33410
33411 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33412         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33413         (gst_gdk_pixbuf_chain):
33414           Add svg and pcx to template caps, and ensure that getcaps returns a
33415           subset of the template caps.
33416           Copy each row manually for output, as gdkpixbuf may pad the
33417           rowstride to a 32-bit word boundary.
33418
33419 2004-07-12  Wim Taymans  <wim@fluendo.com>
33420
33421         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33422         (gst_riff_create_video_template_caps):
33423         Fix the template caps to include some more media types.
33424
33425 2004-07-12  Wim Taymans  <wim@fluendo.com>
33426
33427         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33428         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33429         (compare_ranks), (print_feature), (gst_decode_bin_init),
33430         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33431         (try_to_link_1), (new_pad), (close_link), (type_found),
33432         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33433         (gst_decode_bin_change_state), (plugin_init):
33434         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33435         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33436         (gst_play_base_bin_dispose), (queue_overrun),
33437         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33438         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33439         (gst_play_base_bin_get_property), (play_base_eos),
33440         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33441         (gst_play_base_bin_remove_element),
33442         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33443         (gst_play_base_bin_unlink_stream),
33444         (gst_play_base_bin_get_streaminfo):
33445         * gst/playback/gstplaybasebin.h:
33446         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33447         (gst_play_bin_class_init), (gst_play_bin_init),
33448         (gst_play_bin_dispose), (gst_play_bin_set_property),
33449         (gst_play_bin_get_property), (gen_video_element),
33450         (gen_audio_element), (remove_sinks), (setup_sinks),
33451         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33452         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33453         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33454         (gst_play_bin_query), (plugin_init):
33455         * gst/playback/test4.c: (main):
33456         More fixes on reusing of the element.
33457
33458 2004-07-11  Benjamin Otte  <otte@gnome.org>
33459
33460         * ext/mad/gstmad.c: (normal_seek):
33461           allow seeking for other methods than just SET
33462
33463 2004-07-11  Andy Wingo  <wingo@pobox.com>
33464
33465         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33466         float, "any" caps -> buffer_frames=[0,MAX].
33467
33468         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33469         doesn't intersect our caps with the template any more. Do it
33470         ourselves.
33471         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33472
33473 2004-07-09  Wim Taymans  <wim@fluendo.com>
33474
33475         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33476         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33477         (compare_ranks), (print_feature), (gst_decode_bin_init),
33478         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33479         (try_to_link_1), (new_pad), (close_link), (type_found),
33480         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33481         (gst_decode_bin_change_state), (plugin_init):
33482         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33483         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33484         (gst_play_base_bin_dispose), (queue_overrun),
33485         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33486         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33487         (gst_play_base_bin_get_property), (play_base_eos),
33488         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33489         (gst_play_base_bin_remove_element),
33490         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33491         (gst_play_base_bin_unlink_stream),
33492         (gst_play_base_bin_get_streaminfo):
33493         * gst/playback/gstplaybasebin.h:
33494         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33495         (gst_play_bin_class_init), (gst_play_bin_init),
33496         (gst_play_bin_dispose), (gst_play_bin_set_property),
33497         (gst_play_bin_get_property), (gen_video_element),
33498         (gen_audio_element), (remove_sinks), (setup_sinks),
33499         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33500         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33501         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33502         (gst_play_bin_query), (plugin_init):
33503         * gst/playback/test4.c: (main):
33504         Work on object reuse and seeking.
33505
33506 2004-07-09  Wim Taymans  <wim@fluendo.com>
33507
33508         * examples/seeking/seek.c: (iterate):
33509         Don't consume all CPU in the idle loop.
33510
33511 2004-07-09  Wim Taymans  <wim@fluendo.com>
33512
33513         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33514         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33515         Add pad to element *after* setting the pad functions so that
33516         the scheduler can use the correct ones.
33517
33518 2004-07-09  Wim Taymans  <wim@fluendo.com>
33519
33520         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33521         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33522         Sync to keyframe after seek
33523
33524 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33525
33526         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33527         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33528         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33529         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33530         * ext/libvisual/visual.c: (gst_visual_change_state):
33531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33532         * ext/theora/theoradec.c: (theora_dec_change_state):
33533         * ext/theora/theoraenc.c: (theora_enc_change_state):
33534         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33535         * gst-libs/gst/navigation/navigation.c:
33536         * gst/adder/gstadder.c: (gst_adder_change_state):
33537         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33538         (gst_audio_convert_get_buffer):
33539         * gst/multipart/multipartdemux.c:
33540         (gst_multipart_demux_change_state):
33541         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33542         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33543         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33544         * gst/videoscale/gstvideoscale.c:
33545         (gst_videoscale_handle_src_event):
33546         * gst/volume/gstvolume.c: (volume_chain_int16):
33547           don't assert in state change, this should be done by the base
33548           GstElement class.
33549           various debugging fixes.
33550
33551 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33552
33553         * configure.ac:
33554         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33555         (gst_play_dispose), (gst_play_set_location),
33556         (gst_play_set_data_src), (gst_play_set_video_sink),
33557         (gst_play_set_audio_sink), (gst_play_set_visualization),
33558         (gst_play_connect_visualization), (gst_play_get_sink_element),
33559         (gst_play_get_all_by_interface):
33560         * gst-libs/gst/play/play.h:
33561           add new method to get elements implementing an interface.
33562           add various error logging
33563
33564 2004-07-08  Wim Taymans  <wim@fluendo.com>
33565
33566         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33567         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33568         (make_playerbin_pipeline), (query_durations_elems),
33569         (query_durations_pads), (query_positions_elems),
33570         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33571         (main):
33572         Added playbin seeking example.
33573
33574 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33575
33576         * gst-libs/gst/play/play.c: (gst_play_set_location),
33577         (gst_play_set_data_src), (gst_play_set_video_sink),
33578         (gst_play_set_audio_sink), (gst_play_set_visualization),
33579         (gst_play_connect_visualization), (gst_play_get_framerate):
33580           use a macro to look up elements from hash table
33581
33582 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33583
33584         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33585         (gst_play_get_length_callback), (gst_play_set_location),
33586         (gst_play_seek_to_time), (gst_play_set_data_src),
33587         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33588         (gst_play_set_visualization), (gst_play_connect_visualization),
33589         (gst_play_get_sink_element):
33590         - add debugging info
33591         - fix looking up sink elements by iterating over complete caps
33592         - put everything except for source and autoplugger in a complete bin
33593
33594 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33595
33596         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33597         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33598         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33599         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33600         * ext/alsa/gstalsasink.h:
33601         - add debugging info
33602         - clean up schizophrenia of data/buffer/event
33603         - fix double event unref error
33604
33605 2004-07-08  Wim Taymans  <wim@fluendo.com>
33606
33607         * gst/playback/Makefile.am:
33608         Add headers to noinst
33609
33610 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33611
33612         * tools/gst-launch-ext-m.m:
33613         * tools/gst-launch-ext.1.in:
33614           convert to the third millenium
33615
33616 2004-07-07  David Schleef  <ds@schleef.org>
33617
33618         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33619
33620 2004-07-07  Wim Taymans  <wim@fluendo.com>
33621
33622         * gst/playback/Makefile.am:
33623         * gst/playback/README:
33624         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33625         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33626         (compare_ranks), (print_feature), (gst_decode_bin_init),
33627         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33628         (try_to_link_1), (new_pad), (close_link), (type_found),
33629         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33630         (plugin_init):
33631         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33632         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33633         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33634         (gen_preroll_element), (no_more_pads), (new_stream),
33635         (setup_source), (gst_play_base_bin_set_property),
33636         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33637         (gst_play_base_bin_add_element),
33638         (gst_play_base_bin_remove_element),
33639         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33640         (gst_play_base_bin_unlink_stream),
33641         (gst_play_base_bin_get_streaminfo):
33642         * gst/playback/gstplaybasebin.h:
33643         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33644         (gst_play_bin_class_init), (gst_play_bin_init),
33645         (gst_play_bin_dispose), (gst_play_bin_set_property),
33646         (gst_play_bin_get_property), (gen_video_element),
33647         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33648         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33649         (gst_play_bin_get_formats), (gst_play_bin_convert),
33650         (gst_play_bin_get_query_types), (gst_play_bin_query),
33651         (plugin_init):
33652         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33653         (gst_stream_info_get_type), (gst_stream_info_class_init),
33654         (gst_stream_info_init), (gst_stream_info_new),
33655         (gst_stream_info_dispose), (gst_stream_info_set_property),
33656         (gst_stream_info_get_property):
33657         * gst/playback/gststreaminfo.h:
33658         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33659         (main):
33660         * gst/playback/test2.c: (main):
33661         * gst/playback/test3.c: (update_scale), (main):
33662         More playbin fixes. Added README. Do better element filtering.
33663         Added base class to preroll media. Added test apps.
33664
33665 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33666
33667         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33668         * ext/mpeg2dec/gstmpeg2dec.h:
33669           various debugging improvements.  Reset stream to next picture
33670           instead of sequence header, otherwise seeks cannot work.
33671
33672 2004-07-07  Wim Taymans  <wim@fluendo.com>
33673
33674         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33675         (gst_video_box_class_init), (gst_video_box_set_property),
33676         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33677         Use pad_alloc where possible.
33678
33679 2004-07-07  Wim Taymans  <wim@fluendo.com>
33680
33681         * sys/oss/gstosselement.c: (gst_osselement_reset),
33682         (gst_osselement_parse_caps):
33683         * sys/oss/gstosselement.h:
33684         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33685         Fix offset on osssrc.
33686
33687 2004-07-07  Wim Taymans  <wim@fluendo.com>
33688
33689         * ext/theora/theora.c: (plugin_init):
33690         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33691         (theora_dec_src_query), (theora_dec_chain):
33692         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33693         (theora_enc_sink_link), (theora_buffer_from_packet),
33694         (theora_push_packet), (theora_enc_chain):
33695         Fix theora granulepos calculation.
33696         Fix overflow in duration/position calculation.
33697         Bump rank to PRIMARY for theoradec.
33698         Use granulepos of last packet to calculate position.
33699         Set keyframe flag on buffers when needed.
33700
33701 2004-07-06  David Schleef  <ds@schleef.org>
33702
33703         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33704         serious?  (Fixed, obviously.)
33705
33706 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33707
33708         * po/LINGUAS:
33709         * po/cs.po:
33710           added Czech translation (Miloslav Trmac)
33711
33712 2004-07-05  Wim Taymans  <wim@fluendo.com>
33713
33714         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33715         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33716         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33717         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33718         (close_link), (type_found), (gst_decode_bin_set_property),
33719         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33720         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33721         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33722         (gst_decode_bin_query), (plugin_init):
33723         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33724         (gst_play_bin_class_init), (gst_play_bin_init),
33725         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33726         (get_video_element), (new_pad), (setup_source),
33727         (gst_play_bin_set_property), (gst_play_bin_get_property),
33728         (gst_play_bin_change_state), (gst_play_bin_add_element),
33729         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33730         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33731         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33732         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33733         * gst/playback/test.c: (main):
33734         More fixes, cleaned up playbin, make it use decodebin. Added
33735         threaded property to playbin.
33736
33737 2004-07-05  Wim Taymans  <wim@fluendo.com>
33738
33739         * configure.ac:
33740         * gst/playback/Makefile.am:
33741         * gst/playback/decodetest.c: (main):
33742         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33743         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33744         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33745         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33746         (close_link), (type_found), (gst_decode_bin_set_property),
33747         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33748         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33749         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33750         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33751         (plugin_init):
33752         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33753         (gst_play_bin_class_init), (gst_play_bin_init),
33754         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33755         (collect_sink_pads), (find_compatibles), (close_pad_link),
33756         (try_to_link_1), (new_pad), (close_link), (type_found),
33757         (setup_source), (gst_play_bin_set_property),
33758         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33759         (compare_ranks), (gst_play_bin_collect_factories),
33760         (gst_play_bin_change_state), (gst_play_bin_add_element),
33761         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33762         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33763         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33764         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33765         * gst/playback/test.c: (main):
33766         Added some playback helper elements and some test apps, very alpha
33767         still.
33768
33769 2004-07-04  Benjamin Otte  <otte@gnome.org>
33770
33771         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33772           only restart audio when we indeed have an xrun to fix repeated
33773           xruns. Fix suggested by Giuliano Pochini.
33774
33775 2004-07-03  David Schleef  <ds@schleef.org>
33776
33777         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33778         call to gst_debug_log() if debugging is disabled (bug #145118)
33779
33780 2004-07-03  Benjamin Otte  <otte@gnome.org>
33781
33782         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33783           use our own functions for restarting the alsa device.
33784         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33785           I should apply patches myself - use MIN for the third argument, not
33786           the second, this fixes seeking
33787
33788 2004-07-02  David Schleef  <ds@schleef.org>
33789
33790         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33791         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33792         do with the logic.
33793
33794 2004-07-02  David Schleef  <ds@schleef.org>
33795
33796         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33797         output buffers.  Fix logic mistake.  (bug #144866)
33798
33799 2004-07-02  David Schleef  <ds@schleef.org>
33800
33801         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33802         on X.  (bug #144753)
33803
33804 2004-07-02  David Schleef  <ds@schleef.org>
33805
33806         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33807         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33808         (bug #144624)
33809         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33810         (gst_osselement_rate_probe_check): Add another workaround for
33811         buggy drivers (bug #145336)
33812
33813 2004-07-02  David Schleef  <ds@schleef.org>
33814
33815         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33816         Most systems don't have MSG_NOSIGNAL.
33817
33818 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33819
33820         * Makefile.am:
33821         * gst-libs/gst/colorbalance/Makefile.am:
33822         * gst-libs/gst/mixer/Makefile.am:
33823         * gst-libs/gst/play/Makefile.am:
33824         * gst-libs/gst/tuner/Makefile.am:
33825           (hopefully) fix both install and dist and make error message useful.
33826           needs testing across automakes.
33827
33828 2004-07-02  Benjamin Otte  <otte@gnome.org>
33829
33830         * ext/ogg/gstogg.c: (plugin_init):
33831           we require bytestream now
33832         * ext/ogg/gstoggdemux.c:
33833           huge diff to implement chain setup in a fast and generic way. This
33834           improves tag reading and startup of huge files (read: Theora videos)
33835           quite a bit. It probably contains bugs, too, so please test.
33836           Seeking is not improved to the fast method.
33837
33838 2004-06-29  Wim Taymans  <wim@fluendo.com>
33839
33840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33841         * ext/ogg/gstoggmux.c:
33842         Fix memleak in oggdemux when running unconnected pads.
33843         doc update in mux, start working on keyframe mode.
33844
33845 2004-06-29  Benjamin Otte  <otte@gnome.org>
33846
33847         * sys/oss/gstosssink.c:
33848         * sys/oss/gstosssrc.c:
33849           advertise correct template caps - we indeed do non-native endianness
33850           and 8bit audio has no endianness
33851         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33853           avoid (wrong) duplications in getcaps function and return
33854           template caps
33855
33856 2004-06-29  Wim Taymans  <wim@fluendo.com>
33857
33858         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33859         (gst_multifdsink_class_init), (gst_multifdsink_add),
33860         (gst_multifdsink_remove), (gst_multifdsink_clear),
33861         (gst_multifdsink_client_remove),
33862         (gst_multifdsink_handle_client_read),
33863         (gst_multifdsink_client_queue_data),
33864         (gst_multifdsink_client_queue_caps),
33865         (gst_multifdsink_client_queue_buffer),
33866         (gst_multifdsink_handle_client_write),
33867         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33868         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33869         (gst_multifdsink_init_send), (gst_multifdsink_close):
33870         Fix wrong GList iteration that could crash the server when
33871         more then 2 clients disconnect at the same time. Read all the
33872         pending commands in one batch to recover from command storms under
33873         very heavy load.
33874
33875 2004-06-28  Wim Taymans  <wim@fluendo.com>
33876
33877         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33878         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33879         (gst_videomixer_pad_set_property),
33880         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33881         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33882         (gst_videomixer_class_init), (gst_videomixer_init),
33883         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33884         (pad_zorder_compare), (gst_videomixer_sort_pads),
33885         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33886         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33887         (gst_videomixer_update_queues), (gst_videomixer_loop),
33888         (plugin_init):
33889         Avoid divide by zero, choose masterpad as the pad with the highest
33890         framerate.
33891
33892 2004-06-27  Julien Moutte  <julien@moutte.net>
33893
33894         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33895         (gst_ximagesink_xwindow_new):
33896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33897         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33898         function directly. We might want to call it from somewhere else one day.
33899
33900 2004-06-27  Julien Moutte  <julien@moutte.net>
33901
33902         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33903         (gst_ximagesink_xwindow_new):
33904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33905         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33906         window decorations.
33907
33908 2004-06-27  Wim Taymans  <wim@fluendo.com>
33909
33910         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33911         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33912         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33913         (gst_dvdec_set_property), (gst_dvdec_get_property):
33914         * ext/dv/gstdvdec.h:
33915         Implement drop_factor property to lower the framerate with
33916         a factor.
33917
33918 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33919
33920         * gst-libs/gst/colorbalance/Makefile.am:
33921         * gst-libs/gst/mixer/Makefile.am:
33922         * gst-libs/gst/play/Makefile.am:
33923         * gst-libs/gst/tuner/Makefile.am:
33924           unbreak Company's fix that didn't install the -enum.h files
33925
33926 2004-06-27  Wim Taymans  <wim@fluendo.com>
33927
33928         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33929         (gst_dvdec_change_state):
33930         * ext/dv/gstdvdec.h:
33931         Fix timestamp, duration and offset of the buffers.
33932
33933 2004-06-27  Wim Taymans  <wim@fluendo.com>
33934
33935         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33936         (gst_multifdsink_class_init), (gst_multifdsink_add),
33937         (gst_multifdsink_remove), (gst_multifdsink_clear),
33938         (gst_multifdsink_client_remove),
33939         (gst_multifdsink_handle_client_read),
33940         (gst_multifdsink_client_queue_data),
33941         (gst_multifdsink_client_queue_caps),
33942         (gst_multifdsink_client_queue_buffer),
33943         (gst_multifdsink_handle_client_write),
33944         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33945         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33946         (gst_multifdsink_init_send), (gst_multifdsink_close):
33947         * gst/tcp/gstmultifdsink.h:
33948         * gst/tcp/gsttcpserversink.c:
33949         (gst_tcpserversink_handle_server_read),
33950         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33951         More multifdsink fixes, more recovery policy fixes.
33952         Removed stupid g_print
33953
33954 2004-06-26  Wim Taymans  <wim@fluendo.com>
33955
33956         * gst/tcp/Makefile.am:
33957         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33958         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33959         (gst_multifdsink_class_init), (gst_multifdsink_init),
33960         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33961         (gst_multifdsink_handle_client_read),
33962         (gst_multifdsink_client_queue_data),
33963         (gst_multifdsink_client_queue_caps),
33964         (gst_multifdsink_client_queue_buffer),
33965         (gst_multifdsink_handle_client_write),
33966         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33967         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33968         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33969         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33970         (gst_multifdsink_close), (gst_multifdsink_change_state):
33971         * gst/tcp/gstmultifdsink.h:
33972         * gst/tcp/gsttcpplugin.c: (plugin_init):
33973         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33974         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33975         (gst_tcpserversink_handle_server_read),
33976         (gst_tcpserversink_handle_select),
33977         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33978         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33979         * gst/tcp/gsttcpserversink.h:
33980         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33981         one of the locks, added recovery policy to multifdsink.
33982
33983 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33984
33985         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33986           fix decision for when getting frames with same timestamp
33987         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33988         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33989         (gst_v4lsrc_get_property):
33990         * sys/v4l/gstv4lsrc.h:
33991           add latency offset property
33992
33993 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33994
33995         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33996         (plugin_init):
33997           fix debugging. add category.
33998
33999 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34000
34001         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34002           fix wrong offsets
34003
34004 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34005
34006         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34007         (gst_alsa_src_get_time), (gst_alsa_src_loop),
34008         (gst_alsa_src_change_state):
34009           return a time that is in sync with the element's processing
34010
34011 2004-06-25  Wim Taymans  <wim@fluendo.com>
34012
34013         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34014         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34015         (gst_tcpserversink_client_remove),
34016         (gst_tcpserversink_handle_client_read),
34017         (gst_tcpserversink_client_queue_data),
34018         (gst_tcpserversink_client_queue_caps),
34019         (gst_tcpserversink_client_queue_buffer),
34020         (gst_tcpserversink_handle_client_write),
34021         (gst_tcpserversink_queue_buffer),
34022         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
34023         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
34024         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
34025         (gst_tcpserversink_close):
34026         * gst/tcp/gsttcpserversink.h:
34027         Serversink rewrite. Really do non blocking writes to clients and
34028         maintain an internal queue to handle slower clients while not
34029         disturbing fast clients.
34030
34031 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34032
34033         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34034           better debug, don't override OFFSET and OFFSET_END
34035
34036 2004-06-25  Iain <iain@prettypeople.org>
34037
34038         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
34039         name=source for the wavparse pipeline.
34040
34041 2004-06-24  Johan Dahlin  <johan@gnome.org>
34042
34043         * ext/theora/theoraenc.c (theora_enc_chain): Call
34044         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
34045         streamheader caps are set correctly.
34046
34047 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34048
34049         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34050         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
34051           respect minimum bitrate; same could be done for max bitrate
34052
34053 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34054
34055         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34056         (gst_vorbisenc_setup):
34057           fix sample rate range
34058
34059 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34060
34061         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
34062         (gst_oggvorbisenc_setup):
34063         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
34064         (gst_vorbisenc_setup):
34065           resolve ambiguities in code and description
34066
34067 2004-06-24  Wim Taymans  <wim@fluendo.com>
34068
34069         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
34070         * ext/alsa/gstalsa.h:
34071         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34072         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
34073         Use alsa trigger_tstamp to get the timestamp of the first
34074         sample in the buffer for more precise sync. Some cleanups.
34075
34076 2004-06-24  Wim Taymans  <wim@fluendo.com>
34077
34078         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
34079         (gst_audiorate_init), (gst_audiorate_chain),
34080         (gst_audiorate_set_property), (gst_audiorate_get_property):
34081         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34082         (gst_videorate_chain):
34083         Added some logging, fixed an overflow bug in videorate.
34084
34085 2004-06-24  Benjamin Otte  <otte@gnome.org>
34086
34087         * ext/kio/Makefile.am:
34088           fix for builddir != srcdir and distcheck
34089
34090 2004-06-24  Benjamin Otte  <otte@gnome.org>
34091
34092         * gst-libs/gst/colorbalance/Makefile.am:
34093         * gst-libs/gst/mixer/Makefile.am:
34094         * gst-libs/gst/play/Makefile.am:
34095         * gst-libs/gst/tuner/Makefile.am:
34096         * gst/tcp/Makefile.am:
34097         * sys/dxr3/Makefile.am:
34098           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
34099           tarball.
34100           Also add all *.list files that were missing.
34101         * Makefile.am:
34102           add a distcheck hook to ensure the above doesn't happen again.
34103
34104 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
34105
34106         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
34107
34108 2004-06-23  Colin Walters  <walters@redhat.com>
34109
34110         * m4/Makefile.am: Distribute gst-fionread.m4.
34111
34112 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34113
34114         * configure.ac: back to dev
34115
34116 2004-06-23  Wim Taymans  <wim@fluendo.com>
34117
34118         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34119         (gst_alsa_xrun_recovery):
34120         * ext/alsa/gstalsa.h:
34121         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34122         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34123         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34124         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34125         (gst_alsa_src_loop):
34126         Add clock to alsasrc. Take new capture timestamp when
34127         restarting after an overrun. Split up some functions between
34128         alsasrc and alsasink.
34129
34130 === release 0.8.2 ===
34131
34132 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34133
34134         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34135         (gst_alsa_change_state), (gst_alsa_update_avail),
34136         (gst_alsa_xrun_recovery):
34137         * ext/alsa/gstalsa.h:
34138         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34139           merge back changes from release
34140
34141 2004-06-23  Wim Taymans  <wim@fluendo.com>
34142
34143         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34144         (gst_audiorate_init), (gst_audiorate_chain),
34145         (gst_audiorate_set_property), (gst_audiorate_get_property):
34146         Implement sample dropping and notify
34147
34148 2004-06-22  Wim Taymans  <wim@fluendo.com>
34149
34150         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34151         (theora_enc_sink_link), (theora_buffer_from_packet),
34152         (theora_push_packet), (theora_enc_chain):
34153         Some cleanups, make sure the timestamps are correct.
34154
34155 2004-06-22  Wim Taymans  <wim@fluendo.com>
34156
34157         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34158         (gst_alsa_change_state), (gst_alsa_update_avail),
34159         (gst_alsa_xrun_recovery):
34160         * ext/alsa/gstalsa.h:
34161         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34162         Cleanups, take queued samples into account when reporting
34163         the time.
34164
34165 2004-06-22  Wim Taymans  <wim@fluendo.com>
34166
34167         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34168         (gst_videorate_init):
34169         Initialize the property as well.
34170
34171 2004-06-22  Wim Taymans  <wim@fluendo.com>
34172
34173         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34174         (gst_videorate_init), (gst_videorate_chain),
34175         (gst_videorate_set_property), (gst_videorate_get_property):
34176         Add property to make videorate silent.
34177         Add property to prefer new frames over old ones.
34178
34179 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34180
34181         * sys/osxvideo/Makefile.am:
34182         Workaround so that the osxvideo .so file gets linked with the
34183         Cocoa, OpenGL and QuickTime frameworks
34184
34185 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34186
34187         * sys/osxaudio/Makefile.am:
34188         Workaround so that the osxaudio .so file gets linked with the
34189         CoreAudio framework
34190
34191 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34192
34193         * configure.ac:
34194         Whoops, my fault...fixed build issues
34195
34196 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34197
34198         * configure.ac:
34199         Add objective-c support if running in Darwin/Mac OS X
34200         * sys/Makefile.am:
34201         * sys/osxvideo:
34202         * sys/osxvideo/Makefile.am:
34203         * sys/osxvideo/osxvideosink.h:
34204         * sys/osxvideo/osxvideosink.m:
34205         * sys/osxvideo/cocoawindow.h:
34206         * sys/osxvideo/cocoawindow.m:
34207         Add osxvideosink, a cocoa-based osx video sink
34208
34209
34210 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34211         * ext/dvdnav/gst-dvd:
34212         Grab the gconf key from the right spot
34213         * gst/debug/gstnavseek.c: (gst_navseek_init),
34214         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34215         (gst_navseek_chain):
34216         * gst/debug/gstnavseek.h:
34217           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34218           and loop parameters of a segment seek.
34219         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34220         (gst_videotestsrc_get_event_masks),
34221         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34222         * gst/videotestsrc/gstvideotestsrc.h:
34223           Add seeking support to videotestsrc
34224           Initialise the timestamp_offset variable.
34225
34226 2004-06-18  Wim Taymans  <wim@fluendo.com>
34227
34228         * ext/sidplay/gstsiddec.cc:
34229         Fix negotiation and set correct end offset.
34230
34231 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34232
34233         * configure.ac: branch and prerelease
34234
34235 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34236
34237         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34238         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34239         (gst_tcpclientsrc_init_receive):
34240         * gst/tcp/gsttcpclientsrc.h:
34241           read caps when connecting to server for GDP so we set them correctly
34242
34243 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34244
34245         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34246           notify drops and duplicates
34247         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34248           no good reason to limit ourselves to 100x100
34249
34250 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34251
34252         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34253         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34254         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34255         (gst_v4lsrc_get_property):
34256         * sys/v4l/gstv4lsrc.h:
34257         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34258         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34259         (gst_v4l_set_audio):
34260         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34261         (gst_v4lsrc_try_capture):
34262         * sys/v4l/v4lsrc_calls.h:
34263           change try_palette to more general try_capture
34264           add autoprobe option so we can turn off autoprobing
34265           various fixes
34266
34267 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34268
34269         * configure.ac:
34270           add videorate
34271         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34272         (gst_ximagesink_class_init):
34273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34274         (gst_xvimagesink_class_init):
34275           run them as finalize, not dispose, since dispose can be invoked
34276           multiple times
34277
34278 2004-06-17  Wim Taymans  <wim@fluendo.com>
34279
34280         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34281         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34282         * ext/alsa/gstalsa.h:
34283         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34284         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34285         (gst_alsa_src_change_state):
34286         * ext/alsa/gstalsasrc.h:
34287         Make the xrun code timestamp and offset the buffers correctly.
34288         moved the clock to the base class, use alsa methods to get time.
34289         Do correct timestamping on outgoing buffers.
34290
34291 2004-06-17  Wim Taymans  <wim@fluendo.com>
34292
34293         * gst/audiorate/Makefile.am:
34294         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34295         (gst_audiorate_base_init), (gst_audiorate_class_init),
34296         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34297         (gst_audiorate_set_property), (gst_audiorate_get_property),
34298         (gst_audiorate_change_state), (plugin_init):
34299         Added an audiorate converter that fills in gaps.
34300
34301 2004-06-17  Johan Dahlin  <johan@gnome.org>
34302
34303         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34304
34305 2004-06-16  Wim Taymans  <wim@fluendo.com>
34306
34307         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34308         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34309         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34310         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34311         (gst_v4lsrc_get_property):
34312         * sys/v4l/gstv4lsrc.h:
34313         Added a copy mode to v4lsrc where it will output a copied version
34314         of its internal hardware buffer.
34315         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34316         can't | them.
34317
34318 2004-06-16  Wim Taymans  <wim@fluendo.com>
34319
34320         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34321         Timestamp fixes.
34322
34323 2004-06-16  Wim Taymans  <wim@fluendo.com>
34324
34325         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34326         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34327         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34328         (gst_v4lsrc_get_property):
34329         * sys/v4l/gstv4lsrc.h:
34330         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34331         Added a sync mode enum property to control v4lsrc timestamp method
34332         Removed the use-fixed-fps property and moved functionality in
34333         the enum.
34334         Don't error on an error value from v4l-conf, it might not always
34335         be a real error.
34336
34337 2004-06-16  Wim Taymans  <wim@fluendo.com>
34338
34339         * gst/videorate/Makefile.am:
34340         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34341         (gst_videorate_base_init), (gst_videorate_class_init),
34342         (gst_videorate_getcaps), (gst_videorate_link),
34343         (gst_videorate_init), (gst_videorate_chain),
34344         (gst_videorate_set_property), (gst_videorate_get_property),
34345         (gst_videorate_change_state), (plugin_init):
34346         Added a video timestamp corrector.
34347
34348 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34349
34350         fixed a potential leak with previous commit
34351
34352         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34353
34354 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34355
34356         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34357         Added missing refcount, fixes bug #144425
34358         Cheers Tim for finding the bug
34359
34360 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34361
34362         * sys/v4l/gstv4l.c: (plugin_init):
34363         * sys/v4l/gstv4lcolorbalance.c:
34364         * sys/v4l/gstv4lcolorbalance.h:
34365         * sys/v4l/gstv4lelement.c:
34366         * sys/v4l/gstv4lelement.h:
34367         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34368         * sys/v4l/gstv4lmjpegsink.h:
34369         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34370         * sys/v4l/gstv4lmjpegsrc.h:
34371         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34372         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34373         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34374         * sys/v4l/gstv4lsrc.h:
34375         * sys/v4l/gstv4ltuner.c:
34376         * sys/v4l/gstv4ltuner.h:
34377         * sys/v4l/gstv4lxoverlay.c:
34378         * sys/v4l/gstv4lxoverlay.h:
34379         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34380         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34381         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34382         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34383         (gst_v4l_set_audio):
34384         * sys/v4l/v4l_calls.h:
34385         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34386         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34387         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34388         (gst_v4lmjpegsink_playback_init),
34389         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34390         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34391         (gst_v4lmjpegsink_playback_stop),
34392         (gst_v4lmjpegsink_playback_deinit):
34393         * sys/v4l/v4lmjpegsink_calls.h:
34394         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34395         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34396         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34397         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34398         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34399         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34400         * sys/v4l/v4lmjpegsrc_calls.h:
34401         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34402         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34403         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34404         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34405         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34406         (gst_v4lsrc_try_palette):
34407         * sys/v4l/v4lsrc_calls.h:
34408           bunch of paranoia cleanups
34409
34410 2004-06-14  David Schleef  <ds@schleef.org>
34411
34412         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34413         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34414         Send discont events and change timestamps appropriately when
34415         we get a seek event.  (bug #144240)
34416         * ext/cdparanoia/gstcdparanoia.h:
34417
34418 2004-06-14  Benjamin Otte  <otte@gnome.org>
34419
34420         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34421           snd_pcm_hw_params_set_rate  since the latter fails for no good
34422           reason on some setups.
34423
34424 2004-06-14  David Schleef  <ds@schleef.org>
34425
34426         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34427         standard.  Thank you for playing.
34428
34429 2004-06-14  Wim Taymans  <wim@fluendo.com>
34430
34431         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34432         Patch 1.3 broke the ordering of the colorspace info and
34433         made the plugin basically work by coincidence, reordered
34434         the info.
34435
34436 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34437
34438         * ext/lame/gstlame.c:
34439         * ext/mad/gstmad.c:
34440           sync caps.  Make sure mad can only output a list of rates, not
34441           a full range.  In the future, have three caps lists for each of the
34442           mpeg versions.  Change mpegversion to a double as well.
34443
34444 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34445
34446         * gst/volume/.cvsignore:
34447         * gst/volume/Makefile.am:
34448         * gst/volume/demo.c: (value_changed_callback), (idler),
34449         (setup_gui), (main):
34450           added small demo app
34451
34452 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34453         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34454         * ext/esd/esdsink.h:
34455         Close the esd connection on pause, because esd will just wait -
34456         blocking all other esd clients indefinitely.
34457
34458 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34459
34460         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34461           previous commit with GST_DEBUG
34462
34463 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34464
34465         * configure.ac:
34466           add a header check for a dvdread header in dvdnav.  Fixes #133002
34467
34468 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34469
34470         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34471         * gst/tcp/gsttcpclientsink.h:
34472         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34473         * gst/tcp/gsttcpclientsrc.h:
34474         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34475         (gst_tcpserversink_handle_server_read),
34476         (gst_tcpserversink_init_send):
34477         * gst/tcp/gsttcpserversink.h:
34478         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34479         * gst/tcp/gsttcpserversrc.h:
34480         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34481         version of IP)
34482
34483 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34484
34485         * configure.ac:
34486         Added ogg library so that OSX detects libtheora properly
34487
34488 2004-06-11  Wim Taymans  <wim@fluendo.com>
34489
34490         * ext/theora/theoradec.c: (theora_dec_chain),
34491         (theora_dec_change_state):
34492         Don't try to decode frames before we received a keyframe.
34493
34494 2004-06-11  Wim Taymans  <wim@fluendo.com>
34495
34496         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34497         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34498         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34499         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34500         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34501         Added property to set the maximum delay of a page.
34502
34503 2004-06-10  Wim Taymans  <wim@fluendo.com>
34504
34505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34506         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34507         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34508         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34509         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34510         Added max-delay property to control the maximum amount
34511         of data to put in one page.
34512
34513 2004-06-10  Wim Taymans  <wim@fluendo.com>
34514
34515         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34516         (gst_theora_enc_init), (theora_enc_sink_link),
34517         (theora_buffer_from_packet), (theora_enc_set_property),
34518         (theora_enc_get_property):
34519         Set duration on encoded buffer, added some more properties
34520
34521 2004-06-10  Wim Taymans  <wim@fluendo.com>
34522
34523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34524         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34525         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34526         * ext/theora/theoraenc.c: (theora_enc_chain):
34527         Fix refcounting bugs
34528
34529 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34530
34531         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34532         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34533         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34534         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34535         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34536         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34537         (gst_asf_demux_change_state):
34538         * gst/asfdemux/gstasfdemux.h:
34539           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34540           feels like. I think we should set a new requirement for demuxers
34541           from now on to implement sane loop functions, data loops, query
34542           and seek functions before first commit into CVS. And this commit
34543           fixes all of the above.
34544
34545 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34546
34547         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34548           vorbis comments are properly encoded in UTF-8 before adding them
34549           to a GstTagList
34550
34551 2004-06-09  Benjamin Otte  <otte@gnome.org>
34552
34553         * ext/alsa/gstalsa.c: (add_channels):
34554           handle min <= max correctly
34555         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34556         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34557           add fixation functions so we fixate correctly. No preferring of alaw
34558           anymore because it's the first structure.
34559         * ext/alsa/gstalsa.h:
34560         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34561         (gst_alsa_hw_params_dump):
34562           add functions to ease debugging in alsalib
34563         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34564         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34565         (gst_alsa_start_audio):
34566           only specify hw params if we really setup a format (fixes #134007 -
34567           or at least works around it)
34568
34569 2004-06-09  Wim Taymans  <wim@fluendo.com>
34570
34571         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34572         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34573         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34574         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34575         (gst_ogg_mux_loop):
34576         Use stream caps to setup the initial pages in the ogg stream.
34577         Correctly set the streamheader caps on the srcpad.
34578
34579 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34580
34581         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34582         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34583         (gst_v4lsrc_getcaps):
34584         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34585         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34586           add querying of fps lists for webcams.  Negotiating to a framerate
34587           now works.
34588
34589 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34590
34591         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34592         (theora_push_buffer), (theora_push_packet),
34593         (theora_set_header_on_caps), (theora_enc_chain):
34594           mark buffers and put on streamheader, raw theora streaming
34595           now works too, whee
34596
34597 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34598
34599         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34600         (gst_tcp_gdp_read_caps):
34601           do a looping read for caps and GDP headers too
34602
34603 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34604
34605         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34606         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34607           return EOS instead of NULL in _get
34608
34609 2004-06-08  Wim Taymans  <wim@fluendo.com>
34610
34611         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34612         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34613         (gst_tcp_gdp_write_caps):
34614         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34615         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34616         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34617         Memory leak fixes
34618
34619 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34620
34621         * ext/vorbis/Makefile.am:
34622         * ext/vorbis/vorbis.c: (plugin_init):
34623         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34624         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34625         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34626         (vorbis_parse_change_state):
34627         * ext/vorbis/vorbisparse.h:
34628           adding a vorbisparse element that marks the buffers, streaming
34629           raw vorbis using GDP now works, whee
34630
34631 2004-06-08  Wim Taymans  <wim@fluendo.com>
34632
34633         * ext/jpeg/Makefile.am:
34634         * ext/jpeg/README:
34635         * ext/jpeg/gstjpeg.c: (plugin_init):
34636         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34637         (gst_smokedec_base_init), (gst_smokedec_class_init),
34638         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34639         * ext/jpeg/gstsmokedec.h:
34640         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34641         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34642         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34643         (gst_smokeenc_resync), (gst_smokeenc_chain),
34644         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34645         * ext/jpeg/gstsmokeenc.h:
34646         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34647         (smokecodec_flush_destination), (smokecodec_term_destination),
34648         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34649         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34650         (smokecodec_term_source), (smokecodec_encode_new),
34651         (smokecodec_decode_new), (smokecodec_info_free),
34652         (smokecodec_set_quality), (smokecodec_get_quality),
34653         (smokecodec_set_threshold), (smokecodec_get_threshold),
34654         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34655         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34656         (smokecodec_parse_header), (smokecodec_decode):
34657         * ext/jpeg/smokecodec.h:
34658         Added a new simple jpeg based codec
34659
34660 2004-06-08  Wim Taymans  <wim@fluendo.com>
34661
34662         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34663         (gst_multipart_mux_loop):
34664         Fix memory leak
34665
34666 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34667
34668         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34669         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34670         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34671         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34672         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34673         * gst/tcp/gsttcpserversink.h:
34674           take streamheader into account
34675
34676 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34677
34678         * gst/level/Makefile.am:
34679         * gst/level/gstlevel.c: (gst_level_class_init):
34680           clean up marshal generation
34681
34682 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34683
34684         * gst/tcp/Makefile.am:
34685         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34686         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34687         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34688         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34689         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34690         (gst_tcpclientsrc_get_property):
34691         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34692         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34693         (gst_tcpserversink_handle_client_read),
34694         (gst_tcpserversink_handle_client_write),
34695         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34696         * gst/tcp/gsttcpserversink.h:
34697           add signals client-added and client-removed
34698         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34699         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34700         (gst_tcpserversrc_get_property):
34701         uniformized, change default protocol to NONE
34702         * gst/tcp/gsttcp-marshal.list: added
34703 2004-06-07  Benjamin Otte  <otte@gnome.org>
34704
34705         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34706           handle discont events if they happen before caps nego
34707
34708 2004-06-07  Wim Taymans  <wim@fluendo.com>
34709
34710         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34711         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34712         (gst_multipart_demux_plugin_init):
34713         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34714         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34715         (gst_multipart_mux_change_state):
34716         Small updates, fix a memleak
34717
34718 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34719
34720         * configure.ac: OSS portability
34721         * ext/arts/gst_arts.c: idem
34722         * sys/oss/gstosselement.c: idem
34723         * sys/oss/gstossmixer.c: idem
34724         * sys/oss/gstosssink.c: idem
34725         * sys/oss/gstosssrc.c: idem
34726         * sys/oss/oss_probe.c: idem
34727           - check for soundcard.h in different places for some BSD
34728
34729 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34730
34731         * AUTHORS:
34732         Add me to the authors file
34733         * configure.ac:
34734         Increase the libdv requirement to >= version 0.100
34735         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34736         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34737         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34738         * ext/dv/gstdvdec.h:
34739         Add support for the new_media flag when sending DISCONT events
34740         Make the querying work when video pad is not linked
34741
34742 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34743
34744         reviewed by Benjamin Otte  <otte@gnome.org>
34745
34746         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34747           create a NULL-initialized array of pads, so we don't think they
34748           exist already. (fixes #143130)
34749
34750 2004-06-07  Benjamin Otte  <otte@gnome.org>
34751
34752         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34753         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34754         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34755           don't use // coments
34756
34757 2004-06-07  Benjamin Otte  <otte@gnome.org>
34758
34759         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34760           cast to GstClockTime to get higher granularity
34761         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34762           use gst_element_set_time_delay to get the exact time
34763         * ext/mad/gstmad.c: (gst_mad_chain):
34764           use the negotiated rate instead of the current frame's rate which
34765           might be wrong because of bit errors. This avoids emitting totally
34766           bogus timestamps and screwing sync.
34767         (fixes #143454)
34768
34769 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34770
34771         reviewed by Benjamin Otte  <otte@gnome.org>
34772
34773         * gst/adder/gstadder.c: (gst_adder_loop):
34774           properly error out when no negotiation has happened yet. (fixes
34775           #143032)
34776
34777 2004-06-06  Benjamin Otte  <otte@gnome.org>
34778
34779         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34780           forward correctly transformed offset in discont events. Based on
34781           patch by Arwed v. Merkatz. (fixes #142851)
34782
34783 2004-06-06  David Schleef  <ds@schleef.org>
34784
34785         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34786         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34787         problems on several systems.
34788
34789 2004-06-06  Benjamin Otte  <otte@gnome.org>
34790
34791         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34792           use explicit caps on the srcpad
34793         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34794           properly error out if caps couldn't be set (fixes #142764)
34795
34796 2004-06-06  Benjamin Otte  <otte@gnome.org>
34797
34798         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34799         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34800         (gst_alsa_start_audio):
34801           - don't call set_periods_integer anymore, it breaks the
34802           configuration randomly
34803           - call snd_pcm_hw_params_set_access directly instead of using masks
34804           - don't fail if the sw_params can't be set, just use the default
34805           params and hope it works. Alsalib has weird issues when you touch
34806           sw_params and does no proper error reporting about what failed.
34807         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34808         (gst_alsa_close_audio):
34809           make our alsa debugging go via gst debugging and not conditionally
34810           defined
34811         * ext/alsa/gstalsa.h:
34812           add ALSA_DEBUG_FLUSH macro
34813         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34814         (plugin_init):
34815           wrap alsa errors to be printed via the gst debugging system and not
34816           spammed to stderr
34817
34818 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34819
34820         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34821         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34822         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34823         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34824         (qtdemux_parse_trak):
34825         * gst/qtdemux/qtdemux.h:
34826           Bitch. Also known as seeking, querying & co.
34827         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34828         (gst_osssink_change_state):
34829         * sys/oss/gstosssink.h:
34830           Resyncing is for weenies, this hack is no longer needed and was
34831           broken anyway (since it - unintendedly - always leaves resync to
34832           TRUE).
34833
34834 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34835
34836         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34837         * gst/tcp/gsttcpclientsrc.h: idem
34838           - define MSG_NOSIGNAL if not done
34839           - include unistd.h for off_t
34840           (fixes #143749)
34841
34842 2004-06-05  Benjamin Otte  <otte@gnome.org>
34843
34844         * configure.ac:
34845         * ext/kio/Makefile.am:
34846           check for qt's moc preprocessor explicitly and use it
34847
34848 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34849
34850         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34851           don't get a signal for EPIPE on socket writes
34852           (somebody check if this works on other platforms)
34853
34854 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34855
34856         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34857         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34858           check error condition on available samples correctly
34859
34860 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34861
34862         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34863           avoid a segfault
34864         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34865         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34866         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34867         (gst_tcpserversrc_gdp_read_header):
34868          use ssize_t over size_t since the former is signed and thus the
34869          check for error codes can work
34870
34871 2004-06-02  Wim Taymans  <wim@fluendo.com>
34872
34873         reviewed by: Johan
34874
34875         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34876         (gst_multipart_mux_loop):
34877         Oops
34878
34879 2004-06-02  Wim Taymans  <wim@fluendo.com>
34880
34881         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34882         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34883         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34884         (gst_multipart_mux_change_state):
34885         Added configurable boundary specifier, added the value as a
34886         caps field as well.
34887
34888 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34889
34890         * gst/tcp/gsttcp.c:
34891         * gst/tcp/gsttcpclientsrc.c:
34892         * gst/tcp/gsttcpclientsrc.h:
34893         * gst/tcp/gsttcpserversrc.c:
34894           - portability fix, to compile on OSX
34895             (fixes #143146)
34896
34897         * sys/osxaudio/gstosxaudioelement.c:
34898         * sys/osxaudio/gstosxaudiosink.c:
34899         * sys/osxaudio/gstosxaudiosrc.c:
34900           - compilation warnings on OSX
34901             (fixes #143153)
34902
34903 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34904
34905         * ext/vorbis/vorbisdec.c : sign warning fixes
34906
34907         * gst-libs/gst/mixer/mixertrack.c :
34908           do no use defines which are glib 2.4 specific
34909
34910 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34911
34912         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34913           buffer since libflac doesn't expect it (reports a sync error when
34914           it encounters that)
34915
34916
34917 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34918
34919         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34920         * gst-libs/gst/mixer/mixertrack.c:
34921         (gst_mixer_track_get_property), (get_mixer_track_init),
34922         (get_mixer_track_get_property): Added property accessors
34923         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34924         * gst-libs/gst/mixer/mixeroptions.c:
34925         (gst_mixer_options_get_values): Added
34926         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34927         * gst-libs/gst/mixer/mixer.c: Fixed comment
34928
34929
34930 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34931
34932         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34933           improve error messages on open
34934
34935
34936 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34937
34938         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34939           check if v4l-conf is in path
34940
34941 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34942
34943         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34944           change assert to a more readable error message
34945
34946 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34947
34948         * gst-libs/gst/tuner/tunerchannel.h:
34949           - add a freq_multiplicator field to make the conversion
34950             between internal frequency unit and Hz
34951         * sys/v4l/gstv4lelement.c:
34952         * sys/v4l2/gstv4l2element.c:
34953           - change default video device to /dev/video0
34954         * sys/v4l/v4l_calls.c:
34955         * sys/v4l2/v4l2_calls.c:
34956           - we only expose frequency to the user in Hz instead of
34957             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34958
34959 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34960         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34961           Initialise b_o_s and e_o_s variables
34962         * gst-libs/gst/riff/riff-media.c:
34963         (gst_riff_create_video_caps_with_data):
34964           Add some unusual fourcc's from mplayer avi's
34965         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34966           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34967           autoplugging.
34968
34969 2004-05-28  Wim Taymans  <wim@fluendo.com>
34970
34971         * configure.ac:
34972         * gst/alpha/Makefile.am:
34973         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34974         (gst_alpha_get_type), (gst_alpha_base_init),
34975         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34976         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34977         (gst_alpha_chroma_key), (gst_alpha_chain),
34978         (gst_alpha_change_state), (plugin_init):
34979         A plugin to add an alpha channel to I420 video. Can optionally do
34980         chroma keying.
34981         * gst/multipart/Makefile.am:
34982         * gst/multipart/multipart.c: (plugin_init):
34983         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34984         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34985         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34986         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34987         (gst_multipart_demux_change_state),
34988         (gst_multipart_demux_plugin_init):
34989         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34990         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34991         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34992         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34993         (gst_multipart_mux_pad_unlink),
34994         (gst_multipart_mux_request_new_pad),
34995         (gst_multipart_mux_handle_src_event),
34996         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34997         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34998         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34999         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
35000         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
35001         send multipart jpeg images to a browser.
35002         * gst/videobox/Makefile.am:
35003         * gst/videobox/README:
35004         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
35005         (gst_video_box_get_type), (gst_video_box_base_init),
35006         (gst_video_box_class_init), (gst_video_box_init),
35007         (gst_video_box_set_property), (gst_video_box_get_property),
35008         (gst_video_box_sink_link), (gst_video_box_i420),
35009         (gst_video_box_ayuv), (gst_video_box_chain),
35010         (gst_video_box_change_state), (plugin_init):
35011         Crops or adds borders around an image. can do alpha channel
35012         borders as well.
35013         * gst/videomixer/Makefile.am:
35014         * gst/videomixer/README:
35015         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
35016         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
35017         (gst_videomixer_pad_get_sink_event_masks),
35018         (gst_videomixer_pad_get_property),
35019         (gst_videomixer_pad_set_property),
35020         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
35021         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
35022         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
35023         (gst_videomixer_base_init), (gst_videomixer_class_init),
35024         (gst_videomixer_init), (gst_videomixer_request_new_pad),
35025         (gst_videomixer_handle_src_event),
35026         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
35027         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
35028         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
35029         (gst_videomixer_loop), (gst_videomixer_get_property),
35030         (gst_videomixer_set_property), (gst_videomixer_change_state),
35031         (plugin_init):
35032         Generic video mixer plugin, can handle multiple inputs all with
35033         different framerates and video sizes. Is fully alpha channel
35034         aware.
35035
35036 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35037
35038         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35039           Select first track as master track. Not sure how else to handle
35040           that...
35041         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
35042           Discard discont events. Should fix #142962.
35043
35044 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35045
35046         * ext/alsa/Makefile.am:
35047         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
35048         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
35049         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
35050         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
35051         (gst_alsa_mixer_get_option):
35052         * ext/alsa/gstalsamixer.h:
35053         * ext/alsa/gstalsamixeroptions.c:
35054         (gst_alsa_mixer_options_get_type),
35055         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
35056         (gst_alsa_mixer_options_new):
35057         * ext/alsa/gstalsamixeroptions.h:
35058         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
35059         * ext/alsa/gstalsamixertrack.h:
35060           Add enumerations (as GstMixerOptions). Make correct distinction
35061           between input/output tracks. Add capture/playback private flag.
35062           Use flag to decide on whether to set capture or playback volumes
35063           or switches. Use playback and record switches.
35064         * gst-libs/gst/mixer/Makefile.am:
35065         * gst-libs/gst/mixer/mixer-marshal.list:
35066         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
35067         (gst_mixer_set_option), (gst_mixer_get_option),
35068         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
35069         (gst_mixer_volume_changed), (gst_mixer_option_changed):
35070         * gst-libs/gst/mixer/mixer.h:
35071         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
35072         (gst_mixer_options_class_init), (gst_mixer_options_init),
35073         (gst_mixer_options_dispose):
35074         * gst-libs/gst/mixer/mixeroptions.h:
35075           Add GstMixerOptions.
35076         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35077           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
35078           broken device detection on computers with multiple OSS sound
35079           cards.
35080
35081 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35082
35083         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35084           fixate nicely even when the peer is not negotiating
35085
35086 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35087
35088         * gst/audioconvert/gstaudioconvert.c:
35089         (gst_audio_convert_parse_caps):
35090           make sure we don't allow depth > width
35091         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35092           fixate endianness to G_BYTE_ORDER as default
35093         * gst/audioscale/gstaudioscale.c:
35094           we don't handle another endianness as host-endianness
35095
35096 2004-05-25  David Schleef  <ds@schleef.org>
35097
35098         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
35099
35100 2004-05-24  Benjamin Otte  <otte@gnome.org>
35101
35102         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
35103         (gst_oggvorbisenc_setup):
35104           properly fail when we can't setup the vorbis encoder due to
35105           unsupported settings
35106         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
35107         (gst_vorbisenc_setup):
35108           same
35109         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35110           fix case where warnings occured when one pad was unlinked while the
35111           other's link function was called
35112
35113 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
35114
35115         * gst/tcp/Makefile.am:
35116           use GST_ENABLE_NEW
35117
35118 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35119
35120         * gst-libs/gst/resample/private.h:
35121           don't use optimizations that are #if 0'ed
35122
35123 2004-05-24  Wim Taymans  <wim@fluendo.com>
35124
35125         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35126         Fix potential division by zero error and hopefully get
35127         the position query right to get correct timestamps on avi
35128         audio.
35129
35130 2004-05-24  Wim Taymans  <wim@fluendo.com>
35131
35132         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35133         (gst_videoscale_scale_nearest_str2),
35134         (gst_videoscale_scale_nearest_str4),
35135         (gst_videoscale_scale_nearest_32bit),
35136         (gst_videoscale_scale_nearest_24bit),
35137         (gst_videoscale_scale_nearest_16bit):
35138         Fix the scaling algorithm and avoid a buffer overflow.
35139         removed the while loop in the scaling function as it
35140         was used for point sampling only.
35141
35142 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35143
35144         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35145         (gst_id3_tag_class_init), (gst_id3_tag_init),
35146         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35147         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35148         (gst_id3_tag_send_tag_event):
35149           lots of fixes to make id3mux work and id3demux work correctly
35150
35151 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35152
35153         * ext/Makefile.am:
35154           add rules to build shout2send (was removed by accident
35155           when this module was no more marked experimental/broken)
35156
35157 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35158
35159         * ext/shout2/gstshout2.c:
35160         * ext/shout2/gstshout2.h:
35161           adding a "connection problem" signal to shout2send
35162           (fixes #142954)
35163
35164 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35165
35166         * ext/kio/kioreceiver.cpp:
35167         * ext/kio/kioreceiver.h:
35168           fix sign comparison issues
35169
35170 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35171
35172         * gst/cdxaparse/gstcdxaparse.c:
35173         * gst/cdxaparse/gstcdxaparse.h:
35174           some renaming
35175           add some checks/sanity
35176           prepare for seek addition
35177
35178         * sys/sunaudio/gstsunaudio.c:
35179           remove exported dupe init function
35180
35181 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
35182
35183         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35184         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35185           Fix format conversion and position querying.
35186         * gst/debug/progressreport.c: (gst_progressreport_report):
35187           Don't output a bogus total value that we didn't query.
35188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35189           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35190           only a blank window after xine has been used.
35191
35192 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35193
35194         * m4/as-arts.m4:
35195           sync with upstream version to fix test on FC2
35196           readd with -ko to preserve Id header
35197
35198 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35199
35200         * configure.ac:
35201           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35202         * gst/tcp/gsttcpclientsrc.c: idem
35203         * gst/tcp/gsttcpserversink.c: idem
35204         * gst/tcp/gsttcpserversrc.c: idem
35205         * m4/gst-fionread.m4: idem
35206
35207         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35208
35209         * configure.ac: enable speex plugin for speex 1.1.5+
35210         * ext/speex/gstspeexenc.c: fix cast warning
35211
35212         * ext/esd/README: fix typo
35213
35214 2004-05-20  David Schleef  <ds@schleef.org>
35215
35216         * configure.ac: Minor cosmetic change to convince the buildbot to
35217         reautogen.
35218         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35219         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35220         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35221         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35222         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35223         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35224         More hacking.  Plays audio now.
35225
35226 2004-05-20  David Schleef  <ds@schleef.org>
35227
35228         * configure.ac:
35229         * sys/Makefile.am:
35230
35231 2004-05-20  David Schleef  <ds@schleef.org>
35232
35233         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35234         * sys/osxaudio/gstosxaudio.c:
35235         * sys/osxaudio/gstosxaudioelement.c:
35236         * sys/osxaudio/gstosxaudioelement.h:
35237         * sys/osxaudio/gstosxaudiosink.c:
35238         * sys/osxaudio/gstosxaudiosink.h:
35239         * sys/osxaudio/gstosxaudiosrc.c:
35240         * sys/osxaudio/gstosxaudiosrc.h:
35241
35242 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35243
35244         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35245         (gst_vorbisenc_chain):
35246           put the codec headers on the caps as streamheader as well as
35247           pushing them out
35248
35249 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35250
35251         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35252         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35253         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35254         split up push_packet into two functions
35255
35256 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35257
35258         * gst/tcp/.cvsignore:
35259           ignore enums
35260         * gst/tcp/Makefile.am:
35261         * gst/tcp/README:
35262         * gst/tcp/gsttcp.c:
35263         * gst/tcp/gsttcp.h:
35264         * gst/tcp/gsttcpclientsink.c:
35265         * gst/tcp/gsttcpclientsink.h:
35266         * gst/tcp/gsttcpclientsrc.c:
35267         * gst/tcp/gsttcpclientsrc.h:
35268         * gst/tcp/gsttcpplugin.c:
35269         * gst/tcp/gsttcpserversink.c:
35270         * gst/tcp/gsttcpserversink.h:
35271         * gst/tcp/gsttcpserversrc.c:
35272         * gst/tcp/gsttcpserversrc.h:
35273           add new tcp elements
35274
35275 2004-05-19  Wim Taymans  <wim@fluendo.com>
35276
35277         * gst/law/mulaw-conversion.c: (mulaw_encode):
35278         Fix overflow bug in ulaw encoding.
35279
35280 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35281
35282         * ext/mad/gstmad.c: (gst_mad_handle_event):
35283           don't unref the event twice
35284
35285 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35286
35287         * configure.ac:
35288           remove -Wno-sign-compare
35289
35290 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35291
35292         * configure.ac:
35293           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35294           if you want to work against glib 2.2 and 2.4
35295
35296 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35297
35298         * gst/tcp/Makefile.am:
35299         * gst/tcp/gsttcp.c:
35300         * gst/tcp/gsttcp.h:
35301         * gst/tcp/gsttcpsink.h:
35302         * gst/tcp/gsttcpsrc.h:
35303           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35304
35305 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35306
35307         * gst/debug/tests.c: (md5_get_value):
35308           fix segfault on gst-inspect
35309
35310 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35311
35312         * gst/debug/testplugin.c:
35313         * gst/debug/tests.c:
35314         * gst/debug/tests.h:
35315           add new extensible and configurable testing element. Current tests
35316           include buffer count, stream length, timestamp/duration matching and
35317           md5.
35318         * gst/debug/Makefile.am:
35319         * gst/debug/gstdebug.c: (plugin_init):
35320           add infrastructure for new element
35321
35322 2004-05-19  Johan Dahlin  <johan@gnome.org>
35323
35324         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35325         ending of the array. Fixes gst-inspect segfault on ppc.
35326
35327 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35328
35329         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35330
35331         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35332
35333 2004-05-18  David Schleef  <ds@schleef.org>
35334
35335         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35336         warnings (bugs, actually) noticed by gcc but not forte.
35337
35338 2004-05-18  David Schleef  <ds@schleef.org>
35339
35340         * sys/sunaudio/Makefile.am:
35341         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35342
35343 2004-05-18  David Schleef  <ds@schleef.org>
35344
35345         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35346         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35347         to allow qtdemux to use non-seekable streams. (bug #142272)
35348
35349 2004-05-18  David Schleef  <ds@schleef.org>
35350
35351         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35352         (gst_resample_sinc_ft_float): Remove use of static temporary
35353         buffer.  This code was obviously not supposed to last long, but
35354         it's stuck in our ABI, so it required a little hack to make it
35355         ABI-compatible.  Fixes #142585.
35356         * gst-libs/gst/resample/resample.h: same.
35357
35358 2004-05-18  David Schleef  <ds@schleef.org>
35359
35360         * configure.ac: Add sunaudio
35361         * examples/Makefile.am: make gstplay depend on gconf
35362         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35363         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35364         (convert_table_lookup), (img_convert): remove c99-isms
35365         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35366           unsigned, to fix a warning on Solaris
35367         * gst/mpeg1sys/systems.c: bcopy->memcpy
35368         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35369         * sys/Makefile.am: Add sunaudio
35370
35371 2004-05-18  Wim Taymans  <wim@fluendo.com>
35372
35373         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35374         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35375         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35376         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35377         (gst_ogg_mux_loop):
35378         Fix an ugly memleak where the muxer didn't flush enough ogg
35379         pages. This also resulted in badly muxed ogg files.
35380
35381 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35382
35383         * gst/asfdemux/asfheaders.c :
35384         * gst/asfdemux/asfheaders.h :
35385         * gst/asfdemux/gstasfdemux.c :
35386           - fix ASF_OBJ_PADDING guid
35387           - add 3 new object guids (language list, metadata,
35388             extended stream properties)
35389           - add a function to parse extended header objects
35390
35391 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35392
35393         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35394           remove leftover debugging g_print
35395
35396 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35397
35398         * ext/mad/gstmad.c: (gst_mad_handle_event):
35399           Fix for when the first format in a discont event is not a
35400           byte-based one. Should fix #137710.
35401
35402 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35403
35404         * m4/a52.m4 : fix compilation with -Wall -Werror
35405         * m4/libfame.m4 : idem
35406         * m4/libmikmod.m4 : idem
35407
35408 2004-05-17  Benjamin Otte  <otte@gnome.org>
35409
35410         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35411           signal the new tags before giving up the reference
35412
35413 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35414
35415         * ext/shout2/gstshout2.c:
35416           use application/ogg instead of application/x-ogg (patch by Patrick
35417           Guimond, fixes #142432)
35418         * sys/oss/gstosselement.c: (gst_osselement_reset),
35419         (gst_osselement_sync_parms):
35420           don't set fragment size unless specified (fixes #142493)
35421
35422 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35423
35424         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35425           fixes #142664
35426
35427 2004-05-17  Benjamin Otte  <otte@gnome.org>
35428
35429         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35430           compute offsets correctly for internal buffers so timestamps are set
35431           correctly when we can't seek. Also handle cases where there are no
35432           offsets. (based on a patch by David Moore, fixes #142507)
35433
35434 2004-05-17  Benjamin Otte  <otte@gnome.org>
35435
35436         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35437           use correct variable when determining amount of data to skip so we
35438           don't skip into the void and segfault
35439
35440 2004-05-16  Benjamin Otte  <otte@gnome.org>
35441
35442         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35443           Hi, I'm a memleak
35444
35445 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35446
35447         * gst/asfdemux/gstasfdemux.c:
35448           - fix a mem leak and always propagate tags
35449           - add WMV3 to known video codecs (but no decoder yet)
35450           - replace "surplus data" at end of audio header for what
35451             it is : codec specific data
35452           - fix a typo
35453
35454 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35455
35456         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35457
35458         * gst-libs/gst/audio/audioclock.c:
35459           Fix wrong return type (#142205).
35460
35461 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35462
35463         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35464           Ignore CRCs by default (fixes #142566).
35465
35466 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35467
35468         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35469         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35470         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35471         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35472         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35473         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35474           Fix for cases where we fail to attach to a mixer.
35475
35476 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35477
35478         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35479           Don't touch events after not owning them anymore.
35480         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35481         (gst_wavparse_fmt), (gst_wavparse_other),
35482         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35483         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35484         (gst_wavparse_srcpad_event):
35485         * gst/wavparse/gstwavparse.h:
35486           Add seeking, fix querying.
35487
35488 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35489
35490         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35491           - process comments even if they don't end with \0\0
35492             g_convert would ignore them if present and works well without them
35493
35494 2004-05-16  Benjamin Otte  <otte@gnome.org>
35495
35496         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35497           simplify caps
35498
35499 2004-05-16  Benjamin Otte  <otte@gnome.org>
35500
35501         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35502           don't write to memory we might not write to - g_convert does that
35503           for us anyway (fixes #142613)
35504         (gst_asf_demux_audio_caps):
35505           comment out gst_util_dump_mem
35506
35507 2004-05-16  Benjamin Otte  <otte@gnome.org>
35508
35509         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35510           compute correct expected timestamps after seek (broken since
35511           last commit)
35512         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35513           rename element and debugging category to gdkpixbufscale
35514
35515 2004-05-16  Benjamin Otte  <otte@gnome.org>
35516
35517         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35518           add error checking to snd_pcm_delay and remove duplicate call to
35519           snd_pcm_delay that caused issues (see inline code comments)
35520         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35521           make more readable and fix return value when snd_pcm_delay fails
35522         (fixes #142586)
35523
35524 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35525         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35526         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35527         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35528         (gst_pixbufscale_link), (gst_pixbufscale_init),
35529         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35530         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35531         (gst_pixbufscale_get_property), (pixbufscale_init):
35532         * ext/gdk_pixbuf/pixbufscale.h:
35533         Add these files I forgot earlier
35534
35535 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35536         * ext/gdk_pixbuf/Makefile.am:
35537         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35538         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35539         Add new pixbufscale element to scale RGB video
35540         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35541         and HYPER interpolation correctly.
35542         * ext/theora/theoraenc.c: (theora_enc_chain),
35543         Discard buffer and return if explicit caps could not be set
35544         (theora_enc_get_property):
35545         Make _get return kbps for the bitrate consistent with
35546         the _set function.
35547
35548
35549 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35550
35551         * ext/libvisual/visual.c: (gst_visual_chain):
35552           add missing visual_audio_analyze
35553
35554 2004-05-14  David Schleef  <ds@schleef.org>
35555
35556         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35557         is killed while we're playing.
35558         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35559         gst_element_no_more_pads().
35560
35561 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35562
35563         * gst-libs/gst/riff/riff-read.c :
35564           - fix INFO tag extraction in RIFF/AVI files
35565             because gst_event_unref (event) also freed taglist
35566           - avoid a mem leak
35567
35568 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35569
35570         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35571         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35572
35573         * gst/auparse/gstauparse.c :
35574           - add code (commented for now) to support audio/x-adpcm on src pad
35575             (we have no decoder for those layout yet)
35576
35577         * gst/cdxaparse/gstcdxaparse.c :
35578         * gst/cdxaparse/gstcdxaparse.h :
35579           - partial rewrite using RiffRead (ripped iain's wavparse code)
35580
35581         * gst/rtp/gstrtpL16enc.c : typo
35582         * gst/rtp/gstrtpgsmenc.c : typo
35583
35584 2004-05-13  Benjamin Otte  <otte@gnome.org>
35585
35586         * configure.ac:
35587           check for exact version of libvisual, it's not supposed to be
35588           API/ABI stable yet
35589
35590 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35591
35592         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35593           signal no-more-pads
35594
35595 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35596
35597         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35598         Report which format was used for GST_FORMAT_DEFAULT
35599         * gst/debug/Makefile.am:
35600         * gst/debug/gstdebug.c: (plugin_init):
35601         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35602         (gst_progressreport_class_init), (gst_progressreport_init),
35603         (gst_progressreport_report), (gst_progressreport_set_property),
35604         (gst_progressreport_get_property), (gst_progressreport_chain),
35605         (gst_progressreport_plugin_init):
35606         Add progressreport element for testing.
35607
35608 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35609
35610         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35611         * sys/v4l/gstv4lsrc.h:
35612         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35613         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35614         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35615         (gst_v4lsrc_grab_frame):
35616           add more debugging
35617           send a discont at start
35618
35619 2004-05-12  Colin Walters  <walters@redhat.com>
35620
35621         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35622         inflooping if we can't find a chunk.  Or in other words, don't blow
35623         chunks if we don't have a chunk to blow.
35624
35625 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35626         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35627         Remove old debug output
35628         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35629         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35630         (gst_dvdec_set_property), (gst_dvdec_get_property):
35631         Change the quality setting to an enum, so it works from gst-launch
35632         Don't renegotiate a non-linked pad. Allows audio only decoding.
35633         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35634         (gst_deinterlace_link), (gst_deinterlace_init):
35635         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35636         (gst_videodrop_link):
35637         Some caps negotiation fixes
35638
35639 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35640
35641         * ext/tarkin/gsttarkin.c :
35642           - Change RANK from NONE to PRIMARY
35643         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35644           - Change RANK from NONE to MARGINAL
35645         * ext/divx/gstdivxenc.c :
35646           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35647
35648 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35649
35650         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35651         (gst_vorbisenc_push_packet):
35652           copy a function that was added between 1.0 and 1.0.1 until we
35653           depend on worthwhile features of post-1.0
35654
35655 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35656
35657         * configure.ac:
35658           enable shout2 by default
35659         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35660         (gst_shout2send_base_init), (gst_shout2send_init),
35661         (gst_shout2send_connect), (gst_shout2send_change_state):
35662         * ext/shout2/gstshout2.h:
35663           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35664           #142262)
35665         * ext/theora/theora.c: (plugin_init):
35666           don't set rank on encoders
35667
35668 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35669
35670         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35671           Use codec_data property instead of flag1 and flag2 for wma
35672
35673 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35674
35675         * gst/cdxaparse/gstcdxaparse.c :
35676           - Add mpegversion to CAPS to make it link
35677           - Rank is as GST_RANK_SECONDARY instead of NONE
35678         * gst/auparse/gstauparse.c :
35679           - Document all audio encoding we can encounter from Solaris 9
35680             headers and libsndfile information.
35681           - Increase max. rate from 48000 to 192000 (to match other elements)
35682           - Don't try to play junk data between header and samples
35683
35684 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35685
35686         * ext/libvisual/visual.c: (gst_visual_getcaps):
35687           use the right caps depending on endianness (I hope)
35688         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35689           use GST_RANK_NONE for all non-decoding elements or spider gets
35690           mighty confused
35691
35692 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35693
35694         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35695           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35696
35697 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35698
35699         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35700         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35701         (gst_switch_loop), (gst_switch_get_type):
35702           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35703           HEADERS. Had to be said.
35704
35705 2004-05-10  David Schleef  <ds@schleef.org>
35706
35707         * configure.ac: Add prototype Dirac support.
35708         * ext/Makefile.am:
35709         * ext/dirac/Makefile.am:
35710         * ext/dirac/gstdirac.cc:
35711         * ext/dirac/gstdiracdec.cc:
35712
35713 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35714
35715         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35716         (gst_auparse_init), (gst_auparse_chain),
35717         (gst_auparse_change_state):
35718           Hack around spider. Remove me some day please.
35719
35720 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35721
35722         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35723           Fix for some uninitialized variables in previous patch, also
35724           makes it work. Fixes #142286 while we're at it.
35725
35726 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35727
35728         * gst/auparse/gstauparse.c:
35729                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35730                 only unsupported formats are ADPCM/CCITT G.72x
35731                 reviewed by Ronald
35732         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35733
35734 2004-05-10  Wim Taymans  <wim@fluendo.com>
35735
35736         * ext/vorbis/Makefile.am:
35737         * ext/vorbis/README:
35738         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35739         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35740         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35741         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35742         (gst_oggvorbisenc_convert_sink),
35743         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35744         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35745         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35746         (get_constraints_string), (update_start_message),
35747         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35748         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35749         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35750         * ext/vorbis/oggvorbisenc.h:
35751         * ext/vorbis/vorbis.c: (plugin_init):
35752         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35753         (raw_caps_factory), (gst_vorbisenc_class_init),
35754         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35755         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35756         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35757         * ext/vorbis/vorbisenc.h:
35758         Added a raw vorbis encoder to be used with the oggmuxer.
35759         We still need the old encoder for some gnome applications,
35760         read the README to find out how that works.
35761         The raw encoder is called "rawvorbisenc" until 0.9.
35762
35763 2004-05-10  Wim Taymans  <wim@fluendo.com>
35764
35765         * ext/ogg/gstogg.c: (plugin_init):
35766         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35767         (gst_ogg_print):
35768         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35769         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35770         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35771         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35772         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35773         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35774         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35775         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35776         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35777         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35778         Added an ogg muxer.
35779         Small typo fixes in the demuxer.
35780
35781 2004-05-10  Wim Taymans  <wim@fluendo.com>
35782
35783         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35784         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35785         (theora_enc_change_state), (theora_enc_set_property),
35786         (theora_enc_get_property):
35787         Mark the last packet with an EOS flag which is not really needed
35788         in gstreamer.
35789         Do some better video framerate initialisation.
35790         Update the buffer timestamp.
35791
35792 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35793
35794         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35795         Return the result of the parent state change call
35796
35797 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35798
35799         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35800         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35801         * gst/law/alaw-encode.c : (idem)
35802         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35803         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35804         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35805
35806 2004-05-09  Benjamin Otte  <otte@gnome.org>
35807
35808         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35809           don't use a fixed buffer size when writing variable length data to
35810           it. Fixes memory corruption and makes alsasrc work
35811
35812 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35813
35814         * ext/gnomevfs/gstgnomevfssink.c:
35815         (_gst_boolean_allow_overwrite_accumulator),
35816         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35817           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35818           RUN_LAST, and don't use that to set the accumulator value because
35819           then it's always FALSE.
35820
35821 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35822
35823         * gst-libs/gst/riff/riff-media.c:
35824         (gst_riff_create_video_caps_with_data),
35825         (gst_riff_create_audio_caps),
35826         (gst_riff_create_audio_template_caps):
35827         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35828           Fix for unaligned RIFF files (i.e. where all the chunks together
35829           in a LIST chunk are not of the same size as the size given in
35830           the LIST chunk header). Fixes several odd WAVE files. Also fix
35831           ADPCM (block_align property) in audio, so that wavparse based
35832           on this works now as it used to stand-alone.
35833
35834 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35835
35836         reviewed by Benjamin Otte  <otte@gnome.org>
35837
35838         * ext/a52dec/gsta52dec.c:
35839         * ext/divx/gstdivxdec.c:
35840         * ext/divx/gstdivxenc.c:
35841         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35842         * ext/faac/gstfaac.c: (gst_faac_base_init):
35843         * ext/faad/gstfaad.c: (gst_faad_base_init):
35844         * ext/ivorbis/vorbisfile.c:
35845         * ext/lame/gstlame.c:
35846         * ext/libfame/gstlibfame.c:
35847         * ext/mpeg2enc/gstmpeg2enc.cc:
35848         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35849         * ext/sidplay/gstsiddec.cc:
35850         * ext/speex/gstspeexdec.c:
35851         * ext/speex/gstspeexenc.c:
35852         * ext/xvid/gstxviddec.c:
35853         * ext/xvid/gstxvidenc.c:
35854           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35855           (fixes #142193)
35856
35857 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35858
35859         * ext/alsa/gstalsa.c: (device_list),
35860         (gst_alsa_class_probe_devices):
35861         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35862           Fix alsa oddness in mixer after the combination of using mixer
35863           in source/sink elements and using hw:x,y instead of just hw:x.
35864
35865 2004-05-09  Benjamin Otte  <otte@gnome.org>
35866
35867         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35868         (gst_wavparse_create_sourcepad):
35869           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35870           sourcepads
35871
35872 2004-05-09  Benjamin Otte  <otte@gnome.org>
35873
35874         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35875           allow discont events before caps nego
35876
35877 2004-05-08  Benjamin Otte  <otte@gnome.org>
35878
35879         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35880           don't leak events
35881
35882 2004-05-08  Benjamin Otte  <otte@gnome.org>
35883
35884         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35885         (gst_level_change_state), (gst_level_init):
35886         * gst/level/gstlevel.h:
35887           figure out if we're initialized directly instead of keeping a
35888           variable that's wrong in 90% of cases
35889           don't initialize pads and then leak them and use a new unitialized
35890           pad. (fixes #142084)
35891           these were bugs so n00bish I didn't find them for an hour :/
35892
35893 2004-05-08 Iain <iain@prettypeople.org>
35894
35895         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35896         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35897         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35898         return the length that was read.
35899         (gst_riff_read_strf_auds): Allow fmt tags as well.
35900
35901 2004-05-07  David Schleef  <ds@schleef.org>
35902
35903         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35904         signed char assumption in faad.h.
35905
35906 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35907
35908         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35909           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35910
35911 2004-05-07  Colin Walters  <walters@redhat.com>
35912
35913         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35914         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35915         function.
35916         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35917         Add dispose function.
35918
35919 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35920         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35921           Fix caps nego and pad templates. RGB mode caps should
35922           work now.
35923         * ext/dvdnav/gst-dvd:
35924           Move mpeg2dec inside the thread because otherwise the
35925           queue rejects cap changes mid-stream
35926         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35927         (gst_mpeg2dec_flush_decoder):
35928           For mpeg2dec > 0.4.0, call the flush function instead of
35929           manually extracting all in-flight frames.
35930         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35931         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35932           Change mime type video/dv go video/x-dv to match the
35933           rest of gst-plugins
35934
35935 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35936
35937         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35938         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35939         (gst_alsa_sink_class_init):
35940         * ext/alsa/gstalsasink.h:
35941         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35942         (gst_alsa_src_class_init):
35943         * ext/alsa/gstalsasrc.h:
35944           Make alsasink/src a subclass of alsamixer so that mixer stuff
35945           shows up in gst-rec. Needs some finetuning.
35946
35947 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35948
35949         * ext/lame/gstlame.c: (gst_lame_chain):
35950           simplify
35951         * ext/mad/gstmad.c: (gst_mad_handle_event):
35952           fix event leak
35953         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35954           be able to detect mp3 files < 4096 bytes
35955
35956 2004-05-06  Wim Taymans  <wim@fluendo.com>
35957
35958         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35959         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35960         (theora_enc_set_property), (theora_enc_get_property):
35961         Also encode the first frame, cleanup some code.
35962
35963 2004-05-06  Wim Taymans  <wim@fluendo.com>
35964
35965         * ext/mpeg2enc/gstmpeg2enc.cc:
35966         Forward events first before deciding that negotiation was
35967         not performed.
35968
35969 2004-05-06  Wim Taymans  <wim@fluendo.com>
35970
35971         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35972         First process the events before deciding that negotiation
35973         was not performed.
35974
35975 2004-05-06  Wim Taymans  <wim@fluendo.com>
35976
35977         * ext/theora/Makefile.am:
35978         * ext/theora/theora.c: (plugin_init):
35979         * ext/theora/theoradec.c: (theora_dec_change_state):
35980         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35981         (gst_theora_enc_class_init), (gst_theora_enc_init),
35982         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35983         (theora_enc_chain), (theora_enc_change_state),
35984         (theora_enc_set_property), (theora_enc_get_property):
35985         Added a theora encoder, grouped the encoder and decoder into the
35986         same plugin.
35987
35988 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35989
35990         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35991         (gst_jpegenc_chain):
35992         fix DURATION on outgoing buffers
35993         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35994         debug using time formats
35995         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35997         (gst_xvimagesink_sink_link):
35998         windows with width/height 0 generate X errors, so don't allow them
35999
36000 2004-05-05  Wim Taymans  <wim@fluendo.com>
36001
36002         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
36003         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
36004         (gst_mpeg2dec_negotiate_format):
36005         * ext/mpeg2dec/gstmpeg2dec.h:
36006           removed the static pad template so that we can add the
36007           more accurate framerate value to the caps.
36008
36009
36010 2004-05-04  Benjamin Otte  <otte@gnome.org>
36011
36012         * configure.ac:
36013           check for kdemacros.h, too (should fix #141821)
36014         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
36015           don't crash if no header was sent, but nicely error out (fixes part
36016           of #141554)
36017
36018 2004-05-04  Wim Taymans  <wim@fluendo.com>
36019
36020         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
36021         parent dispose function to avoid segfault on destroy.
36022
36023 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
36024
36025         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
36026         (plugin_init):
36027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36028         (gst_xvimagesink_sink_link):
36029         clean up debugging caps
36030         also recreate xvimage when format has changed
36031
36032 2004-05-04  Benjamin Otte  <otte@gnome.org>
36033
36034         * ext/libvisual/Makefile.am:
36035         * ext/libvisual/visual.c: (gst_visual_class_init),
36036         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
36037         (gst_visual_srclink), (gst_visual_chain),
36038         (gst_visual_change_state), (plugin_init):
36039           use a GstAdapter to correctly adapt buffer sizes - allows using a
36040           framerate
36041
36042 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36043
36044         * sys/v4l/gstv4lelement.h:
36045         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36046         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
36047         (gst_v4lsrc_buffer_free):
36048         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
36049         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
36050         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
36051         (gst_v4lsrc_requeue_frame):
36052         move some debugging categories around
36053         query for fps index and set accordingly if found
36054
36055 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36056
36057         * ext/lame/gstlame.c:
36058         correct defaults that lame_init puts out of range
36059
36060 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36061
36062         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
36063         (gst_divxenc_class_init):
36064         fix range since -1 is the default
36065         * gst/mpeg1sys/gstmpeg1systemencode.c:
36066         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
36067         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
36068         (gst_rtjpegdec_chain):
36069         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
36070         (gst_rtjpegenc_chain):
36071         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
36072         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
36073         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
36074         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
36075         * sys/v4l/gstv4lsrc.c:
36076         * sys/v4l/v4l_calls.c: (gst_v4l_open):
36077         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
36078         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
36079         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
36080         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
36081           remove gst_info calls
36082
36083 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36084
36085         * Makefile.am:
36086         * po/af.po:
36087         * po/az.po:
36088         * po/en_GB.po:
36089         * po/nl.po:
36090         * po/sr.po:
36091         * po/sv.po:
36092           Updated translations
36093
36094 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36095
36096         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36097           refactor/comment code
36098
36099 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36100
36101         * gst/asfdemux/Makefile.am:
36102         * gst/asfdemux/asfheaders.c:
36103         * gst/asfdemux/asfheaders.h:
36104         * gst/asfdemux/gstasf.c: (plugin_init):
36105         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
36106         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
36107         (gst_asf_demux_setup_pad):
36108         * gst/asfdemux/gstasfdemux.h:
36109         * gst/asfdemux/gstasfmux.c:
36110         * gst/asfdemux/gstasfmux.h:
36111           Add tagging support to demuxer, split out registration in its own
36112           file instead of in demux (hacky), and prevent having some tables
36113           in our memory multiple times (in asfheaders.h).
36114
36115 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36116
36117         * gst/matroska/matroska-demux.c:
36118         (gst_matroska_demux_parse_metadata):
36119         * gst/matroska/matroska-ids.h:
36120           Basic tag reading support.
36121
36122 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36123
36124         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36125           Really detect ac-3 audio.
36126         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36127           really detect matroska files (off-by-1).
36128
36129 2004-04-30  David Schleef  <ds@schleef.org>
36130
36131         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36132         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36133         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36134         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36135         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36136         hackage -- parse a lot more atoms, extract a few tags.  One might even
36137         mistake this for tag support.  Maybe it is.
36138         * gst/qtdemux/qtdemux.h:
36139
36140 2004-04-30  Colin Walters  <walters@verbum.org>
36141
36142         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36143
36144 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36145
36146         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36147         (gst_ffmpegcolorspace_getcaps):
36148           remove broken nego fix
36149
36150 2004-04-30  Benjamin Otte  <otte@gnome.org>
36151
36152         * configure.ac:
36153         * ext/Makefile.am:
36154         * ext/libvisual/Makefile.am:
36155         * ext/libvisual/visual.c:
36156           add initial support for libvisual (http://libvisual.sourceforge.net)
36157           libvisual is still quite alpha, so expect crashes in there :)
36158
36159 2004-04-29  David Schleef  <ds@schleef.org>
36160
36161         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36162         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36163         up qtdemux to make it spit out codec_data.  Do _not_ look at this
36164         code; you will no longer respect me.
36165
36166 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36167
36168         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36169         * ext/alsa/gstalsa.h :
36170         change alsa pcm device discovery to find more than 1 device
36171         per card. code review by Ronald.
36172
36173 2004-04-29  David Schleef  <ds@schleef.org>
36174
36175         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36176         Add a check for a driver bug on FreeBSD.  (bug #140565)
36177
36178 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36179
36180         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36181         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36182         (gst_jpegenc_getcaps):
36183           move format setting to inner loop
36184         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36185         (gst_ffmpegcolorspace_getcaps):
36186           use GST_PAD_CAPS if available so that we use already negotiated
36187           caps
36188         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36189         (qtdemux_parse_moov), (qtdemux_parse):
36190           extra debugging
36191         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36192         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36193           move hardcoded path to DEFINE
36194
36195 2004-04-28  David Schleef  <ds@schleef.org>
36196
36197         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
36198         (bug #140064)
36199
36200 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36201
36202         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36203           Don't probe for playback device if we're a source element. Fixes
36204           #139658.
36205
36206 2004-04-29  Benjamin Otte  <otte@gnome.org>
36207
36208         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36209         (gst_id3_tag_chain):
36210           rewrite buffer offset
36211
36212 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36213
36214         * configure.ac:
36215         * ext/Makefile.am:
36216         * ext/dts/Makefile.am:
36217         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36218         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36219         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36220         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36221         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36222         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36223         (plugin_init):
36224         * ext/dts/gstdtsdec.h:
36225           New DTS decoder.
36226         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36227         (gst_faad_srcconnect):
36228           Add ESDS atom handling (.m4a).
36229
36230 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36231
36232         * ext/divx/gstdivxdec.c: (plugin_init):
36233           Remove comment that makes no sense.
36234         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36235           Fix for obvious typo that resulted in warnings during gst-register.
36236         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36237         (gst_xviddec_sink_link):
36238           Fix caps negotiation a bit better.
36239         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36240           We call this 'codec_data', not 'esds'.
36241
36242 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36243
36244         * gst/monoscope/gstmonoscope.c:
36245           make sure we only provide 256x128
36246         * gst/monoscope/monoscope.c: (monoscope_init):
36247           assert size of 256x128
36248
36249 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36250
36251         * Makefile.am:
36252         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36253         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36254           fixate to max width and height of device
36255
36256 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36257
36258         * Makefile.am:
36259         * sys/v4l/gstv4l.c:
36260         * sys/v4l/gstv4lsrc.c:
36261         * sys/v4l/v4l_calls.c:
36262         * sys/v4l/v4lsrc_calls.c:
36263           fix for qc-usb driver which fakes having more than one buffer
36264           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36265           buffer_free override
36266           add debugging
36267
36268 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36269
36270         * Makefile.am:
36271         * gst/videotestsrc/gstvideotestsrc.c:
36272         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36273         (gst_videotestsrc_init), (gst_videotestsrc_get),
36274         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36275         * gst/videotestsrc/gstvideotestsrc.h:
36276           add num-buffers property
36277
36278         2004-04-26  Benjamin Otte  <otte@gnome.org>
36279
36280         * ext/mad/gstid3tag.c: (plugin_init):
36281           set id3mux rank to NONE so it doesn't confuse spider
36282           require audio/mpeg,mpegversion=1 in id3mux
36283
36284 2004-04-26  Benjamin Otte  <otte@gnome.org>
36285
36286         * configure.ac:
36287           detect faad correctly as non-working if it's indeed non-working
36288
36289 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36290
36291         * Makefile.am:
36292         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36293         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36294         fix _getcaps so it only negotiates to its supported format
36295
36296 2004-04-25  Benjamin Otte  <otte@gnome.org>
36297
36298         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36299           fix memleak
36300
36301 2004-04-23  Benjamin Otte  <otte@gnome.org>
36302
36303         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36304           audio/x-raw-int with height rules! not. Now it's depth.
36305
36306 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36307
36308         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36309         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36310         (gst_wavparse_loop):
36311           Missing variable initialization. Add handling of DVI ADPCM. Fix
36312           mis-parsing of LIST chunks. This works around a bug where we mis-
36313           parse non-aligning LIST chunks (so LIST chunks where the contents
36314           don't align with the actual LIST size). The correct fix is to use
36315           rifflib, I'm not going to fix wavparse - too much work. All this
36316           fixes #104878.
36317
36318 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36319
36320         reviewed by Benjamin Otte  <otte@gnome.org>
36321
36322         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36323           fix shoutcast not working (fixes #140844)
36324
36325 2004-04-22  Benjamin Otte  <otte@gnome.org>
36326
36327         * ext/hermes/gsthermescolorspace.c:
36328         (gst_hermes_colorspace_caps_remove_format_info):
36329         * gst/colorspace/gstcolorspace.c:
36330         (gst_colorspace_caps_remove_format_info):
36331         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36332         (gst_ffmpegcolorspace_caps_remove_format_info):
36333           s/gst_caps_simplify/gst_caps_do_simplify/
36334
36335 2004-04-22  Benjamin Otte  <otte@gnome.org>
36336
36337         * gst-libs/gst/riff/riff-media.c:
36338         (gst_riff_create_video_caps_with_data):
36339           mpegversion is an int
36340         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36341           don't try to create pad templates with NULL caps, use any caps
36342           instead.
36343
36344 2004-04-20  David Schleef  <ds@schleef.org>
36345
36346         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36347         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36348         (bug #140384)
36349
36350 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36351
36352         reviewed by David Schleef
36353
36354         * ext/mad/gstid3tag.c: Add stdlib.h
36355         * gst/rtp/gstrtpgsmenc.c: same
36356         * gst/tags/gstid3tag.c: same
36357         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36358         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36359         GST_DISABLE_LOADSAVE use.
36360         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36361         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36362         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36363         atol(3)).
36364         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36365         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36366         strtoul(3)).
36367         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36368         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36369         $(ID3_CFLAGS).
36370         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36371         $(LIBFAME_CFLAGS).
36372
36373 2004-04-20  David Schleef  <ds@schleef.org>
36374
36375         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36376         last checkin.  Same idea.
36377
36378 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36379
36380         reviewed by David Schleef
36381
36382         * configure.ac: bump required gstreamer version to 0.8.1.1
36383         because of following changes [--ds]
36384
36385         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36386         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36387         (gst_riff_read_header):  Use GST_READ_UINT*
36388         macros to access possibly unaligned memory.
36389
36390         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36391         (mp3_type_find):  Use GST_READ_UINT*
36392         macros to access possibly unaligned memory.
36393         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36394         (speex_type_find): Likewise
36395
36396         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36397
36398         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36399         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36400         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36401         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36402         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36403         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36404         macros to access possibly unaligned memory.
36405
36406         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36407         Likewise.
36408
36409         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36410         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36411
36412         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36413         Likewise.
36414
36415         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36416         (gst_mpeg2subt_chain_subtitle): Likewise.
36417
36418         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36419         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36420         Likewise.
36421
36422         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36423         Likewise.
36424
36425         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36426         Likewise.
36427
36428         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36429         Likewise.
36430
36431 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36432
36433         * configure.ac:
36434           update required version of GStreamer because of GST_TIME_FORMAT
36435
36436 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36437
36438         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36439           remove leftover g_print
36440         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36441           don't try setting only a subset of the caps. We don't want to kill
36442           autoplugging on purpose
36443
36444 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36445
36446         * sys/ximage/ximagesink.c: (plugin_init):
36447         * sys/xvimage/xvimagesink.c: (plugin_init):
36448           add debugging categories
36449
36450 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36451
36452         * po/en_GB.po:
36453         * po/LINGUAS:
36454           Adding en_GB translation (Gareth Owen)
36455
36456 2004-04-20  David Schleef  <ds@schleef.org>
36457
36458         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36459         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36460         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36461         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36462         A number of new features and hacks to extract the esds atom and
36463         put it into the caps.  (bug #137724)
36464
36465 2004-04-19  David Schleef  <ds@schleef.org>
36466
36467         * gconf/Makefile.am: Fix for non-GNU make
36468         * gst-libs/gst/Makefile.am: Change directory order to handle
36469         GstPlay linking with gstinterfaces
36470         * gst-libs/gst/audio/make_filter: make use of tr portable
36471         * gst-libs/gst/play/Makefile.am: Add intended \
36472         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36473         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36474         function prototype instead of void *.
36475         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36476         macro.
36477         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36478         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36479         * gst/videofilter/make_filter: make use of tr portable
36480         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36481
36482 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36483
36484         * po/LINGUAS:
36485         * po/uk.po:
36486           Added Ukrainian translation (Maxim V. Dziumanenko)
36487
36488 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36489
36490         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36491         (gst_gsmdec_link), (gst_gsmdec_chain):
36492           Fix capsnego, simplify chain function slightly.
36493         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36494           Add GSM.
36495
36496 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36497
36498         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36499         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36500         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36501           Hack to make wavparse work with spider (always -> sometimes pad).
36502           Fixes #135862 && #140411.
36503
36504 2004-04-18  Benjamin Otte  <otte@gnome.org>
36505
36506         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36507         (gst_osselement_rate_probe_check),
36508         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36509           get rid of \n in debug output
36510
36511 2004-04-17  Iain <iain@prettypeople.org>
36512
36513         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36514         not just EOS.
36515
36516 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36517
36518         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36519         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36520         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36521         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36522         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36523         (gst_id3_tag_change_state), (plugin_init):
36524           deprecate id3tag element and replace with id3demux/id3mux.
36525           great side effect: this ugly file is now even uglier, yay!
36526         * ext/mad/gstmad.h:
36527           remove non-available function
36528           update for new get_type
36529
36530 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36531
36532         * configure.ac:
36533           require mpeg2dec >= 0.4.0
36534
36535 2004-04-17  Benjamin Otte  <otte@gnome.org>
36536
36537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36538         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36539         (gst_xvimagesink_set_xwindow_id):
36540           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36541           assorted cleanup fixes.
36542
36543 2004-04-16  David Schleef  <ds@schleef.org>
36544
36545         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36546         * sys/xvimage/xvimagesink.h: same
36547
36548 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36549
36550         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36551           Fix GST_ELEMENT_ERROR with (NULL)
36552
36553 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36554
36555         * gst-libs/gst/riff/riff-media.c:
36556         (gst_riff_create_video_caps_with_data):
36557           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36558
36559 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36560
36561         * gst-libs/gst/riff/riff-media.c:
36562         (gst_riff_create_video_caps_with_data),
36563         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36564         (gst_riff_create_video_template_caps),
36565         (gst_riff_create_audio_template_caps):
36566         * gst-libs/gst/riff/riff-media.h:
36567         * gst-libs/gst/riff/riff-read.c:
36568         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36569         * gst-libs/gst/riff/riff-read.h:
36570         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36571           Add MS RLE support. I added some functions to read out strf chunks
36572           into strf chunks and the data behind it. This is usually color
36573           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36574           caps creation. Lastly, add ADPCM (similar to wavparse - which
36575           should eventually be rifflib based).
36576         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36577         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36578         * gst/matroska/matroska-demux.h:
36579           Remove placeholders for some prehistoric tagging system. Didn't add
36580           support for any tag system really anyway.
36581         * gst/qtdemux/qtdemux.c:
36582           Add support for audio/x-m4a (MPEG-4) through spider.
36583         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36584         (gst_wavparse_loop):
36585           ADPCM support (#135862). Increase max. buffer size because we
36586           cannot split buffers for ADPCM (screws references) and I've seen
36587           files with 2048 byte chunks. 4096 seems safe for now.
36588
36589 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36590
36591         * configure.ac: bump nano to 1
36592
36593 === release 0.8.1 ===
36594
36595 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36596
36597         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36598
36599 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36600
36601         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36602           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36603           Fixes #140058
36604
36605 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36606
36607         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36608           lower rank of dvddemux so that it's not used for mpeg playback.
36609
36610 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36611
36612         * configure.ac:
36613           save libs correctly when checking mad
36614
36615 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36616
36617         * ext/mad/gstid3tag.c: (plugin_init):
36618           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36619
36620 2004-04-13  David Schleef  <ds@schleef.org>
36621
36622         * common/m4/gst-feature.m4: Call -config scripts with
36623         --plugin-libs if it is supported.
36624         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36625         JPEG images are image/jpeg.
36626         * gst/debug/Makefile.am:
36627         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36628         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36629         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36630         (gst_negotiation_plugin_init): Add a property that acts like
36631         filter caps.
36632         * testsuite/gst-lint:  Move license checking to be a standard
36633         test.
36634
36635 2004-04-13  David Schleef  <ds@schleef.org>
36636
36637         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36638         patch from Sebastien Cote (bug #139958)
36639
36640 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36641
36642         * examples/gstplay/Makefile.am:
36643         * examples/gstplay/player.c: (main):
36644           make the commandline player example use gconf settings
36645
36646 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36647
36648         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36649         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36650         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36651           init/end library during state transition, not object
36652           creation/disposal.  get rid of custom dispose handler.
36653
36654
36655 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36656
36657         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36658         be a symlink
36659
36660 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36661
36662         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36663           Handle JUNK chunks inside data section. Prevents warnings.
36664
36665 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36666
36667         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36668         (gst_riff_create_video_template_caps):
36669           Add MS video v1.
36670         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36671         (gst_avi_demux_stream_data):
36672           Add support for "rec-list" chunks.
36673
36674 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36675
36676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36677           Fix another codecname mismatch.
36678
36679 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36680
36681         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36682           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36683           so that MJPEG plays back.
36684
36685 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36686
36687         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36688         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36689         * gst/mpeg1videoparse/gstmp1videoparse.h:
36690           Fix for some slight mis-cuts in buffer parsing, and for some
36691           potential overflows or faults-causers. Adds disconts. Also fixes
36692           #139105 while we're at it.
36693
36694 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36695
36696         * configure.ac:
36697         * sys/v4l2/gstv4l2element.h:
36698           Workaround for missing struct v4l2_buffer declaration in Suse 9
36699           and Mandrake 10 linux/videodev2.h header file (#135919).
36700
36701 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36702
36703         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36704           Bail out if no filename was given.
36705
36706 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36707
36708         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36709         (gst_v4l2_fourcc_from_structure):
36710           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36711           Y41B somewhere).
36712
36713 2004-04-09  Benjamin Otte  <otte@gnome.org>
36714
36715         * ext/gnomevfs/gstgnomevfssink.c:
36716         (_gst_boolean_allow_overwrite_accumulator),
36717         (gst_gnomevfssink_class_init):
36718           fix erase signal - if any handler returns false the file will not be
36719           overwritten. If no handler is connected, the file will not be
36720           overwritten either.
36721           renamed signal to "allow-overwrite"
36722         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36723           free string when adding it to ID3 failed
36724         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36725           unref event when done
36726         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36727           free caps
36728         * gst/typefind/gsttypefindfunctions.c:
36729         (mpeg_video_stream_type_find):
36730           fix invalid read
36731
36732 2004-04-08  David Schleef  <ds@schleef.org>
36733
36734         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36735         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36736
36737 2004-04-08  David Schleef  <ds@schleef.org>
36738
36739         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36740         we don't support (bug #139532)
36741
36742 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36743
36744         * ext/mad/gstmad.c: (gst_mad_handle_event),
36745         (gst_mad_check_caps_reset), (gst_mad_chain),
36746         (gst_mad_change_state):
36747           only set explicit caps if they haven't been set before for
36748           this stream.  MPEG-audio sample rate/channels aren't allowed
36749           to change in-stream.
36750           Fixes #139382
36751
36752 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36753
36754         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36755         (_gst_boolean_did_something_accumulator),
36756         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36757         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36758         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36759         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36760         (gst_gnomevfssink_change_state):
36761           Fix erase signal. Don't erase by default. Remove handoff signal.
36762           Remove erase property. Don't segfault. General cleanup.
36763
36764 2004-04-07  Benjamin Otte  <otte@gnome.org>
36765
36766         * gst-libs/gst/gconf/test-gconf.c: (main):
36767           add missing gst_init
36768
36769 2004-04-07  Benjamin Otte  <otte@gnome.org>
36770
36771         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36772           free the mutexes, too
36773
36774 2004-04-07  Benjamin Otte  <otte@gnome.org>
36775
36776         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36777           actually free the URI string
36778         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36779           compute offset correctly when passing discont events
36780         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36781           don't leak discont events
36782         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36783           add some missing breaks so caps aren't copied randomly
36784         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36785           if we realloc memory, we better use it
36786
36787 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36788
36789         * ext/mad/gstmad.c: (normal_seek):
36790           fix GST_FORMAT_TIME usage
36791
36792 2004-04-05  David Schleef  <ds@schleef.org>
36793
36794         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36795         a deprecated function (hack!)
36796
36797 2004-04-05  Benjamin Otte  <otte@gnome.org>
36798
36799         * ext/esd/esdmon.c: (gst_esdmon_get):
36800           fix nonterminated vararg and memleak
36801
36802 2004-04-05  Benjamin Otte  <otte@gnome.org>
36803
36804         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36805         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36806         (gst_ladspa_set_property), (gst_ladspa_get_property),
36807         (gst_ladspa_instantiate), (gst_ladspa_activate),
36808         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36809           clean up debugging
36810
36811 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36812
36813         reviewed by Benjamin Otte  <otte@gnome.org>
36814
36815         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36816           check for broken LADSPA parameters (fixes #138635)
36817
36818 2004-04-05  Benjamin Otte  <otte@gnome.org>
36819
36820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36821           advertise buffer-frames correctly on sinkpads
36822
36823 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36824
36825         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36826         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36827         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36828         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36829         (gst_mad_check_caps_reset), (gst_mad_chain):
36830         add more debugging, only reset caps when we're not in error state
36831
36832 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36833
36834         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36835
36836 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36837
36838         reviewed by Benjamin Otte  <otte@gnome.org>
36839
36840         * configure.ac:
36841           fix == in test(1) operator
36842
36843 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36844
36845         reviewed by Benjamin Otte  <otte@gnome.org>
36846
36847         * configure.ac:
36848           fix --export-symblos-regex to a working regex.
36849
36850 2004-04-04  Benjamin Otte  <otte@gnome.org>
36851
36852         * sys/oss/.cvsignore:
36853           add for oss_probe
36854
36855 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36856
36857         reviewed by Benjamin Otte  <otte@gnome.org>
36858
36859         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36860           add missing 'new_media' argument (fixes #138168)
36861         * gst/matroska/matroska-demux.c:
36862         (gst_matroska_demux_handle_seek_event):
36863           add vararg terminator (fixes #138169)
36864
36865 2004-04-02  David Schleef  <ds@schleef.org>
36866
36867         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36868         disted (bug #138914)
36869
36870 2004-04-01  Benjamin Otte  <otte@gnome.org>
36871
36872         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36873         (gst_alsa_close_audio):
36874           handle case better where a soundcard can't pause
36875         * ext/ogg/gstoggdemux.c:
36876           don't crash when we get events but don't have pads yet
36877
36878 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36879
36880         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36881           throw an error if we couldn't probe any caps.
36882
36883 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36884
36885         * ext/dvdnav/gst-dvd:
36886         Add a really simple sample DVD player
36887
36888 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36889
36890         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36891         (gst_a52dec_push), (gst_a52dec_handle_event),
36892         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36893         (gst_a52dec_change_state):
36894         * ext/a52dec/gsta52dec.h:
36895           Use a debug category, Output timestamps correctly
36896           Emit tag info, Handle events, tell liba52dec about cpu
36897           capabilities so it can use MMX etc.
36898         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36899           Fix a crasher accessing invalid memory
36900         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36901         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36902         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36903         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36904         (dvdnavsrc_query):
36905           Some support for byte-format seeking.
36906           Small fixes for still frames and menu button overlays
36907         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36908         (gst_mpeg2dec_alloc_buffer):
36909           Use a debug category. Adjust the report level of several items to
36910           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36911           so it doesn't lose the GstBuffer pointer
36912         * gst/debug/Makefile.am:
36913         * gst/debug/gstdebug.c: (plugin_init):
36914         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36915         (gst_navseek_base_init), (gst_navseek_class_init),
36916         (gst_navseek_init), (gst_navseek_seek),
36917         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36918         (gst_navseek_get_property), (gst_navseek_chain),
36919         (gst_navseek_plugin_init):
36920         * gst/debug/gstnavseek.h:
36921           Add the navseek debug element for seeking back and forth in a
36922           video stream using arrow keys.
36923         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36924         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36925         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36926         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36927         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36928         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36929         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36930         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36931         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36932         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36933         * gst/mpeg2sub/gstmpeg2subt.h:
36934           Pretty much a complete rewrite. Now a loopbased element. May still
36935           require work to properly synchronise subtitle buffers.
36936         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36937         (gst_dvd_demux_send_subbuffer):
36938         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36939           Don't attempt to create subbuffers of size 0
36940           Reduce a couple of error outputs to warnings.
36941         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36942         (gst_y4mencode_chain):
36943         Output the y4m frame header correctly.
36944
36945 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36946
36947         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36948           throw errors instead of allowing SIGFPE
36949
36950 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36951
36952         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36953         (gst_gconf_render_bin_from_key):
36954           leak plugging and style fixing
36955
36956 2004-03-31  David Schleef  <ds@schleef.org>
36957
36958         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36959         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36960         (bug #138225)
36961         * gst/debug/Makefile.am:
36962         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36963         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36964         plugin.
36965         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36966         (gst_negotiation_base_init), (gst_negotiation_class_init),
36967         (gst_negotiation_init), (gst_negotiation_getcaps),
36968         (gst_negotiation_pad_link), (gst_negotiation_chain),
36969         (gst_negotiation_set_property), (gst_negotiation_get_property),
36970         (gst_negotiation_plugin_init):  New element to talk about random
36971         negotiation things happening in a pipeline.
36972
36973 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36974
36975         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36976           fix integer addition with help of Stefan Kost
36977
36978 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36979
36980         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36981
36982 2004-03-30  David Schleef  <ds@schleef.org>
36983
36984         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36985         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36986         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36987         (bug #137504)
36988         * ext/mpeg2dec/gstmpeg2dec.h:
36989
36990 2004-03-30  David Schleef  <ds@schleef.org>
36991
36992         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36993
36994 2004-03-30  David Schleef  <ds@schleef.org>
36995
36996         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36997         Michael Petullo) to handle .mov
36998
36999 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37000
37001         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
37002         (gst_osselement_rate_check_rate):
37003           probe caps correctly for sound cards that only support one format
37004
37005 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37006
37007         * ext/kio/kiosrc.cpp: (process_events):
37008           update handling event processing if inside KDE - untested
37009
37010 2004-03-29  David Schleef  <ds@schleef.org>
37011
37012         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
37013         by 2 to not interfere with other colorspaces.
37014         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
37015         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
37016         one to not interfere with ffmpeg_colorspace.
37017
37018 2004-03-29  David Schleef  <ds@schleef.org>
37019
37020         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
37021         aren't in the caps.
37022         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
37023         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
37024
37025 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37026
37027         * gst-libs/gst/riff/riff-media.c:
37028           fail on error, don't try to set stuff on NULL caps
37029
37030 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37031
37032         * configure.ac:
37033         * ext/Makefile.am:
37034         * ext/kio/Makefile.am:
37035         * ext/kio/kioreceiver.cpp:
37036         * ext/kio/kioreceiver.h:
37037         * ext/kio/kiosrc.cpp:
37038         * ext/kio/kiosrc.h:
37039           add experimental kiosrc plugin
37040         * ext/alsa/gstalsaplugin.c: (plugin_init):
37041           initialize debugging category only when we're sure registering the
37042           plugins worked.
37043
37044 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37045
37046         * examples/gstplay/player.c: (main):
37047         * gst-libs/gst/play/play.c: (gst_play_class_init),
37048         (gst_play_set_location), (gst_play_set_data_src),
37049         (gst_play_set_video_sink), (gst_play_set_audio_sink),
37050         (gst_play_set_visualization), (gst_play_connect_visualization):
37051           check return values of element_set_state and return FALSE where
37052           failed
37053
37054 2004-03-29  Benjamin Otte  <otte@gnome.org>
37055
37056         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
37057           try harder to check if an event is really a discont
37058
37059 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37060
37061         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
37062         * po/az.po:
37063
37064 2004-03-28  Benjamin Otte  <otte@gnome.org>
37065
37066         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
37067         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37068         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
37069           get rid of non-standard "..." ranges in case statements.
37070
37071 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
37072
37073         * gst/mpegstream/gstmpegdemux.c:
37074         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
37075         specific functionality split to the new dvddemux element.
37076         * gst/mpegstream/gstdvddemux.c:
37077         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
37078         streams, derived from mpegdemux.
37079         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
37080         up. SCR based timestamp rewriting can be turned off (will probably
37081         completely disappear soon).
37082         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
37083         hacking. General cleanup. All printf statements replaced by
37084         debugging messages. Almost complete libdvdnav support.
37085         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
37086         by events. New properties for audio and subpicture languages.
37087         (dvdnavsrc_update_highlight): Now uses events.
37088         (dvdnavsrc_user_op): Cleaned up.
37089         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
37090         based). Lots of cleanup, and propper support for most libdvdnav
37091         events.
37092         (dvdnavsrc_make_dvd_event): New function.
37093         (dvdnavsrc_make_dvd_nav_packet_event): New function.
37094         (dvdnavsrc_make_clut_change_event): New function.
37095
37096 2004-03-26  Benjamin Otte  <otte@gnome.org>
37097
37098         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
37099           fix bug where typefinding would claim it's theora whenever less then
37100           7 bytes of data were available
37101
37102 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37103
37104         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
37105         (gst_alawdec_base_init), (gst_alawdec_class_init),
37106         (gst_alawdec_init), (gst_alawdec_chain):
37107         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
37108         (gst_alawenc_base_init), (gst_alawenc_class_init),
37109         (gst_alawenc_init), (gst_alawenc_chain):
37110         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
37111         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
37112         (gst_mulawdec_init), (gst_mulawdec_chain):
37113         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37114         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37115         (gst_mulawenc_init), (gst_mulawenc_chain):
37116           Fix capsnego in all four, remove the unused property functions and
37117           simplify the chain functions slightly. I guess we could use macros
37118           or something similar for those, since the code is so similar, but
37119           I'm currently too lazy...
37120
37121 2004-03-24  David Schleef  <ds@schleef.org>
37122
37123         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37124         (gst_osselement_close_audio), (gst_osselement_probe_caps),
37125         (gst_osselement_get_format_structure),
37126         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37127         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37128         (gst_osselement_rate_int_compare): Add code to handle rate probing
37129         (bug #120883)
37130         * sys/oss/gstosselement.h: same
37131         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37132         Use rate probing provided by osselement.
37133         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37134
37135 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37136
37137         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37138         (gst_xvidenc_get_property):
37139           ulong/int mess-up.
37140
37141 2004-03-24  David Schleef  <ds@schleef.org>
37142
37143         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37144         (gst_speexdec_init):
37145         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37146         (gst_speexenc_init):  Create the pad template correctly (from
37147         the static pad template, not a NULL pointer.)
37148
37149 2004-03-25  Benjamin Otte  <otte@gnome.org>
37150
37151         * gst/debug/Makefile.am:
37152         * gst/debug/breakmydata.c:
37153           add element that quasi-randomly changes bytes in the stream.
37154           Intended use is robustness checking of demuxers and decoders in
37155           media tests.
37156
37157 2004-03-24  Benjamin Otte  <otte@gnome.org>
37158
37159         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37160         (gst_alsa_probe_hw_params):
37161         * ext/alsa/gstalsa.h:
37162           debugging output fixes
37163
37164 2004-03-24  Benjamin Otte  <otte@gnome.org>
37165
37166         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37167           don't g_return_if_fail if element is PLAYING, fail silently as every
37168           other element.
37169         * gst/effectv/gstquark.c: (gst_quarktv_chain):
37170           only fix needed for cast lvalue issues in gst-plugins
37171         * gst/volenv/gstvolenv.c: (gst_volenv_init):
37172           add proxy_getcaps
37173
37174 2004-03-24  Benjamin Otte  <otte@gnome.org>
37175
37176         * gst/level/gstlevel.c: (gst_level_init):
37177           add proxying getcaps function, so level doesn't advertise impossible
37178           caps
37179
37180 2004-03-24  David Schleef  <ds@schleef.org>
37181
37182         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37183         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37184         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37185         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37186         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37187         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37188         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37189         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37190         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
37191         messages.  Divide the chunk size by the compression ratio
37192         (needed for MACE audio)
37193
37194 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37195
37196         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37197           Fix buffer overflow read error.
37198
37199 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37200
37201         * ext/alsa/gstalsa.h:
37202           Remove unused entry.
37203         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37204           Add cinepak.
37205         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37206         (gst_videodrop_link), (gst_videodrop_chain):
37207           Fix, sort of. Was horribly broken with new capsnego. Bah...
37208
37209 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37210
37211         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37212         (plugin_init):
37213         Add a monkeysaudio typefind function
37214
37215 2004-03-23  Johan Dahlin  <johan@gnome.org>
37216
37217         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37218         (gst_play_video_fixate): Check so the structure has the field
37219         before trying to fixate them, this makes it possible to have
37220         fakesinks for video and audio output without printing errors on
37221         the output console.
37222
37223 2004-03-22  David Schleef  <ds@schleef.org>
37224
37225         * sys/oss/Makefile.am:
37226         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37227         (check_rate), (add_rate):  Rate probing test app.
37228
37229 2004-03-21  Benjamin Otte  <otte@gnome.org>
37230
37231         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37232         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37233           add a fixation function that pretty much does the right thing (fixes
37234           #137556)
37235
37236 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37237
37238         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37239
37240 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37241
37242         reviewed by: Benjamin Otte  <otte@gnome.org>
37243
37244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37245           terminate gst_event_new_discontinuous correctly (fixes parts of
37246           #137711)
37247
37248 2004-03-19  David Schleef  <ds@schleef.org>
37249
37250         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37251         since it doesn't depend on X, and it's part of our ABI.
37252
37253 2004-03-19  Iain <iain@prettypeople.org>
37254
37255         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37256         is_int in the structure, not the local variable.
37257
37258 2004-03-19  David Schleef  <ds@schleef.org>
37259
37260         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37261         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37262         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37263         Improvements in caps negotiation.
37264
37265 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37266
37267         * po/LINGUAS:
37268         * po/af.po:
37269           adding Afrikaans (Petri Jooste)
37270
37271 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37272
37273         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37274         (gst_ffmpegcolorspace_chain):
37275         throw error instead of g_critical (#137588)
37276
37277 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37278
37279         * Makefile.am:
37280         * configure.ac:
37281           dist common and m4 correctly
37282         * po/sv.po:
37283
37284 2004-03-17  David Schleef  <ds@schleef.org>
37285
37286         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37287         (bug #137348)
37288
37289 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37290
37291         * po/LINGUAS:
37292         * po/sv.po:
37293           adding Swedish translation (Christian Rose)
37294
37295 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37296
37297         * Makefile.am: use release.mak
37298
37299 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37300
37301         * common/ChangeLog:
37302         * common/gst-autogen.sh:
37303           add some explanation about the version detection
37304         * configure.ac:
37305           fix X check
37306
37307 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37308
37309         * configure.ac: bump nano to 1
37310
37311 === release 0.8.0 ===
37312
37313 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37314
37315         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37316
37317 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37318
37319         * configure.ac:
37320           update libtool version
37321         * gst-libs/gst/media-info/Makefile.am:
37322           actually use libtool version
37323
37324 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37325
37326         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37327
37328 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37329
37330         * configure.ac:
37331         * gst-plugins.spec.in:
37332         * pkgconfig/Makefile.am:
37333         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37334         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37335         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37336         * pkgconfig/gstreamer-libs.pc.in:
37337         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37338         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37339         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37340         * pkgconfig/gstreamer-plugins.pc.in:
37341           remove @VERSION@ from some of the pc files since core and plugins
37342           are decoupled.
37343           created gstreamer-plugins.pc as it's a better name, but keeping
37344           -libs around for now to get fixes upstream done first.
37345
37346 2004-03-15  Julien MOUTTE <julien@moutte.net>
37347
37348         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37349         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37350         * gst-libs/gst/play/play.h:
37351
37352 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37353
37354         * *.c, *.cc: don't mix tabs and spaces
37355
37356 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37357
37358         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37359           use the new ffmpegcolorspace
37360         * gst-plugins.spec.in:
37361           package new colorspace and media-info
37362         * configure.ac:
37363         * pkgconfig/Makefile.am:
37364           fix some more disting issues
37365         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37366         * pkgconfig/gstreamer-media-info.pc.in:
37367           generate media-info pc files
37368
37369 2004-03-15  Johan Dahlin  <johan@gnome.org>
37370
37371         * *.h: Revert indenting
37372
37373 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37374
37375         * configure.ac:
37376           adding ffmpegcolorspace element
37377         * gst/ffmpegcolorspace/Makefile.am:
37378         * gst/ffmpegcolorspace/avcodec.h:
37379         * gst/ffmpegcolorspace/common.h:
37380         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37381         * gst/ffmpegcolorspace/dsputil.h:
37382         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37383         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37384         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37385         (gst_ffmpeg_caps_to_pix_fmt):
37386         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37387         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37388         (gst_ffmpegcolorspace_caps_remove_format_info),
37389         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37390         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37391         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37392         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37393         (gst_ffmpegcolorspace_set_property),
37394         (gst_ffmpegcolorspace_get_property),
37395         (gst_ffmpegcolorspace_register):
37396         * gst/ffmpegcolorspace/imgconvert.c:
37397         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37398         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37399         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37400         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37401         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37402         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37403         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37404         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37405         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37406         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37407         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37408         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37409         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37410         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37411         (img_get_alpha_info), (deinterlace_line),
37412         (deinterlace_line_inplace), (deinterlace_bottom_field),
37413         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37414         * gst/ffmpegcolorspace/imgconvert_template.h:
37415         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37416         * gst/ffmpegcolorspace/mmx.h:
37417         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37418           adding ffmpegcolorspace element supplied by Ronald after cleaning
37419           up and pulling in the right bits of upstream source.
37420           I'm sure a better C/compiler wizard could do some cleaning up (for
37421           example use GLIB's malloc stuff), but as a first pass this
37422           works very well
37423
37424 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37425
37426         * ext/alsa/gstalsa.h:
37427           I assume Ronald forgot to commit the change to have cardname
37428           as a struct member.  Expect some public spanking at the next
37429           opportunity.
37430
37431 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37432
37433         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37434         (gst_alsa_open_audio), (gst_alsa_close_audio):
37435         * ext/alsa/gstalsa.c:
37436           Don't open the device if we're a mixer (= padless).
37437         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37438         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37439         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37440           Open mixer during state change rather than during object
37441           initialization. Also, get a device name. Currently in a somewhat
37442           hackish fashion, but I didn't really find something better.
37443
37444 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37445
37446         * *.c, *.h: run gst-indent
37447
37448 2004-03-14  Benjamin Otte  <otte@gnome.org>
37449
37450         * gst/modplug/gstmodplug.cc:
37451         * gst/modplug/gstmodplug.h:
37452           set correct timestamps on outgoing buffers
37453
37454 2004-03-14  Benjamin Otte  <otte@gnome.org>
37455
37456         * gst/modplug/gstmodplug.cc:
37457           handle events - don't do crap when a discont arrives that's not
37458           necessary
37459           This allows correct loading and playback of mods in Rhythmbox
37460
37461 2004-03-14  Benjamin Otte  <otte@gnome.org>
37462
37463         * configure.ac:
37464         * gst-libs/gst/gconf/Makefile.am:
37465         * pkgconfig/Makefile.am:
37466           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37467           they get rebuilt properly
37468         * configure.ac:
37469           when checking for vorbis, try pkgconfig first.
37470         * gst/modplug/gstmodplug.cc:
37471           add fixate function
37472
37473 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37474
37475         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37476           Fix for obvious mistake, where we first shift the offset and then
37477           read a samplesize element assuming the old offset. Note that this
37478           part still has something weird, i.e. my movies containing those
37479           don't actually play well, but at least there's something that looks
37480           like sound now.
37481
37482 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37483         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37484         (plugin_init):
37485         Add a typefind function for speex format
37486
37487 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37488
37489         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37490         (gst_asf_demux_setup_pad):
37491           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37492           instead of 0. Reason is simple: some elements have a fps range
37493           of 1-max instead of 0-max. So now ASF video actually works.
37494
37495 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37496
37497         * po/LINGUAS:
37498         * po/sr.po:
37499           adding serbian as a language
37500
37501 2004-03-13  Benjamin Otte  <otte@gnome.org>
37502
37503         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37504           return taglist correctly from _get function, don't gst_pad_push it.
37505           (fixes #137042)
37506
37507 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37508         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37509
37510 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37511
37512         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37513         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37514         (gst_alsa_mixer_track_new):
37515         * ext/alsa/gstalsamixertrack.h:
37516           Fix ancient leftovers... MixerTrack is a GObject.
37517
37518 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37519
37520         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37521         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37522           Don't block during probing...
37523
37524 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37525
37526         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37527         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37528         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37529         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37530         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37531         (gst_alsa_open_audio), (gst_alsa_close_audio):
37532         * ext/alsa/gstalsa.h:
37533           Add propertyprobe interface implementation, add some device-name
37534           property, all this so that it looks good in gnome-volume-control.
37535
37536 2004-03-12  David Schleef  <ds@schleef.org>
37537
37538         * configure.ac: the Hermes library controls hermescolorspace, not
37539         colorspace.
37540         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37541         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37542         not /* */
37543         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37544         * ext/sdl/sdlvideosink.h: ditto.
37545         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37546
37547 2004-03-12  Benjamin Otte  <otte@gnome.org>
37548
37549         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37550         (gst_x_overlay_got_xwindow_id):
37551         * gst-libs/gst/xoverlay/xoverlay.h:
37552           replace XID with unsigned long to get rid of the xlibs dependency in
37553           XOverlay (fixes #137004)
37554
37555 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37556         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37557         (gst_agingtv_setup):
37558         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37559         (gst_dicetv_base_init), (gst_dicetv_class_init),
37560         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37561         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37562         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37563         (gst_edgetv_setup), (gst_edgetv_rgb32):
37564         * gst/effectv/gsteffectv.c:
37565         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37566         (gst_quarktv_set_property):
37567         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37568         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37569         (gst_revtv_setup), (gst_revtv_rgb32):
37570         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37571         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37572         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37573         (gst_shagadelictv_rgb32):
37574         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37575         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37576         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37577         * gst/effectv/gstwarp.c:
37578         Port everything that can be ported to videofilter and fix up the caps.
37579         Can someone with a big-endian machine please check these?
37580
37581 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37582
37583         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37584         (gst_osssink_chain), (gst_osssink_change_state):
37585           Latest fixes for A/V sync, audio playback and such. This is about
37586           all... MPEG playback issues are mostly related to the async build-
37587           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37588
37589 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37590
37591         patch from: Stephane Loeuillet
37592
37593         * configure.ac:
37594           use pkg-config for some libraries, falling back to the old .m4 way
37595           (fixes #131270)
37596         * m4/libdv.m4:
37597           removed
37598
37599 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37600
37601         * configure.ac:
37602         * tools/Makefile.am:
37603         * tools/Makefile.in:
37604         * tools/gst-launch-ext-m.m:
37605         * tools/gst-launch-ext.1.in:
37606         * tools/gst-visualise-m.m:
37607         * tools/gst-visualise.1:
37608         * tools/gst-visualise.1.in:
37609           reorganizing generation of script tools
37610
37611 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37612
37613         * ext/divx/gstdivxdec.c:
37614           Downgrade priority. We prefer ffdec_mpeg4.
37615         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37616         (gst_faad_chain), (gst_faad_change_state):
37617           Fix capsnego. Doesn't work for some sounds because we don't have
37618           a 5:1 to stereo element.
37619         * ext/xvid/gstxvid.c: (plugin_init):
37620           Add priority.
37621         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37622         (gst_osssink_change_state):
37623           Add discont handling.
37624
37625 2004-03-09  Colin Walters  <walters@verbum.org>
37626
37627         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37628         conversion.
37629
37630 2004-03-09  Benjamin Otte  <otte@gnome.org>
37631
37632         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37633           the signals take 2 arguments
37634
37635 2004-03-09  David Schleef  <ds@schleef.org>
37636
37637         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37638         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37639         * ext/alsa/gstalsa.h:
37640         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37641
37642 2004-03-09  Benjamin Otte  <otte@gnome.org>
37643
37644         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37645         (gst_mikmod_change_state):
37646         * ext/mikmod/gstmikmod.h:
37647           make mikmod's loop function not loop infinitely and call
37648           gst_element_yield anymore
37649         * gst/modplug/gstmodplug.cc:
37650           fix pad negotiation (fixes #136590)
37651
37652 2004-03-09  David Schleef  <ds@schleef.org>
37653
37654         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37655         doesn't conflict with the internal colorspace plugin.
37656         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37657         satisfy the crappy-ass shell shipped by a certain vendor.
37658         * gst/videofilter/make_filter: same (bug #135299)
37659
37660 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37661
37662         * configure.ac: bump nano to 1
37663
37664 === release 0.7.6 ===
37665
37666 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37667
37668         * configure.in: releasing 0.7.6, "There"
37669
37670 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37671
37672         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37673         * pkgconfig/gstreamer-play.pc.in:
37674           synchronize the two
37675
37676 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37677
37678         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37679         (cdparanoia_open), (cdparanoia_event):
37680           fix/add error handling
37681         * po/POTFILES.in:
37682           add cdparanoia source
37683         * tools/Makefile.am:
37684           make scripts executable
37685
37686 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37687
37688         * configure.ac:
37689         * ext/vorbis/Makefile.am:
37690         * sys/Makefile.am:
37691           remove id3types, vorbisfile and xvideosink from the build (#133783)
37692
37693 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37694
37695         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37696           Fix metadata read crash (#136537).
37697
37698 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37699
37700         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37701         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37702           adding mime types, fixing the one-stop function
37703
37704 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37705
37706         * ext/nas/nassink.c and /ext/nas/nassink.h:
37707         More NAS love from Arwed von Merkatz
37708         So lets all sing 'Can you feel the NAS tonight'
37709
37710 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37711
37712         * tools/gst-launch-ext.in:
37713         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37714
37715 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37716
37717         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37718         (gst_mpeg2dec_init):
37719         remove the user_data pad for now, because it is being used in
37720         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37721         If someone knows how to fix this properly, please do.
37722
37723 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37724
37725         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37726         (gst_osssink_get_time):
37727         add a warning, IMO this won't get triggered anymore, remove later
37728
37729 2004-03-07  David Schleef  <ds@schleef.org>
37730
37731         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37732         format (bug #136470)
37733
37734 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37735
37736         * gst-libs/Makefile.am:
37737         * gst-libs/gst/media-info/Makefile.am:
37738         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37739         (error_callback), (gst_media_info_error_create),
37740         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37741         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37742         * gst-libs/gst/media-info/media-info-priv.h:
37743         * gst-libs/gst/media-info/media-info-test.c: (main):
37744         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37745         (gst_media_info_class_init), (gst_media_info_instance_init),
37746         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37747         (gst_media_info_read_idler), (gst_media_info_read):
37748         * gst-libs/gst/media-info/media-info.h:
37749         fixed, should work now
37750
37751 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37752
37753         * ext/nas/nassink.c:
37754         A bunch of NAS fixes from Arwed von Merkatz
37755
37756 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37757
37758         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37759         (qtdemux_parse_trak):
37760           Fix crash (j might be greater than n_samples, in which case we're
37761           writing outside the allocated space for the array) and memleak.
37762
37763 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37764
37765         * sys/oss/gstosssink.c: (gst_osssink_chain):
37766           And another caller that couldn't handle delay < 0 (unsigned
37767           integer overflow). Video now continues playing on an audio
37768           buffer underrun, and the clock continues working. Audio still
37769           stalls.
37770
37771 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37772
37773         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37774         (gst_osssink_get_time):
37775           get_delay() may return values lower than 0. In those cases, we
37776           should not actually cast to *unsigned* int64, that will break
37777           stuff horribly. In my case, it screwed up A/V sync in movies
37778           in totem rather badly.
37779
37780 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37781
37782         * ext/faac/gstfaac.c: (gst_faac_chain):
37783         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37784         * ext/libpng/gstpngenc.c: (user_write_data):
37785         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37786         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37787         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37788         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37789         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37790         of any buffer), should fix some leaks. I hope I didn't unref buffers
37791         that shouldn't be...
37792
37793 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37794
37795         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37796         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37797         (error_callback), (gmi_reset), (gmi_seek_to_track),
37798         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37799         (gmip_find_type_post), (gmip_find_stream_post),
37800         (gmip_find_track_streaminfo_post):
37801         * gst-libs/gst/media-info/media-info-priv.h:
37802         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37803         (info_print), (main):
37804         * gst-libs/gst/media-info/media-info.c:
37805         (gst_media_info_error_create), (gst_media_info_error_element),
37806         (gst_media_info_instance_init), (gst_media_info_get_property),
37807         (gst_media_info_new), (gst_media_info_set_source),
37808         (gst_media_info_read_idler), (gst_media_info_read):
37809         * gst-libs/gst/media-info/media-info.h:
37810           first pass at making this work again.  This seems to work on
37811           tagged ogg/vorbis and mp3 files.
37812
37813 2004-03-06  Benjamin Otte  <otte@gnome.org>
37814
37815         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37816           fix huge leak: gst_buffer_merge doesn't unref the first argument
37817           itself.
37818
37819 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37820
37821         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37822           report layer/mode/emphasis
37823
37824 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37825
37826         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37827
37828 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37829
37830         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37831           signal serial
37832
37833 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37834
37835         * ext/vorbis/vorbis.c: (plugin_init):
37836         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37837         (gst_vorbis_dec_init), (vorbis_dec_event):
37838         add debug category
37839         make vorbisdec handle _BYTE and _TIME queries
37840
37841 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37842
37843         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37844           from the xing header
37845
37846 2004-03-06  Benjamin Otte  <otte@gnome.org>
37847
37848         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37849         (gst_audio_convert_link), (gst_audio_convert_change_state),
37850         (gst_audio_convert_buffer_from_default_format):
37851           do conversions from/to float correctly, fix some caps nego errors,
37852           export correct supported caps in template and getcaps, use correct
37853           caps in try_set_caps functions
37854
37855 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37856
37857         For some reason, I only committed a ChangeLog entry yesterday and
37858         not the corresponding code...
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  Benjamin Otte  <otte@gnome.org>
37863
37864         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37865         (gst_ogg_demux_src_query):
37866           make sure to handle the case where there's no current chain
37867           gracefully.
37868
37869 2004-03-05  David Schleef  <ds@schleef.org>
37870
37871         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37872         Add fixate function. (bug #131128)
37873         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37874         (gst_sdlvideosink_fixate):  Add fixate function.
37875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37876         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37877         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37878         Fix missing break that was causing ulaw to be interpreted as
37879         raw int.
37880
37881 2004-03-05  David Schleef  <ds@schleef.org>
37882
37883         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37884         Fix code that ignores return value of gst_buffer_merge().
37885         (bug #114560)
37886         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37887         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37888         * testsuite/gst-lint:  Check for above.
37889
37890 2004-03-05  David Schleef  <ds@schleef.org>
37891
37892         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37893         caps and throw an element error.  (bug #136334)
37894
37895 2004-03-05  David Schleef  <ds@schleef.org>
37896
37897         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37898         (gst_faad_chain): Fix negotiation.
37899         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37900         key and button events.
37901         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37902         dung heap of code.
37903         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37904         depends on gconf
37905         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37906         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37907         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37908         function to encourage better negotiation, particularly between
37909         audioconvert and osssink.
37910         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37911         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37912         more important.
37913         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37914         typefinding.
37915         * gst/vbidec/vbiscreen.c:  Add glib header
37916         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37917
37918 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37919
37920         * ext/mad/gstmad.c: Fix detection of Xing headers
37921         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37922
37923 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37924
37925         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37926         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37927           debug updates
37928
37929 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37930
37931         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37932         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37933         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37934         files, and report the parsed length as a GST_TAG_DURATION tag.
37935         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37936
37937 2004-03-05  Benjamin Otte  <otte@gnome.org>
37938
37939         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37940           convert channels correctly. convert correctly to unsigned.
37941
37942 2004-03-05  Julien MOUTTE <julien@moutte.net>
37943
37944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37945         we have a window before clearing it.
37946
37947 2004-03-05  Julien MOUTTE <julien@moutte.net>
37948
37949         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37950         have a window before clearing it.
37951
37952 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37953
37954         * gconf/gstreamer.schemas.in:
37955         * gst-libs/gst/gconf/Makefile.am:
37956           version installation path the same way as for 0.6
37957         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37958         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37959         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37960           remove comment that was fixed
37961
37962 2004-03-05  David Schleef  <ds@schleef.org>
37963
37964         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37965         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37966         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37967         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37968         Add prototype code for handling seeking and querying.
37969
37970 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37971
37972         * examples/gstplay/player.c: (main):
37973           Initialize variables to NULL. Prevents a segfault because the
37974           (uninitialized) variable is not NULL, resulting in a crash on
37975           trying to reach error->message.
37976
37977 2004-03-05  Benjamin Otte  <otte@gnome.org>
37978
37979         * gst/audioconvert/gstaudioconvert.c:
37980         (gst_audio_convert_buffer_to_default_format):
37981         make float=>int conversion work correctly even in cornercases.
37982
37983 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37984
37985         * debian/README.Debian:
37986         * debian/build-deps:
37987         * debian/changelog:
37988         * debian/control:
37989         * debian/control.in:
37990         * debian/copyright:
37991         * debian/gstreamer-a52dec.files:
37992         * debian/gstreamer-aa.files:
37993         * debian/gstreamer-alsa.files:
37994         * debian/gstreamer-alsa.manpages:
37995         * debian/gstreamer-arts.files:
37996         * debian/gstreamer-artsd.files:
37997         * debian/gstreamer-audiofile.files:
37998         * debian/gstreamer-avifile.files:
37999         * debian/gstreamer-cdparanoia.files:
38000         * debian/gstreamer-colorspace.files:
38001         * debian/gstreamer-doc.files:
38002         * debian/gstreamer-dv.files:
38003         * debian/gstreamer-dvd.files:
38004         * debian/gstreamer-esd.files:
38005         * debian/gstreamer-festival.files:
38006         * debian/gstreamer-flac.files:
38007         * debian/gstreamer-gconf.conffiles:
38008         * debian/gstreamer-gconf.files:
38009         * debian/gstreamer-gconf.postinst:
38010         * debian/gstreamer-gnomevfs.files:
38011         * debian/gstreamer-gsm.files:
38012         * debian/gstreamer-http.files:
38013         * debian/gstreamer-jack.files:
38014         * debian/gstreamer-jpeg.files:
38015         * debian/gstreamer-mad.files:
38016         * debian/gstreamer-mikmod.files:
38017         * debian/gstreamer-misc.files:
38018         * debian/gstreamer-mpeg2dec.files:
38019         * debian/gstreamer-oss.files:
38020         * debian/gstreamer-plugin-apps.files:
38021         * debian/gstreamer-plugin-apps.manpages:
38022         * debian/gstreamer-plugin-libs-dev.files:
38023         * debian/gstreamer-plugin-libs.files:
38024         * debian/gstreamer-plugin-template.postinst:
38025         * debian/gstreamer-plugin-template.postrm:
38026         * debian/gstreamer-sdl.files:
38027         * debian/gstreamer-sid.files:
38028         * debian/gstreamer-vorbis.files:
38029         * debian/gstreamer-x.files:
38030         * debian/mk.control:
38031         * debian/rules:
38032         Debian package info not maintained here.
38033
38034 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38035
38036         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
38037         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
38038         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
38039         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
38040         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
38041         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
38042         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
38043         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
38044         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
38045         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
38046         * gst-libs/gst/colorbalance/colorbalance.c:
38047         (gst_color_balance_class_init):
38048         * gst-libs/gst/colorbalance/colorbalancechannel.c:
38049         (gst_color_balance_channel_class_init):
38050         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
38051         * gst-libs/gst/play/play.c: (gst_play_class_init):
38052         * gst-libs/gst/propertyprobe/propertyprobe.c:
38053         (gst_property_probe_iface_init):
38054         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
38055         * gst-libs/gst/tuner/tunerchannel.c:
38056         (gst_tuner_channel_class_init):
38057         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
38058         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
38059         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
38060         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
38061         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
38062         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
38063         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
38064         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
38065         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
38066           fix signals to use - instead of _
38067         * ext/libcaca/gstcacasink.h:
38068         * ext/sdl/sdlvideosink.h:
38069           fix header rename
38070
38071 2004-03-04  David Schleef  <ds@schleef.org>
38072
38073         * testsuite/gst-lint:  Add a check for bad signal names.
38074
38075 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
38076
38077         reviewed by David Schleef
38078
38079         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
38080         modified the alpha channel and caused a warning. (bug #136192)
38081
38082 2004-04-03  Christian Schaller <Uraeus@gnome.org>
38083
38084         * gst-plugins.spec.in:
38085         Change names of plugins to actually be correct. Try to keep things
38086         alphabetical to avoid getting beat up by Thomas
38087
38088 2004-03-03  Julien MOUTTE <julien@moutte.net>
38089
38090         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
38091         Using ximagesink as a default if no gconf key found. We should
38092         probably consider using alsasink instead of osssink for the audio
38093         part.
38094
38095 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38096
38097         * configure.ac:
38098           fix --with-plugins, don't think it ever worked before
38099         * gst-plugins.spec.in:
38100           even more updates
38101
38102 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38103
38104         * ext/sdl/sdlvideosink.h:
38105         * sys/ximage/ximagesink.h:
38106         * sys/xvideo/xvideosink.h:
38107         * sys/xvimage/xvimagesink.h:
38108           Fix for move of gstvideosink.h -> videosink.h.
38109
38110 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38111
38112         * gst-libs/gst/xwindowlistener/Makefile.am:
38113           this is a plugin library, not a library
38114
38115 2004-03-01  David Schleef  <ds@schleef.org>
38116
38117         * AUTHORS:  Added some names.  Add yourself if you're still
38118         missing.
38119
38120 2004-03-01  David Schleef  <ds@schleef.org>
38121
38122         * MAINTAINERS: Add
38123
38124 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38125
38126         * gst-plugins.spec.in: clean up spec file
38127
38128 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38129
38130         * gst-libs/gst/video/Makefile.am:
38131         * gst-libs/gst/video/gstvideosink.c:
38132         * gst-libs/gst/video/gstvideosink.h:
38133           rename gstvideosink.h to videosink.h to match other headers
38134         * gst/mixmatrix/Makefile.am:
38135           fix plugin filename
38136         * gst/tags/Makefile.am: fix plugin filename
38137
38138 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38139
38140         * gst/tags/Makefile.am: fix plugin filename
38141
38142 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38143
38144         * examples/gstplay/player.c: (got_time_tick), (main):
38145           add error handler
38146           display time_tick more readably
38147         * gst/mixmatrix/Makefile.am:
38148           fix plugin file name
38149
38150 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
38151
38152         * sys/oss/gstosselement.c: (gst_osselement_probe),
38153         (device_combination_append), (gst_osselement_class_probe_devices):
38154         * sys/oss/gstosselement.h:
38155           Reworked enumeration of oss dsps and mixers so that gst-mixer works
38156           on my system using alsa oss emulation, fixes bug #135597
38157
38158 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38159
38160         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38161         (gst_videodrop_chain), (gst_videodrop_change_state):
38162         * gst/videodrop/gstvideodrop.h:
38163           Work based on timestamp of input data, not based on the expected
38164           framerate from the input. The consequence is that this element now
38165           not only scales framerates, but also functions as a framerate
38166           corrector or framerate stabilizer/constantizer.
38167
38168 2004-02-27  David Schleef  <ds@schleef.org>
38169
38170         patches from jmmv@menta.net (Julio M. Merino Vidal)
38171
38172         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38173         GST_ELEMENT_ERROR call (bug #135634)
38174         * gst/interleave/interleave.c: (interleave_buffered_loop),
38175         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38176         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38177         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38178         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38179         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38180         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38181         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38182         Fix GST_ELEMENT_ERROR call.
38183         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38184         GST_ELEMENT_ERROR call.
38185
38186 2004-02-27  Benjamin Otte  <otte@gnome.org>
38187
38188         * gst-libs/gst/audio/audio.h:
38189           add macro to make sure header isn't included twice
38190         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38191           don't use gst_buffer_free
38192         * gst/playondemand/filter.func:
38193           don't use gst_data_free. Free data only once.
38194
38195 2004-02-26  David Schleef  <ds@schleef.org>
38196
38197         * gst-libs/gst/colorbalance/Makefile.am:
38198         * gst-libs/gst/mixer/Makefile.am:
38199         * gst-libs/gst/tuner/Makefile.am:
38200         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38201         should not be disted, -marshal.h files should not be installed,
38202         and -enum.h files _should_ be installed.  Fix to make this the
38203         case.
38204
38205 === release 0.7.5 ===
38206
38207 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38208
38209         * configure.ac: release 0.7.5, "Under The Sea"
38210
38211 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38212
38213         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38214         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38215         * gst/videoscale/gstvideoscale.c:
38216         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38217           assorted debug/warning fixes
38218
38219 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38220
38221         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38222         (gst_videoscale_init), (gst_videoscale_chain),
38223         (gst_videoscale_set_property), (plugin_init):
38224         * gst/videoscale/gstvideoscale.h:
38225         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38226         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38227         (gst_videoscale_planar400), (gst_videoscale_packed422),
38228         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38229         (gst_videoscale_24bit), (gst_videoscale_16bit),
38230         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38231         (gst_videoscale_scale_plane_slow),
38232         (gst_videoscale_scale_point_sample),
38233         (gst_videoscale_scale_nearest),
38234         (gst_videoscale_scale_nearest_str2),
38235         (gst_videoscale_scale_nearest_str4),
38236         (gst_videoscale_scale_nearest_32bit),
38237         (gst_videoscale_scale_nearest_24bit),
38238         (gst_videoscale_scale_nearest_16bit):
38239         add debugging category and use it properly
38240         fix use of GST_PTR_FORMAT
38241
38242 2004-02-25  Andy Wingo  <wingo@pobox.com>
38243
38244         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38245         push only when channel->buffer is NULL. Prevents segfaults doing
38246         the state change after a nonlocal exit, like a scheme exception.
38247
38248         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38249         Handle the case where the intersected caps is empty.
38250
38251 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38252
38253         * gst/law/mulaw-decode.c: (mulawdec_link):
38254         * gst/law/mulaw.c: (plugin_init):
38255           fix mulawdec so it actually works again
38256
38257 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38258
38259         reviewed by: David Schleef  <ds@schleef.org>
38260
38261         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38262         (gst_gamma_init), (gst_gamma_set_property),
38263         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38264         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38265         for RGB, with separate r g and b correction factors. (#131167)
38266
38267 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38268
38269         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38270           only signal tags for bitrate if they're > 0 (#134894)
38271
38272 2004-02-24  David Schleef  <ds@schleef.org>
38273
38274         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38275         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38276         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38277         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38278         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38279         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38280         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38281         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38282         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38283         category.  Attempt to fix timestamp calculation.
38284
38285 2004-02-24  Johan Dahlin  <johan@gnome.org>
38286
38287         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38288
38289 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38290
38291         * configure.ac:
38292         * gconf/Makefile.am:
38293         * gconf/gstreamer.schemas:
38294         * gst-libs/gst/gconf/Makefile.am:
38295         * gst-libs/gst/gconf/gconf.c:
38296           version gconf schemas and install locations
38297
38298 2004-02-23  Benjamin Otte  <otte@gnome.org>
38299
38300         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38301         (gst_xine_input_subclass_init):
38302           call parent dispose.
38303           change pad template for CD reader correctly
38304         * ext/xine/Makefile.am:
38305         * ext/xine/gstxine.h:
38306         * ext/xine/xine.c: (plugin_init):
38307         * ext/xine/xineaudiosink.c:
38308           wrap audio sinks, too
38309         * gst-libs/gst/resample/private.h:
38310         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38311         (gst_resample_reinit), (gst_resample_scale),
38312         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38313         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38314         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38315         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38316         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38317         * gst-libs/gst/resample/resample.h:
38318         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38319         (gst_audioscale_class_init), (gst_audioscale_link),
38320         (gst_audioscale_get_buffer), (gst_audioscale_init),
38321         (gst_audioscale_chain), (gst_audioscale_set_property),
38322         (gst_audioscale_get_property):
38323         * gst/audioscale/gstaudioscale.h:
38324           s/resample_*/gst_resample_*/i to not clobber namespaces
38325
38326 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38327
38328         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38329         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38330         (gst_riff_create_video_template_caps),
38331         (gst_riff_create_audio_template_caps),
38332         (gst_riff_create_iavs_template_caps):
38333         * gst-libs/gst/riff/riff-media.h:
38334         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38335         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38336         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38337         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38338         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38339         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38340         (gst_matroska_demux_plugin_init): First batch implementing audio and
38341         video codec tags in demuxers.
38342
38343 2004-02-22  Benjamin Otte  <otte@gnome.org>
38344
38345         * ext/xine/Makefile.am:
38346         * ext/xine/gstxine.h:
38347         * ext/xine/xine.c: (plugin_init):
38348         * ext/xine/xineinput.c:
38349           add input plugin wrapper. Playback from files, http, mms and cdda
38350           works.
38351         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38352           remove leftover G_GNUC_UNUSED
38353         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38354         (gst_asf_demux_identify_guid):
38355           improve debugging output
38356
38357 2004-02-22  Benjamin Otte  <otte@gnome.org>
38358
38359         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38360
38361         * autogen.sh:
38362           replace test -e with test -x for mkinstalldirs to be more portable.
38363           (fixes #134816)
38364
38365 2004-02-22  Benjamin Otte  <otte@gnome.org>
38366
38367         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38368
38369         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38370           set rank to PRIMARY
38371         * gst/volume/gstvolume.c: (plugin_init):
38372           set rank to NONE
38373         fixes #134960
38374
38375 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38376
38377         reviewed by Benjamin Otte  <otte@gnome.org>
38378
38379         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38380           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38381
38382 2004-02-22  Benjamin Otte  <otte@gnome.org>
38383
38384         * configure.ac:
38385           export [_]*{gst,Gst,GST}.* symbols from plugins
38386
38387 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38388
38389         reviewed by: Benjamin Otte  <otte@gnome.org>
38390
38391         * ext/lame/gstlame.c: (add_one_tag):
38392         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38393         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38394         (gst_vorbisenc_metadata_set1):
38395         * gst/tags/gstid3tag.c:
38396         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38397           apply fixes from bugs #135042 (lame can't write tags) and #133817
38398           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38399
38400 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38401
38402         * configure.ac: Export only gst_plugin_desc from plugins.
38403          Note that this change only makes any effect with Linux using libtool
38404          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38405          fine. And don't try to have several versions of libtool in different
38406          directories.
38407
38408 2004-02-20  Andy Wingo  <wingo@pobox.com>
38409
38410         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38411         interleave respectively.
38412
38413         * gst/interleave/deinterleave.c: New plugin: deinterleave
38414         (replaces on oneton).
38415         * gst/interleave/interleave.c: New plugin: interleave.
38416         * gst/interleave/plugin.h: Support file.
38417         * gst/interleave/plugin.c: Support file.
38418
38419         * configure.ac: Remove intfloat and oneton, add interleave.
38420
38421         * ext/sndfile/gstsf.c: Handle events better.
38422
38423         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38424         and float2int operation. int2float has scheduling problems as
38425         noted in in2float_chain.
38426
38427 2004-02-20  Benjamin Otte  <otte@gnome.org>
38428
38429         * ext/xine/Makefile.am:
38430         * ext/xine/gstxine.h:
38431         * ext/xine/xine.c:
38432         * ext/xine/xineaudiodec.c:
38433         * ext/xine/xinecaps.c:
38434           add first version of xine plugin wrapper. Currently only wraps the
38435           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38436         * configure.ac:
38437         * ext/Makefile.am:
38438           add xine plugin wrapper, disabled by default. Use --enable-xine to
38439           build. Note that it'll segfault on gst-register if you don't remove
38440           the goom and tvtime post plugins from xine.
38441         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38442         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38443           add extradata parsing for QDM2.
38444           change around debugging prints.
38445
38446 2004-02-19  Benjamin Otte  <otte@gnome.org>
38447
38448         * ext/lame/gstlame.c: (gst_lame_chain):
38449         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38450           use gst_tag_list_insert when you want to insert tags
38451
38452 2004-02-18  David Schleef  <ds@schleef.org>
38453
38454         * configure.ac:  Move massink to gst-rotten
38455         * ext/Makefile.am:
38456         * ext/mas/Makefile.am:
38457         * ext/mas/massink.c:
38458         * ext/mas/massink.h:
38459
38460 2004-02-18  David Schleef  <ds@schleef.org>
38461
38462         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38463         typefinding, since it seems to be worse than nothing.
38464         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38465         atom to recognize .mp4 and .m4a files as video/quicktime.
38466
38467 2004-02-18  David Schleef  <ds@schleef.org>
38468
38469         * gst/sine/demo-dparams.c: (quit_live),
38470         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38471         Use double dparams, not float.
38472         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38473         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38474         sync'd elements don't really work correctly.
38475         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38476         (volume_update_volume), (volume_get_property):  Change dparam
38477         to double.
38478
38479 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38480
38481         * sys/ximage/ximagesink.c:
38482         (gst_ximagesink_xwindow_update_geometry),
38483         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38484         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38485         (gst_ximagesink_init): Rework the way software video scaling works. So
38486         now we check on each chain call if the video frames are feeling the
38487         window. If not we try to renegotiate caps. On failure we memorize that
38488         and we won't try again for that PLAYING sessions.
38489         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38490         failure.
38491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38492         synchronous flag.
38493
38494 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38495
38496         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38497           break up _link so we can give a better debug message for errors
38498
38499 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38500
38501         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38502           set up debug category
38503
38504 2004-02-18  Julien MOUTTE <julien@moutte.net>
38505
38506         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38507         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38508         the way renegotiation work. The event handling function is not taking
38509         care of external windows and renegotiate method check for pad flags
38510         NEGOTIATING. Should fix : #133209
38511
38512 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38513
38514         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38515         pad is negotiating before trying renegotiation.
38516
38517 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38518
38519         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38520           pass on all possible mime types as typefind hints
38521
38522 2004-02-17  Julien MOUTTE <julien@moutte.net>
38523
38524         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38526         possible SHM leak if we crash. All other apps using XShm are doing
38527         that.
38528
38529 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38530
38531         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38532         (gst_ximagesink_expose): Renegotiate size on expose.
38533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38534         size on expose.
38535
38536 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38537
38538         * testsuite/alsa/sinesrc.c:
38539           cosmetic fix to fix compile issue with gcc 2.95.4
38540
38541 2004-02-16  Julien MOUTTE <julien@moutte.net>
38542
38543         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38544         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38545         failed opening the audio device.
38546         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38547         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38548         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38549         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38550         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38551         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38552         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38553         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38554         Removing some useless g_return_if_fail like wingo suggested.
38555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38556         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38557         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38558         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38559         (gst_xvimagesink_update_colorbalance),
38560         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38561         (gst_xvimagesink_xcontext_clear),
38562         (gst_xvimagesink_get_fourcc_from_caps),
38563         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38564         (gst_xvimagesink_set_xwindow_id),
38565         (gst_xvimagesink_colorbalance_list_channels),
38566         (gst_xvimagesink_colorbalance_set_value),
38567         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38568         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38569
38570 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38571
38572         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38573           throw error when not negotiated instead of asserting
38574
38575 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38576
38577         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38578         correct data refcounting.
38579
38580 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38581
38582         * gst/switch/gstswitch.c: (gst_switch_change_state),
38583         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38584         change, mostly the EOS flag.
38585
38586 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38587
38588         * examples/gstplay/player.c: (got_eos), (main): Adding some
38589         output for debugging.
38590         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38591         timeouts if we go to any state different from PLAYING.
38592         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38593         more EOS bugs in riff lib.
38594
38595 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38596
38597         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38598         visualization until i find a way to fix switch correctly.
38599         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38600         EOS arrives.
38601         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38602         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38603         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38604         Reworked switch to get a more correct behaviour with events and refing
38605         of data stored in sinkpads.
38606         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38607         we don't pull from a pad in EOS.
38608
38609 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38610
38611         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38612           remove v1 tag even if we can't read it (makes sure we don't detect
38613           it again)
38614
38615 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38616
38617         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38618         (gst_alsa_xrun_recovery):
38619         * ext/alsa/gstalsa.h:
38620           try xrun recovery when wait failed. Make xrun recovery function
38621           return TRUE/FALSE to indicate success. (might fix #134354)
38622
38623 2004-02-13  David Schleef  <ds@schleef.org>
38624
38625         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38626         (dynparm_value_changed), (main): Convert from float to double.
38627         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38628
38629 2004-02-13  David Schleef  <ds@schleef.org>
38630
38631         * gst/silence/gstsilence.c: (gst_silence_class_init),
38632         (gst_silence_set_clock), (gst_silence_get),
38633         (gst_silence_set_property), (gst_silence_get_property):
38634         * gst/silence/gstsilence.h: Add sync property.
38635         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38636         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38637         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38638         * gst/sine/gstsinesrc.h: Add sync property.
38639
38640 2004-02-13  David Schleef  <ds@schleef.org>
38641
38642         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38643         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38644
38645 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38646
38647         * configure.ac:
38648         * ext/Makefile.am:
38649         * gst-libs/ext/Makefile.am:
38650           move ffmpeg plugin to gst-ffmpeg module
38651
38652 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38653
38654         * configure.ac: use GST_ARCH to detect architecture
38655
38656 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38657
38658         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38659
38660 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38661
38662         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38663           classify LADSPA plugins based on number of src/sink pads
38664           (#133663, Stefan Kost)
38665         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38666           fix dparams registration
38667           (#133528, Stefan Kost)
38668         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38669           fix use of isprint and use g_ascii_isprint instead
38670           (#133316, Stefan Kost)
38671
38672 2004-02-11  David Schleef  <ds@schleef.org>
38673
38674         Convert a few inner loops to use liboil.  This is currently
38675         optional, and is only enabled if liboil is present (duh!).
38676         * configure.ac: Check for liboil-0.1
38677         * gst/intfloat/Makefile.am:
38678         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38679         (gst_int2float_chain_gint16):
38680         * gst/videofilter/Makefile.am:
38681         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38682         (tablelookup_u8), (gst_videobalance_planar411):
38683         * gst/videotestsrc/Makefile.am:
38684         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38685         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38686         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38687         (paint_hline_RGB565), (paint_hline_xRGB1555):
38688
38689 2004-02-11  David Schleef  <ds@schleef.org>
38690
38691         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38692         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38693         (gst_colorspace_getcaps), (gst_colorspace_link),
38694         (gst_colorspace_base_init), (gst_colorspace_init),
38695         (gst_colorspace_chain), (gst_colorspace_change_state),
38696         (plugin_init): Merge Ronald's patch (bug #117897) and update
38697         for new caps and negotiation.  Seems to work, although it
38698         shows off bugs in lcs.
38699
38700 2004-02-11  David Schleef  <ds@schleef.org>
38701
38702         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38703         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38704
38705 2004-02-11  David Schleef  <ds@schleef.org>
38706
38707         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38708         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38709         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38710         Add server and port properties
38711
38712 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38713
38714         * m4/a52.m4:
38715         * m4/aalib.m4:
38716         * m4/as-ffmpeg.m4:
38717         * m4/as-liblame.m4:
38718         * m4/as-slurp-ffmpeg.m4:
38719         * m4/check-libheader.m4:
38720         * m4/esd.m4:
38721         * m4/freetype2.m4:
38722         * m4/gconf-2.m4:
38723         * m4/glib.m4:
38724         * m4/gst-alsa.m4:
38725         * m4/gst-artsc.m4:
38726         * m4/gst-ivorbis.m4:
38727         * m4/gst-matroska.m4:
38728         * m4/gst-sdl.m4:
38729         * m4/gst-shout2.m4:
38730         * m4/gst-sid.m4:
38731         * m4/gtk.m4:
38732         * m4/libdv.m4:
38733         * m4/libfame.m4:
38734         * m4/libmikmod.m4:
38735         * m4/ogg.m4:
38736         * m4/vorbis.m4:
38737           fix underquotedness of macros (#133800)
38738         * m4/as-avifile.m4:
38739         * m4/xmms.m4:
38740           removed because no longer used
38741
38742 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38743
38744         * configure.ac:
38745           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38746           by autopoint (fixes #132996)
38747
38748 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38749
38750         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38751         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38752         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38753         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38754           fix memleaks
38755
38756 2004-02-11  David Schleef  <ds@schleef.org>
38757
38758         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38759         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38760         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38761         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38762         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38763         (gst_jpegenc_class_init), (gst_jpegenc_init),
38764         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38765         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38766         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38767         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38768
38769 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38770
38771         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38772         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38773         * ext/mikmod/gstmikmod.h:
38774           fix caps negotiation in mikmod
38775         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38776           output debug information
38777
38778 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38779
38780         * gst-libs/gst/colorbalance/Makefile.am:
38781         * gst-libs/gst/navigation/Makefile.am:
38782         * gst-libs/gst/xoverlay/Makefile.am:
38783           remove unused GST_OPT_CFLAGS from Makefiles
38784           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38785
38786 2004-02-07  David Schleef  <ds@schleef.org>
38787
38788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38789         push events to pads that haven't been created (#133508)
38790
38791 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38792
38793         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38794         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38795         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38796         (gst_dvdec_loop), (gst_dvdec_change_state):
38797         Second attempt at committing a working dvdec element.
38798
38799 2004-02-06  David Schleef  <ds@schleef.org>
38800
38801         Build fixes for OS X: (see #129600)
38802         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38803         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38804         (gst_riff_read_strf_iavs):
38805         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38806         (gst_avi_demux_stream_odml):
38807         * gst/playondemand/Makefile.am:
38808         * gst/rtp/rtp-packet.c:
38809
38810 2004-02-05  David Schleef  <ds@schleef.org>
38811
38812         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38813         last change, because it Just Doesn't Compile.
38814
38815 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38816
38817         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38818           skip undecodable id3v2 tag instead of keeping it
38819
38820 2004-02-05  David Schleef  <ds@schleef.org>
38821
38822         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38823         Unref leaked buffer.  (Noticed by Ronald)
38824
38825 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38826
38827         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38828         Sync requires with other checks.  >= vs =.
38829
38830 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38831
38832         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38833         (gst_dvdec_video_link), (gst_dvdec_loop):
38834         * ext/dv/gstdvdec.h:
38835           rework the caps negotiation so that dvdec works again instead
38836           of just segfaulting.
38837
38838 === release 0.7.4 ===
38839
38840 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38841
38842         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38843         * configure.ac: changed for release
38844
38845 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38846
38847         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38848         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38849         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38850         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38851           reworked patch by David Lehn to fix libdir and includedir for
38852           uninstalled libraries
38853           removed play and gconf from gstreamer-libs since they have their
38854           own pkgconfig files
38855
38856 2004-02-04  David Schleef  <ds@schleef.org>
38857
38858         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38859         memleak.
38860
38861 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38862
38863         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38864           use correct GST_TAG_ENCODER tag
38865
38866 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38867
38868         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38869           be sure to stop the clock when going to paused
38870         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38871           reset number of transmitted when going to ready.
38872         fixes #132935
38873
38874 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38875
38876         reviewed by Benjamin Otte
38877
38878         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38879           extract track count (fixes #133410)
38880
38881 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38882
38883         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38884           that should be !=, not == (fixes #132519)
38885
38886 2004-02-04  David Schleef  <ds@schleef.org>
38887
38888         Make sure set_explicit_caps() is called before adding pad.
38889         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38890         * gst/id3/gstid3types.c: (gst_id3types_loop):
38891         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38892         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38893
38894 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38895
38896         * configure.ac:
38897           bump nano to 2, first prerelease
38898           put back AM_PROG_LIBTOOL
38899
38900 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38901
38902         * testsuite/alsa/Makefile.am:
38903           these are user test apps, not automatic testsuite tests
38904
38905 2004-02-04  David Schleef  <ds@schleef.org>
38906
38907         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38908         * gst/mpeg1videoparse/gstmp1videoparse.c:
38909         (mp1videoparse_parse_seq):
38910         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38911         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38912         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38913         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38914         (gst_xvideosink_getcaps):
38915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38916         * testsuite/gst-lint: more tests
38917
38918 2004-02-04  David Schleef  <ds@schleef.org>
38919
38920         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38921         with the code that they would expand to.
38922         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38923         (gst_flacdec_get_src_query_types),
38924         (gst_flacdec_get_src_event_masks):
38925         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38926         (gst_gnomevfssrc_get_query_types),
38927         (gst_gnomevfssrc_get_event_mask):
38928
38929 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38930
38931         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38932         (gst_sinesrc_dispose):
38933           fix memleak by properly disposing sinesrc
38934
38935 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38936
38937         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38938         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38939         an overlay to redraw the image because it has been exposed.
38940         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38941         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38942         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38943         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38944         interface
38945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38946         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38947         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38948         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38949         interface
38950
38951 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38952
38953         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38954           more memleak fixage
38955
38956 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38957
38958         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38959         * gst/typefind/gsttypefindfunctions.c:
38960           fix memleaks shown by gst-typefind
38961
38962 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38963
38964         * common/glib-gen.mak:
38965           add hack rule to touch .Plo files
38966         * gst-libs/gst/colorbalance/Makefile.am:
38967         * gst-libs/gst/mixer/Makefile.am:
38968         * gst-libs/gst/play/Makefile.am:
38969         * gst-libs/gst/tuner/Makefile.am:
38970           remove glib_root variable
38971
38972 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38973
38974         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38975           set explicit caps before adding the element, so the autopluggers can
38976           plug correctly.
38977         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38978         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38979         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38980         (dv_type_find):
38981           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38982           argument.
38983
38984 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38985
38986         * gst-libs/gst/colorbalance/Makefile.am:
38987         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38988         * gst-libs/gst/colorbalance/colorbalance.c:
38989         * gst-libs/gst/colorbalance/colorbalance.h:
38990         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38991         * gst-libs/gst/mixer/Makefile.am:
38992         * gst-libs/gst/mixer/mixer-marshal.list:
38993         * gst-libs/gst/mixer/mixer.c:
38994         * gst-libs/gst/mixer/mixer.h:
38995         * gst-libs/gst/mixer/mixermarshal.list:
38996         * gst-libs/gst/play/Makefile.am:
38997         * gst-libs/gst/play/play.h:
38998         * gst-libs/gst/tuner/Makefile.am:
38999         * gst-libs/gst/tuner/tuner-marshal.list:
39000         * gst-libs/gst/tuner/tuner.c:
39001         * gst-libs/gst/tuner/tuner.h:
39002         * gst-libs/gst/tuner/tunermarshal.list:
39003           use new glib-gen.mak snippet to clean up Makefile.am
39004           fix various bugs in Makefile.am's
39005
39006 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39007
39008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39009           handle chain parsing correctly in the multichain case
39010         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
39011         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
39012         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
39013         (theora_dec_chain):
39014           handle events and queries correctly
39015
39016 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39017
39018         * .cvsignore:
39019         Ignore generated file _stdint.h.
39020
39021 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39022
39023         * gst-libs/gst/colorbalance/Makefile.am:
39024         * gst-libs/gst/colorbalance/colorbalance.h:
39025         * gst-libs/gst/mixer/Makefile.am:
39026         * gst-libs/gst/mixer/mixer.h:
39027         * gst-libs/gst/play/Makefile.am:
39028         * gst-libs/gst/play/play.h:
39029         * gst-libs/gst/tuner/Makefile.am:
39030         * gst-libs/gst/tuner/tuner.h:
39031         Generate enum type code with glib-mkenums.
39032         * gst-libs/gst/colorbalance/.cvsignore:
39033         * gst-libs/gst/mixer/.cvsignore:
39034         * gst-libs/gst/play/.cvsignore:
39035         * gst-libs/gst/tuner/.cvsignore:
39036         Ignore generated files.
39037
39038 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39039
39040         * gst-libs/gst/audio/.cvsignore:
39041         Ignore generated file.
39042         * gst-libs/gst/audio/Makefile.am:
39043         Do not install example filter.
39044
39045 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39046
39047         * examples/switch/.cvsignore:
39048         Ignore generated file.
39049
39050 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39051
39052         * common/m4/ax_create_stdint_h.m4:
39053         * configure.ac:
39054           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
39055           _stdint.h.
39056         * Makefile.am:
39057           remove generated _stdint.h in DISTCLEANFILES
39058         * ext/a52dec/gsta52dec.c:
39059           include _stdint.h for a52dec. (should fix #133064)
39060
39061 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39062
39063         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
39064         (gst_tag_to_vorbis_comments):
39065         Add replaygain support to vorbistag
39066
39067 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39068         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39069         (gst_ffmpeg_caps_to_extradata):
39070           Fix SVQ3 caps flag properties
39071           Use glib macro for bytes swap
39072
39073 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39074
39075         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39076         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39077         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39078         * ext/sndfile/gstsf.c: (plugin_init):
39079         * gst/avi/gstavi.c: (plugin_init):
39080         * sys/dxr3/dxr3init.c: (plugin_init):
39081         * sys/oss/gstossaudio.c: (plugin_init):
39082         * sys/v4l/gstv4l.c: (plugin_init):
39083         * sys/v4l2/gstv4l2.c: (plugin_init):
39084           remove textdomain calls
39085         * po/nl.po:
39086           update Dutch translation
39087
39088 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39089
39090         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
39091         (gst_play_set_audio_sink): Moving volume in the audio thread for
39092         instantaneous volume change. Maybe i will add another volume in front
39093         of visualization later, not sure yet though.
39094
39095 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39096
39097         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
39098         (gst_ximagesink_handle_xevents): Better X events handling, only take
39099         the latest events for configure and motion.
39100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
39101
39102 2004-02-02  Jon Trowbridge  <trow@gnu.org>
39103
39104         reviewed by: David Schleef  <ds@schleef.org>
39105
39106         Fix memory leaks:
39107         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
39108         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
39109
39110 2004-02-02  David Schleef  <ds@schleef.org>
39111
39112         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
39113         of lines.
39114         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39115         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39116         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39117         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39118         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39119         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39120         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39121         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39122         (gst_float2_2_int_link):
39123         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39124         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39125         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39126         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39127         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39128         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39129         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39130         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39131         * testsuite/gst-lint: Add tests for bzero and ;;
39132
39133 2004-02-02  David Schleef  <ds@schleef.org>
39134
39135         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39136
39137 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39138
39139         * ext/aalib/gstaasink.c: (gst_aasink_open):
39140         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39141         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39142         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39143         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39144         (gst_afsink_close_file):
39145         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39146         (gst_afsrc_close_file):
39147         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39148         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39149         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39150         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39151         * ext/esd/esdmon.c: (gst_esdmon_get):
39152         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39153         * ext/faac/gstfaac.c: (gst_faac_chain):
39154         * ext/faad/gstfaad.c: (gst_faad_chain):
39155         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39156         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39157         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39158         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39159         (gst_flacdec_loop):
39160         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39161         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39162         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39163         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39164         (gst_gnomevfssink_close_file):
39165         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39166         (gst_gnomevfssrc_open_file):
39167         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39168         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39169         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39170         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39171         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39172         * ext/mad/gstmad.c: (gst_mad_chain):
39173         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39174         * ext/mpeg2dec/gstmpeg2dec.c:
39175         * ext/mpeg2enc/gstmpeg2enc.cc:
39176         * ext/mplex/gstmplex.cc:
39177         * ext/mplex/gstmplexibitstream.cc:
39178         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39179         (gst_ogg_demux_push):
39180         * ext/raw1394/gstdv1394src.c:
39181         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39182         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39183         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39184         (gst_sf_loop):
39185         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39186         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39187         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39188         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39189         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39190         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39191         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39192         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39193         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39194         (gst_riff_read_element_data), (gst_riff_read_seek),
39195         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39196         * gst/adder/gstadder.c: (gst_adder_loop):
39197         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39198         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39199         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39200         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39201         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39202         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39203         * gst/goom/gstgoom.c: (gst_goom_chain):
39204         * gst/id3/gstid3types.c: (gst_id3types_loop):
39205         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39206         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39207         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39208         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39209         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39210         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39211         (gst_ebml_read_float), (gst_ebml_read_header):
39212         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39213         (gst_matroska_demux_parse_blockgroup):
39214         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39215         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39216         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39217         * gst/silence/gstsilence.c: (gst_silence_get):
39218         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39219         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39220         * gst/speed/gstspeed.c: (speed_loop):
39221         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39222         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39223         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39224         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39225         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39226         (gst_wavparse_loop):
39227         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39228         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39229         (dxr3audiosink_close):
39230         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39231         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39232         (dxr3videosink_close), (dxr3videosink_write_data):
39233         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39234         * sys/oss/gstosssink.c: (gst_osssink_chain):
39235         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39236         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39237         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39238         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39239         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39240         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39241         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39242         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39243         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39244         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39245         (gst_v4l_set_audio):
39246         * sys/v4l/v4l_calls.h:
39247         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39248         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39249         (gst_v4lmjpegsink_playback_init),
39250         (gst_v4lmjpegsink_playback_start):
39251         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39252         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39253         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39254         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39255         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39256         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39257         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39258         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39259         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39260         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39261         (gst_v4l2_get_output), (gst_v4l2_set_output),
39262         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39263         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39264         (gst_v4l2_set_attribute):
39265         * sys/v4l2/v4l2_calls.h:
39266         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39267         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39268         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39269         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39270         (gst_v4l2src_capture_stop):
39271         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39272         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39273         (gst_ximagesink_chain):
39274         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39275         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39276         (gst_xvideosink_xwindow_new):
39277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39278         (gst_xvimagesink_chain):
39279
39280 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39281
39282         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39283         (gst_volume_get_volume), (volume_class_init), (volume_init),
39284         (volume_chain_int16), (volume_update_volume):
39285         * gst/volume/gstvolume.h:
39286           make code more readable by removing magic numbers
39287           make mixer interface export 0-100 range
39288           make it internally map to 0.0-1.0 range so users don't distort
39289           output by putting the sliders at full volume
39290
39291 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39292
39293         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39294         (gst_play_state_change), (gst_play_seek_to_time):
39295         block the tick callback for 0.5 secs after doing a seek
39296
39297 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39298
39299         * gst-libs/gst/play/play.c: (gst_play_new):
39300           check for GError
39301
39302 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39303
39304         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39305         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39306         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39307         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39309         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39310
39311 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39312
39313         * configure.ac:
39314         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39315           check for a function added in vorbis 1.1
39316
39317 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39318
39319         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39320         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39321           really start/stop clock only on PLAYING <=> PAUSED
39322         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39323           remove \n from debugging lines
39324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39325           make it work when seeking does not
39326         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39327           reset on DISCONT
39328
39329 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39330
39331         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39332           start clock on PAUSED=>PLAYING, not later
39333         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39334           extract correct time for different discont formats
39335         (gst_alsa_sink_get_time):
39336           don't segfault when no format is negotiated yet, just return 0
39337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39338         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39339         (gst_ogg_pad_push):
39340           handle flush and discont events correctly
39341         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39342           handle discont events correctly
39343
39344 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39345
39346         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39347         (gst_play_error_create), (gst_play_error_plugin),
39348         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39349         * gst-libs/gst/play/play.h:
39350           add error handling during creation
39351         * examples/gstplay/player.c: (main):
39352           use new gst_play_new
39353
39354
39355 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39356
39357         * ext/theora/theoradec.c: (theora_dec_chain):
39358           make comments work
39359         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39360         (vorbis_dec_src_event), (vorbis_dec_chain):
39361           add encoder tag, fix tag reading to be more error tolerant, change
39362           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39363           gst_pad_event_default.
39364         * gst/tags/gstvorbistag.c:
39365         (gst_tag_list_from_vorbiscomment_buffer):
39366           undefine function specific define at end of function
39367
39368 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39369
39370         * ext/flac/gstflac.c: (plugin_init):
39371         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39372         * ext/flac/gstflacdec.h:
39373         * ext/flac/gstflacenc.h:
39374           Fix typos
39375
39376 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39377
39378         * examples/gstplay/player.c: s/gstplay.h/play.h/
39379
39380 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39381
39382         * gst-libs/gst/play/Makefile.am:
39383         * gst-libs/gst/play/gstplay.c:
39384         * gst-libs/gst/play/gstplay.h:
39385         * gst-libs/gst/play/play.c:
39386           more surgery, operation complete
39387
39388 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39389
39390         * gst-libs/gst/play/play.old.c:
39391         * gst-libs/gst/play/play.old.h:
39392           after CVS surgery by moving, remove
39393         * gst-libs/gst/play/playpipelines.c:
39394           remove
39395
39396         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39397           add negotiation error
39398
39399 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39400
39401         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39402         (gst_ogg_demux_push):
39403           add some seeking debug info
39404           send a flush when seeking
39405
39406 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39407
39408         * configure.ac:
39409           use AC_C_INLINE
39410         * configure.ac:
39411         * ext/Makefile.am:
39412         * ext/theora/Makefile.am:
39413         * ext/theora/theoradec.c:
39414           add theora video decoder. Does just do simple decoding for now and
39415           has been tested against Theora cvs only. It only works when theora
39416           is compiled with --enable-static.
39417         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39418           always reset packetno on DISCONT
39419
39420 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39421
39422         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39423           Fix audio.
39424
39425 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39426
39427         * gst/mpegaudioparse/gstmpegaudioparse.c:
39428         (mp3_type_frame_length_from_header):
39429           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39430
39431 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39432
39433         * ext/esd/esdsink.c: (gst_esdsink_init):
39434           Since we have static pad template caps, we don't need to negotiate;
39435           either the core errors out or we know the format.
39436
39437 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39438
39439         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39440         (gst_riff_read_seek):
39441         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39442         (gst_ebml_read_seek):
39443           Fix event handling.
39444
39445 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39446
39447         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39448           removee video/x-theora from vp3 decoder, it doesn't handle raw
39449           theora streams
39450         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39451           fix bug with finalizing element that never went to PAUSED
39452         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39453           length and position queries were swapped
39454         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39455         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39456         (vorbis_dec_src_event):
39457           implement querying time and bytes
39458
39459 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39460
39461         * just about every source file:
39462           gst_element_error -> GST_ELEMENT_ERROR
39463
39464 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39465
39466         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39467         emiting FLUSH and even before DISCONT.
39468         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39469         get the best instant seeking as possible yay!
39470
39471 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39472
39473         * gst/mpeg1videoparse/gstmp1videoparse.c:
39474         (gst_mp1videoparse_real_chain):
39475           Committed wrong version last week... Grr... Didn't notice until now.
39476
39477 2004-01-29  Julien MOUTTE <julien@moutte.net>
39478
39479         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39481         have_xwindow_id signal in xwindow_create.
39482
39483 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39484
39485         * ext/ogg/gstoggdemux.c:
39486           lots of changes - mainly support for chained bitstreams, seeking,
39487           querying and bugfixes of course
39488         * ext/vorbis/Makefile.am:
39489         * ext/vorbis/vorbisdec.c:
39490         * ext/vorbis/vorbisdec.h:
39491           add vorbisdec raw vorbis decoder
39492         * ext/vorbis/vorbis.c: (plugin_init):
39493           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39494         * gst/intfloat/Makefile.am:
39495         * gst/intfloat/float22int.c:
39496         * gst/intfloat/float22int.h:
39497         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39498           add float2intnew plugin. It converts multichannel interleaved float to
39499           multichannel interleaved int. The name should probably be changed.
39500         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39501         (plugin_init):
39502           add typefinding for raw theora video so oggdemux can detect it.
39503
39504 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39505
39506         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39507         sink element first.
39508         * gst/videoscale/gstvideoscale.c:
39509         (gst_videoscale_handle_src_event): Fixing src event handler.
39510
39511 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39512
39513         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39514         (gst_v4lsrc_open), (gst_v4lsrc_close),
39515         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39516         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39517         * sys/v4l/gstv4lsrc.h:
39518         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39519         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39520           Implement resizing... Hack. But that's why v4l is b0rked...
39521
39522 2004-01-28  Julien MOUTTE <julien@moutte.net>
39523
39524         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39525         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39526         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39527         (gst_ximagesink_xwindow_destroy):
39528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39529         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39530         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39531         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39532         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39533         correctly cleaning the image created to check xshm calls on succes,
39534         added a lot of XSync calls in X11 functions, and fixed a segfault when
39535         no image format was defined before negotiation happened.
39536
39537 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39538
39539         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39540           use gst_element_get_time to get correct time
39541
39542 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39543
39544         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39545         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39546         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39547         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39548         (gst_xvimagesink_check_xshm_calls),
39549         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39550         X plugins are now able to detect that XShm calls will fail even if the
39551         server claims that it has XShm support (remote displays most of the
39552         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39553         so that we use non XShm functions. This feature is almost useless for
39554         xvimagesink as Xv is not supported on remote displays anyway, but
39555         it might happen than even on the local display XShm calls fail.
39556
39557 2004-01-27  David Schleef  <ds@schleef.org>
39558
39559         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39560         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39561         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39562         changed esdsink to only use 44100,16,2, since esd sucks at rate
39563         conversion and esdsink has had difficulty negotiating.
39564
39565 2004-01-27  Julien MOUTTE <julien@moutte.net>
39566
39567         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39568         (gst_play_seek_to_time): Fixing the way to get current position.
39569
39570 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39571
39572         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39573           use gst_element_get_time to get correct time
39574
39575 2004-01-27  Julien MOUTTE <julien@moutte.net>
39576
39577         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39578         fix ever... Inverting 2 lines of code make spider autoplug correctly
39579         tagged mp3 !
39580
39581 2004-01-27  David Schleef  <ds@schleef.org>
39582
39583         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39584         Use gst_pad_try_set_caps_nonfixed().
39585
39586 2004-01-27  David Schleef  <ds@schleef.org>
39587
39588         * gst/ac3parse/gstac3parse.c: update to checklist 5
39589         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39590         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39591         * gst/audioscale/gstaudioscale.c: same
39592         * gst/auparse/gstauparse.c: same
39593         * gst/avi/gstavidemux.c: same
39594
39595 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39596
39597         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39598           stop processing after EOS
39599
39600 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39601
39602         * gst/asfdemux/asfheaders.h:
39603         * gst/asfdemux/gstasfdemux.c:
39604         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39605         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39606         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39607           lot's of fixes to make data extraction simpler and get the code
39608           architecture and compiler independant. Add debugging category
39609         * gst/goom/gstgoom.c: (gst_goom_change_state):
39610           reset channel count on PAUSED=>READY, not READY=>PAUSED
39611
39612 2004-01-26  Colin Walters  <walters@verbum.org>
39613
39614         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39615         code to pull a bigger buffer in iradio mode.  This as a side effect
39616         makes typefinding work.
39617
39618 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39619
39620         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39621         Fix SVQ3 decoding on PPC
39622
39623 2004-01-26  Julien MOUTTE <julien@moutte.net>
39624
39625         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39626         that one managed to stay there... Fixed.
39627
39628 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39629
39630         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39631         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39632         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39633         (qtdemux_video_caps):
39634         * gst/qtdemux/qtdemux.h:
39635         Add SVQ3 specific flags to qtdemux and ffmpeg
39636
39637 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39638
39639         * gst-libs/gst/audio/audio.h:
39640           remove buffer-frames from audio caps
39641         * gst/audioconvert/gstaudioconvert.c:
39642           fix plugin to really work.
39643
39644 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39645
39646         * gst-libs/gst/mixer/mixer.c:
39647         * gst-libs/gst/propertyprobe/propertyprobe.c:
39648         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39649         (gst_tuner_find_channel_by_name):
39650         * gst-libs/gst/tuner/tuner.h:
39651           Add gtk-doc style comments. Also fix a function name.
39652
39653 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39654
39655         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39656         (gst_divxdec_negotiate):
39657           Fix for new capsnego - also fixes gst-player with divxdec.
39658
39659 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39660
39661         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39662         (gst_play_identity_handoff), (gst_play_set_location),
39663         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39664         try in visualization implementation. Still have an issue with switch
39665         blocking when pulling from video_queue and only audio comes out of
39666         spider.
39667         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39668         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39669         release method. And check if the pad is usable before pulling.
39670
39671 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39672
39673         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39674         (gst_videobalance_init),
39675         (gst_videobalance_colorbalance_list_channels),
39676         (gst_videobalance_colorbalance_set_value),
39677         (gst_videobalance_colorbalance_get_value),
39678         (gst_videobalance_update_properties),
39679         (gst_videobalance_update_tables_planar411),
39680         (gst_videobalance_planar411):
39681         * gst/videofilter/gstvideobalance.h:
39682           Implement lookup-tables. +/- 10x faster.
39683
39684 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39685
39686         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39687         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39688           The index reading was broken. The rest worked fine, but the whole
39689           goal of my rewrite was to make avidemux readable, and this was
39690           not at all readable. Please use typed variables.
39691
39692 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39693
39694         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39695           Additional pad usability check.
39696         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39697         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39698         (gst_mp1videoparse_real_chain):
39699           Fix MPEG video stream parsing. The original plugin had several
39700           issues, including not timestamping streams where the source was
39701           not timestamped (this happens with PTS values in mpeg system
39702           streams, but MPEG video is also a valid stream on its own so
39703           that needs timestamps too). We use the display time code for that
39704           for now. Also, if one incoming buffer contains multiple valid
39705           frames, we push them all on correctly now, including proper EOS
39706           handling. Lastly, several potential segfaults were fixed, and we
39707           properly sync on new sequence/gop headers to include them in next,
39708           not previous frames (since they're header for the next frame, not
39709           the previous). Also see #119206.
39710         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39711         (bpf_from_header):
39712           Move caps setting so we only do it after finding several valid
39713           MPEG-1 fraes sequentially, not right after the first one (which
39714           might be coincidental).
39715         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39716         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39717         (plugin_init):
39718           Add unsynced MPEG video stream typefinding, and change some
39719           probability values so we detect streams rightly. The idea is as
39720           follows: I can have an unsynced system stream which contains
39721           video. In the current code, I would randomly get a type for either
39722           system or video stream type found, because the probabilities are
39723           being calculated rather randomly. I now use fixed values, so we
39724           always prefer system stream if that was found (and that is how it
39725           should be). If no system stream was found, we can still identity                the stream as video-only.
39726
39727 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39728
39729         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39730         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39731           don't write to buffer. Extract data without the need of
39732           __attribute__ ((packed))
39733
39734 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39735
39736         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39737         (mpeg1_sys_type_find):
39738           Fix MPEG-1 stream typefinding.
39739
39740 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39741
39742         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39743           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39744
39745 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39746
39747         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39748         * ext/esd/gstesd.c: (plugin_init):
39749           private debugging, better error reporting
39750
39751 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39752
39753         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39754         (gst_riff_read_init), (gst_riff_read_change_state):
39755         * gst-libs/gst/riff/riff-read.h:
39756           Remove stuff fromold metadata system.
39757
39758 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39759
39760         * ext/ogg/gstoggdemux.c:
39761           Fix wrong file comment.
39762         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39763         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39764           Add metadata reading properly.
39765
39766 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39767
39768         * ext/Makefile.am:
39769           Fix nas DIST_SUBDIRS
39770           Uraeus:
39771           Fix bug where make distcheck doesn't get run on adding stuff to
39772           the build.
39773
39774 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39775
39776         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39777         * ext/divx/gstdivxdec.h:
39778           Fix divx3 ("msmpeg4") playback using divxdec.
39779
39780 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39781
39782         * gst/typefind/gsttypefindfunctions.c:
39783         (mp3_type_frame_length_from_header): fix bug in length computation
39784         (mp3_type_find): improve debugging output
39785
39786 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39787
39788         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39789         (gst_play_set_location), (gst_play_seek_to_time),
39790         (gst_play_set_audio_sink), (gst_play_set_visualization),
39791         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39792         the pipeline from scratch. Visualization is back and switch went out as
39793         i realized it was not possible to use the way i wanted.
39794         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39795         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39796         clearing in state change from READY to NULL. So that one can clean the
39797         X ressources keeping the element.
39798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39799         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39800         (gst_xvimagesink_colorbalance_set_value),
39801         (gst_xvimagesink_colorbalance_get_value),
39802         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39803         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39804         change from READY to NULL and fixed some stupid bugs in colorbalance
39805         get/set values. Also added the following feature : when nobody tries to
39806         set some values to the colorbalance levels before the xcontext is
39807         grabbed, then when creating channels list from Xv attributes we set the
39808         internal values to the Xv defaults. This way we handle buggy Xv drivers
39809         that set default hue values far from the middle of the range (Thanks
39810         to Jon Trowbridge for pointing that issue).
39811         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39812         colorbalance levels have been set before xcontext is grabbed.
39813
39814 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39815
39816         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39817           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39818           it might block operations (which is bad for a mixer).
39819
39820 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39821
39822         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39823         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39824         (gmip_find_type_pre):
39825         * gst-libs/gst/media-info/media-info-priv.h:
39826         * gst-libs/gst/media-info/media-info.c:
39827         (gst_media_info_instance_init), (gst_media_info_read_idler):
39828         add fakesink to get caps on decoder src pad again
39829         fix callback prototype to match new have_type signal signature
39830
39831 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39832
39833         * gst/adder/gstadder.c: (gst_adder_link):
39834           fix non-compile and cut-n-paste code
39835
39836 2004-01-21  David Schleef  <ds@schleef.org>
39837
39838         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39839         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39840         (gst_swfdec_init), (gst_swfdec_change_state):
39841         * ext/swfdec/gstswfdec.h:
39842         Fix negotiation.
39843         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39844         (gst_adder_request_new_pad): Fix negotiation.
39845         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39846         Add a fixate function.
39847         * gst/intfloat/gstfloat2int.c:
39848         * gst/intfloat/gstfloat2int.h:
39849         * gst/intfloat/gstint2float.c:
39850         * gst/intfloat/gstint2float.h:
39851         Completely rewrite the negotiation.  Doesn't quite work yet,
39852         due to some buffer-frames problem.
39853
39854 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39855
39856         * ext/gnomevfs/gstgnomevfssrc.c:
39857         * sys/v4l2/v4l2_calls.h:
39858           fix includes for distcheck
39859
39860 2004-01-21  Christian Schaller <uraeus@gnome.org>
39861
39862         * ext/nas/
39863         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39864         based on earlier patch from Laurent Vivier
39865
39866 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39867
39868         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39869         Fix wma caps property
39870         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39871         Fix typo (flags1 and flags2)
39872
39873 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39874
39875         * gst-libs/gst/media-info/media-info-priv.c:
39876         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39877         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39878         (gmip_find_stream), (gmip_find_track_metadata),
39879         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39880         (gmip_find_track_format):
39881         * gst-libs/gst/media-info/media-info-priv.h:
39882         * gst-libs/gst/media-info/media-info-test.c: (main):
39883         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39884         (gst_media_info_read_idler), (gst_media_info_read):
39885         * gst-libs/gst/media-info/media-info.h:
39886           register debugging category and use it for debugging
39887
39888 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39889
39890         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39891         (gst_vorbisfile_new_link):
39892           signal streaminfo through tags
39893
39894 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39895
39896         * ext/mplex/gstmplex.cc:
39897         * ext/mplex/gstmplexibitstream.cc:
39898           g++ doesn't like NULL in our i18n/error macros, should be
39899           either (NULL) or ("").
39900
39901 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39902
39903         * sys/dxr3/dxr3audiosink.c:
39904         * sys/dxr3/dxr3init.c:
39905         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39906         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39907           Fix more error error error errors (missing includes here).
39908
39909 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39910
39911         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39912           fix thomas' error errors.
39913
39914 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39915
39916         * ext/mpeg2enc/gstmpeg2enc.cc:
39917           fix error errors.
39918
39919 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39920
39921         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39922         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39923           Fix for new error system.
39924
39925 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39926
39927         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39928           fix for new error reporting
39929
39930 2004-01-20  David Schleef  <ds@schleef.org>
39931
39932         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39933         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39934         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39935         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39936         and neither is 100+, most likely.
39937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39938         (gst_xvimagesink_getcaps): same
39939
39940 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39941
39942         * configure.ac:
39943           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39944           clashes with ffmpeg.
39945
39946 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39947
39948         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39949         (gst_switch_init): Fixed switch element : proxying link and setting
39950         caps from src to sink on request.
39951
39952 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39953
39954         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39955         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39956         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39957         fix element_error
39958
39959 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39960
39961         * sys/v4l/v4l_calls.h:
39962         * sys/v4l2/v4l2_calls.h:
39963           element_error fixes
39964
39965 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39966
39967         * gst-libs/gst/gst-i18n-plugin.h:
39968           add locale.h
39969           remove config.h inclusion
39970
39971 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39972
39973         * autogen.sh:
39974           adding autopoint invocation
39975         * Makefile.am:
39976         * configure.ac:
39977         * gst-libs/gst/gettext.h:
39978           adding gettext bits
39979         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39980         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39981         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39982         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39983         (gst_gnomevfssink_close_file):
39984         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39985         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39986         * gst-libs/gst/gst-i18n-plugin.h:
39987         * gst/avi/gstavi.c: (plugin_init):
39988         * sys/dxr3/dxr3init.c: (plugin_init):
39989         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39990         * sys/oss/gstossaudio.c: (plugin_init):
39991         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39992         * sys/v4l/gstv4l.c: (plugin_init):
39993         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39994         * sys/v4l2/gstv4l2.c: (plugin_init):
39995         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39996         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39997         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39998         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39999         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
40000         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
40001           make sure locale and translation domain are set
40002           fix translated strings
40003         * po/.cvsignore:
40004         * po/LINGUAS:
40005         * po/Makevars:
40006         * po/POTFILES.in:
40007         * po/nl.po:
40008           put translation files into place
40009         * sys/xvideo/imagetest.c: (main):
40010         * ext/dv/demo-play.c: (main):
40011           fix unnecessary translations
40012
40013 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
40014
40015         * ext/sndfile/gstsf.c:
40016         * gst/avi/gstavimux.c:
40017         * ext/audiofile/gstafsink.c:
40018         * ext/audiofile/gstafsrc.c:
40019         * ext/gnomevfs/gstgnomevfssink.c:
40020         * ext/gnomevfs/gstgnomevfssrc.c:
40021         * sys/oss/gstosselement.c:
40022         * sys/v4l/v4l_calls.h:
40023           fix i18n include
40024
40025 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40026
40027         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40028         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
40029         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
40030         (gst_v4l2_get_output), (gst_v4l2_set_output),
40031         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
40032         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
40033         (gst_v4l2_set_attribute):
40034         update to new error handling
40035
40036 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40037
40038         * ext/sidplay/gstsiddec.cc:
40039         * gst/modplug/gstmodplug.cc:
40040           parenthese NULL because C++ seems angry about it
40041
40042 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40043
40044         * gst-libs/gst/gst-i18n-plugin.h:
40045           add skeleton i18n stuff, but needs to be further implemented
40046
40047 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
40048
40049         * examples/gstplay/player.c: (main):
40050         * ext/aalib/gstaasink.c: (gst_aasink_open):
40051         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
40052         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
40053         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
40054         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
40055         (gst_afsink_close_file):
40056         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
40057         (gst_afsrc_close_file):
40058         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40059         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40060         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
40061         * ext/esd/esdmon.c: (gst_esdmon_get):
40062         * ext/esd/esdsink.c: (gst_esdsink_chain):
40063         * ext/faac/gstfaac.c: (gst_faac_chain):
40064         * ext/faad/gstfaad.c: (gst_faad_chain):
40065         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
40066         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40067         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
40068         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
40069         (gst_flacdec_loop):
40070         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
40071         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
40072         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
40073         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40074         (gst_gnomevfssink_close_file):
40075         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
40076         (gst_gnomevfssrc_open_file):
40077         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
40078         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
40079         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
40080         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
40081         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
40082         * ext/mad/gstmad.c: (gst_mad_chain):
40083         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
40084         * ext/mpeg2dec/gstmpeg2dec.c:
40085         * ext/mpeg2enc/gstmpeg2enc.cc:
40086         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40087         * ext/mplex/gstmplex.cc:
40088         * ext/mplex/gstmplexibitstream.cc:
40089         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
40090         (gst_ogg_demux_push), (gst_ogg_pad_push):
40091         * ext/raw1394/gstdv1394src.c:
40092         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
40093         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
40094         * ext/sidplay/gstsiddec.cc:
40095         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
40096         (gst_sf_loop):
40097         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
40098         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
40099         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
40100         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
40101         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
40102         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
40103         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
40104         * gst-libs/gst/Makefile.am:
40105         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
40106         (gst_riff_read_element_data), (gst_riff_read_seek),
40107         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
40108         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
40109         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
40110         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
40111         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
40112         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40113         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40114         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40115         * gst/goom/gstgoom.c: (gst_goom_chain):
40116         * gst/id3/gstid3types.c: (gst_id3types_loop):
40117         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40118         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40119         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40120         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40121         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40122         (gst_ebml_read_float), (gst_ebml_read_header):
40123         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40124         (gst_matroska_demux_parse_blockgroup):
40125         * gst/modplug/gstmodplug.cc:
40126         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40127         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40128         * gst/oneton/gstoneton.c: (gst_oneton_chain):
40129         * gst/silence/gstsilence.c: (gst_silence_get):
40130         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40131         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40132         * gst/speed/gstspeed.c: (speed_loop):
40133         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40134         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40135         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40136         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40137         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40138         (gst_wavparse_loop):
40139         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40140         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40141         (dxr3audiosink_close):
40142         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40143         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40144         (dxr3videosink_close), (dxr3videosink_write_data):
40145         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40146         * sys/oss/gstosselement.h:
40147         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40148         (gst_osssink_chain):
40149         * sys/oss/gstosssrc.c: (gst_osssrc_get):
40150         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40151         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40152         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40153         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40154         (gst_v4l_enable_overlay):
40155         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40156         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40157         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40158         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40159         (gst_v4l_set_audio):
40160         * sys/v4l/v4l_calls.h:
40161         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40162         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40163         (gst_v4lmjpegsink_playback_init),
40164         (gst_v4lmjpegsink_playback_start):
40165         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40166         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40167         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40168         (gst_v4lmjpegsrc_requeue_frame):
40169         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40170         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40171         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40172         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40173         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40174         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40175         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40176         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40177         (gst_v4l2src_capture_stop):
40178         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40179         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40180         (gst_ximagesink_chain):
40181         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40182         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40183         (gst_xvideosink_xwindow_new):
40184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40185         (gst_xvimagesink_chain):
40186         use new error signal, function and categories
40187
40188 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
40189
40190         * configure.ac:
40191         * ext/Makefile.am:
40192         * ext/musicbrainz/gsttrm.c:
40193         * ext/musicbrainz/gsttrm.h:
40194         * ext/musicbrainz/Makefile.am:
40195         Add a trm plugin
40196
40197 2004-01-18  Julien MOUTTE  <julien@moutte.net>
40198
40199         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40200         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40201         synchronous property for debugging.
40202         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40204         (gst_xvimagesink_set_property): Moving a pointer declaration to a
40205         smaller block, fixing indent.
40206
40207 2004-01-16  David Schleef  <ds@schleef.org>
40208
40209         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40210         property affects the video stream.
40211         * sys/xvimage/xvimagesink.c:
40212         * sys/xvimage/xvimagesink.h:
40213         Add synchronous property for debugging.  Should probably be
40214         disabled in non-CVS builds.  Make sure that the Xv attribute
40215         exists before we set it (crash!).  Fix a silly float bug that
40216         caused colorbalance to just not work.
40217
40218 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40219
40220         * tools/gst-launch-ext.in - update for new plugins
40221
40222 2004-01-16  David Schleef  <ds@schleef.org>
40223
40224         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40225         already-freed caps.
40226
40227 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40228
40229         * Update spec for new colorspace plugin and libcaca plugin
40230         * Fix compilation of libcaca plugin (clock -> id)
40231
40232 2004-01-16  Julien MOUTTE <julien@moutte.net>
40233
40234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40235         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40236         (gst_xvimagesink_set_xwindow_id),
40237         (gst_xvimagesink_colorbalance_set_value),
40238         (gst_xvimagesink_colorbalance_get_value),
40239         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40240         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40241         correct colorbalance properties. They can now be set when the element
40242         is still in NULL state. The values will be committed to the Xv Port
40243         when xcontext is initialized.
40244         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40245         brightness int values in the GstXvImagesink structure.
40246
40247 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40248
40249         * gst-libs/gst/Makefile.am:
40250           restructure so having local patches works easier.
40251
40252 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40253
40254         * ext/mpeg2enc/Makefile.am:
40255         * ext/mpeg2enc/gstmpeg2enc.cc:
40256         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40257           Bugfix with respect to EOS handling.
40258
40259 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40260
40261         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40262           Link with right caps (else, it segfaults).
40263         * ext/mplex/gstmplexjob.cc:
40264           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40265
40266 2004-01-15  David Schleef  <ds@schleef.org>
40267
40268         * gst-libs/gst/audio/Makefile.am:
40269         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40270         from the template.
40271         * gst-libs/gst/audio/gstaudiofilter.c:
40272         * gst-libs/gst/audio/gstaudiofilter.h:
40273         Add bytes_per_sample and size and n_samples calculation.
40274         * gst-libs/gst/audio/gstaudiofilterexample.c:
40275         Remove, now autogenerated.
40276         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40277         Moved from gstaudiofilterexample, object name changed, code added
40278         so that it actually works.
40279         * gst-libs/gst/audio/make_filter:
40280         Script to build an audiofilter subclass from the template.
40281         * gst/colorspace/Makefile.am:
40282         * gst/colorspace/yuv2yuv.c:
40283         Remove file, since it's GPL, and we don't use it.
40284
40285 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40286
40287         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40289         them use the buffer free function to test how the buffer was allocated.
40290
40291 2004-01-15  David Schleef  <ds@schleef.org>
40292
40293         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40294         that handles osssink fallback.
40295         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40296         (gst_audio_convert_getcaps):
40297         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40298         Add audio/x-qdm2 for QDM2 audio.
40299         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40300         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40301         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40302         Decrease minimum size to 16x16.
40303         * gst/wavparse/gstwavparse.c:
40304         Convert disabled pad template caps to new caps.
40305         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40307         (gst_xvimagesink_chain): Throw element error when display cannot
40308         be opened.  Increase minimum framerate to 1.0.  Check the data
40309         free function on a buffer to make sure it is the type we expect
40310         before manipulating it.
40311
40312 2004-01-15  Julien MOUTTE <julien@moutte.net>
40313
40314         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40315         (gst_videobalance_colorbalance_set_value): Implement passthru if
40316         settings are in the middle.
40317         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40318
40319 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40320
40321         * gst/videofilter/Makefile.am:
40322         * gst/volume/Makefile.am:
40323           Since we use videofilter symbols, link to it.
40324
40325 2004-01-15  Julien MOUTTE <julien@moutte.net>
40326
40327         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40328         mixer interface type to HARDWARE.
40329         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40330         type to SOFTWARE.
40331         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40332         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40333         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40334         (gst_volume_interface_init), (gst_volume_list_tracks),
40335         (gst_volume_set_volume), (gst_volume_get_volume),
40336         (gst_volume_set_mute), (gst_volume_mixer_init),
40337         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40338         (volume_init): Implementing mixer interface.
40339         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40340         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40341         (gst_osselement_change_state): Removing some trailing commas in
40342         structures.
40343         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40344         interface type to HARDWARE.
40345         * sys/v4l/gstv4lcolorbalance.c:
40346         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40347         type to HARDWARE.
40348         * sys/v4l2/gstv4l2colorbalance.c:
40349         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40350         interface type to HARDWARE.
40351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40352         same code than ximagesink for event handling.
40353
40354 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40355
40356         * ext/snapshot/Makefile.am:
40357         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40358         (gst_snapshot_chain):
40359         * ext/snapshot/gstsnapshot.h:
40360           This has to be a joke... Snapshot should be connected to a tee,
40361           colorspace element before it and EOS after that, where the other
40362           src of the tee receives normal data.
40363           The current way is *wrong*.
40364
40365 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40366
40367         * ext/hermes/gsthermescolorspace.c:
40368           Fix another compile error. Same as below.
40369
40370 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40371
40372         * gst/colorspace/gstcolorspace.c:
40373         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40374         (gst_colorspace_i420_to_yv12):
40375           Fix compiling... Didn't test if it actually works.
40376
40377 2004-01-15  David Schleef  <ds@schleef.org>
40378
40379         * configure.ac:
40380         * gst/colorspace/Makefile.am:
40381         * gst/colorspace/gstcolorspace.c:
40382         * gst/colorspace/gstcolorspace.h:
40383         * gst/colorspace/yuv2rgb.c:
40384         * gst/colorspace/yuv2rgb.h:
40385         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40386         code and GPL code.  Fix for new caps negotiation.  Rewrite
40387         much of the format handling code, and some of the conversion
40388         code.  Basically, rewrote almost everything.  This element
40389         handles I420, YV12 to RGB conversions.
40390         * ext/hermes/Makefile.am:
40391         * ext/hermes/gsthermescolorspace.c:
40392         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40393         Remove non-Hermes related code.  This element handles lots of
40394         RGB to RGB conversions, but no YUV.
40395         * ext/hermes/gstcolorspace.c:
40396         * ext/hermes/gstcolorspace.h:
40397         * ext/hermes/rgb2yuv.c:
40398         * ext/hermes/yuv2rgb.c:
40399         * ext/hermes/yuv2rgb.h:
40400         * ext/hermes/yuv2rgb_mmx16.s:
40401         * ext/hermes/yuv2yuv.c:
40402         * ext/hermes/yuv2yuv.h:
40403         Remove old code.
40404
40405 2004-01-14  Colin Walters  <walters@verbum.org>
40406
40407         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40408         they've already been.
40409
40410 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40411
40412         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40413           assume tag mode when pad is not connected
40414
40415 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40416
40417         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40418           Don't update the time of the clock
40419         (gst_alsa_sink_loop):
40420           sync to the clock given to alsasink, not the own clock
40421         * sys/oss/gstosssink.c: (gst_osssink_chain):
40422           sync to the clock
40423         (gst_osssink_change_state):
40424           activate the clock
40425         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40427           remove bogus code that made DISCONT events unhandled
40428         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40429           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40430           #131502)
40431         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40432         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40433         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40434           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40435           2nd warning in bug #131502)
40436
40437 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40438
40439         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40440         (gst_videobalance_colorbalance_set_value),
40441         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40442         for colorbalance interface implementation.
40443         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40444         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40445         (gst_ximagesink_dispose), (gst_ximagesink_init),
40446         (gst_ximagesink_class_init): Adding DISPLAY property.
40447         * sys/ximage/ximagesink.h: Adding display_name to store display.
40448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40449         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40450         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40451         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40452         properties (they still need polishing though for gst-launch use : no
40453         xcontext yet, i ll do that tomorrow).
40454         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40455
40456 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40457
40458         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40459         (gst_play_set_location), (gst_play_set_visualization): Preparing
40460         switch integration, adding videobalance in the pipeline.
40461
40462 2004-01-14  Julien MOUTTE <julien@moutte.net>
40463
40464         * gst-libs/gst/colorbalance/colorbalance.c:
40465         (gst_color_balance_class_init): Adding a default type.
40466         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40467         the type.
40468         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40469         (gst_videobalance_dispose), (gst_videobalance_class_init),
40470         (gst_videobalance_init), (gst_videobalance_interface_supported),
40471         (gst_videobalance_interface_init),
40472         (gst_videobalance_colorbalance_list_channels),
40473         (gst_videobalance_colorbalance_set_value),
40474         (gst_videobalance_colorbalance_get_value),
40475         (gst_videobalance_colorbalance_init): Implementing colorbalance
40476         interface.
40477         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40478         list.
40479         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40480         bug which was triggering a BadAccess X error when setting an overlay
40481         before pad was really negotiated.
40482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40483         Using the colorbalance type macro.
40484
40485 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40486
40487         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40488         (gst_flacenc_chain):
40489           handle tags correctly
40490         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40491           extract ID3v1 tags correctly
40492
40493 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40494
40495         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40496         (plugin_init):
40497           Improve matroska typefinding for odd-typed headers...
40498
40499 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40500
40501         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40502           Fix for using incremental number on padnames.
40503
40504 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40505
40506         * ext/divx/gstdivxdec.c:
40507         * ext/divx/gstdivxenc.c:
40508           Set category to divx4linux instead of divx (too generic).
40509         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40510         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40511         (gst_wavparse_loop), (gst_wavparse_change_state):
40512         * gst/wavparse/gstwavparse.h:
40513           fix parsing of WAV files with non-standard fmt-tag size and fix
40514           skipping of unrecognized chunks... Someone please fix this thing
40515           to use rifflib so all this is automated.
40516         * sys/v4l/Makefile.am:
40517         * sys/v4l2/Makefile.am:
40518           Add X_CFLAGS because we depend on X (for overlay).
40519
40520 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40521
40522         * ext/mpeg2dec/gstmpeg2dec.c:
40523           Don't issue a timestamp unless we tagged the frame
40524           with a PTS.
40525
40526 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40527
40528         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40529           Query the audio element to get the time, not the clock. We're
40530           interested in the element's time here.
40531
40532 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40533
40534         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40535         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40536         * ext/esd/esdsink.c: (gst_esdsink_chain):
40537         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40538         * ext/mas/massink.c: (gst_massink_chain):
40539         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40540         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40541         (gst_matroska_demux_parse_metadata):
40542         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40543         (gst_mpeg_parse_release_locks):
40544         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40545         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40546         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40547         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40548         (gst_osssink_change_state):
40549         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40550         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40551         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40552         (gst_xvideosink_release_locks):
40553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40554           use element time.
40555         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40556         (gst_alsa_clock_stop):
40557         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40558         (gst_audio_clock_get_internal_time):
40559           simplify for use with new clocking code.
40560         * testsuite/alsa/Makefile.am:
40561         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40562           fix testsuite for new caps system
40563
40564 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40565
40566         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40567         * ext/flac/gstflacenc.c: (add_one_tag):
40568           length is already host endian, no need to convert. Fixes playback of
40569           tagged files on PPC. (bug #128384)
40570
40571 2004-01-13  Julien MOUTTE <julien@moutte.net>
40572
40573         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40574         colorbalance interface stating if it is hardware based or software
40575         based.
40576         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40577         Removing a trailing comma.
40578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40579         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40580         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40581         the documentation seems to be wrong on the -1000 to 1000 interval.
40582
40583 2004-01-12  David Schleef  <ds@schleef.org>
40584
40585         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40586         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40587         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40588         Fix negotiation.  Add a bufferalloc function for the sink pad,
40589         and generally clean up some of the code.
40590
40591 2004-01-12  Julien MOUTTE <julien@moutte.net>
40592
40593         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40594         (gst_color_balance_channel_dispose): Adding safety check in dispose
40595         method.
40596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40597         (gst_xvimagesink_xcontext_clear),
40598         (gst_xvimagesink_interface_supported),
40599         (gst_xvimagesink_colorbalance_list_channels),
40600         (gst_xvimagesink_colorbalance_set_value),
40601         (gst_xvimagesink_colorbalance_get_value),
40602         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40603         Adding colorbalance interface support to set XV parameters such as
40604         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40605         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40606         interface.
40607
40608 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40609
40610         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40611         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40612         (gst_audio_convert_init), (gst_audio_convert_set_property),
40613         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40614         (gst_audio_convert_link),
40615         (gst_audio_convert_buffer_to_default_format),
40616         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40617           - implement _getcaps and use it
40618           - improve linking
40619           - remove float caps since no float conversion is actually done
40620           - remove properties and arguments that were to be used for rate
40621             conversion
40622
40623 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40624
40625         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40626         (gst_audio_structure_set_int):
40627         * gst-libs/gst/audio/audio.h:
40628           add helper functions for _getcaps matching the standard audio
40629           templates
40630
40631 2004-01-12  David Schleef  <ds@schleef.org>
40632
40633         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40634         Test that pad is negotiated before getting its caps.
40635
40636 2004-01-12  Julien MOUTTE <julien@moutte.net>
40637
40638         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40639         analyzing the pads of an element the bin is mostly in READY state so
40640         no caps were negotiated. This helper function needs to work with
40641         _get_caps directly then. I was not freeing them though, added that to
40642         fix the mem leak.
40643
40644 2004-01-12  Julien MOUTTE <julien@moutte.net>
40645
40646         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40648         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40649         than the free_func.
40650
40651 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40652
40653         * sys/oss/gstossaudio.c: (plugin_init):
40654         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40655         * sys/oss/gstosselement.h:
40656           make an oss debugging category
40657           make failure more descriptive
40658
40659 2004-01-11  David Schleef  <ds@schleef.org>
40660
40661         * ext/ffmpeg/gstffmpeg.c:
40662         * ext/ffmpeg/gstffmpegcodecmap.c:
40663         * ext/ffmpeg/gstffmpegdec.c:
40664         * ext/ffmpeg/gstffmpegenc.c:
40665         * ext/ffmpeg/gstffmpegprotocol.c:
40666         * ext/gdk_pixbuf/gstgdkanimation.c:
40667         * ext/jpeg/gstjpeg.c:
40668         * ext/libpng/gstpng.c:
40669         * ext/mpeg2dec/perftest.c:
40670         * ext/speex/gstspeex.c:
40671         * gst-libs/gst/resample/dtos.c:
40672         * gst/intfloat/gstintfloatconvert.c:
40673         * gst/oneton/gstoneton.c:
40674         * gst/rtjpeg/RTjpeg.c:
40675         * gst/rtp/gstrtp.c:
40676         * sys/dxr3/dxr3init.c:
40677         * sys/glsink/gstgl_nvimage.c:
40678         * sys/glsink/gstgl_pdrimage.c:
40679         * sys/glsink/gstglsink.c:
40680         * testsuite/gst-lint:
40681         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40682
40683 2004-01-11  David Schleef  <ds@schleef.org>
40684
40685         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40686         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40687         * ext/gdk_pixbuf/gstgdkanimation.c:
40688         (gst_gdk_animation_iter_create_pixbuf):
40689         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40690         (gst_gdk_pixbuf_chain):
40691         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40692         * ext/jack/gstjack.c: (gst_jack_change_state):
40693         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40694         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40695         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40696         * gst/videofilter/gstvideofilter.c:
40697         (gst_videofilter_set_output_size):
40698         Remove all usage of gst_pad_get_caps(), and replace it with
40699         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40700
40701 2004-01-11  David Schleef  <ds@schleef.org>
40702
40703         * configure.ac:
40704         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40705         * ext/divx/gstdivxdec.c:
40706         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40707         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40708         handle images that span multiple buffers.  Now work with both
40709         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40710         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40711         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40712         video/video.h changes
40713         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40714         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40715         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40716         of GstData free function.
40717         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40718         same.
40719
40720 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40721
40722         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40723         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40724         (gst_v4l2element_get_property):
40725         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40726           add norm, channel and frequency properties.
40727         * sys/v4l2/gstv4l2tuner.c:
40728           fixes for tuner interface changes
40729         * sys/v4l2/gstv4l2element.h:
40730         * sys/v4l2/gstv4l2src.c:
40731         * sys/v4l2/gstv4l2src.h:
40732         * sys/v4l2/v4l2src_calls.c:
40733         * sys/v4l2/v4l2src_calls.h:
40734           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40735
40736 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40737
40738         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40739         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40740         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40741         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40742         * gst-libs/gst/tuner/tuner.h:
40743           GObjects aren't const.
40744           Add find_by_name functions.
40745           Add checks to _changed functions.
40746         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40747         (gst_v4l_tuner_get_norm):
40748           Fixes for above.
40749
40750 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40751
40752         * gst-libs/gst/video/video.h:
40753           Fix caps template names to be understandable.
40754           Prefix everything with GST_VIDEO.
40755         * ext/aalib/gstaasink.c:
40756         * ext/divx/gstdivxdec.c:
40757         * ext/divx/gstdivxenc.c:
40758         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40759         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40760         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40761         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40762         * ext/libcaca/gstcacasink.c:
40763         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40764         * ext/snapshot/gstsnapshot.c:
40765         * ext/swfdec/gstswfdec.c:
40766         * ext/xvid/gstxviddec.c:
40767         * ext/xvid/gstxvidenc.c:
40768         * gst/chart/gstchart.c:
40769         * gst/deinterlace/gstdeinterlace.c:
40770         * gst/effectv/gsteffectv.c:
40771         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40772         * gst/goom/gstgoom.c:
40773         * gst/median/gstmedian.c:
40774         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40775         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40776         * gst/overlay/gstoverlay.c:
40777         * gst/smooth/gstsmooth.c:
40778         * gst/smpte/gstsmpte.c:
40779         * gst/synaesthesia/gstsynaesthesia.c:
40780         * gst/videocrop/gstvideocrop.c:
40781         * gst/videodrop/gstvideodrop.c:
40782         * gst/y4m/gsty4mencode.c:
40783         * sys/qcam/gstqcamsrc.c:
40784         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40785           Make them work with new video.h file.
40786         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40787         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40789         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40790           Make it work with new buffer allocation system.
40791
40792 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40793
40794         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40795         pad_alloc_buffer implementation to use ->srcpad
40796         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40797         pad_alloc_buffer implementation to use ->srcpad
40798         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40799         pad_alloc_buffer implementation to use ->srcpad
40800         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40801         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40802         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40803         a reference to everything we need.
40804         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40806         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40807         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40808         a reference to everything we need.
40809         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40810
40811 2004-01-11  David Schleef  <ds@schleef.org>
40812
40813         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40814         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40815         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40816         structure members.
40817         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40818         value during a resize/renegotiation.
40819         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40820         gst_pad_alloc_buffer();
40821         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40822         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40823         structure members.
40824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40825         Fix for rename of buffer private structure members.
40826         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40827         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40828         Fix for rename of buffer private structure members.
40829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40830         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40831         Fix for rename of buffer private structure members.
40832
40833 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40834
40835         reviewed by: David Schleef <ds@schleef.org>
40836
40837         * gst/videofilter/Makefile.am:
40838         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40839         from the patch by ds to fit in with recent make_filter changes.
40840
40841 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40842
40843         * configure.ac: Adding examples/switch/Makefile
40844         * examples/Makefile.am: Adding examples/switch
40845         * examples/switch/Makefile.am: Adding switcher example.
40846         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40847         (switch_timer), (main): Adding an example demonstrating switch usage
40848         with 2 videotestsrc showing different patterns.
40849         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40850         (gst_switch_init): Fixing switch with the new caps system.
40851
40852 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40853
40854         * gst-libs/gst/video/video.h:
40855           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40856           They should probably be like
40857           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40858
40859 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40860
40861         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40862         (qtdemux_parse_trak):
40863           fix audio chunk size/timestamp calculation
40864
40865 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40866
40867         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40868           fix SVQ3 caps
40869
40870 2004-01-11  Steve Baker  <steve@stevebaker.org>
40871
40872         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40873         (gst_agingtv_base_init), (gst_agingtv_class_init),
40874         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40875         (gst_agingtv_set_property), (gst_agingtv_get_property):
40876         Port agingTV to videofilter
40877
40878 2004-01-09  Julien MOUTTE <julien@moutte.net>
40879
40880         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40881         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40882
40883 2004-01-09  Julien MOUTTE <julien@moutte.net>
40884
40885         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40886         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40887         * gst-libs/gst/xoverlay/xoverlay.c:
40888         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40889         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40890         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40891         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40892         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40893         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40894         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40895         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40896         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40897         interface implementation to handle xid being 0 and fix some bugs
40898         triggered by Benjamin's testcase.
40899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40900         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40901         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40902         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40903         interface implementation to handle xid being 0 and fix some bugs
40904         triggered by Benjamin's testcase.
40905
40906 2004-01-09  David Schleef  <ds@schleef.org>
40907
40908         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40909         mouse pointer events.  It works.
40910
40911 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40912
40913         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40914           Use explicit caps - fix capsnego.
40915         * ext/xvid/gstxviddec.c:
40916         * ext/xvid/gstxvidenc.c:
40917           Remove macro-inside-macro which caused compile errors.
40918         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40919           Error out if it's not a RIFF file. Else we error out without
40920           gst_element_error() which is not good...
40921
40922 2004-01-08  David Schleef  <ds@schleef.org>
40923
40924         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40925         Fix pad_link function to handle formats that ffmpeg returns
40926         as multiple caps structures.
40927         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40928         Only complain if source buffer is _smaller_ than expected.
40929         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40930         (gst_videoscale_handle_src_event): Resize navigation events
40931         when passing them upstream.
40932         * gst/videotestsrc/gstvideotestsrc.c:
40933         * gst/videotestsrc/gstvideotestsrc.h:
40934         * gst/videotestsrc/videotestsrc.c:
40935         * gst/videotestsrc/videotestsrc.h:
40936         Rewrite many of the buffer painting functions to handle odd
40937         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40938         been verified to work with my video card.
40939         * testsuite/gst-lint:  Add check for elements calling
40940         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40941
40942 2004-01-08  David Schleef  <ds@schleef.org>
40943
40944         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40945         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40946
40947 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40948
40949         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40950         configure event is not emiting the desired size signal. That fixes
40951         aspect ratio issues with gst-player.
40952
40953 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40954
40955         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40956           Fix capsnego.
40957
40958 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40959
40960         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40961         public method to fire size signal.
40962
40963 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40964
40965         * examples/gstplay/Makefile.am: Adding the interface library.
40966         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40967         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40968         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40969         GST_IS_X_OVERLAY before signal connect.
40970         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40971         Removing the have_video_size signal.
40972         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40973         and associated public method.
40974         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40975         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40976         signal.
40977         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40978         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40979         signal.
40980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40981         Using XOverlay public method to fire size signal.
40982
40983 2004-01-07  David Schleef  <ds@schleef.org>
40984
40985         * gst/videofilter/Makefile.am:
40986         * gst/videofilter/gstvideotemplate.c:
40987         * gst/videofilter/make_filter:
40988         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40989         Convert make_filter to /bin/sh script.
40990
40991 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40992
40993         * gst/modplug/gstmodplug.cc: fix element description
40994
40995 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40996
40997         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40998         (got_video_size): Adding some new lines in g_print calls.
40999         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41000         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
41001         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
41002         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
41003         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
41004         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
41005         Complete code review, reverting some stuff i disagree with, adding
41006         some fixes : time synchronization on invalid timestamps, renegotiation
41007         of private window.
41008         * sys/ximage/ximagesink.h:
41009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
41010         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
41011         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
41012         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
41013         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
41014         (gst_xvimagesink_buffer_new),
41015         (gst_xvimagesink_navigation_send_event),
41016         (gst_xvimagesink_set_xwindow_id),
41017         (gst_xvimagesink_get_desired_size),
41018         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
41019         stuff i disagree with, adding some fixes : Renegotiation of private
41020         window, implementing get_desired_size.
41021
41022 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41023
41024         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
41025         (gst_afsink_handle_event):
41026         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
41027         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
41028         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
41029         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
41030         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
41031           Fix for instantiate-test (see core). Also remove dead code from
41032           jpegenc (which still needs fixing, but that's lower on my TODO
41033           list...).
41034         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
41035           Never return NULL as caps.
41036
41037 2004-01-07  David Schleef  <ds@schleef.org>
41038
41039         * configure.ac:
41040         * ext/Makefile.am:
41041         * ext/librfb/Makefile.am:
41042         * ext/librfb/gstrfbsrc.c:
41043         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
41044         is the protocol used by VNC.
41045
41046 2004-01-07  David Schleef  <ds@schleef.org>
41047
41048         * gst/videofilter/gstvideotemplate.c:
41049         * gst/videofilter/gstvideotemplate.h:
41050         * gst/videofilter/make_filter:
41051         Merge videotemplate header into source file.
41052         * gst/effectv/Makefile.am:
41053         * gst/effectv/gsteffectv.c: (plugin_init):
41054         * gst/effectv/gstwarp.c:
41055         Make warpTV a subclass of videofilter.
41056
41057 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41058
41059         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
41060           Add guard against invalid utf-8 conversions in mad. Just in case.
41061
41062 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41063
41064         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41065           Fix for bug shown by poisoning
41066
41067 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41068
41069         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
41070         (gst_v4lmjpegsrc_buffer_free):
41071         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
41072         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
41073         (gst_v4lsrc_buffer_free):
41074           Fix for removed bufferpools.
41075
41076 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41077
41078         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
41079         Fix caps negotiation.
41080
41081         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
41082         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
41083         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
41084         (dvdnavsrc_event):
41085         * ext/mpeg2dec/gstmpeg2dec.c:
41086         * gst-libs/gst/navigation/navigation.c:
41087         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
41088         * gst-libs/gst/navigation/navigation.h:
41089         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
41090         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
41091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
41092         Super-simple first version of mouse and keyboard events. Clicking
41093         on a DVD menu now works, although it may not take you where you
41094         expected.
41095
41096         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41097         * gst/videotestsrc/gstvideotestsrc.c:
41098         (gst_videotestsrc_src_fixate):
41099         These fixate functions were broken - they never actually
41100         fixated :)
41101
41102 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41103
41104         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
41105         (gst_icecastsend_init):
41106           fix for new caps system.
41107         * gst-libs/gst/mixer/mixertrack.h:
41108         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
41109           Add 'master track' flag (for tools like ACME that only want to
41110           change the main volume).
41111
41112 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41113
41114         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41115         (gst_xvid_csp_to_caps):
41116         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41117         * ext/xvid/gstxvidenc.c:
41118         ifdef out ARGB type when it isn't available
41119         in xvidcore 1.0.0beta2
41120
41121 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41122
41123         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41124           When we have received a new SCR right in the first buffer after
41125           a seek (so in the same cycle that handles the discont), we should
41126           handle the buffer instead of unreffing it, else we lose data.
41127
41128 2004-01-06  Iain <iain@prettypeople.org>
41129
41130         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41131           buffer-frames caps too.
41132
41133         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41134           caps that we need, don't destroy them all and rebuild them. And when
41135           creating src pads, use the src pad template rather than the sink...
41136
41137 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41138
41139         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41140           Add pad to element *after* setting functions such as event handler.
41141           Without this, the scheduler (opt) will link pads, set the event
41142           handler from the default event function (dispatcher in gstpad.c)
41143           and *after* that, we will set our own event function, which will
41144           thus never be used (and thus mpegdemux doesn't handle events).
41145
41146 2004-01-04  David Schleef  <ds@schleef.org>
41147
41148         Fix the fixate functions to handle new prototype:
41149         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41150         * gst/videotestsrc/gstvideotestsrc.c:
41151         (gst_videotestsrc_src_fixate):
41152         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41153         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41155
41156 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41157
41158         * sys/ximage/ximagesink.h:
41159         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41160         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41161         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41162         (gst_ximagesink_xoverlay_init):
41163           assorted fixes to make (re)embedding work
41164         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41165         (gst_ximagesink_get_desired_size):
41166           implement desired size additions to XOverlay
41167
41168 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41169
41170         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41171         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41172         (gst_x_overlay_got_desired_size):
41173         * gst-libs/gst/xoverlay/xoverlay.h:
41174           Add optional "desired size" signal and querying.
41175
41176 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41177
41178         * gst/matroska/matroska-demux.c:
41179         (gst_matroska_demux_parse_blockgroup):
41180           Fix EBML-laced block parsing. Diffs are relative to previous
41181           lace, not the first lace. Thanks to Mosu from the Matroska
41182           team for detecting this.
41183         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41184         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41185         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41186         (gst_wavparse_change_state):
41187         * gst/wavparse/gstwavparse.h:
41188           Quickfix for capsnego.
41189
41190 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41191
41192         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41193           Fix indenting, fix pad creation.
41194
41195 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41196
41197         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41198         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41199         (gst_xviddec_sink_link):
41200           Implement src_getcaps() so proper size caps is negotiated.
41201
41202 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41203
41204         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41205           Finish flac decoder on EOS. See #116178.
41206
41207 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41208
41209         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41210         (gst_matroska_demux_add_stream):
41211         * gst/matroska/matroska-ids.h:
41212           Add getcaps() function to fix capsnego...
41213
41214 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41215
41216         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41217         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41218         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41219           Fix more integer overflows. Again, see #126967.
41220
41221 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41222
41223         * ext/mpeg2dec/gstmpeg2dec.c:
41224           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41225           #130416.
41226
41227 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41228
41229         * configure.ac:
41230         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41231         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41232         * ext/xvid/gstxvid.h:
41233         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41234         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41235         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41236         (gst_xviddec_change_state):
41237         * ext/xvid/gstxviddec.h:
41238         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41239         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41240         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41241         (gst_xvidenc_link), (gst_xvidenc_set_property),
41242         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41243         * ext/xvid/gstxvidenc.h:
41244           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41245
41246 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41247
41248         * gst/rtp/rtp-packet.c:
41249           Add sys/types.h include, since OS X doesn't define in_addr_t
41250           in netinet/in.h, like it does on Linux (see #129600).
41251
41252 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41253
41254         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41255
41256         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41257           Correct logic of dispose function (see #129306).
41258
41259 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41260
41261         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41262         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41263         (gst_mpeg_parse_init):
41264         * gst/mpegstream/gstmpegparse.h:
41265           Remove clock (which was never provided, i.e. dead code), and
41266           also fix integer overflows at high PTS values (see #126967).
41267
41268 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41269
41270         * ext/flac/gstflacdec.c:
41271         * ext/libpng/gstpngenc.h:
41272         * ext/mikmod/gstmikmod.h:
41273           OS X fixes (see #126628).
41274
41275 2004-01-02  David Schleef  <ds@schleef.org>
41276
41277         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41278         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41279         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41280         (gst_mpeg_parse_class_init): Move pad template registration
41281         to class_init, since the derived class (mpegdemux) doesn't
41282         want them.
41283
41284 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41285
41286         * sys/ximage/Makefile.am:
41287         * sys/xvideo/Makefile.am:
41288         * sys/xvimage/Makefile.am:
41289           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41290           after installation (see #127664).
41291
41292 2004-01-02  David Schleef  <ds@schleef.org>
41293
41294         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41295         (gst_ffmpegenc_connect):  Negotiation fixes.
41296         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41297         Remove inappropriate gst_caps_free().
41298         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41299         Reenable Ronald's internal resize code, since the core handles
41300         it correctly now.
41301
41302 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41303
41304         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41305         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41306         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41307           Fix pad template stuff.
41308
41309 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41310
41311         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41312         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41313           fix signed integer reading/writing.
41314
41315 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41316
41317         * ext/alsa/README:
41318           Remove outdated document
41319
41320 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41321
41322         * gst/cutter/gstcutter.c: (gst_cutter_init):
41323           src pad was being created twice - oops.
41324
41325 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41326
41327         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41328           Comment out internal resize. It doesn't handle the resulting
41329           XEvent internally, does another try_set_caps() which leads to
41330           a really nice loop.
41331           Real fix will come when Julien and Dave are awake. ;).
41332
41333 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41334
41335         * ext/mpeg2enc/gstmpeg2enc.cc:
41336           fix const/nonconst compile issue.
41337
41338 2004-01-02  David Schleef  <ds@schleef.org>
41339
41340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41341         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41342         Add fixate function and a check for bad formats.
41343
41344 2004-01-01  David Schleef  <ds@schleef.org>
41345
41346         Negotiation fixes:
41347         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41348         (gst_audiofilter_init):
41349         * gst/debug/efence.c: (gst_efence_init):
41350         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41351         (gst_deinterlace_init):
41352         * gst/volume/gstvolume.c: (volume_connect):
41353
41354 2004-01-01  David Schleef  <ds@schleef.org>
41355
41356         Convert elements to use gst_pad_use_explicit_caps() where
41357         appropriate:
41358         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41359         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41360         (gst_afparse_open_file):
41361         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41362         (gst_afsrc_open_file):
41363         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41364         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41365         (gst_ffmpegdec_chain):
41366         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41367         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41368         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41369         (gst_gdk_pixbuf_chain):
41370         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41371         (gst_jpegdec_chain):
41372         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41373         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41374         (gst_mikmod_negotiate):
41375         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41376         (gst_mpeg2dec_negotiate_format):
41377         * ext/mpeg2enc/gstmpeg2enc.cc:
41378         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41379         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41380         (gst_speexdec_sinkconnect):
41381         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41382         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41383         (gst_vorbisfile_new_link):
41384         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41385         (gst_ac3parse_chain):
41386         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41387         (gst_asf_demux_setup_pad):
41388         * gst/auparse/gstauparse.c: (gst_auparse_init),
41389         (gst_auparse_chain):
41390         * gst/id3/gstid3types.c: (gst_id3types_loop):
41391         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41392         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41393         (mp1videoparse_parse_seq):
41394         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41395         (bpf_from_header):
41396         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41397         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41398         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41399         (gst_mpeg_parse_send_data):
41400         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41401         (gst_qtdemux_add_stream):
41402         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41403         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41404         (gst_wavparse_parse_fmt):
41405
41406 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41407
41408         * configure.ac:
41409           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41410           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41411           it therefore uses the wrong include paths. Too bad... Note
41412           that 1.6.1.93 is not release yet. ;).
41413           Also add a check for mplex, which is now using the lib'ified
41414           mplex from mjpegtools, too.
41415         * ext/ffmpeg/gstffmpegcodecmap.c:
41416           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41417           issues. I don't think ffmpeg handles 3ivx correctly, so this
41418           probably won't work. But it won't hurt either.
41419         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41420         (gst_ffmpegdec_chain):
41421         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41422         (gst_ffmpegenc_chain_audio):
41423           Fix memleak in audio encoding. Close codec if open fails, this
41424           calls the cleanup routines so we can re-use the context.
41425         * ext/mpeg2enc/gstmpeg2enc.cc:
41426           Fix pad template names/types, fix memory issue with getcaps().
41427         * ext/mpeg2enc/gstmpeg2encoder.cc:
41428         * ext/mpeg2enc/gstmpeg2encoder.hh:
41429           Fix compile issue with new caps system (const thingy).
41430         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41431         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41432           We read a first frame right on initing, so that we have a caps
41433           when we init the output. This caps is cached in padprivate and
41434           read as first frame.
41435         * ext/mplex/Makefile.am:
41436         * ext/mplex/gstmplex.cc:
41437         * ext/mplex/gstmplex.h:
41438         * ext/mplex/gstmplex.hh:
41439         * ext/mplex/gstmplexibitstream.cc:
41440         * ext/mplex/gstmplexibitstream.hh:
41441         * ext/mplex/gstmplexjob.cc:
41442         * ext/mplex/gstmplexjob.hh:
41443         * ext/mplex/gstmplexoutputstream.cc:
41444         * ext/mplex/gstmplexoutputstream.hh:
41445           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41446           had issues, didn't do capsnego, supported only a subset of the
41447           mplex features and required a mplex fork in our local CVS. Plus
41448           that it worked agaist a very old mplex version. Rewriting was
41449           faster than updating it.
41450         * gst-libs/ext/Makefile.am:
41451         * gst-libs/ext/mplex/INSTRUCT:
41452         * gst-libs/ext/mplex/Makefile.am:
41453         * gst-libs/ext/mplex/README:
41454         * gst-libs/ext/mplex/TODO:
41455         * gst-libs/ext/mplex/ac3strm_in.cc:
41456         * gst-libs/ext/mplex/audiostrm.hh:
41457         * gst-libs/ext/mplex/audiostrm_out.cc:
41458         * gst-libs/ext/mplex/aunit.hh:
41459         * gst-libs/ext/mplex/bits.cc:
41460         * gst-libs/ext/mplex/bits.hh:
41461         * gst-libs/ext/mplex/buffer.cc:
41462         * gst-libs/ext/mplex/buffer.hh:
41463         * gst-libs/ext/mplex/fastintfns.h:
41464         * gst-libs/ext/mplex/format_codes.h:
41465         * gst-libs/ext/mplex/inputstrm.cc:
41466         * gst-libs/ext/mplex/inputstrm.hh:
41467         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41468         * gst-libs/ext/mplex/mjpeg_logging.cc:
41469         * gst-libs/ext/mplex/mjpeg_logging.h:
41470         * gst-libs/ext/mplex/mjpeg_types.h:
41471         * gst-libs/ext/mplex/mpastrm_in.cc:
41472         * gst-libs/ext/mplex/mpegconsts.cc:
41473         * gst-libs/ext/mplex/mpegconsts.h:
41474         * gst-libs/ext/mplex/mplexconsts.hh:
41475         * gst-libs/ext/mplex/multplex.cc:
41476         * gst-libs/ext/mplex/outputstream.hh:
41477         * gst-libs/ext/mplex/padstrm.cc:
41478         * gst-libs/ext/mplex/padstrm.hh:
41479         * gst-libs/ext/mplex/stillsstream.cc:
41480         * gst-libs/ext/mplex/stillsstream.hh:
41481         * gst-libs/ext/mplex/systems.cc:
41482         * gst-libs/ext/mplex/systems.hh:
41483         * gst-libs/ext/mplex/vector.cc:
41484         * gst-libs/ext/mplex/vector.hh:
41485         * gst-libs/ext/mplex/videostrm.hh:
41486         * gst-libs/ext/mplex/videostrm_in.cc:
41487         * gst-libs/ext/mplex/videostrm_out.cc:
41488         * gst-libs/ext/mplex/yuv4mpeg.cc:
41489         * gst-libs/ext/mplex/yuv4mpeg.h:
41490         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41491         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41492           We don't fork mjpegtools' mplex in our CVS anymore.
41493         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41494         (gst_avi_demux_add_stream):
41495         * gst/avi/gstavidemux.h:
41496           Add getcaps() function for proper caps nego. This makes some
41497           parts of AVI playback/reading work.
41498         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41499           Resize window on new capsnego. This is probably wrong, but
41500           I'm still committing it because with current capsnego, the
41501           first successfull capsnego is auto-fixated, therefore rounded
41502           down to the lowest values in the caps. this results in a 16x16
41503           XWindow that is not reized when real capsnego finishes.
41504           Dave, I see more cases of this, do you know a proper solution?
41505         * tools/gst-launch-ext.in:
41506           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41507
41508 2003-12-31  David Schleef  <ds@schleef.org>
41509
41510         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41511         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41512           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41513
41514 2003-12-30  David Schleef  <ds@schleef.org>
41515
41516         * ext/ffmpeg/gstffmpegcolorspace.c:
41517         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41518         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41519         (gst_ffmpegcsp_chain): Negotiation fixes
41520         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41521         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41522         (gst_audio_convert_link), (gst_audio_convert_channels):
41523         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41524         (gst_audioscale_link), (gst_audioscale_get_buffer),
41525         (gst_audioscale_chain): Negotiation fixes
41526         * gst/audioscale/gstaudioscale.h:
41527         * gst/videofilter/gstvideofilter.c:
41528         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41529         (gst_videofilter_link), (gst_videofilter_init),
41530         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41531         (gst_videofilter_find_format_by_structure):
41532         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41533         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41534         (gst_videoscale_link):
41535         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41536         (videoscale_find_by_structure), (gst_videoscale_setup):
41537         * gst/videoscale/videoscale.h: Negotiation fixes
41538         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41539         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41540         function, restrict resizing to a multiple of 4 (hack until
41541         everyone supports odd sizes correctly).
41542
41543 2003-12-29  Colin Walters  <walters@verbum.org>
41544
41545         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41546         signed.
41547
41548 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41549
41550         * ext/sndfile/gstsf.c: (gst_sf_loop):
41551           Fix warning about discarding const qualifier
41552
41553 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41554
41555         * gst/cutter/gstcutter.c:
41556         * gst/videoscale/gstvideoscale.c:
41557         * gst/volenv/gstvolenv.c:
41558         * gst-libs/gst/audio/audio.c:
41559         * gst-libs/gst/video/video.c:
41560           Fix warnings
41561
41562 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41563
41564         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41565           Don't send ALSA debugging to stderr.
41566         * ext/alsa/gstalsa.h:
41567           Use GST_WARNING instead of g_warning when ALSA functions fail.
41568
41569 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41570
41571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41572           Free XVAdapterInfo correctly.
41573
41574 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41575
41576         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41577         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41578           Make id3tag use correct caps nego.
41579
41580 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41581
41582         * ext/ivorbis/vorbis.c:
41583         * ext/ivorbis/vorbisenc.h:
41584         * ext/ivorbis/vorbisfile.c:
41585           Modify so that it uses the new caps things
41586
41587 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41588
41589         * testsuite/spider/spider1.c: (main):
41590         * testsuite/spider/spider2.c: (main):
41591         * testsuite/spider/spider3.c: (main):
41592           Make tests compile again. They probably don't work.
41593
41594 2003-12-24  Colin Walters  <walters@verbum.org>
41595
41596         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41597         we can't fixate the caps anymore.
41598
41599 2003-12-23  David Schleef  <ds@schleef.org>
41600
41601         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41602         * sys/oss/gstosssink.c: (gst_osssink_init),
41603         (gst_osssink_sink_fixate): Add fixate function.
41604
41605 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41606
41607         * ext/ffmpeg/gstffmpegcodecmap.c:
41608         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41609         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41610         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41611         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41612         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41613         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41614         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41615           fix typo in RGB masks, and move back to "old" colorspace
41616           capsnego code until whoever wrote this new crap has actually
41617           tested it so that it works.
41618           And yes, this works, keep it that way please.
41619
41620 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41621
41622         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41623         (gst_divxdec_init), (gst_divxdec_negotiate):
41624         * ext/divx/gstdivxdec.h:
41625         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41626         (gst_divxenc_init):
41627         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41628         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41629         * ext/mpeg2enc/gstmpeg2enc.cc:
41630         * ext/mpeg2enc/gstmpeg2encoder.cc:
41631         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41632         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41633         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41634         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41635         (dxr3spusink_init):
41636         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41637         (dxr3videosink_init):
41638           Fix caps breakage after Dave's caps branch merge.
41639
41640 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41641
41642         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41643           Fix for 24bpp display.
41644
41645 2003-12-23  Colin Walters  <walters@verbum.org>
41646
41647         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41648         a GnomeVFSHandle directly.
41649
41650 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41651
41652         * gst/volume/Makefile.am:
41653         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41654         (volume_base_init), (volume_init):
41655           Reenable volume element and fix to work with new caps stuff.
41656           Rhythmbox needs this.
41657
41658 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41659
41660         * gst/qtdemux/qtdemux.c: (plugin_init):
41661           qtdemux requires bytestream
41662
41663 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41664
41665         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41666           Fix remaining caps handling errors due to CAPS merge.
41667
41668 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41669
41670         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41671         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41672         (gst_faad_srcconnect):
41673           Port to new caps system.
41674
41675 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41676
41677         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41678         (got_video_size), (main): using g_print instead of g_message.
41679         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41680         signal which was not emitted because of "switch" element added to the
41681         bin but not connected. (Removing from the bin temporarily)
41682
41683 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41684
41685         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41686         find X development files. I don't understand the previous tests and
41687         they fail on my debian/ppc unstable. This one works.
41688         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41689         exiting.
41690         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41691         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41692         (gst_play_set_visualization): Add some safety checks in set_ methods
41693         and state_change. This was throwing some ugly CRITICAL messages when
41694         pipeline was getting disposed and casts were failing.
41695
41696 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41697
41698         * configure.ac:
41699           Improve mpeg2enc detection. This is for distributions that do
41700           ship mjpegtools, but without mpeg2enc. Also does object check
41701           for might there ever be ABI incompatibility.
41702         * ext/mpeg2enc/gstmpeg2enc.cc:
41703           Add Andrew as second maintainer (he's helping me), and also add
41704           an error if no caps was set. This happens if I pull before capsnego
41705           and that's something I should solve sometime else.
41706         * gst/matroska/matroska-demux.c:
41707         (gst_matroska_demux_parse_blockgroup):
41708           Fix time parsing.
41709         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41710         (gst_matroska_mux_track_header):
41711           Add caps to templates.
41712         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41713           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41714         * gst/mpegstream/gstmpegdemux.c:
41715           Remove layer since it causes warnings about unfixed caps.
41716         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41717           Fix obvious typo (we error out if caps were set, we should of
41718           course error out if *no* caps were set).
41719         * sys/oss/gstosselement.c: (gst_osselement_convert):
41720           Fix format conversion, we confused bits/bytes.
41721         * sys/oss/gstosselement.h:
41722           Improve documentation for 'bps'.
41723         * sys/v4l/TODO:
41724           Remove stuff about plugins that need removing - this was done
41725           ages ago.
41726         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41727         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41728         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41729         (gst_v4lsrc_src_query):
41730         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41731         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41732           Add get_query_types(), get_formats() and query() functions.
41733
41734 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41735
41736         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41737           * moved CVS to freedesktop.org