sys/xvimage/xvimagesink.c: Don't reset the colorkey when element is reused. Fixes...
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-13  Stefan Kost  <ensonic@users.sf.net>
2
3         * sys/xvimage/xvimagesink.c:
4           Don't reset the colorkey when element is reused. Fixes #567511.
5
6 2009-01-09  Jan Schmidt  <jan.schmidt@sun.com>
7
8         * configure.ac:
9         0.10.21.3 pre-release
10
11 2009-01-09  Jan Schmidt  <jan.schmidt@sun.com>
12
13         * gst-libs/gst/app/gstappsink.c:
14         Store the returned signal id in the right slot when
15         registering the pull-buffer signal.
16         Fixes #567168
17         Spotted by: Thomas Vander Stichele  <thomas at apestaart dot org>
18
19 2009-01-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
20
21         * gst-libs/gst/interfaces/mixer.c:
22           Small docs addition to clarify that one really mustn't free
23           the constant GList returned (#566812).
24           
25 2009-01-08  Wim Taymans  <wim.taymans@collabora.co.uk>
26
27         * docs/libs/gst-plugins-base-libs-sections.txt:
28         * gst-libs/gst/rtsp/gstrtspurl.c: (register_rtsp_url_type),
29         (gst_rtsp_url_get_type), (gst_rtsp_url_copy):
30         * gst-libs/gst/rtsp/gstrtspurl.h:
31         * win32/common/libgstrtsp.def:
32         Add GType for GstRTSPUrl and expose a copy function because we can.
33         API: gst_rtsp_url_copy()
34         Fixes #567027.
35
36 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
37
38         * configure.ac:
39         * ext/gio/gstgio.c: (plugin_init):
40         Add plugin dependency for the GIO and GVfs modules.
41         Fixes bug #566876.
42
43 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
44
45         * configure.ac:
46         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
47         Add plugin dependency for the gnomevfs modules.
48         Fixes bug #566875.
49
50 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
51
52         * win32/common/libgstcdda.def:
53         Add new symbol to the list of exported symbols.
54
55 2009-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
56
57         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
58         (gst_play_bin_set_uri), (gst_play_bin_set_suburi),
59         (no_more_pads_cb), (drained_cb), (group_set_locked_state_unlocked),
60         (activate_group), (deactivate_group), (groups_set_locked_state),
61         (gst_play_bin_change_state):
62         Fix some comments and docs.
63         Post an error message when we fail to link the selector to the sink.
64         Remove pushing of EOS, this seems unneeded. 
65         Lock the state of deactivated groups so that they don't accidentally
66         reactivate when the playbin2 state changes.
67         Reuse uridecodebins.
68         Unlock and relock state of groups when playbin goes to NULL.
69         Fixes #566654.
70         Fixes #566341.
71
72         * gst/playback/gsturidecodebin.c: (pad_removed_cb), (type_found):
73         Only do something in the pad removed callback when we are dealing with
74         our sourcepads because the sinkpads don't have a ghostpad.
75
76 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
77
78         * gst-libs/gst/cdda/gstcddabasesrc.c:
79         * gst-libs/gst/cdda/gstcddabasesrc.h:
80         Make the GType of GstCDDABaseSrcMode public for bindings.
81         Fixes bug #566837.
82
83 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
84
85         * configure.ac:
86         * ext/libvisual/visual.c: (plugin_init):
87           Use new core API to make registry re-scan the plugin
88           whenever visualisations are added or removed (see #350477).
89
90 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
91
92         Patch by: José Alburquerque <jaalburqu svn gnome org>
93
94         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_new):
95         * gst-libs/gst/audio/gstaudioclock.h:
96         Make gst_audio_clock_new use const gchar* to ease the wrapping of
97         C++ bindings. Fixes #566723.
98
99 2009-01-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
100
101         * configure.ac:
102         * pkgconfig/Makefile.am:
103         * pkgconfig/gstreamer-app-uninstalled.pc.in:
104         * pkgconfig/gstreamer-app.pc.in:
105         Add pkg-config files for libgstapp. Fixes bug #566761.
106
107 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
108
109         * gst-libs/gst/app/gstappsink.c:
110         * gst-libs/gst/app/gstappsink.h:
111         * gst-libs/gst/app/gstappsrc.c:
112         * gst-libs/gst/app/gstappsrc.h:
113           Make debug categories static. Use _element_class_set_details_simple().
114
115 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
116
117         * gst-libs/gst/app/gstappsink.c: (_GstAppSinkPrivate),
118           (gst_app_sink_class_init), (gst_app_sink_init),
119           (gst_app_sink_dispose), (gst_app_sink_finalize),
120           (gst_app_sink_unlock_start), (gst_app_sink_unlock_stop),
121           (gst_app_sink_flush_unlocked), (gst_app_sink_start),
122           (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
123           (gst_app_sink_render), (gst_app_sink_getcaps),
124           (gst_app_sink_set_caps), (gst_app_sink_get_caps),
125           (gst_app_sink_is_eos), (gst_app_sink_set_emit_signals),
126           (gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers),
127           (gst_app_sink_get_max_buffers), (gst_app_sink_set_drop),
128           (gst_app_sink_get_drop), (gst_app_sink_pull_preroll),
129           (gst_app_sink_pull_buffer):
130         * gst-libs/gst/app/gstappsink.h: (GstAppSinkPrivate), (_GstAppSink):
131         * gst-libs/gst/app/gstappsrc.c: (_GstAppSrcPrivate),
132           (gst_app_src_class_init), (gst_app_src_init),
133           (gst_app_src_flush_queued), (gst_app_src_dispose),
134           (gst_app_src_finalize), (gst_app_src_set_property),
135           (gst_app_src_get_property), (gst_app_src_unlock),
136           (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
137           (gst_app_src_is_seekable), (gst_app_src_check_get_range),
138           (gst_app_src_query), (gst_app_src_do_seek), (gst_app_src_create),
139           (gst_app_src_set_caps), (gst_app_src_get_caps),
140           (gst_app_src_set_size), (gst_app_src_get_size),
141           (gst_app_src_set_stream_type), (gst_app_src_get_stream_type),
142           (gst_app_src_set_max_bytes), (gst_app_src_get_max_bytes),
143           (gst_app_src_set_latencies), (gst_app_src_set_latency),
144           (gst_app_src_get_latency), (gst_app_src_push_buffer_full),
145           (gst_app_src_push_buffer_action), (gst_app_src_end_of_stream):
146         * gst-libs/gst/app/gstappsrc.h: (GstAppSrcPrivate):
147           Move private data into a private instance struct. Add padding to
148           instance and class structures exposed in public headers. Add
149           Since markers to the gtk-doc blurbs (#566750).
150
151 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
152
153         * tests/examples/app/appsrc_ex.c: (main):
154         Some comments.
155         When pulling a buffer we can get NULL when the element is EOS, don't try
156         to unref this NULL buffer.
157
158 2009-01-06  Jan Schmidt  <jan.schmidt@sun.com>
159
160         * gst-libs/gst/video/Makefile.am:
161         * gst-libs/gst/video/video.h:
162         Fix up build flags and include statement for the new generated
163         enumtypes files, to fix dist.
164
165 2009-01-05  Jan Schmidt  <jan.schmidt@sun.com>
166
167         * configure.ac:
168         * docs/libs/Makefile.am:
169         * docs/libs/gst-plugins-base-libs-docs.sgml:
170         * docs/libs/gst-plugins-base-libs-sections.txt:
171         * docs/plugins/Makefile.am:
172         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
173         * docs/plugins/gst-plugins-base-plugins-sections.txt:
174         * docs/plugins/gst-plugins-base-plugins.args:
175         * docs/plugins/gst-plugins-base-plugins.hierarchy:
176         * docs/plugins/gst-plugins-base-plugins.interfaces:
177         * docs/plugins/gst-plugins-base-plugins.prerequisites:
178         * docs/plugins/gst-plugins-base-plugins.signals:
179         * docs/plugins/inspect/plugin-app.xml:
180         * gst-libs/gst/Makefile.am:
181         * gst-libs/gst/app/gstappsink.c:
182         * gst-libs/gst/app/gstappsrc.c:
183         * tests/examples/Makefile.am:
184         * tests/examples/app/Makefile.am:
185
186         Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
187
188 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
189
190         * gst-libs/gst/audio/gstbaseaudiosink.c:
191         (gst_base_audio_sink_change_state):
192         Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
193         take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can do
194         this because the async_play method is deprecated and usually not called 
195         anymore.
196
197 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
198
199         * gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
200         Disconnect signal handlers before destroying a previous decodebin so
201         that we don't end up causing deadlocks. Fixes #566586.
202
203 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
204
205         * gst/audiotestsrc/gstaudiotestsrc.c:
206         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
207         (gst_audio_test_src_check_get_range),
208         (gst_audio_test_src_set_property),
209         (gst_audio_test_src_get_property):
210         * gst/audiotestsrc/gstaudiotestsrc.h:
211         Add property to control pull/push based scheduling.
212
213 2009-01-02  Alessandro Decina  <alessandro.d@gmail.com>
214
215         * configure.ac:
216         * tests/examples/seek/Makefile.am:
217         * tests/icles/Makefile.am:
218         Make the seek and colorkey examples depend on gtk+-x11 as they use
219         GDK_WINDOW_XID.
220         Fixes the build with gtk+-quartz.
221
222 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
223
224         * win32/common/libgstaudio.def:
225         * win32/common/libgsttag.def:
226         * win32/common/libgstvideo.def:
227         Add new exports to win32 files.
228
229 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
230
231         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
232         * gst-libs/gst/tag/gsttagdemux.h:
233         Add GType for GstTagDemuxResult enum.
234
235 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
236
237         * gst-libs/gst/video/Makefile.am:
238         * gst-libs/gst/video/video.h:
239         Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
240         This will help bindings to use it.
241
242 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
243
244         * gst-libs/gst/audio/Makefile.am:
245         * gst-libs/gst/audio/audio.c:
246         * gst-libs/gst/audio/multichannel.h:
247         * gst-libs/gst/audio/testchannels.c:
248         * win32/MANIFEST:
249         * win32/common/audio-enumtypes.c:
250         (gst_audio_channel_position_get_type),
251         (gst_ring_buffer_state_get_type),
252         (gst_ring_buffer_seg_state_get_type),
253         (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
254         * win32/common/audio-enumtypes.h:
255         * win32/common/multichannel-enumtypes.c:
256         * win32/common/multichannel-enumtypes.h:
257         * win32/vs6/grammar.dsp:
258         * win32/vs6/libgstaudio.dsp:
259         * win32/vs7/libgstaudio.vcproj:
260         * win32/vs8/libgstaudio.vcproj:
261         Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
262         audio- in order to wrap all enums declarations of that library.
263         This modification should not matter since that header file is not a
264         public header (it will be included by public headers).
265         Modify win32 crap^Wfiles accordingly.
266
267 2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
268
269         * gst-libs/gst/audio/gstbaseaudiosrc.h:
270         * gst-libs/gst/audio/gstbaseaudiosink.h:
271         Complete Sebastien's commit from the 13th by exporting the
272         _slave_method_get_type() methods.
273
274 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
275
276         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
277         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
278         (gst_gio_base_src_query):
279         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
280         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
281         (gst_gnome_vfs_src_query):
282         Implement URI query. Fixes bug #562949.
283
284 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
285
286         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
287         Add some debug info.
288
289         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
290         (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
291         (gst_play_sink_release_pad):
292         Add some more debug info.
293         Reconfigure the audio chain when we switch between raw and encoded audio
294         in gapless playback.
295
296 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
297
298         * gst-libs/gst/audio/gstbaseaudiosink.c:
299         (gst_base_audio_sink_setcaps):
300         Pause the write thread before deactivating and releasing the ringbuffer
301         to avoid a deadlock when we do gapless playback with different sample
302         rates in playbin2.  Fixes #564929.
303
304 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
305
306         * gst-libs/gst/audio/gstbaseaudiosrc.c:
307         Make GstAudioSrcSlaveMethod get_type() function non-static
308         as it's public now.
309
310         * win32/common/libgstaudio.def:
311         * win32/common/libgstnetbuffer.def:
312         Add some missing functions to the list of exported symbols.
313
314 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
315
316         Patch by: Andrew Feren <acferen at yahoo dot com>
317
318         * gst-libs/gst/netbuffer/gstnetbuffer.c:
319         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
320         (gst_netaddress_get_address_bytes),
321         (gst_netaddress_set_address_bytes):
322         * gst-libs/gst/netbuffer/gstnetbuffer.h:
323         Make gst_netaddress_get_ip4_address fail for v6 addresses.
324         Make gst_netaddress_get_ip6_address either fail or return the v4
325         address as a transitional v6 address.
326         Add two convenience functions:
327         API: gst_netaddress_get_address_bytes()
328         API: gst_netaddress_set_address_bytes()
329         Fixes #564896.
330
331 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
332
333         * gst/adder/Makefile.am:
334         * gst/adder/gstadder.c:
335           Cleanup variable names to make the adder-loop easier to understand.
336           Also try to use liboil to spee it up, but ifdef it out as it does not
337           make any change for me (Intel pentim M (sse,sse2) please try on other
338           systems).
339
340 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
341
342         * docs/plugins/Makefile.am:
343         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
344         * docs/plugins/gst-plugins-base-plugins-sections.txt:
345         * gst/tcp/gsttcpclientsink.c:
346         * gst/tcp/gsttcpclientsrc.c:
347         * gst/tcp/gsttcpserversrc.c:
348         Add minimal docs to make the remaining tcp elements show up.
349         Fixes #564139.
350
351 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
352
353         * win32/common/config.h:
354           Update to CVS version.
355
356         * win32/common/config.h.in:
357           Hardcode path to plugin install helper exe, just like we hardcode
358           the paths in core. Removes another source of VCS conflicts for
359           people hacking gst-plugins-base on systems with autotools.
360
361 2008-12-13  Edward Hervey  <bilboed@gmail.com>
362
363         * m4/Makefile.am:
364         And a couple more .m4 that don't exist anymore with gettext 0.17
365
366 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
367
368
369         * m4/Makefile.am:
370         inttypes.m4 hasn't been available since gettext-0.15, and since we now
371         require gettext >= 0.17 ... we can remove it from the list of files to
372         dist.
373
374 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
375
376         * gst-libs/gst/audio/gstbaseaudiosink.c:
377         (gst_base_audio_sink_slave_method_get_type),
378         (gst_base_audio_sink_class_init):
379         * gst-libs/gst/audio/gstbaseaudiosink.h:
380         * gst-libs/gst/audio/gstbaseaudiosrc.c:
381         (gst_base_audio_src_slave_method_get_type),
382         (gst_base_audio_src_class_init):
383         * gst-libs/gst/audio/gstbaseaudiosrc.h:
384         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
385         public API. This is needed for the C++ bindings to be able
386         to use this base classes. Fixes bug #564200, #564206.
387
388 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
389
390         * gst-libs/gst/cdda/gstcddabasesrc.c:
391         (gst_cdda_base_src_handle_event):
392         Remove erroneous gst_buffer_ref().
393         * tests/check/libs/rtp.c: (GST_START_TEST):
394         Don't forget to unref the buffer once you're done with it.
395
396 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
397
398         * gst/playback/gstplaybin.c:
399         * gst/playback/gstplaybin2.c:
400           XRef to GstXOverlay.
401
402 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
403
404         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
405         Free the factory array when finalizing.
406         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
407         Use a GstStaticPadTemplate since the src pad caps are fixed.
408
409 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
410
411         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
412         (gst_vorbis_enc_init):
413         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
414         pad templates.
415
416 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
417
418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
419         (gst_riff_create_video_template_caps):
420         Add mapping for VP6 in avi/riff.
421
422 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
423
424         * gst/subparse/samiparse.c: (sami_context_push_state),
425         (sami_context_pop_state), (start_sami_element), (end_sami_element):
426         Some versions of libxml seem to be very picky as to strict formatting
427         of the input and never 'close' the final </body> tag.
428         In order to fix that bad behaviour, we trigger the flushing of
429         remaining data on both </body> and </sami>.
430         Fixes #557365
431
432 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
433
434         Patch by: Guillaume Emont <guillaume at fluendo dot com>
435
436         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
437         Add typefinders for MS Word files and OS X .DS_Store files to
438         prevent them to be recognized as MPEG files. Fixes bug #564098.
439
440 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
441
442         * gst/playback/gstplaysink.c: (gen_audio_chain),
443         (gst_play_sink_reconfigure):
444         Add some more debug info.
445         Fix linking of just an encoded sink.
446         Handle failure to create a sink chain more gracefully than crashing.
447
448 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
449
450         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
451         Pushing 10 buffers is enough to run the test.
452
453 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
454
455         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
456         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
457         (main):
458         Hook up the SKIP seek flag.
459
460 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
461
462         * gst/playback/gstplaybin2.c: (pad_added_cb):
463         Error out with a missing-plugin error when the input-selector was not
464         found.
465
466         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
467         Indentation.
468
469 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
470
471         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
472         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
473         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
474         (gst_play_sink_send_event), (gst_play_sink_change_state):
475         Use G_DEFINE_TYPE.
476         Try to set the selected sink to READY before using it. This will allow
477         for detection of incompatible formats sooner.
478         Don't cause a fatal error when conversion elements are missing but post
479         a missing-element message and a warning instead because things might
480         still link and run fine.
481         Simplyfy the construction of audio and video sink chains.
482
483 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
484
485         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
486         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
487         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
488         init from glib.
489
490 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
491
492         Patch by: Luis Menina <liberforce at freeside dot fr>
493
494         * gst-libs/gst/floatcast/floatcast.h:
495         * gst/typefind/gsttypefindfunctions.c:
496         Include glib.h instead of a specific GLib header. Including single
497         GLib headers is deprecated. Fixes bug #563904.
498
499 2008-12-09  Julien Moutte  <julien@fluendo.com>
500
501         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
502         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
503
504 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
505
506         * gst-libs/gst/riff/riff-read.c:
507           Fix handling of odd chunks in riff metadata.
508
509 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
510
511         * gst/volume/gstvolume.c: (gst_volume_class_init),
512         (volume_before_transform), (volume_transform_ip):
513         Use new basetransform vmethod to reconfigure the dynamic properties and
514         any pending volume/mute changes. Fixes #563508.
515
516 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
517
518         * configure.ac:
519         First check for "theoraenc theoradec" and if that failed check
520         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
521         deprecate the latter. Also linking on Windows fails with just "theora"
522         and the version check would fail for the release candidates.
523         Fixes bug #563718.
524
525 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
526
527         * gst/playback/gstdecodebin.c:
528         * gst/playback/gstdecodebin2.c:
529           Add basic docs to decodebin and link to decodebin from decodebin2.
530           
531 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
532
533         Patch by: Olivier Crete  <tester at tester ca>
534
535         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
536         * gst-libs/gst/rtp/gstrtcpbuffer.h:
537         Implement gst_rtcp_packet_remove(). Fixes #563174.
538
539         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
540         Add unit test for some RTCP functions.
541
542 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
543
544         * configure.ac:
545         Apparently AC_CONFIG_MACRO_DIR breaks when using more
546         than one macro directory, reverting last change.
547
548 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
549
550         * configure.ac:
551         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
552         our M4 macros.
553
554 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
555
556         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
558         Clear all flags on buffers returned from the image pool.
559         Fixes #563143
560
561 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
562
563         Patch by: Cygwin Ports maintainer
564                   <yselkowitz at users dot sourceforge dot net>
565
566         * autogen.sh:
567         * configure.ac:
568         Require gettext 0.17 because older versions don't mix with libtool
569         2.2. At build time an older gettext version will still work.
570         Fixes bug #556091.
571
572 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
573
574         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
575
576 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
577
578         * docs/plugins/gst-plugins-base-plugins.args:
579         * docs/plugins/gst-plugins-base-plugins.hierarchy:
580         * docs/plugins/gst-plugins-base-plugins.interfaces:
581         * docs/plugins/gst-plugins-base-plugins.prerequisites:
582         * docs/plugins/inspect/plugin-videorate.xml:
583         * gst/speexresample/gstspeexresample.c:
584         Update documentation of speexresample for the new element name.
585
586 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
587
588         * gst/speexresample/README:
589         Update README with the latest diff between the Speex resampler
590         and our copy.
591
592 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
593
594         * gst/speexresample/gstspeexresample.c: (plugin_init):
595         Update the debug category from speex_resample to audioresample.
596
597 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
598
599         * gst/audioresample/Makefile.am:
600         * gst/audioresample/buffer.c:
601         * gst/audioresample/buffer.h:
602         * gst/audioresample/debug.c:
603         * gst/audioresample/debug.h:
604         * gst/audioresample/functable.c:
605         * gst/audioresample/functable.h:
606         * gst/audioresample/gstaudioresample.c:
607         * gst/audioresample/gstaudioresample.h:
608         * gst/audioresample/resample.c:
609         * gst/audioresample/resample.h:
610         * gst/audioresample/resample_chunk.c:
611         * gst/audioresample/resample_functable.c:
612         * gst/audioresample/resample_ref.c:
613         * tests/check/elements/audioresample.c:
614         Remove audioresample files.
615
616 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
617
618         * docs/plugins/inspect/plugin-audioresample.xml:
619         Regenerated for library filename change.
620
621 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
622
623         * configure.ac:
624         * docs/plugins/Makefile.am:
625         * docs/plugins/gst-plugins-base-plugins-sections.txt:
626         * docs/plugins/gst-plugins-base-plugins.args:
627         * docs/plugins/gst-plugins-base-plugins.hierarchy:
628         * docs/plugins/gst-plugins-base-plugins.interfaces:
629         * docs/plugins/gst-plugins-base-plugins.prerequisites:
630         * docs/plugins/inspect/plugin-adder.xml:
631         * docs/plugins/inspect/plugin-alsa.xml:
632         * docs/plugins/inspect/plugin-audioconvert.xml:
633         * docs/plugins/inspect/plugin-audiorate.xml:
634         * docs/plugins/inspect/plugin-audioresample.xml:
635         * docs/plugins/inspect/plugin-audiotestsrc.xml:
636         * docs/plugins/inspect/plugin-cdparanoia.xml:
637         * docs/plugins/inspect/plugin-decodebin.xml:
638         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
639         * docs/plugins/inspect/plugin-gdp.xml:
640         * docs/plugins/inspect/plugin-gio.xml:
641         * docs/plugins/inspect/plugin-gnomevfs.xml:
642         * docs/plugins/inspect/plugin-libvisual.xml:
643         * docs/plugins/inspect/plugin-ogg.xml:
644         * docs/plugins/inspect/plugin-pango.xml:
645         * docs/plugins/inspect/plugin-playback.xml:
646         * docs/plugins/inspect/plugin-queue2.xml:
647         * docs/plugins/inspect/plugin-subparse.xml:
648         * docs/plugins/inspect/plugin-tcp.xml:
649         * docs/plugins/inspect/plugin-theora.xml:
650         * docs/plugins/inspect/plugin-typefindfunctions.xml:
651         * docs/plugins/inspect/plugin-uridecodebin.xml:
652         * docs/plugins/inspect/plugin-video4linux.xml:
653         * docs/plugins/inspect/plugin-videorate.xml:
654         * docs/plugins/inspect/plugin-videoscale.xml:
655         * docs/plugins/inspect/plugin-videotestsrc.xml:
656         * docs/plugins/inspect/plugin-volume.xml:
657         * docs/plugins/inspect/plugin-vorbis.xml:
658         * docs/plugins/inspect/plugin-ximagesink.xml:
659         * docs/plugins/inspect/plugin-xvimagesink.xml:
660         * gst/speexresample/gstspeexresample.c: (plugin_init):
661         * gst/speexresample/Makefile.am:
662         * tests/check/Makefile.am:
663         * tests/check/elements/speexresample.c: (setup_speexresample),
664         (GST_START_TEST), (test_pipeline):
665         Rename the moved speexresample to audioresample, integrate into the
666         build system and remove the old audioresample from the build system.
667         Fixes bug #558124, #385061, #346218, #116051.
668
669 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
670
671         * gst-libs/gst/audio/gstbaseaudiosrc.c:
672         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
673         Avoid nasty int overflows after about 12 hours and 25 minutes when these
674         code paths are triggered. 
675         A free beer to Håvard Graff for finding this!
676
677 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
678
679         Patch by: 이문형 <iwings at gmail dot com>
680
681         * gst-libs/gst/rtsp/gstrtspconnection.c:
682         (gst_rtsp_connection_connect):
683         A successful gst_poll_wait() doesn't always mean successful connect() on
684         Windows.  We should check errors by calling gst_poll_fd_has_error().
685         See #561924.
686
687 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
688
689         * gst-libs/gst/rtp/gstrtcpbuffer.c:
690         Fix typo in the docs.
691
692 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
693
694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
695         If no stream was found before receiving EOS, post an error message.
696         Fixes #561924.
697
698 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
699
700         * ext/theora/gsttheoraenc.h:
701         * ext/theora/theoraenc.c: (gst_theora_enc_init),
702         (theora_buffer_from_packet), (theora_push_packet),
703         (theora_enc_sink_event), (theora_enc_is_discontinuous),
704         (theora_enc_chain):
705         Parse segment events.
706         Pass incomming buffer timestamps to outgoing buffers.
707         Use the running_time to construct the granulepos.
708         Fixes #562163.
709
710 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         * gst/playback/gstplaybin2.c: (activate_group):
713         Fix buffer-duration property.
714
715 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
716
717         * gst-libs/gst/audio/gstbaseaudiosink.c:
718         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
719         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
720         (gst_base_audio_sink_change_state):
721         Really fix audiosink drain handling by keeping track of the running_time
722         of the last sample.
723
724 2008-11-24  Michael Smith <msmith@songbirdnest.com>
725
726         * gst/playback/gstplaybin2.c:
727           Add notification of current stream. Add ability to configure buffer
728           sizes.
729         * gst/playback/gsturidecodebin.c:
730           Add ability to configure buffer sizes for streaming mode.
731           Bug #561734.
732
733 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
734
735         * gst-libs/gst/audio/gstbaseaudiosink.c:
736           Time is already in running_time. Remove base_time handling. Fixes
737           audiosinks not draining and thus chopping some audio in the end.
738
739 2008-11-24  David Schleef  <ds@schleef.org>
740
741         * ext/ogg/gstoggmux.c:
742         * ext/ogg/gstoggmux.h:
743           If we're muxing a dirac stream, flush the page after every picture.
744
745 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
746
747         * gst-libs/gst/audio/gstbaseaudiosink.c:
748           Add one log message to check for audio_drained. Sync one log message
749           with the condition. Send EOS after draining audio in pull mode.
750
751 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
752
753         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
754         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
755         Use gst_buffer_try_new_and_alloc() and fail properly if the
756         allocation failed. This prevents abort() if downstream elements
757         request an insane amount of memory.
758
759 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
760
761         * gst/volume/gstvolume.c: (volume_choose_func),
762         (volume_update_volume), (gst_volume_set_volume),
763         (gst_volume_get_volume), (gst_volume_set_mute),
764         (gst_volume_class_init), (gst_volume_init),
765         (volume_process_double), (volume_process_float),
766         (volume_process_int32), (volume_process_int32_clamp),
767         (volume_process_int24), (volume_process_int24_clamp),
768         (volume_process_int16), (volume_process_int16_clamp),
769         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
770         (volume_transform_ip), (volume_set_property),
771         (volume_get_property):
772         * gst/volume/gstvolume.h:
773         Cleanup volume, define and use default values.
774         Recalculate new volume and mute setup before processing. Fixes #561789.
775
776         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
777         Add controller unit test. Patch by: Jonathan Matthew
778         Fix bogus test that messed with basetransform's internal state.
779
780 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
781
782         * gst/videorate/gstvideorate.c:
783         Add jpeg and png image media types to the caps. Fixes #561436.
784
785 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
786
787         * gst/playback/gstplaysink.c: (gen_audio_chain):
788         Don't post an error when we can't configure the volume but post a
789         warning instead. Fixes #561780.
790
791 2008-11-21  David Schleef  <ds@schleef.org>
792
793         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
794
795         * gst/videotestsrc/gstvideotestsrc.c:
796         * gst/videotestsrc/gstvideotestsrc.h:
797         * gst/videotestsrc/videotestsrc.c:
798         * gst/videotestsrc/videotestsrc.h:
799           Add a zone plate pattern generator based on BBC R&D Report
800           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
801           kx2=20 ky2=20 kt=1'.
802
803 2008-11-20  Michael Smith <msmith@songbirdnest.com>
804
805         * gst/playback/gstdecodebin2.c:
806           Fix random fat-fingering making this not compile.
807
808 2008-11-20  Michael Smith <msmith@songbirdnest.com>
809
810         * gst/playback/gstdecodebin2.c:
811           If the top-level type of the stream is plain text, don't try to decode
812           it, matching behaviour of decodebin.
813         * gst/playback/gstplaysink.c:
814           If we fail to generate a text chain (e.g. due to missing optional
815           plugins), don't crash.
816
817 2008-11-20  Michael Smith <msmith@songbirdnest.com>
818
819         * gst-libs/gst/rtsp/gstrtspdefs.c:
820           Fix win32 build. Oops.
821
822 2008-11-20  Michael Smith <msmith@songbirdnest.com>
823
824         * gst-libs/gst/rtsp/gstrtspdefs.c:
825           Use WSAGetLastError() rather than errno/h_errno on win32.
826
827 2008-11-20  Michael Smith <msmith@songbirdnest.com>
828
829         * gst-libs/gst/riff/riff-media.c:
830           Support WMA Lossless properly.
831
832 2008-11-18  David Schleef  <ds@schleef.org>
833
834         * gst/videotestsrc/gstvideotestsrc.c:
835         * gst/videotestsrc/gstvideotestsrc.h:
836         * gst/videotestsrc/videotestsrc.c:
837         * gst/videotestsrc/videotestsrc.h:
838           Add "colorspec" property, specifying whether to generate BT.601
839           or BT.709 video.  This only affects YCbCr values, not RGB, since
840           if you're generating a 709 test pattern, presumably you want
841           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
842           uses 75% colors instead of 100%, since this is often more useful
843           for testing (and also follows the SMPTE EG-1 guideline).
844
845 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
846
847         * gst/playback/gstdecodebin.c:
848         Add a "sink-caps" property to decodebin like it's done for decodebin2.
849         Fixes #560380.
850
851 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
852
853         * gst/audioresample/gstaudioresample.c:
854         Guard against a NULL dereference I somehow encountered -
855         with a FLUSH_STOP arriving either before basetransform _start(),
856         or after _stop().
857
858         * gst/typefind/gsttypefindfunctions.c:
859         Make sure we never jump backwards when typefinding corrupt mov files.
860
861 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
862
863         * gst-libs/gst/interfaces/propertyprobe.c:
864         Fix random type causing a docs warning.
865
866 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
867
868         * sys/v4l/gstv4l.c:
869           Give it a minimal rank for autovideosrc.
870
871 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
872
873         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
874         (plugin_init):
875         Improve typefinding of ISO JPEG2000 mime types.
876
877 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
878
879         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
880         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
881         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
882         * sys/xvimage/xvimagesink.h:
883         Avoid typechecking when we do trivial casts.
884         Move error handling out of the main program flow.
885         Sneak in the display-region caps property, not completely correct yet.
886         Cache the width/height in buffer_alloc instead of parsing it from the
887         caps all the time.
888
889 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
890
891         * gst/playback/gstplaybin2.c: (deactivate_group):
892         don't try to unlink the selector sinkpad when we don't have it yet. This
893         can happen if an error occured before the group was complete.
894
895 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
896
897         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
898         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
899         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
900         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
901         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
902         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
903         (gst_rtp_buffer_get_extension_data),
904         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
905         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
906         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
907         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
908         (gst_rtp_buffer_get_payload_type),
909         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
910         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
911         (gst_rtp_buffer_set_timestamp),
912         (gst_rtp_buffer_get_payload_subbuffer),
913         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
914         Avoid expensive type checks we already did as part of the 
915         _validate() function that should be called first.
916
917 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
918
919         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
920         (gst_base_rtp_depayload_push_full),
921         (gst_base_rtp_depayload_set_gst_timestamp):
922         Fix some cases where a newsegment event was not sent.
923
924 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
925
926         * gst/playback/gstplaybin2.c: (activate_group):
927         Catch state change errors and stop from the uridecodebin elements
928         instead of trying to continue in vain.
929
930 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
931
932         * gst-libs/gst/audio/gstbaseaudiosink.c:
933         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
934         (gst_base_audio_sink_callback):
935         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
936         for the latency to expire, fixes #559567.
937
938 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
939
940         * gst/adder/gstadder.c:
941           Change author string after seeing output of gst-inspector.
942
943 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
944
945         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
946         Don't try to do crazy things when we only have a text pad without a
947         video pad. Fixes #559478.
948
949 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
950
951         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
952         Fix case where we don't have a range for the rates or channels as is the
953         case with truespeech.
954
955 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
956
957         * gst/volume/gstvolume.c: (volume_update_real_volume),
958         (gst_volume_set_volume), (gst_volume_get_volume),
959         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
960         (volume_transform_ip), (volume_update_mute),
961         (volume_update_volume), (volume_get_property):
962         * gst/volume/gstvolume.h:
963         Keep negotiated state in a separate variable.
964         Protect the volume and mute properties with the object lock.
965         Protect modifying the transform with the transform lock.
966
967 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
968
969         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
970         (gst_ffmpeg_pixfmt_to_caps):
971         Only convert caps to string when debug is enabled.
972
973 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
974
975         * ext/theora/gsttheoradec.h:
976         * ext/theora/theoradec.c: (gst_theora_dec_init),
977         (gst_theora_dec_reset), (theora_dec_src_event),
978         (theora_dec_sink_event), (theora_handle_type_packet):
979         Copy seqnum.
980         Keep events in a pending list, like vorbisdec, instead of trying
981         to construct a segment event ourselves.
982
983         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
984         (vorbis_dec_src_event), (vorbis_dec_sink_event):
985         * ext/vorbis/vorbisdec.h:
986         Copy seqnum.
987
988 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
989
990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
991         (gst_ogg_demux_deactivate_current_chain),
992         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
993         (gst_ogg_demux_loop):
994         * ext/ogg/gstoggdemux.h:
995         Copy seqnums around to track playback segments and messages.
996
997 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
998
999         Based on patch by: Matthias Kretz <kretz at kde dot org>
1000
1001         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1002         (gst_alsasink_prepare), (gst_alsasink_unprepare),
1003         (gst_alsasink_write):
1004         Make all access non-blocking so that we can better handle unplugging
1005         of usb devices. Fixes #559111
1006
1007 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1008
1009         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1010
1011         * gst-libs/gst/rtsp/gstrtspconnection.c:
1012         (gst_rtsp_connection_write):
1013         Make the next call to poll not depend on previous calls to poll with or
1014         without reading from the active descriptor. Fixes #544293.
1015
1016 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1017
1018         Patch by: Nick Haddad <nick at haddads dot net>
1019
1020         * gst-libs/gst/riff/riff-ids.h:
1021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1022         Add support for other fourcc codes that are commonly used for
1023         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
1024         Fixes #558553.
1025
1026 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
1027
1028         * gst/audioresample/gstaudioresample.c:
1029           Return the result of parent_class->event().
1030
1031 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1032
1033         * gst/audioresample/gstaudioresample.c:
1034         (gst_audioresample_class_init), (audioresample_fixate_caps):
1035         Fixate the rate to the nearest supported rate instead of
1036         the first one. Fixes bug #549510.
1037
1038 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1039
1040         * win32/common/libgstaudio.def:
1041         Add new symbols.
1042
1043 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1044
1045         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1046         Attempt to make obfuscated code clearer.
1047
1048 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1049
1050         * docs/libs/gst-plugins-base-libs-sections.txt:
1051         * gst-libs/gst/floatcast/floatcast.h:
1052         Move float endianness conversion macros to core. Second part of
1053         bug ##555196.
1054
1055 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
1056
1057         * sys/ximage/ximagesink.h:
1058         * sys/xvimage/xvimagesink.h:
1059           Don't mark as gtk-doc docs as they aren't public.
1060
1061 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
1062
1063         * sys/xvimage/xvimagesink.c:
1064         * sys/xvimage/xvimagesink.h:
1065         * tests/icles/Makefile.am:
1066         * tests/icles/test-colorkey.c:
1067           Allow setting colorkey if possible. Implement property probe interface
1068           for optional X features (autopaint-colorkey, double-buffer and
1069           colorkey). Fixes #554533
1070
1071 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
1072
1073         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1074         Remove useless buffer size assignment. It already has this value.
1075
1076 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1077
1078         * gst-libs/gst/audio/gstaudiosink.c:
1079         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
1080         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
1081         (gst_audioringbuffer_stop):
1082         Implement a separate activate functions to start monitoring the segments
1083         or, in pull mode, pulling in data.
1084
1085         * gst-libs/gst/audio/gstbaseaudiosink.c:
1086         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1087         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
1088         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
1089         (gst_base_audio_sink_activate_pull),
1090         (gst_base_audio_sink_async_play),
1091         (gst_base_audio_sink_change_state):
1092         Implement pad and element convert query function.
1093         Activate the ringbuffer.
1094         Use the segment last_stop value as the offset to pull.
1095         Use new basesink _do_preroll() method to preroll in the pulling thread.
1096         Take appropriate locking in the pulling thread.
1097
1098         * gst-libs/gst/audio/gstringbuffer.h:
1099         Update some docs.
1100
1101 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1102
1103         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
1104         Improve MXF typefinding a bit by searching for a header partition
1105         pack instead of just a general partition pack and checking more
1106         bytes for valid values.
1107
1108 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1109
1110         * tests/icles/.cvsignore:
1111         update ignore file.
1112
1113         * tests/icles/Makefile.am:
1114         * tests/icles/test-box.c: (make_pipeline), (main):
1115         Add another interactive command line experimentation suite for
1116         dynamically boxing/cropping/saling an input video.
1117
1118 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1119
1120         * docs/libs/gst-plugins-base-libs-sections.txt:
1121         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
1122         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
1123         * gst-libs/gst/audio/gstringbuffer.h:
1124         Add methods to more accuratly control the pulling thread of a
1125         ringbuffer.
1126         Add format conversion helper code to the ringbuffer.
1127         API: GstRingBuffer:gst_ring_buffer_activate()
1128         API: GstRingBuffer:gst_ring_buffer_is_active()
1129         API: GstRingBuffer:gst_ring_buffer_convert()
1130
1131 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1132
1133         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1134         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1135         (gst_audioringbuffer_stop):
1136         Signal thread startup earlier so that we can immediatly go into pull
1137         mode when we have to and block on preroll.
1138
1139 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1140
1141         * gst-libs/gst/audio/gstringbuffer.c:
1142         (gst_ring_buffer_prepare_read):
1143         In pull mode we want the callback to prepull a buffer we can preroll on
1144         even when we are not yet playing.
1145
1146 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
1147
1148         * ext/alsa/Makefile.am:
1149         * ext/cdparanoia/Makefile.am:
1150         * ext/gio/Makefile.am:
1151         * ext/gnomevfs/Makefile.am:
1152         * ext/libvisual/Makefile.am:
1153         * ext/ogg/Makefile.am:
1154         * ext/pango/Makefile.am:
1155         * ext/theora/Makefile.am:
1156         * ext/vorbis/Makefile.am:
1157         * gst/adder/Makefile.am:
1158         * gst/audioconvert/Makefile.am:
1159         * gst/audiorate/Makefile.am:
1160         * gst/audioresample/Makefile.am:
1161         * gst/audiotestsrc/Makefile.am:
1162         * gst/ffmpegcolorspace/Makefile.am:
1163         * gst/gdp/Makefile.am:
1164         * gst/playback/Makefile.am:
1165         * gst/subparse/Makefile.am:
1166         * gst/tcp/Makefile.am:
1167         * gst/typefind/Makefile.am:
1168         * gst/videorate/Makefile.am:
1169         * gst/videoscale/Makefile.am:
1170         * gst/videotestsrc/Makefile.am:
1171         * gst/volume/Makefile.am:
1172         * sys/v4l/Makefile.am:
1173         * sys/ximage/Makefile.am:
1174         * sys/xvimage/Makefile.am:
1175           Don't install static libs for plugins. Fixes #550851 for base.
1176
1177 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1178
1179         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
1180         Set the default blocksize to -1 because we will then use the configured
1181         samplesperbuffer to create our output buffer.
1182
1183 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1184
1185         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1186         (gst_riff_create_video_template_caps):
1187         Add mappping for the KMVC (Karl Morton's Video) Codec.
1188
1189 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1190
1191         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1192         Don't forget to advance the offset of what we're matching against, else
1193         we end up in a forever loop.
1194
1195 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
1196
1197         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1198         Improve typefinding a bit. If we don't have a Unicode charset
1199         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
1200
1201 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1202
1203         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1204         Fix build on macosx.
1205
1206 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1207
1208         Based on patch by: Robin Stocker <robin at nibor dot org>
1209
1210         * ext/theora/gsttheoradec.h:
1211         * ext/theora/theoradec.c: (gst_theora_dec_init),
1212         (theora_dec_setcaps), (theora_handle_type_packet),
1213         (theora_dec_decode_buffer), (theora_dec_change_state):
1214         Parse input caps and make the PAR override the encoded PAR when
1215         specified by a container. Fixes #555699.
1216
1217 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1218
1219         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1220         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1221         (gst_base_rtp_depayload_set_gst_timestamp),
1222         (gst_base_rtp_depayload_change_state):
1223         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1224         Add some more G_LIKELY
1225         Fail when the setcaps function was not called.
1226
1227         * gst-libs/gst/rtp/gstbasertppayload.c:
1228         (gst_basertppayload_set_outcaps):
1229         Propagate return value of setcaps.
1230
1231 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1232
1233         * gst/subparse/Makefile.am:
1234         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1235         (gst_sub_parse_class_init), (gst_sub_parse_init),
1236         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1237         (get_next_line), (gst_sub_parse_data_format_autodetect),
1238         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1239         (gst_subparse_type_find):
1240         * gst/subparse/gstsubparse.h:
1241         Add support for UTF16/UTF32 subtitles as long as the first bytes of
1242         the first buffer contain the BOM. This also adds support for other
1243         encodings that allow NUL bytes via the encoding property.
1244         Fixes bugs #552237 and #456788.
1245
1246 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1247
1248         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1249         Don't drop the last byte of image tags if they're not an URI list.
1250         Fixes bug #556066.
1251
1252 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1253
1254         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1255         For looking at the 4th byte we have to get 4 bytes of course
1256         and not 3.
1257
1258 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1259
1260         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1261         Improve FLAC-without-headers typefinding by looking at most of the
1262         frame header and checking if invalid values are used. Should prevent
1263         quite some false positives compared to the old version which only
1264         check if the first 14 bits are set.
1265
1266 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
1267
1268         * sys/xvimage/xvimagesink.c:
1269           Don't assert on caps==NULL.
1270
1271 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1272
1273         * gst/subparse/gstsubparse.c:
1274         (gst_sub_parse_data_format_autodetect), (handle_buffer),
1275         (gst_sub_parse_change_state):
1276         * gst/subparse/gstsubparse.h:
1277         * tests/check/elements/subparse.c: (GST_START_TEST):
1278         Add support for subtitle files with UTF-8 BOM at the beginning
1279         by simple stripping it from the first line before passing it
1280         to any parsing code. Fixes bug #555257 and playback of files
1281         created by Gnome Subtitles.
1282
1283 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1284
1285         * gst/audiotestsrc/gstaudiotestsrc.c:
1286         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1287         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1288         (gst_audio_test_src_start), (gst_audio_test_src_stop),
1289         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1290         (gst_audio_test_src_create):
1291         * gst/audiotestsrc/gstaudiotestsrc.h:
1292         Define the default property values in the usual place.
1293         Implement start/stop to reset values correctly.
1294         Calculate the sample size only once when we negotiate.
1295         Rename some values to make more sense.
1296         Keep track of our byte range.
1297         Add support for pull based scheduling. Disabled for now until we have
1298         the whole stack working.
1299         Set the BUFFER_OFFSET correctly.
1300
1301 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1302
1303         Based on a patch by: xavierb at gmail dot com
1304
1305         * gst/subparse/gstsubparse.c:
1306         (gst_sub_parse_data_format_autodetect):
1307         * tests/check/elements/subparse.c: (GST_START_TEST):
1308         Make the detection of the used subtitle a bit less strict
1309         for srt subtitles. Fixes bug #555607.
1310
1311 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1312
1313         * ext/vorbis/vorbisenc.c:
1314         (gst_vorbis_enc_buffer_check_discontinuous):
1315         Fix discontinuity detection which was broken by last commit.
1316
1317 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1318
1319         * configure.ac::
1320           Require core CVS for ghostpad API additions used by decodebin2.
1321
1322 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1323
1324         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1325         (gst_base_audio_src_create):
1326         Fix debug statements (space between '%' and actual format).
1327
1328 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1329
1330         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1331         Remove bogus assert, the decodepad could have been created inside an
1332         already existing group.
1333
1334 2008-10-08  Andy Wingo  <wingo@pobox.com>
1335
1336         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1337         target instead of setting it.
1338         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1339         API for a decode pad. The bugfix is that we set the group in
1340         activate(), not when the pad was created because it might be NULL
1341         then.
1342         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1343         Update to use the API.
1344
1345 2008-10-08  Andy Wingo  <wingo@pobox.com>
1346
1347         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1348         be a subclass of GstGhostPad.
1349         (analyze_new_pad): So, when emitting the signals that determine
1350         how we do autoplugging, already create the ghost pad and use it as
1351         the pad in the signal arguments. This allows applications to make
1352         a connection between the pad passed in e.g. autoplug-continue, and
1353         the pad passed in new-decoded-pad.
1354         (connect_pad, expose_pad): Update to receive the ghosted decode
1355         pad in the args, retargetting it as necessary if we have to plug
1356         the target pad through a multiqueue.
1357         (gst_decode_group_control_source_pad): Adapt to receive an
1358         already-ghosted pad that just needs activation, blocking, and
1359         drain notification.
1360         (sort_end_pads): Adapt for decode pads actually being pads.
1361         (gst_decode_group_expose): Adapt for decode pads actually being
1362         pads. Rewrite the decode pad names so they appear in order. Adds a
1363         new error case if we couldn't set the name.
1364         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1365         logic.
1366         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1367         New API for the decode pad, needed because we shouldn't do these
1368         things inside gst_decode_pad_new(), but after.
1369         (gst_decode_pad_new): Change to actually make the real pad, and
1370         delay the blocking/drainage bits.
1371
1372 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1373
1374         Patch by: Daniel Drake <dsd at laptop dot org>
1375
1376         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1377         Unref all buffers when clearing collectpads. Fixes bug #546955.
1378
1379 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1380
1381         Based on a patch by: Klaas <klaas at rivercrew dot net>
1382
1383         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1384         (gst_vorbis_enc_buffer_check_discontinuous),
1385         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1386         * ext/vorbis/vorbisenc.h:
1387         Keep track of the upstream segments and use the running time on that
1388         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1389
1390 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1391
1392         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1393         Prevent overflows with big buffer when calculating the size of
1394         the intermediate buffer by using gst_util_uint64_scale() instead of
1395         plain arithmetics. Fixes bug #552801.
1396
1397 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1398
1399         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1400
1401         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1402         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1403         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1404         (gst_clock_overlay_get_property):
1405         * ext/pango/gstclockoverlay.h:
1406         API: Add ability to specify format for date/time display by
1407         adding a "time-format" property.
1408         Fixes bug #554879.
1409
1410 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1411
1412         Patch by: Jan Gerber <j at oil21 dot org>
1413
1414         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1415         (gst_riff_create_video_template_caps):
1416         Add FFV1 fourcc to support playback of FFMPEG lossless video
1417         in AVI. Fixes bug #555319.
1418
1419 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1420
1421         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1422
1423         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1424         (gst_base_audio_src_create):
1425         Implement skew clock slaving. Fixes #552559.
1426
1427 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1428
1429         * gst-libs/gst/audio/multichannel.c:
1430         * gst-libs/gst/audio/testchannels.c:
1431         Fix include of config.h
1432
1433 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1434
1435         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1436
1437         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1438         (print_media), (gst_sdp_message_dump):
1439         Fix parsing of the c= field containing multicast addresses.
1440         Fixes #552199.
1441         Add the connection info to the session or streams.
1442         Fix parsing of the bandwidth.
1443         Add debugging for the connections and bandwidths for a media.
1444         Add debugging for the bandwidth of the session. 
1445
1446 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1447
1448         * gst-libs/gst/rtp/gstbasertppayload.c:
1449         (gst_basertppayload_change_state):
1450         Configure the next seqnum and timestamp in the state change so that they
1451         can be queried soon after.
1452
1453 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1454
1455         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1456         (gst_base_rtp_depayload_chain):
1457         Improve debugging of the rtptime.
1458
1459 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1460
1461         * configure.ac:
1462         Back to development -> 0.10.21.1
1463
1464 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1465
1466         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1467         (plugin_init):
1468         Add typefinding for FLAC without headers in the beginning.
1469         This is already handled by flacdec and friends.
1470
1471 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1472
1473         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1474         (plugin_init):
1475         Add typefinder for MXF.
1476
1477 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1478
1479         * tests/icles/Makefile.am:
1480         Only build test-colorkey if GTK+ is available.
1481
1482 === release 0.10.21 ===
1483
1484 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1485
1486         * configure.ac:
1487           releasing 0.10.21, "We Could Be Wrong"
1488
1489 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1490
1491         * configure.ac:
1492         0.10.20.4 pre-release
1493
1494 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1495
1496         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1497
1498         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1499         Set the BOS flag on the BOS packet. Fixes #553244.
1500
1501 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1502
1503         * gst-libs/gst/rtsp/gstrtspmessage.c:
1504         (gst_rtsp_message_parse_request),
1505         (gst_rtsp_message_parse_response):
1506         Fix the g_return_val_if_fail() statements.
1507
1508 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1509
1510         * gst-libs/gst/tag/gsttagdemux.c:
1511           Fail to activate if there's insufficient data in the file to be usable,
1512           preventing an assertion fail later. Fixes #552960
1513
1514 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1515
1516         * gst-libs/gst/pbutils/descriptions.c:
1517         * gst/typefind/gsttypefindfunctions.c:
1518           Recognise Kate subtitle streams (#550582).
1519
1520 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1521
1522         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1523           Remove trailing comma from enum list, which causes problems
1524           with -pendantic (#550729).
1525
1526 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1527
1528         * configure.ac:
1529         0.10.20.2 pre-release
1530
1531         * po/LINGUAS:
1532         * po/id.po:
1533         * po/pt_BR.po:
1534
1535         New translations.
1536
1537 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1538
1539         * gst-libs/gst/interfaces/propertyprobe.c:
1540           (gst_property_probe_get_properties),
1541           (gst_property_probe_get_property),
1542           (gst_property_probe_probe_property),
1543           (gst_property_probe_probe_property_name),
1544           (gst_property_probe_needs_probe),
1545           (gst_property_probe_needs_probe_name),
1546           (gst_property_probe_get_values),
1547           (gst_property_probe_get_values_name),
1548           (gst_property_probe_probe_and_get_values),
1549           (gst_property_probe_probe_and_get_values_name):
1550           More sanity checks for our second-favourite interface.
1551
1552 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1553
1554         * gst-libs/gst/interfaces/propertyprobe.c:
1555           Check for NULL pointer, in the hope that this fixes #532864.
1556
1557 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1558
1559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1560           No really, the next release is 0.10.21 (fix Since: tags in docs).
1561
1562 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1563
1564         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1565         Disable a code path that is now called but causes a deadlock for some
1566         reason and is unneeded.
1567
1568 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1569
1570         * sys/xvimage/xvimagesink.c:
1571         * sys/xvimage/xvimagesink.h:
1572           Add a "draw-border" property that can be set to false to disable
1573           drawing borders.
1574           
1575         * tests/icles/test-colorkey.c:
1576         * tests/icles/Makefile.am:
1577           Add new test application for the colorkey handling.
1578
1579 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1580
1581         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1582         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1583         This will also be fixed for upcoming gst-ffmpeg release so that once
1584         this release of -base is out, it will work with the latest gst-ffmpeg
1585         release.
1586
1587 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1588
1589         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1590         (gst_riff_create_audio_template_caps):
1591         Add Truespeech mapping for RIFF formats (AVI/WAV).
1592         Fixes #550656
1593
1594 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1595
1596         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1597         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1598         Fixes #550638.
1599
1600 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1601
1602         * configure.ac:
1603         * gst/subparse/Makefile.am:
1604         * gst/subparse/gstsubparse.c:
1605         * gst/subparse/samiparse.c:
1606         * tests/check/elements/subparse.c:
1607           Rework last change, so that we build subparse, but just disable the
1608           sami parse functionality, if we're configured to not use xml. In the
1609           tests only the sami test is disabled now.
1610
1611 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1612
1613         * configure.ac:
1614           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1615           test runs.
1616
1617 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1618
1619         * po/POTFILES.in:
1620           Add some more files with strings for translation.
1621
1622 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1623
1624         * gst-libs/gst/tag/gstvorbistag.c:
1625         * tests/check/libs/tag.c:
1626           Use new geo location tags from core. Fixes #481169
1627
1628 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1629
1630         * tests/check/elements/audioresample.c: (setup_audioresample),
1631         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1632         (test_discont_stream_instance):
1633         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1634         Add debugging for coherence.
1635
1636 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1637
1638         Patch by: Jonathan Matthew  <notverysmart gmail com>
1639
1640         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1641           Add typefinder for PDF documents (which is nice to have, since it's a
1642           common format, but also helps prevent false positives). Fixes #549814.
1643
1644 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1645
1646         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1647         (no_more_pads_cb):
1648         Fix nasty race where multiple decodebins could start pushing data before
1649         we manage to configure the sinks, resulting in not-linked errors in
1650         typical RTSP streaming cases.
1651
1652 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1653
1654         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1655         Since we now call stop, we trigger this code path that causes a deadlock
1656         is apparently not needed.
1657
1658 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1659
1660         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1661         (gst_ring_buffer_stop):
1662         Also allow the case where the ringbuffer was paused when we try to stop
1663         it so that the basesrc stop function is still called.
1664
1665 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1666
1667         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1668
1669         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1670         Reprobe devices again instead of taking a cached list as new
1671         devices could've been plugged in. Fixes bug #549062.
1672
1673 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1674
1675         Patch by: Alessandro Dessina <alessandro nnva org>
1676
1677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1678         (gst_ogg_demux_activate_chain):
1679         Don't add pads and activate them for skeleton streams. These are already
1680         handled inside oggdemux. Fixes bug #537599.
1681
1682 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1683
1684         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1685         Reset variable so that query and convert fail after going back to
1686         READY. Fixes #548898.
1687
1688 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1689
1690         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1691         If a buffer arrives with a timestamp before the timestamp+duration
1692         of the previous buffer clip it instead of dropping it completely.
1693         Slight improvement for the unfixable bug #548913.
1694
1695 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1696
1697         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1698         Take the current timestamp instead of timestamp+duration for the offset.
1699         This offset will later be used for calculating the timestamp and
1700         otherwise vorbisdec will interpolate timestamps wrong if upstream
1701         only sends timestamps and no granulepos.
1702
1703 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1704
1705         * tests/examples/seek/seek.c:
1706           Don't crash when having no visualisations.
1707
1708 2008-08-16  David Schleef  <ds@schleef.org>
1709
1710         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1711           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1712           Fixes #548065.
1713
1714 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1715
1716         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1717         When cleaning up the caps fields also remove "depth" for the same
1718         reason we remove "width".
1719
1720 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1721
1722         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1723           Add Lead H.264 here as well.
1724
1725 2008-08-14  Julien Moutte  <julien@fluendo.com>
1726
1727         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1728         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1729
1730 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1731
1732         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1733         (gst_base_audio_src_create):
1734         When not slaved to another clock also subtract the base_time from our
1735         internal clock time to get the running time.
1736
1737 2008-08-12  David Schleef  <ds@schleef.org>
1738
1739         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1740           since it has no basis in libtheora.
1741
1742 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1743
1744         * gst-libs/gst/interfaces/propertyprobe.h:
1745           Remove double "interface" from doc-string.
1746
1747         * gst-libs/gst/interfaces/xoverlay.h:
1748           Document interface.
1749
1750         * gst-libs/gst/riff/riff.c:
1751           Add basic doc blobs.
1752
1753 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1754
1755         * gst-libs/gst/audio/Makefile.am:
1756           Don't try to build that example anymore.
1757
1758 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1759
1760         * gst-libs/gst/audio/.cvsignore:
1761         * gst-libs/gst/audio/Makefile.am:
1762         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1763         * gst-libs/gst/audio/make_filter:
1764           Move audiofiltertemplate to gst-template.
1765
1766 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1767
1768         * docs/libs/gst-plugins-base-libs-sections.txt:
1769         * gst-libs/gst/audio/gstaudiosrc.h:
1770           More docs and shuffling. What can we do with the hundreds of #defines.
1771
1772 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1773
1774         * gst-libs/gst/audio/audio.h:
1775         * gst-libs/gst/audio/gstaudiofilter.h:
1776         * gst-libs/gst/audio/gstringbuffer.h:
1777         * gst-libs/gst/interfaces/propertyprobe.h:
1778         * gst-libs/gst/tag/gsttagdemux.h:
1779           Reducing number of dundocumented symbols.
1780
1781 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1782
1783         * gst-libs/gst/audio/audio.c:
1784           Fix doc comment syntax.
1785
1786         * gst-libs/gst/interfaces/propertyprobe.c:
1787           Add more doc-comments and a FIXME: for the signal.    
1788
1789 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1790
1791         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1792         (gst_ogg_mux_request_new_pad):
1793         * ext/ogg/gstoggmux.h:
1794         Don't pretend to support NEWSEGMENT events, instead override the
1795         GstCollectPads event function to return FALSE on NEWSEGMENT events
1796         and do the normal work for other events.
1797
1798         This prevents elements like flacenc to seek to the start and rewrite
1799         some data which then results in a broken Ogg packet.
1800
1801 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1802
1803         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1804
1805         * ext/alsa/gstalsaplugin.c: (plugin_init):
1806         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1807         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1809         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1810         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1811         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1812         * gst/playback/gstdecodebin.c: (plugin_init):
1813         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1814         * gst/playback/gstplayback.c: (plugin_init):
1815         * gst/playback/gstqueue2.c: (plugin_init):
1816         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1817         * sys/v4l/gstv4l.c: (plugin_init):
1818         Make sure gettext returns translations in UTF-8 encoding rather
1819         than in the current locale encoding (#546822).
1820
1821 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1822
1823         * gst-libs/gst/pbutils/descriptions.c:
1824           Add audio/x-qdm for qtdemux.
1825
1826 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1827
1828         * ext/vorbis/vorbisdec.c:
1829           Do not leak old taglist.
1830
1831 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1832
1833         * tests/icles/test-scale.c:
1834           Include <stdlib.h> for atoi().
1835
1836 2008-08-04  Andy Wingo  <wingo@pobox.com>
1837
1838         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1839         documentation fix.
1840
1841 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1842
1843         * gst/adder/gstadder.c:
1844           Cleanup lots of empty lines that came from gst-indent going havoc
1845           before I added the INDENT_ON/OFF marker some time agao.
1846
1847 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1848
1849         * configure.ac:
1850         * gst-libs/gst/riff/riff-read.c:
1851           Bump requirement to latest core and use new tag for riff formats.
1852           Needed for #520694.
1853
1854 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1855
1856         * tests/examples/dynamic/Makefile.am:
1857         * tests/examples/dynamic/codec-select.c: (make_encoder),
1858         (make_pipeline), (do_switch), (my_bus_callback), (main):
1859         Add example app that dynamically switches between 3 'encoders'.
1860
1861 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1862
1863         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1864         Add some more comments.
1865
1866 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1867
1868         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1869         (gst_video_test_src_create):
1870         Discard buffers of the wrong size after renegotiation, this is perfectly
1871         possible with things like capsfilter that could suggest caps changes
1872         upstream without knowing the size of the buffer.
1873
1874 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1875
1876         * tests/icles/.cvsignore:
1877         * tests/icles/Makefile.am:
1878         * tests/icles/test-scale.c: (make_pipeline), (main):
1879         Add dynamic rescaling tests for the new basetransform.
1880
1881 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1882
1883         * gst/audioconvert/Makefile.am:
1884           Dist recently-added gstfastrandom.h.
1885
1886 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1887
1888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1889         Fix a "may be used uninitialized in this function" which weirdly only
1890         appears on macosx (?).
1891
1892 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1893
1894         * gst-libs/gst/riff/riff-ids.h:
1895           Adding acid chunk for tempo and loop information.
1896
1897 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1898
1899         * sys/xvimage/Makefile.am:
1900           floor() needs linking to $(LIBM).
1901
1902 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1903
1904         * ext/gnomevfs/gstgnomevfssrc.c:
1905           Aggregate short reads and add some comments and debug logging.
1906           Fixes #537380
1907
1908 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1909
1910         * gst/playback/gstplaybasebin.c:
1911           Fix property doc markup (its not a signal).
1912
1913         * sys/xvimage/xvimagesink.c:
1914           Add since tag for new proeprties (also add sice tags fro the last two
1915           other additions).
1916
1917 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1918
1919         * sys/xvimage/xvimagesink.c:
1920         * sys/xvimage/xvimagesink.h:
1921           Add autofill/colorkey properties. Fixes #538656.
1922
1923 2008-07-28  David Schleef  <ds@schleef.org>
1924
1925         * sys/xvimage/xvimagesink.c:
1926           Fix rounding errors when converting colorbalance values
1927           between hardware and object property ranges.  Partial
1928           fix for #537889, however, there still seems to be a small
1929           drift problem that could be totem's fault.
1930
1931 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1932
1933         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1934         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1935         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1936         This fixes a critical warning.
1937
1938 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1939
1940         * ext/ogg/gstoggmux.c:
1941         Allow muxing of CELT into Ogg streams.
1942
1943 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1944
1945         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1946         (plugin_init):
1947         Add simple typefinder for the CELT codec (www.celt-codec.org).
1948
1949 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1950
1951         Patch by: Jan Gerber <j at oil21 dot org>
1952
1953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1954         Fix calculation of the start time from skeleton streams.
1955         Fixes bug #530068.
1956
1957 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1958
1959         * tests/examples/seek/seek.c:
1960           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1961
1962 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1963
1964         * gst/audioconvert/audioconvert.h:
1965         * gst/audioconvert/gstaudioquantize.c:
1966         (gst_audio_quantize_setup_dither),
1967         (gst_audio_quantize_free_dither):
1968         * gst/audioconvert/gstfastrandom.h:
1969         Implement a linear congruential generator as pseudo random number
1970         generator for the dither noise. This is about 2 times faster than
1971         using GLib's mersenne twister. Also this uses only integer math for
1972         generating integers while GLib internally uses floating point math.
1973
1974 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1975
1976         * configure.ac:
1977           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1978
1979 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1980
1981         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1982
1983         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1984           Use GST_STR_NULL to avoid crashes with libcs that don't
1985           like NULL strings in printf args (such as the win32 one).
1986           Fixes #544306.
1987
1988 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1989
1990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1991         Oops - set the size of the image used for probing back to 1x1, for
1992         consistency with ximagesink
1993
1994 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1995
1996         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1997         (gst_ximagesink_ximage_new):
1998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1999         (gst_xvimagesink_xvimage_new):
2000
2001         Apparently on Solaris and OS/X (at least), it's not legal to ask the
2002         X server to attach to a shared memory segment after we've deleted it,
2003         with the result that MIT-SHM is disabled. Instead, remove it only after 
2004         X succeeds in attaching too.
2005
2006 2008-07-16  David Schleef  <ds@schleef.org>
2007
2008         * gst/audiotestsrc/gstaudiotestsrc.c:
2009         * gst/audiotestsrc/gstaudiotestsrc.h:
2010           Add 'ticks', a 1/30 second sine wave pulse every second.
2011
2012 2008-07-15  David Schleef  <ds@schleef.org>
2013
2014         * gst-libs/gst/video/video.c: Revert ABI change.
2015
2016 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2017
2018         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2019         Make it impossible to have NULL caps at the point where we set
2020         framerate and other things. Also don't return immediately for "3ivd"
2021         video and let framerate, etc be set. Might fix bug #542508.
2022
2023 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2024
2025         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
2026         Video format can also be conveniently determined from (many)
2027         non-fixed caps.
2028
2029 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
2030
2031         * gst/playback/gstplaybasebin.c:
2032         * gst/playback/gstplaybasebin.h:
2033         * gst/playback/gstplaybin.c:
2034         * gst/playback/gststreamselector.c:
2035         First stab at integrating DVD subpicture overlay into
2036         playbin. Successfully plugs and plays, but the queues need
2037         shrinking - 3 seconds of video is too much buffering.
2038
2039 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
2040
2041         * gst/audioconvert/gstaudioconvert.c:
2042           Remove now obsolete note in the docs.
2043
2044 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
2045
2046         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2047         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2048         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2049         * docs/plugins/gst-plugins-base-plugins.args:
2050         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2051         * docs/plugins/gst-plugins-base-plugins.interfaces:
2052         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2053         * docs/plugins/gst-plugins-base-plugins.signals:
2054         * docs/plugins/inspect/plugin-adder.xml:
2055         * docs/plugins/inspect/plugin-alsa.xml:
2056         * docs/plugins/inspect/plugin-audioconvert.xml:
2057         * docs/plugins/inspect/plugin-audiorate.xml:
2058         * docs/plugins/inspect/plugin-audioresample.xml:
2059         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2060         * docs/plugins/inspect/plugin-cdparanoia.xml:
2061         * docs/plugins/inspect/plugin-decodebin.xml:
2062         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2063         * docs/plugins/inspect/plugin-gdp.xml:
2064         * docs/plugins/inspect/plugin-gnomevfs.xml:
2065         * docs/plugins/inspect/plugin-libvisual.xml:
2066         * docs/plugins/inspect/plugin-ogg.xml:
2067         * docs/plugins/inspect/plugin-pango.xml:
2068         * docs/plugins/inspect/plugin-playback.xml:
2069         * docs/plugins/inspect/plugin-queue2.xml:
2070         * docs/plugins/inspect/plugin-subparse.xml:
2071         * docs/plugins/inspect/plugin-tcp.xml:
2072         * docs/plugins/inspect/plugin-theora.xml:
2073         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2074         * docs/plugins/inspect/plugin-uridecodebin.xml:
2075         * docs/plugins/inspect/plugin-video4linux.xml:
2076         * docs/plugins/inspect/plugin-videorate.xml:
2077         * docs/plugins/inspect/plugin-videoscale.xml:
2078         * docs/plugins/inspect/plugin-videotestsrc.xml:
2079         * docs/plugins/inspect/plugin-volume.xml:
2080         * docs/plugins/inspect/plugin-vorbis.xml:
2081         * docs/plugins/inspect/plugin-ximagesink.xml:
2082         * docs/plugins/inspect/plugin-xvimagesink.xml:
2083         * ext/alsa/gstalsamixer.c:
2084         * ext/alsa/gstalsasink.c:
2085         * ext/alsa/gstalsasrc.c:
2086         * ext/gio/gstgiosink.c:
2087         * ext/gio/gstgiosrc.c:
2088         * ext/gio/gstgiostreamsink.c:
2089         * ext/gio/gstgiostreamsrc.c:
2090         * ext/gnomevfs/gstgnomevfssink.c:
2091         * ext/gnomevfs/gstgnomevfssrc.c:
2092         * ext/ogg/gstoggdemux.c:
2093         * ext/ogg/gstoggmux.c:
2094         * ext/pango/gstclockoverlay.c:
2095         * ext/pango/gsttextoverlay.c:
2096         * ext/pango/gsttextrender.c:
2097         * ext/pango/gsttimeoverlay.c:
2098         * ext/theora/theoradec.c:
2099         * ext/theora/theoraenc.c:
2100         * ext/theora/theoraparse.c:
2101         * ext/vorbis/vorbisdec.c:
2102         * ext/vorbis/vorbisenc.c:
2103         * ext/vorbis/vorbisparse.c:
2104         * ext/vorbis/vorbistag.c:
2105         * gst/adder/gstadder.c:
2106         * gst/audioconvert/gstaudioconvert.c:
2107         * gst/audioresample/gstaudioresample.c:
2108         * gst/audiotestsrc/gstaudiotestsrc.c:
2109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2110         * gst/gdp/gstgdpdepay.c:
2111         * gst/gdp/gstgdppay.c:
2112         * gst/playback/gstdecodebin2.c:
2113         * gst/playback/gstplaybin.c:
2114         * gst/playback/gstplaybin2.c:
2115         * gst/playback/gstqueue2.c:
2116         * gst/playback/gsturidecodebin.c:
2117         * gst/tcp/gstmultifdsink.c:
2118         * gst/tcp/gsttcpserversink.c:
2119         * gst/videorate/gstvideorate.c:
2120         * gst/videoscale/gstvideoscale.c:
2121         * gst/videotestsrc/gstvideotestsrc.c:
2122         * gst/volume/gstvolume.c:
2123         * sys/ximage/ximagesink.c:
2124         * sys/xvimage/xvimagesink.c:
2125           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
2126           titles. Drop mentining that all our example pipelines are "simple"
2127           pipelines.
2128
2129 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2130
2131         * tests/examples/seek/Makefile.am:
2132         Fix out of tree build by adding all required CFLAGS.
2133
2134 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2135
2136         * gst/playback/gstdecodebin.c: (add_raw_queue):
2137         And ref the pad before returning it again when linking to the queue
2138         failed. Otherwise we will unref the pad twice later and things break.
2139
2140 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2141
2142         * gst/playback/gstdecodebin.c: (add_raw_queue):
2143         If linking the raw pad with a queue fails, try it without a queue
2144         instead of failing completely. This should never happen.
2145
2146 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2147
2148         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
2149
2150         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
2151         Add a queue after a demuxer if the demuxer outputs raw data. This was
2152         done before only for non-raw data but is required in this case too.
2153         Fixes bug #540215.
2154
2155         decodebin2 doesn't have this issue because all streams of a group
2156         go through multiqueue.
2157
2158 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2159
2160         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2161
2162         * gst-libs/gst/sdp/gstsdpmessage.c:
2163         Makes libgstsdp compile with mingw32 by defining the right WINVER so
2164         that getaddrinfo() can be used. Fixes #541358.
2165
2166 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2167
2168         * gst/videotestsrc/gstvideotestsrc.c:
2169         (gst_video_test_src_class_init), (gst_video_test_src_init),
2170         (gst_video_test_src_set_property),
2171         (gst_video_test_src_get_property), (gst_video_test_src_create):
2172         * gst/videotestsrc/gstvideotestsrc.h:
2173         Cleanups, use default property values as defines.
2174         Add property to enable/disable peer buffer allocation.
2175
2176 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2177
2178         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
2179         * tests/check/pipelines/streamheader.c: (streamheader_suite):
2180         Enable unit tests on PPC again as the bugs are now fixed.
2181
2182 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2183
2184         * gst-libs/gst/riff/riff-ids.h:
2185         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2186         (gst_riff_create_audio_template_caps):
2187         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
2188         Fixes bug #540351.
2189
2190 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2191
2192         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2193         (gst_ffmpeg_pixfmt_to_caps):
2194         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2195         (gst_ffmpegcsp_get_unit_size):
2196         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
2197         it on other formats. Also adjust the unit size only for that format
2198         to not include the palette. Fixes bug #540497.
2199
2200 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
2201
2202         * gst/adder/gstadder.c:
2203           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2204
2205 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2206
2207         * ChangeLog:
2208           ChangeLog surgery.
2209   
2210         * tests/examples/seek/seek.c:
2211           Move variable into ifdef too.
2212         
2213
2214 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2215
2216         * tests/examples/seek/seek.c:
2217           Include config.h and check if we have X. Remove XInitThread(), don't
2218           think its needed. Fixes: #540334.
2219
2220 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2221
2222         Patch by: Sam Morris <sam at robots dot org to uk>
2223
2224         * gst-libs/gst/interfaces/mixertrack.c:
2225         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2226         (gst_mixer_track_set_property):
2227         API: Add "index" property to GstMixerTrack to differantiate between
2228         multiple mixer tracks with the same label.
2229
2230         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2231         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2232         Set the "index" property of GstMixerTrack to the index given by ALSA.
2233         Fixes bug #528299.
2234
2235 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2236
2237         * tests/examples/seek/Makefile.am:
2238         * tests/examples/seek/seek.c:
2239           Remove libgstvideo usage. Use gtk_get_option_group instead of
2240           gtk_init().
2241
2242 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2243
2244         * tests/check/Makefile.am:
2245           Name the test registry format neutral.
2246
2247 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2248
2249         * gst/playback/gstqueue2.c:
2250           Do not double notify. Remove the unsued return value.
2251
2252 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2253
2254         * ext/alsa/gstalsamixer.c:
2255           Also consider "speaker" as a name for master volume. If that doesn't
2256           help look for the first non-mono volume control that also has a
2257           playback switch.
2258
2259 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2260
2261         * ChangeLog:
2262           Forgot to save the ChangeLog :/
2263
2264 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2265
2266         * tests/examples/seek/Makefile.am:
2267         * tests/examples/seek/seek.c:
2268           Embedd the xwindow. Allow to play multiple files.
2269
2270 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
2271
2272         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2273         (gst_ximagesink_setcaps):
2274         * sys/ximage/ximagesink.h:
2275         When the caps change, make sure to re-draw borders in
2276         force-aspect-ratio=true mode.
2277         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2278         Don't clear the border_draw flag until we actually draw the border.
2279         * tests/check/Makefile.am:
2280         Ignore alsasink/src during the states test too, so it doesn't fail
2281         when running without access to the sound device.
2282
2283 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2284
2285         * tests/examples/seek/seek.c:
2286           Fix crasher when playing a parse-launch line the 2nd time.
2287
2288 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2289
2290         * tests/check/pipelines/oggmux.c:
2291           Properly ifdef tests to fix compilation.
2292
2293 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2294
2295         * gst/playback/gstplay-marshal.list:
2296         * gst/playback/gstplaybin2.c:
2297           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2298           playbin2. This allows the user to get to the selector's sinkpads, and
2299           thus inspect a range of things - caps, tags, etc. 
2300
2301 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2302
2303         * gst/playback/gstplaybin2.c:
2304           Use a different constant for the convert-frame signal id.
2305           Fixes #537009.
2306
2307 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2308
2309         * gst/playback/gstplaybin2.c:
2310         * gst/playback/gstplaysink.c:
2311           Fix a whole bunch of typos in comments and log statements. 
2312
2313 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2314
2315         * sys/xvimage/xvimagesink.c:
2316           Don't set colour balance values on the Xv port if the user hasn't
2317           changed them (via properties or the interface). Avoids accumulating
2318           rounding errors for the common case.
2319           Partial fix for bug #537889.
2320
2321 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2322
2323         * gst/playback/gstdecodebin2.c:
2324           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2325           pads are drained.
2326
2327 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2328
2329         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2330         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2331         Report the encoder latency. Fixes #538232.
2332
2333 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2334
2335         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2336         (notify_source), (activate_group):
2337         Implement the source property, emit notify when it changes in the
2338         underlying uridecodebin.
2339
2340 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2341
2342         * tests/examples/seek/seek.c: (stop_cb):
2343         Free and clear the seek element list so that we don't use invalid
2344         references when seeking after recreating a gst-launch line.
2345
2346 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2347
2348         * gst-libs/gst/audio/gstbaseaudiosink.c:
2349         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2350         (gst_base_audio_sink_render):
2351         Report latency even if we are not live instead of hiding it.
2352         Take ts-offset and render-delay of the basesink into account when
2353         scheduling samples.
2354         Rework the clipping code so that we can take the various offsets into
2355         account and still do correct clipping.
2356
2357 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2358
2359         * configure.ac:
2360         Bump verion back to devel -> 0.10.20.1
2361
2362 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2363
2364         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2365         Don't increase the size of non-string image buffers by one as this
2366         might in theory confuse decoders. Still increase it by one for string
2367         image buffers to append '\0'.
2368
2369 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2370
2371         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2372         
2373         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2374         Fix a buffer memleak and remove a confusing and wrong debug output.
2375         Fixes bug #538663.
2376
2377 === release 0.10.20 ===
2378
2379 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2380
2381         * configure.ac:
2382           releasing 0.10.20, "Here I Go Again"
2383
2384 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2385
2386         * configure.ac:
2387         0.10.19.3 pre-release
2388
2389 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2390
2391         * gst-libs/gst/rtsp/gstrtspconnection.c:
2392         Fix build on win32.
2393         Patch By: David Schleef <ds@schleef.org>
2394         Fixes: #536874
2395
2396 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2397
2398         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2399         (gst_gio_base_src_create):
2400         * ext/gio/gstgiobasesrc.h:
2401         Try to read the requested number of bytes, even if the first
2402         read returns less than requested, until nothing is read anymore
2403         or we have the requested amount of bytes. This fixes playback of
2404         files via Samba as Samba only allows to read 64k at once.
2405
2406         Implement a caching algorithm that makes sure that we read at
2407         least 4k of data every time. Some elements will try to read a few
2408         bytes, then seek, read again a few bytes and so on and this is
2409         painfully slow as every operation has to go over DBus if GVfs is
2410         used as backend.
2411
2412         Fixes bug #536849 and #536848.
2413
2414         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2415         (gst_gio_src_check_get_range):
2416         Override check_get_range() to blacklist http/https URIs
2417         and whitelist file URIs. More to be added on demand.
2418
2419 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2420
2421         * configure.ac:
2422         0.10.19.2 pre-release
2423
2424 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2425
2426         * win32/common/libgstrtsp.def:
2427         * win32/common/libgsttag.def:
2428         Add new API functions to the dll exports
2429
2430 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2431
2432         * gst/playback/gstplaybasebin.c:
2433           Disconnect signals from decodebins we created before we remove it
2434           from playbin, to avoid crashes if the decodebin is eventually
2435           disposed after the playbin itself (possible if the app takes a
2436           reference on the decodebin).
2437           Fixes #536521.
2438
2439 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2440
2441         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2442           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2443           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2444           (h264_video_type_find), (mpeg_video_stream_type_find),
2445           (dv_type_find), (mmsh_type_find):
2446           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2447           copy caps for no good reason (this may be desirable to make it easier
2448           to detect leaks, but then it should probably be done for all caps
2449           in the typefinder somewhere).
2450
2451 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2452
2453         * tests/check/Makefile.am:
2454         Do not try to run the check tests for subparse unless it has been
2455         built.
2456
2457 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2458
2459         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2460         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2461         Do not try to run a test which requires vorbisenc unless we have
2462         actually built it.
2463
2464 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2465
2466         * gst-libs/gst/rtsp/gstrtspconnection.c:
2467         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2468         (gst_rtsp_connection_clear_auth_params),
2469         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2470         * gst-libs/gst/rtsp/gstrtspconnection.h:
2471         Add a couple of missing argument guards.
2472         Add a way of setting the DSCP for an RTSP connection.
2473         Add an accessor method for the ip member of GstRTSPConnection as all
2474         members are supposed to be private.
2475
2476 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2477
2478         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2479         Fixed accidental use of IPv4 options for all IPv6 addresses.
2480
2481 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2482
2483         * gst-libs/gst/interfaces/mixertrack.h:
2484           Document mixer track flags.
2485
2486 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2487
2488         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2489
2490         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2491         Don't set caps on the buffers that contain a copy of the buffer
2492         including the caps of them resulting in an always increasing refcount
2493         of the caps and insanely large caps. Instead include a buffer without
2494         caps in the new caps. Fixes bug #536475.
2495
2496 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2497
2498         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2499         Transform a given PAR to a range on the struct with the generic
2500         height/width instead of the struct with the possibly restricted
2501         height/width.
2502
2503 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2504
2505         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2506         Prefer the given format if it contains something stricter than [1,MAX]
2507         for height or width and only put a structure that requires rescaling
2508         as second. This makes it possible to use videoscale in pipelines where
2509         the source can actually produce the wanted height/width but usually
2510         selects a different one from the requested.
2511
2512 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2513
2514         Based on patch by: John Millikin <jmillikin gmail com>
2515
2516         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2517           (gst_vorbis_tag_add_coverart):
2518           Retrieve COVERART tags from vorbis comments (#512333)
2519
2520 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2521
2522         * gst-libs/gst/tag/tag.h:
2523         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2524           Don't forget to add new enum value here too (should probably use
2525           glib-mkenums here...).
2526
2527 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2528
2529         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2530         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2531         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2532           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2533           (gst_tag_image_data_to_image_buffer):
2534           Add two utility functions to avoid code duplication (#512333):
2535           API: add gst_tag_image_data_to_image_buffer()
2536           API: add gst_tag_list_add_id3_image()
2537           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2538
2539 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2540
2541         * win32/common/libgstaudio.def:
2542         Add gst_audio_check_channel_positions() to the exported symbols.
2543
2544 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2545
2546         * docs/libs/gst-plugins-base-libs-sections.txt:
2547         * gst-libs/gst/audio/multichannel.c:
2548         (gst_audio_check_channel_positions):
2549         * gst-libs/gst/audio/multichannel.h:
2550         API: Make gst_audio_check_channel_positions() public.
2551
2552         * tests/check/libs/audio.c: (GST_START_TEST):
2553         Add some simple checks for gst_audio_check_channel_positions().
2554
2555 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2556
2557         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2558           minrange and maxrange are scaled according to the frequency
2559           multiplier.
2560
2561 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2562
2563         * ext/pango/Makefile.am:
2564         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2565           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2566           Use gstvideo functions to calculate strides and plane offsets. Fixes
2567           rendering issue ('ghost' images of the text on the chroma planes)
2568           with widths or heights that are not multiples of 8 (#506659 and
2569           probably also #485729).
2570
2571         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2572           (main):
2573           Test with odd height/width too.
2574
2575 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2576
2577         * gst/adder/gstadder.c: (gst_adder_query_duration),
2578         (gst_adder_query_latency):
2579         When using gst_element_iterate_pads() one has to unref every pad
2580         after usage.
2581
2582 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2583
2584         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2585         (gst_base_audio_src_class_init):
2586         Add a gtk-doc chunk for the new properties to have a Since: indication.
2587
2588 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2589
2590         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2591         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2592         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2593         (gst_base_audio_src_change_state):
2594         Provide readable actual-buffer-time and actual-latency-time properties
2595         that reflect the configured ringbuffer values. Fixes #524724.
2596         API: GstBaseAudioSrc:actual-buffer-time
2597         API: GstBaseAudioSrc:actual-latency-time
2598
2599 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2600
2601         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2602         (gst_basertppayload_change_state):
2603         Simply converting the running time into an RTP timestamp by scaling it
2604         based on the clock-rate is good enough for making an RTP timestamp. This
2605         has the added benefit that we can later on expose a property with the
2606         RTP timestamp of running time 0, as is needed for RTSP servers to
2607         generate the response of the PLAY request.
2608
2609 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2610
2611         * gst/audioconvert/gstaudioconvert.c:
2612         (structure_has_fixed_channel_positions),
2613         (gst_audio_convert_transform_caps):
2614         Allow up to 11 positioned channels now that audioconvert can handle
2615         this but add no default positions for > 8 channels.
2616         
2617         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2618         Add some unit tests for the above change: Test conversion of
2619         11 positioned channels to stereo and the other way around, test
2620         conversion of 15 unpositioned channels in different ways.
2621
2622 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2623
2624         * win32/common/libgstaudio.def:
2625         Add gst_audio_clock_reset to the list of exported symbols.
2626
2627 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2628
2629         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2630         Remove wrong_channels_identification_header unit test as we now
2631         support 7 (and more channels).
2632
2633 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2634
2635         * gst/audioconvert/gstchannelmix.c:
2636         (gst_channel_mix_fill_one_other):
2637         If mixing left or right to center (or the other way around) only take
2638         the complete value if we don't already have the original position in
2639         the source.
2640
2641 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2642
2643         * gst-libs/gst/audio/multichannel.c:
2644         (gst_audio_check_channel_positions),
2645         (gst_audio_set_structure_channel_positions_list),
2646         (gst_audio_fixate_channel_positions):
2647         Allow rear center together with rear left/right and other previously
2648         conflicting channel positions. The reason why they weren't allowed
2649         was the channel mixing implementation in audioconvert.
2650         Also take this into account when fixing channel layouts.
2651
2652         Allow setting channel positions for 1/2 channels when using
2653         gst_audio_set_structure_channel_position().
2654
2655         * gst/audioconvert/gstchannelmix.c:
2656         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2657         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2658         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2659         Major rewrite of the channel mixing.
2660
2661         We now allow previously conflicting channel positions to appear
2662         together (rear center and rear left/right for example).
2663         Fixes bug #533817.
2664
2665         Rework the way channels are mixed together to take more possible
2666         channel positions into account, properly mix from/to side channels
2667         and don't assume that either center, left&right or nothing of a
2668         specific position is available anymore.
2669
2670         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2671         Adjust unit tests with non-standard 1/2 channel layouts to the more
2672         correct new behaviour.
2673
2674         Add a unit test for 5.1->Stereo downmixing.
2675
2676 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2677
2678         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2679         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2680         Add sane defaults for the 7 and 8 channel layouts as those are
2681         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2682         more than 8 channels instead of erroring out. Fixes bug #535356.
2683
2684 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2685
2686         * docs/plugins/Makefile.am:
2687         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2688         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2689         * ext/theora/theoraparse.c:
2690         Add theoraparse to the docs and fix some docs.
2691
2692 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2693
2694         * gst-libs/gst/cdda/gstcddabasesrc.c:
2695         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2696         Fix EOS condition and track addition check, the track.end sector is
2697         included in the track. Fixes #533265.
2698
2699 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2700
2701         Patch by: Mark Nauwelaerts <manauw at skynet be>
2702
2703         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2704         (gst_video_rate_flush_prev), (gst_video_rate_event),
2705         (gst_video_rate_chain):
2706         * gst/videorate/gstvideorate.h:
2707         React (more) to NEWSEGMENT
2708         Small adjustment in timestamp calculation to prevent mismatches
2709         Fixes #435633.
2710
2711 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2712
2713         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2714           Initialise error to NULL as we should.
2715
2716 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2717
2718         * gst/adder/gstadder.c: (gst_adder_query_duration),
2719         (gst_adder_query_latency), (gst_adder_query):
2720         Implement latency query.
2721
2722 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2723
2724         * gst/adder/gstadder.c: (gst_adder_query_duration):
2725         Correctly resync the iterator if gst_iterator_next() returns
2726         GST_ITERATOR_RESYNC.
2727
2728 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2729
2730         * win32/vs6/libgstpbutils.dsp:
2731           Add pbutils-enumtypes.c to sources (#518037).
2732
2733 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2734
2735         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2736         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2737         * gst-libs/gst/audio/gstaudioclock.h:
2738         Add method to inform the clock that the time starts from 0 again. We use
2739         this info to calculate a clock offset so that the time we report in
2740         internal_time is monotonically increasing, as required by the clock base
2741         class. Fixes #521761.
2742         API: GstAudioClock::gst_audio_clock_reset()
2743
2744         * gst-libs/gst/audio/gstbaseaudiosink.c:
2745         (gst_base_audio_sink_skew_slaving),
2746         (gst_base_audio_sink_change_state):
2747         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2748         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2749         Reset reported time when we (re)create the ringbuffer.
2750
2751 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2752
2753         * ext/alsa/gstalsamixertrack.c:
2754           (gst_alsa_mixer_track_update_alsa_capabilities):
2755           Make sure playback volumes aren't accidentally overwritten by
2756           capture volumes if an alsa mixer track has both playback and
2757           capture capabilities: we create two GstMixerTracks in that
2758           case, so make sure we query only the alsa capabilities that
2759           refer to the type of GstMixerTrack we created from the dual
2760           capability alsa element. Should fix issues with Audigy2 sound
2761           cards (#518082).
2762
2763 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2764
2765         * tests/check/pipelines/oggmux.c: (test_pipeline):
2766           Don't use deprecated function.
2767
2768 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2769
2770         * gst/playback/gstdecodebin2.c:
2771         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2772         Check for NULL cases and log them, creating ghostpads can, for example,
2773         fail when the pad returns wrong caps.
2774
2775         * gst/playback/gstplaybin2.c: (perform_eos):
2776         When pushing out the EOS event, collect the return value and warn when
2777         something failed.
2778
2779 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2780
2781         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2782         (gst_riff_create_video_template_caps):
2783         Add support for DVCPRO.
2784
2785 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2786
2787         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2788           Change default scaling method from nearest-neighbour to bilinear.
2789
2790 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2791
2792         * tests/check/libs/video.c:
2793           More checks.
2794
2795 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2796
2797         * gst/subparse/gstsubparse.c: (parser_state_init),
2798           (gst_sub_parse_format_autodetect), (handle_buffer):
2799         * gst/subparse/gstsubparse.h:
2800         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2801           Limit duration to a maximum of five seconds for tmplayer format where
2802           we can guess the duration only from the timestamp of the next line of
2803           text. We don't want to show a text for eternities just because nothing
2804           else is being said for a while.
2805
2806 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2807
2808         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2809         (gst_base_rtp_depayload_chain),
2810         (gst_base_rtp_depayload_handle_sink_event),
2811         (gst_base_rtp_depayload_push_full),
2812         (gst_base_rtp_depayload_change_state):
2813         Check sequence numbers, mark input buffers with a discont flag for the
2814         subclass when we detected a gap, drop duplicate buffers. We do this
2815         because one can use the element without a jitterbuffer in front and we
2816         don't want to feed the subclasses invalid or reordered data.
2817         Do an error when the subclass did not provide a process function instead
2818         of crashing.
2819         Some other small cleanups.
2820
2821 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2822
2823         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2824           May just as well use the precalculated uvstride here.
2825
2826 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2827
2828         * docs/plugins/Makefile.am:
2829         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2830         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2831         * docs/plugins/gst-plugins-base-plugins.args:
2832         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2833         * docs/plugins/gst-plugins-base-plugins.interfaces:
2834         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2835         * docs/plugins/inspect/plugin-adder.xml:
2836         * docs/plugins/inspect/plugin-alsa.xml:
2837         * docs/plugins/inspect/plugin-audioconvert.xml:
2838         * docs/plugins/inspect/plugin-audiorate.xml:
2839         * docs/plugins/inspect/plugin-audioresample.xml:
2840         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2841         * docs/plugins/inspect/plugin-cdparanoia.xml:
2842         * docs/plugins/inspect/plugin-decodebin.xml:
2843         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2844         * docs/plugins/inspect/plugin-gdp.xml:
2845         * docs/plugins/inspect/plugin-gio.xml:
2846         * docs/plugins/inspect/plugin-gnomevfs.xml:
2847         * docs/plugins/inspect/plugin-libvisual.xml:
2848         * docs/plugins/inspect/plugin-ogg.xml:
2849         * docs/plugins/inspect/plugin-pango.xml:
2850         * docs/plugins/inspect/plugin-playback.xml:
2851         * docs/plugins/inspect/plugin-queue2.xml:
2852         * docs/plugins/inspect/plugin-subparse.xml:
2853         * docs/plugins/inspect/plugin-tcp.xml:
2854         * docs/plugins/inspect/plugin-theora.xml:
2855         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2856         * docs/plugins/inspect/plugin-uridecodebin.xml:
2857         * docs/plugins/inspect/plugin-video4linux.xml:
2858         * docs/plugins/inspect/plugin-videorate.xml:
2859         * docs/plugins/inspect/plugin-videoscale.xml:
2860         * docs/plugins/inspect/plugin-videotestsrc.xml:
2861         * docs/plugins/inspect/plugin-volume.xml:
2862         * docs/plugins/inspect/plugin-vorbis.xml:
2863         * docs/plugins/inspect/plugin-ximagesink.xml:
2864         * docs/plugins/inspect/plugin-xvimagesink.xml:
2865         * ext/cdparanoia/gstcdparanoiasrc.c:
2866         * ext/ogg/gstoggdemux.c:
2867         * ext/ogg/gstoggdemux.h:
2868         * ext/ogg/gstoggmux.c:
2869         * ext/ogg/gstoggmux.h:
2870         * gst/audioconvert/audioconvert.c:
2871         * gst/audioconvert/audioconvert.h:
2872         * gst/audioconvert/gstaudioconvert.h:
2873         * gst/gdp/gstgdpdepay.h:
2874         * gst/gdp/gstgdppay.h:
2875         * gst/playback/gstdecodebin.c:
2876         * gst/playback/gstdecodebin2.c:
2877         * gst/playback/gstplaybin.c:
2878         * gst/playback/gstplaybin2.c:
2879         * gst/playback/gsturidecodebin.c:
2880         * gst/tcp/gstmultifdsink.c:
2881         * gst/tcp/gstmultifdsink.h:
2882         * gst/tcp/gsttcp.h:
2883
2884         Add some documentation comments, and some new headers to be scanned.
2885         Rename some internal enum declarations (audioconvert's DitherType and
2886         NoiseShapingType, GstUnitType from the TCP elements) to match the
2887         documented GObject type names so that the docs pick them up.
2888         Name the playbin2 docs markups properly so they get picked up. They'll
2889         need renaming back when/if playbin2 becomes playbin.
2890
2891         100% symbol coverage for the plugin docs, booya.
2892
2893 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2894
2895         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2896
2897         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2898         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2899
2900 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2901
2902         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2903
2904         * gst/playback/gstdecodebin.c: (remove_fakesink):
2905         Lock the fakesink before setting the state to NULL and removing it from
2906         the bin so that a concurrent state change cannot interfere. 
2907         Fixes #534331.
2908
2909 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2910
2911         * docs/Makefile.am:
2912         Fix installing plugin documentation when gtk-doc is disabled.
2913
2914 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2915
2916         * gst-libs/gst/rtsp/Makefile.am:
2917         Distribute, don't install md5.h
2918
2919 2008-05-21  Julien Moutte  <julien@fluendo.com>
2920
2921         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2922         instead of SOL_IP, works on more platforms.
2923         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2924         arguments.
2925
2926 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2927
2928         * ext/vorbis/vorbisdec.c:
2929         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2931         Some debug and comment fixes.
2932
2933         * tests/examples/dynamic/addstream.c: (main):
2934         Fix , to ;
2935
2936 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2937
2938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2939         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2940         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2941         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2942         (cleanup_decodebin):
2943         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2944         (connect_element), (gst_decode_group_control_demuxer_pad):
2945         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2946         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2947         (mute_group_type):
2948         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2949         (gst_play_bin_set_property), (handoff), (gen_video_element),
2950         (gen_text_element), (gen_audio_element), (gen_vis_element),
2951         (remove_sinks), (add_sink), (setup_sinks):
2952         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2953         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2954         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2955         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2956         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2957         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2958         (gen_vis_chain), (gst_play_sink_reconfigure),
2959         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2960         (gst_play_sink_request_pad):
2961         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2962         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2963         (cb_newpad):
2964         * gst/playback/test6.c: (new_decoded_pad_cb):
2965         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2966         * tests/check/elements/audiorate.c: (test_injector_chain),
2967         (do_perfect_stream_test):
2968         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2969         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2970         * tests/check/elements/gnomevfssink.c:
2971         * tests/check/elements/textoverlay.c:
2972         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2973         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2974         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2975         * tests/check/pipelines/oggmux.c: (test_pipeline):
2976         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2977         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2978         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2979         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2980         * tests/examples/seek/seek.c: (make_mod_pipeline),
2981         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2982         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2983         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2984         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2985         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2986         (update_fill), (msg_buffering):
2987         Don't use bad gst_element_get_pad().
2988
2989 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2990
2991         * gst-libs/gst/riff/riff-media.c:
2992           Fix wrong method name in docs. Fix calculation of strf fields for
2993           broken mulaw/alaw.
2994   
2995         * gst-libs/gst/riff/riff-read.c:
2996           Whitespace fix and removing double ';'.
2997
2998 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2999
3000         * docs/design/part-playbin2.txt:
3001         Add some leftover doc.
3002
3003 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3004
3005         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
3006         Fix copy & paste error in last commit.
3007
3008 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3009
3010         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
3011         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
3012         other channel positions when source has SIDE channels and dest doesn't
3013         or the other way around.
3014
3015 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3016
3017         Patch by: Henrik Eriksson <henriken at axis dot com>
3018
3019         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3020         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
3021         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
3022         (gst_multi_fd_sink_get_property):
3023         * gst/tcp/gstmultifdsink.h:
3024         Add support for DSCP QOS. Fixes #469933.
3025
3026 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3027
3028         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3029         Add another test that checks if conversion between standard 1 and 2
3030         channel layouts with and without positions set is working.
3031
3032 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3033
3034         * gst-libs/gst/audio/multichannel.c:
3035         (gst_audio_check_channel_positions):
3036         Allow non-standard 2 channel layouts.
3037         
3038         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3039         Add some tests for converting and remapping non-standard 1 and 2
3040         channel layouts.
3041
3042 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3043
3044         * gst/audioconvert/gstchannelmix.c:
3045         (gst_channel_mix_fill_normalize):
3046         Prevent division by zero if the channel mix matrix contains only
3047         zeroes.
3048
3049 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3050
3051         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3052
3053         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
3054         Close a buffer memory leak. Fixes bug #534071.
3055
3056 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3057
3058         * gst-libs/gst/rtsp/gstrtsptransport.h:
3059         Make the GstRTSPTransport struct members public as there are no
3060         setters/getters and it's supposed to be changed directly.
3061         Fixes bug #533087.
3062
3063 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3064
3065         * gst/adder/gstadder.c:
3066         Adder also doesn't support audio/x-raw-int with width!=depth so don't
3067         claim this on the pad template caps.
3068
3069 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3070
3071         * gst-libs/gst/audio/gstbaseaudiosink.c:
3072         (gst_base_audio_sink_sync_latency):
3073         We can only use our optimal calibration if we prerolled before the
3074         latency expired.
3075
3076 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
3077
3078         * configure.ac:
3079           Require core CVS for GstBaseSrc buffer caps setting magic.
3080
3081 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3082
3083         * gst/audioconvert/gstaudioconvert.c:
3084         (gst_audio_convert_fixate_channels):
3085         Fix logic in last commit.
3086
3087 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3088
3089         * gst/audioconvert/gstaudioconvert.c:
3090         (gst_audio_convert_fixate_channels):
3091         Passthrough the channel positions if the number of output channels is
3092         the same as the number of input channels, the input had a channel
3093         layout and downstream requests no special one. We did this already for
3094         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
3095
3096 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3097
3098         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
3099         (gst_gnome_vfs_src_finalize),
3100         (gst_gnome_vfs_src_received_headers_callback),
3101         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
3102         * ext/gnomevfs/gstgnomevfssrc.h:
3103         Set the ICY caps on the srcpad from where they get picked up by the base
3104         class now and set on the outgoing buffers.
3105
3106         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3107         (gst_base_audio_src_create):
3108         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3109         BaseSrc now sets the caps on outgoing buffers automatically.
3110
3111 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3112
3113         * gst-libs/gst/audio/gstbaseaudiosink.c:
3114         (gst_base_audio_sink_resample_slaving),
3115         (gst_base_audio_sink_skew_slaving),
3116         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
3117         (gst_base_audio_sink_async_play),
3118         (gst_base_audio_sink_change_state):
3119         Change the way in which the ringbuffer is started when dealing with a
3120         slaved clock and latency. We now sync to the clock until we reach
3121         upstream latency before starting the ringbuffer. This has the effect
3122         that we can accurately align the master and slave clocks and let the
3123         rate correction code take care of the initial drift or rounding errors
3124         instead of leaving them uncorrected with the old approach.
3125
3126 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3127
3128         * gst/audioconvert/gstaudioconvert.c:
3129         (gst_audio_convert_fixate_channels):
3130         Correctly set the default channel positions when converting to 8
3131         channels.
3132
3133 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3134
3135         * configure.ac:
3136           Error out if we don't have the required version of core.
3137
3138 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3139
3140         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3141           Use data scan helper in aac typefinder and stop scanning
3142           for headers when we've found a type. Also fix potential invalid
3143           memory access when calculating the frame length.
3144
3145 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3146
3147         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
3148           (mpeg_sys_is_valid_pack):
3149           Don't modify scan context when we return FALSE in ensure_data, so
3150           it's possible to continue scanning, and we don't end up with a NULL
3151           data pointer and a positive size, which might bite us the next time
3152           we're called. Small constification.
3153
3154 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3155
3156         * gst/adder/gstadder.c:
3157         Adder doesn't support 24 bit samples so don't claim it supports them
3158         in the pad template caps.
3159
3160 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3161
3162         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3163         (gst_base_rtp_depayload_chain):
3164         Validate the RTP packet before further processing it. It's just too
3165         dangerous to accept random packets and people are not forced to use a
3166         jitterbuffer or session manager to filter out the bad packets.
3167
3168         * gst-libs/gst/rtp/gstrtpbuffer.c:
3169         (gst_rtp_buffer_set_extension_data),
3170         (gst_rtp_buffer_get_payload_subbuffer):
3171         Small cleanups.
3172         When setting extension data in a buffer that is too small, we fail and
3173         we should not set the extension bit.
3174         Change GST_WARNINGS into g_warning because they really are
3175         programming errors.
3176
3177         * tests/check/libs/rtp.c: (GST_START_TEST):
3178         Catch the g_warnings now in the unit tests and that fact that failing to
3179         set extension data left the extension bit untouched.
3180
3181 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3182
3183         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3184           Revert previous change which made basetransform handle buffer_alloc
3185           and which breaks things badly in the non-passthrough case since it
3186           returned buffers with a different (ie. sometimes smaller) size than
3187           the size requested.
3188
3189 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3190
3191         Patch by: Bernard B <b-gnome at largestprime dot net>
3192
3193         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
3194         Fix seqnum compare function for bordercase values and fix the docs
3195         again. Fixes #533075.
3196
3197         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3198         Add a testcase for seqnum compare function.
3199
3200 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3201
3202         * gst/adder/gstadder.c: (gst_adder_setcaps),
3203         (gst_adder_class_init):
3204         Correctly declare the supported endianness on the pad templates
3205         and check for correct endianness in the set caps function. Adder
3206         only supports native endianness.
3207         Also use gst_element_class_set_details_simple().
3208
3209 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3210
3211         * sys/xvimage/xvimagesink.c:
3212           Better debug logging in port value handling. Merging separate port
3213           value loops into one.
3214
3215 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3216
3217         Patch by: Hannes Bistry <hannesb at gmx dot de>
3218
3219         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3220         * gst/tcp/gsttcpserversink.c:
3221         (gst_tcp_server_sink_handle_server_read),
3222         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3223         Fix regression in clientsrc because we did not add the fd to the poll
3224         set anymore. Fixes #532364.
3225         Do some cleanups here and there.
3226
3227 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3228
3229         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3230         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3231         * gst/playback/gstplay-marshal.list:
3232         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3233         Use correct marshallers. GstCaps are a boxed type and no GObject
3234         subclass.
3235
3236 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3237
3238         * win32/common/libgstrtsp.def:
3239         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3240         symbols.
3241
3242 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3243
3244         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3245
3246         * tests/check/elements/audioresample.c:
3247         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3248         (live_switch_push), (GST_START_TEST):
3249         Add unit test for the latest basetransform negotiation changes.
3250         See bug #526768.
3251
3252 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3253
3254         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3255         Fix nv12<->nv21 conversion if stride is larger than width.
3256
3257 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3258
3259         Patch by: Jan Gerber <j at oil21 dot org>
3260
3261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3262         (gst_ogg_pad_parse_skeleton_fisbone):
3263         * ext/ogg/gstoggdemux.h:
3264         Parse presentation time from skeleton streams and use it as offset
3265         for the timestamps. Fixes bug #530068.
3266
3267 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3268
3269         * gst-libs/gst/audio/gstbaseaudiosink.c:
3270         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3271         Revert previous patch that attempted to more accurately calculate the
3272         initial offset between master and slave clock. The best thing we can do
3273         in general is take the time of both clocks as the diff since we don't
3274         know when the actual preroll happened.
3275
3276 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
3277
3278         * gst-libs/gst/pbutils/install-plugins.c:
3279           Fix docs: type and missing word.
3280
3281 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3282
3283         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3284           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3285           for this instead; don't check if we've found enough markers after
3286           each and every step, it's enough to do that only if we've actually
3287           found a new marker.
3288           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3289
3290 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3291
3292         * gst/typefind/gsttypefindfunctions.c:
3293           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3294           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3295           (mpeg_video_stream_type_find):
3296           Move scan helper thingy to the beginning of the file so we can use
3297           it in other typefind functions. Rename it to something more
3298           generic. Also improve handling of things towards the end of the
3299           typefind data: peek as much as we can if we know the size of the
3300           data, rather than just min_size.
3301
3302 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3303
3304         * docs/libs/gst-plugins-base-libs-sections.txt:
3305         * gst-libs/gst/interfaces/colorbalance.c:
3306         * gst-libs/gst/interfaces/colorbalance.h:
3307         * gst-libs/gst/interfaces/colorbalancechannel.c:
3308         * gst-libs/gst/interfaces/colorbalancechannel.h:
3309         * gst-libs/gst/interfaces/tuner.c:
3310         * gst-libs/gst/interfaces/tunerchannel.c:
3311         * gst-libs/gst/interfaces/tunerchannel.h:
3312         * gst-libs/gst/interfaces/tunernorm.c:
3313         * gst-libs/gst/interfaces/tunernorm.h:
3314         * gst-libs/gst/video/video.c:
3315         * gst-libs/gst/video/video.h:
3316         Document the GstTuner and GstColorBalance interfaces, and some
3317         other random API functions that needed it. 70% symbol coverage, woo.
3318
3319 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3320
3321         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3322         Choose to allocate one less segment but require one additional segment
3323         as latency. 
3324
3325         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3326         No need to increment the number of segments in the source.
3327
3328         * gst-libs/gst/audio/gstbaseaudiosink.c:
3329         (gst_base_audio_sink_get_time), (clock_convert_external),
3330         (gst_base_audio_sink_resample_slaving),
3331         (gst_base_audio_sink_skew_slaving),
3332         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3333         (gst_base_audio_sink_async_play):
3334         Remove adding latency when returning the internal time while subtracting
3335         it again when we use the value a little later.
3336         When calculating the end timestamp, we are making a rounding error
3337         with the current algorithm. Ensure that we don't accumulate these
3338         rounding errors when aligning samples by not resampling at all if we
3339         don't need to. Fixes #419351.
3340         Make the initial calibration of the clock slaving a little more
3341         predictable and accurate. Also handle the case where we don't do
3342         clock slaving.
3343
3344 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3345
3346         Based on a patch by:
3347           Björn Benderius <bjoern dot benderius at axis dot com>
3348
3349         * gst/ffmpegcolorspace/avcodec.h:
3350         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3351         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3352         (gst_ffmpegcsp_avpicture_fill):
3353         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3354         * gst/ffmpegcolorspace/imgconvert_template.h:
3355         Add conversions from/to NV12 and NV21 and conversions between those
3356         two formats. Fixes bug #532166.
3357
3358 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3359
3360         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3361         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3362         which happens for example with files smaller than 128kb.
3363
3364 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3365
3366         Patch by: Wouter Cloetens <zombie at e2big dot org>
3367
3368         * gst-libs/gst/rtsp/Makefile.am:
3369         * gst-libs/gst/rtsp/gstrtspconnection.c:
3370         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3371         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3372         (add_auth_header), (gst_rtsp_connection_free),
3373         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3374         (gst_rtsp_connection_set_auth_param),
3375         (gst_rtsp_connection_clear_auth_params):
3376         * gst-libs/gst/rtsp/gstrtspconnection.h:
3377         Add Digest authorization support for RTSP connections. See #532065.
3378
3379         * gst-libs/gst/rtsp/md5.c:
3380         * gst-libs/gst/rtsp/md5.h:
3381         Yeap, another md5 implementation until we can depend on a glib that has
3382         support for it.
3383
3384 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3385
3386         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3387
3388         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3389         Let audioresample use the buffer allocation of basetransform instead
3390         of it's own stuff.
3391
3392         * tests/check/elements/audioresample.c: (alloc_only_48000),
3393         (GST_START_TEST), (audioresample_suite):
3394         Add unit test for the recent basetransform bugfix, where upstream
3395         changes caps to something that can't be passed through anymore.
3396
3397 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3398
3399         * win32/common/config.h.in:
3400           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3401           use the real thing than having "???" unconditionally.
3402
3403 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3404
3405         * gst-libs/gst/audio/gstbaseaudiosink.c:
3406         (gst_base_audio_sink_query):
3407         Report the latency with the new seglatency parameter.
3408
3409         * gst-libs/gst/audio/gstringbuffer.c:
3410         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3411         (gst_ring_buffer_acquire):
3412         * gst-libs/gst/audio/gstringbuffer.h:
3413         Add new field to the ringbufferspec to specify the expected latency
3414         between the underlying device read/write pointer, this is needed
3415         when writing sinks that sit a little closer to the hardware.
3416         Add some more docs for other fields.
3417
3418 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3419
3420         * gst/volume/gstvolume.c: (volume_transform_ip):
3421         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3422         reason instead of crashing later. Might fix bug #509125.
3423
3424 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3425
3426         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3427
3428         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3429         * gst/audioconvert/audioconvert.h:
3430         * gst/audioconvert/gstaudioconvert.c:
3431         (gst_audio_convert_parse_caps),
3432         (structure_has_fixed_channel_positions),
3433         (gst_audio_convert_transform_caps):
3434         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3435         Add support for more than 8 channels and NONE channel layouts. For
3436         more than 8 channels no channel conversion is supported yet, only
3437         format conversions are supported. Fixes bug #398033.
3438
3439         * tests/check/elements/audioconvert.c: (verify_convert),
3440         (GST_START_TEST), (audioconvert_suite):
3441         Add some unit tests by Tim for checking the NONE channel layouts
3442         and more than 8 channels and add some more unit tests for channel
3443         conversions.
3444
3445 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3446
3447         * gst/playback/gstdecodebin2.c: (connect_pad):
3448         When autoplugging fails, set the element back to NULL before
3449         unreffing it.
3450
3451 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3452
3453         * win32/common/libgstaudio.def:
3454         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3455         symbols.
3456
3457 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3458
3459         * gst/subparse/samiparse.c: (handle_start_sync),
3460         (end_sami_element), (characters_sami):
3461         Remove trailing, leading and double whitespaces.
3462         Correctly timestamp buffers and output the last buffer too.
3463
3464         * tests/check/elements/subparse.c: (GST_START_TEST),
3465         (subparse_suite):
3466         Add a simple unit test for SAMI parsing.
3467
3468 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3469
3470         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3471
3472         * gst/subparse/samiparse.c: (handle_start_sync),
3473         (start_sami_element), (end_sami_element), (characters_sami),
3474         (sami_context_reset):
3475         Only output characters inside the "sync" elements. There could be
3476         other elements like "style" that have some content but should
3477         not be printed. Fixes bug #467911.
3478
3479 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3480
3481         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3482         (set_active_source):
3483         * gst/playback/gstplaybasebin.h:
3484         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3485         (playbin_set_audio_mute):
3486         Allow setting -1 as current-audio to mute the current audio stream,
3487         similar to what is done for subtitles. Fixes bug #342294.
3488
3489 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3490
3491         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3492         It's SorensOn and not SorensEn.
3493
3494 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3495
3496         * gst-libs/gst/pbutils/descriptions.c: (formats):
3497           Fix description of video/x-flash-video.
3498
3499 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3500
3501         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3502         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3503         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3504         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3505         Remove some unused code.
3506
3507         * gst/audioconvert/gstaudioquantize.c:
3508         (gst_audio_quantize_free_noise_shaping):
3509         Don't return before freeing the noise shaping history.
3510
3511 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3512
3513         * tests/check/elements/subparse.c: (do_test),
3514           (test_tmplayer_style3b), (subparse_suite):
3515           Add unit test for the tmplayer variant from bug #530962.
3516
3517 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3518
3519         * gst/subparse/gstsubparse.c: (handle_buffer),
3520           (gst_sub_parse_sink_event):
3521         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3522           (tmplayer_parse_line):
3523           Fix parsing of tmplayer subtitle variant where every single line contains
3524           text and there isn't an empty line after each line to determine the
3525           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3526           making sure that we push out the last line of text without a duration if
3527           there's still text left in the buffer at the end.
3528
3529 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3530
3531         * gst/subparse/gstsubparse.c: (feed_textbuf):
3532           Fix detection of discontinuities based on the buffer offset (doesn't work
3533           so well if no buffer offset is set) and also check for the DISCONT buffer
3534           flag. This keeps the parser state from being reset after each buffer in
3535           the unit test.
3536
3537 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3538
3539         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3540           Further fine-tuning: don't absolutely require sequence or GOP headers
3541           (as introduced in the previous commit), but adjust the typefind
3542           probabilities returned accordingly if we don't see them. Also make sure
3543           picture header and first slice are somewhat close to each other (which
3544           is not perfect but still better than requiring a fixed offset or having
3545           no limit at all).
3546
3547 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3548
3549         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3550         (gst_basertppayload_sink_setcaps),
3551         (gst_basertppayload_sink_getcaps):
3552         Rename the setcaps/getcaps function internally to make it clear that
3553         they are called for the sink pad.
3554
3555 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3556
3557         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3558         (gst_base_rtp_depayload_class_init),
3559         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3560         (gst_base_rtp_depayload_packet_lost),
3561         (gst_base_rtp_depayload_set_gst_timestamp):
3562         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3563         Catch packet-lost events from the jitterbuffer and convert them into a
3564         vmethod call (lost-packet) so that depayloaders can do something smart.
3565         Also add a default packet-lost function that sends out a segment update
3566         to the decoders.
3567
3568 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3569
3570         * gst/playback/test4.c:
3571         * gst/playback/test5.c:
3572         * gst/playback/test6.c:
3573         * gst/playback/test7.c:
3574           Also include config.h when relying on defines from it. Fixes the
3575           build. Its been a please to serve :)
3576
3577 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3578
3579         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3580         (paint_setup_NV21), (paint_hline_NV12_NV21):
3581         Add support for NV12 and NV21 in videotestsrc
3582
3583 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3584
3585         * gst/videoscale/gstvideoscale.c:
3586         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3587         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3588         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3589         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3590         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3591         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3592         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3593         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3594         (vs_image_scale_linear_RGB555):
3595         Support 1x1 images as input and output as for example the BBC HQ new
3596         streams have 1x1 GIFs in the playlists for some reason.
3597
3598 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3599
3600         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3601           (try_to_link_1):
3602           If we can't activate one of the decoders we plugged in (such as,
3603           say, musepackdec) for some reason (it might not support push mode,
3604           for example), remove any pad probes that close_pad_link() might
3605           have set up. This makes sure we later don't try to remove a probe
3606           for a pad that doesn't exist any longer, and avoids nast warnings
3607           and probably other things too.
3608
3609 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3610
3611         * gst/typefind/gsttypefindfunctions.c:
3612           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3613           (plugin_init):
3614           Rework mpeg video stream typefinding a bit more: make sure sequence,
3615           GOP, picture and slice headers appear in the order they should and
3616           that we've in fact at least had one of each; fix picture header
3617           detection; decouple picture and slice header check - don't assume
3618           they're at a fixed offset, there may be extra data in between. Also,
3619           announce varying degrees of probability depending on what we found
3620           exactly (multiple pictures, at least one picture, just sequence and
3621           GOP headers). Finally, in _ensure_data(), take into account that we
3622           might be typefinding smaller amounts of data, such as the first
3623           buffer of a stream, so fall back to the minimum size needed as long
3624           as that's available, instead of erroring out if there's less than
3625           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3626           fuzzed file from #399342 as valid.
3627
3628 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3629
3630         * ext/theora/theoradec.c:
3631           Cool kids don't divide by zero.
3632           Treat PAR of x:0 as 1:1.
3633           Fixes #530719.
3634
3635 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3636
3637         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3638           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3639           (mpeg_video_stream_type_find):
3640           Refactor a bit: use context structure to track parsing offset and
3641           size of available data and make the code a bit clearer. Fixes bad
3642           memory access in #356937.
3643
3644 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3645
3646         * gst/playback/test4.c:
3647         * gst/playback/test5.c:
3648         * gst/playback/test6.c:
3649         * gst/tcp/gstmultifdsink.c:
3650           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3651           is defined.
3652
3653 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3654
3655         * gst-libs/gst/audio/gstbaseaudiosink.h:
3656         Clarify some docs.
3657
3658         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3659         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3660         (gst_base_audio_src_set_slave_method),
3661         (gst_base_audio_src_get_slave_method),
3662         (gst_base_audio_src_set_property),
3663         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3664         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3665         Add property and methods for selecting the clock slave method in the
3666         source, like in the sink.
3667         We only implement "none" and "re-timestamp" for now.
3668         API: gst_base_audio_src_set_slave_method()
3669         API: gst_base_audio_src_get_slave_method()
3670
3671 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3672
3673         * gst-libs/gst/rtp/gstrtpbuffer.c:
3674         Fix the docs about the seqnum compare function, it returns a difference.
3675
3676 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3677
3678         * ext/alsa/gstalsadeviceprobe.c:
3679         (gst_alsa_get_device_list): Don't return before freeing up
3680         the allocated structures.
3681
3682 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3683
3684         * gst/playback/gstplaybin.c:
3685           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3686
3687 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3688
3689         * ext/ogg/gstoggdemux.c:
3690           Revert the event part, that should not go in.
3691
3692 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3693
3694         * ext/ogg/gstoggdemux.c:
3695           Don't leak GstPluginFeatures when filtering.
3696
3697 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3698
3699         * sys/xvimage/xvimagesink.c:
3700           Add some logging for cases when grabbing the xv failed.
3701
3702 2008-04-21  David Schleef  <ds@schleef.org>
3703
3704         * ext/ogg/gstoggmux.c:
3705           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3706           packet.  Should conform to what we currently think is the
3707           final Ogg/Dirac muxing spec.
3708
3709 2008-04-21  David Schleef  <ds@schleef.org>
3710
3711         * sys/xvimage/xvimagesink.c:
3712           Fix typo that causes the overlay keying color to bright green
3713           on a 16-bit display.  Dark grey good.  Bright green bad.
3714
3715 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3716
3717         * ext/gnomevfs/gstgnomevfsuri.c:
3718           Add  FIXME comment about using uri-list for source and sink.
3719
3720 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3721
3722         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3723         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3724         vaargs functions to gint. Otherwise the fractions will get 0 set
3725         instead of the correct value on big endian systems. Fixes bug #529018.
3726
3727 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3728
3729         * ext/gnomevfs/gstgnomevfssink.c:
3730         (gst_gnome_vfs_sink_uri_get_protocols):
3731         * ext/gnomevfs/gstgnomevfssrc.c:
3732         (gst_gnome_vfs_src_uri_get_protocols):
3733         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3734         (gst_gnomevfs_get_supported_uris):
3735         Get the list of supported URI schemes in a threadsafe way and use the
3736         same list for the source and sink.
3737
3738 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3739
3740         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3741         (gst_gio_get_supported_protocols):
3742         Don't generate a new supported protocols list on each call but cache
3743         it. It's supposed to be static anyway, this way we only leak it once
3744         per process.
3745
3746         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3747         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3748         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3749         (gst_gio_sink_start):
3750         * ext/gio/gstgiosink.h:
3751         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3752         (gst_gio_src_class_init), (gst_gio_src_finalize),
3753         (gst_gio_src_set_property), (gst_gio_src_get_property),
3754         (gst_gio_src_start):
3755         * ext/gio/gstgiosrc.h:
3756         API: Add "file" properties where one can set a GFile as
3757         source/destination.
3758
3759         Add locking to the properties and use
3760         gst_element_class_set_details_simple() instead of a static
3761         GstElementDetails struct.
3762
3763 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3764
3765         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3766         (plugin_init):
3767         Add "mpp" and "mp+" as possible extensions for MusePack files.
3768
3769         Add typefinding for MusePack StreamVersion 8 files and include the
3770         stream version in the caps.
3771
3772 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3773
3774         * gst-libs/gst/rtp/gstrtppayloads.c:
3775         (gst_rtp_payload_info_for_name):
3776         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3777
3778 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3779
3780         * configure.ac:
3781           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3782           (NB: this only affects compilation of some of the examples).
3783           Remove some configure.ac cruft that's not needed any longer.
3784
3785 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3786
3787         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3788         Don't validate the payload if there isn't any.
3789         Fixes #525915
3790
3791 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3792
3793         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3794         Use g_atomic_int_set() instead of gst_atomic_int_set().
3795
3796 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3797
3798         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3799         Return NULL instead of a gchar * array with one NULL element if we
3800         don't get any supported URI schemes from GIO.
3801
3802 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3803
3804         * gst/audiotestsrc/gstaudiotestsrc.c:
3805           Remove cpp style commented old code.
3806
3807 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3808
3809         * gst/playback/gstdecodebin2.c:
3810           Fix signal docs.
3811
3812 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3813
3814         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3815           (gst_text_overlay_init):
3816           Fix textoverlay unit test again by making the supposed default
3817           value for the wait-text property the actual default value.
3818           Also fix Since: tag for new property.
3819
3820 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3821
3822         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3823           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3824           (gst_video_format_get_pixel_stride),
3825           (gst_video_format_get_component_width),
3826           (gst_video_format_get_component_height),
3827           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3828           (gst_video_format_convert):
3829           Add guards to these functions to ensure sane input values.
3830
3831         * tests/check/libs/video.c:
3832           Fix unit test not to create caps with width=0 and height=0.
3833
3834 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3835
3836         * docs/design/draft-keyframe-force.txt:
3837         Fix typo.
3838
3839         * gst/playback/gstqueue2.c: (update_buffering),
3840         (gst_queue_handle_src_query):
3841         Set buffering mode in the messages.
3842         Set buffering percent in the query.
3843
3844         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3845         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3846         Do some more fancy things based on the buffering method in use.
3847
3848 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3849
3850         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3851         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3852         (msg_buffering), (main):
3853         Add basic download reports to seek using the new buffering API.
3854
3855 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3856
3857         * gst/playback/gstqueue2.c: (update_buffering),
3858         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3859         (gst_queue_src_checkgetrange_function):
3860         Include extra buffering stats in the buffering message.
3861         Implement BUFFERING query.
3862
3863         * gst/playback/gsturidecodebin.c: (do_async_start),
3864         (do_async_done), (type_found), (setup_streaming), (setup_source),
3865         (gst_uri_decode_bin_change_state):
3866         Only add decodebin2 when the type is found in streaming mode.
3867         Make uridecodebin async to PAUSED even when we don't have decodebin2
3868         added yet.
3869
3870 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3871
3872         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3873         Filter cdda from the supported URI schemes. We can't support
3874         musicbrainz tags and everything else one expects from a cdda source
3875         with GIO. Fixes bug #526794.
3876
3877 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3878
3879         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3880         (gst_xvimagesink_buffer_alloc):
3881         Fix calculation of 'expected size' for YV12 buffers.
3882         Be a little more verbose in the debug output for buffer-alloc'ed
3883         buffers which turn out to have the wrong size.
3884
3885 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3886
3887         * NEWS:
3888         * RELEASE:
3889         * gst-plugins-base.doap:
3890           Merge other changes from 0.10.19 release branch.
3891
3892 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3893
3894         * gst-libs/gst/audio/gstbaseaudiosink.c:
3895           (gst_base_audio_sink_class_init):
3896         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3897           (gst_base_audio_src_class_init):
3898         * gst/playback/gstplayback.c: (plugin_init):
3899         * gst/volume/gstvolume.c: (plugin_init):
3900           Work around missing bits of thread-safety on older GLibs some
3901           more to avoid assertions when starting up multiple playbin
3902           objects concurrently (see #512382).
3903
3904 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3905
3906         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3907           Remove some more fields.
3908
3909 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3910
3911         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3912
3913         * configure.ac:
3914         Actually build dlls when cross-compiling with mingw32.
3915         Fixes bug #526247.
3916
3917 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3918
3919         * configure.ac:
3920           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3921
3922 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3923
3924         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3925         (msg_buffering), (connect_bus_signals), (main):
3926         Add statusbar.
3927         Add buffering support with feedback in the statusbar.
3928
3929 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3930
3931         * ext/ogg/gstoggmux.c:
3932           Fix sample pipeline description.
3933
3934 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3935
3936         * docs/plugins/Makefile.am:
3937         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3938         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3939         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3940           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3941
3942         * docs/plugins/gst-plugins-base-plugins.args:
3943         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3944         * docs/plugins/gst-plugins-base-plugins.interfaces:
3945         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3946         * docs/plugins/inspect/plugin-adder.xml:
3947         * docs/plugins/inspect/plugin-alsa.xml:
3948         * docs/plugins/inspect/plugin-audioconvert.xml:
3949         * docs/plugins/inspect/plugin-audiorate.xml:
3950         * docs/plugins/inspect/plugin-audioresample.xml:
3951         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3952         * docs/plugins/inspect/plugin-cdparanoia.xml:
3953         * docs/plugins/inspect/plugin-decodebin.xml:
3954         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3955         * docs/plugins/inspect/plugin-gdp.xml:
3956         * docs/plugins/inspect/plugin-gnomevfs.xml:
3957         * docs/plugins/inspect/plugin-libvisual.xml:
3958         * docs/plugins/inspect/plugin-ogg.xml:
3959         * docs/plugins/inspect/plugin-pango.xml:
3960         * docs/plugins/inspect/plugin-playback.xml:
3961         * docs/plugins/inspect/plugin-queue2.xml:
3962         * docs/plugins/inspect/plugin-subparse.xml:
3963         * docs/plugins/inspect/plugin-tcp.xml:
3964         * docs/plugins/inspect/plugin-theora.xml:
3965         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3966         * docs/plugins/inspect/plugin-uridecodebin.xml:
3967         * docs/plugins/inspect/plugin-video4linux.xml:
3968         * docs/plugins/inspect/plugin-videorate.xml:
3969         * docs/plugins/inspect/plugin-videoscale.xml:
3970         * docs/plugins/inspect/plugin-videotestsrc.xml:
3971         * docs/plugins/inspect/plugin-volume.xml:
3972         * docs/plugins/inspect/plugin-vorbis.xml:
3973         * docs/plugins/inspect/plugin-ximagesink.xml:
3974         * docs/plugins/inspect/plugin-xvimagesink.xml:
3975           Update introspection data.
3976
3977         * ext/ogg/gstoggmux.c:
3978           Document oggmux.
3979
3980         * gst/playback/gstdecodebin2.c:
3981           Don't use gtk-doc style comment start for private stuff, but make it
3982           formatted like this for consistency.
3983
3984 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3985
3986         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3987         (gst_decode_bin_init), (gst_decode_bin_dispose),
3988         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3989         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3990         (analyze_new_pad), (connect_pad), (expose_pad),
3991         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3992         (gst_decode_group_expose), (gst_decode_group_free),
3993         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3994         Remove fakesink hack, we can now implement this more elegantly.
3995         Added property to bypass typefinding.
3996         Removed underrun callback and demuxer pad probe, we now use the srcpad
3997         probe to expose groups.
3998         API::sink-caps property
3999
4000         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
4001         Guard against multiple emissions of the no_more_pads signal, which
4002         happens when we are dealing with chained oggs.
4003
4004         * gst/playback/gsturidecodebin.c: (remove_decoders),
4005         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
4006         (setup_source):
4007         For streams, use our own typefind element and plug our queue after it.
4008         We will need this to determine the type of buffering to use for the
4009         queue soon.
4010
4011 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
4012
4013         * gst-libs/gst/audio/gstbaseaudiosink.c:
4014         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
4015         Guard against over and underflows because of clock slaving.
4016         When we are using our own clock, still compensate for any calibrations
4017         that we might have done to our clock.
4018
4019 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
4020
4021         * ext/theora/theoradec.c: (theora_handle_type_packet),
4022         (theora_dec_chain):
4023         Don't try to do anything fancy with the return code from pushing an
4024         event, it does not have enough information to turn it into a
4025         GST_FLOW_ERROR.
4026
4027 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
4028
4029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
4030         (gst_ogg_demux_chain_elem_pad):
4031         Add small debug line.
4032         Pass return code from the internal decoder instead of the too generic
4033         GST_FLOW_ERROR.
4034
4035 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4036
4037         * gst-libs/gst/cdda/Makefile.am:
4038         * gst-libs/gst/cdda/base64.c:
4039         * gst-libs/gst/cdda/base64.h:
4040         * gst-libs/gst/cdda/gstcddabasesrc.c:
4041         (gst_cddabasesrc_calculate_musicbrainz_discid):
4042         Use GLib's base64 implementation instead of our own.
4043
4044 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4045
4046         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4047         (gst_ogg_demux_read_chain):
4048         Refix oggdemux, we only have a problem if we failed to find a chain and
4049         we are not EOF.
4050
4051 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4052
4053         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
4054
4055         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4056         (gst_ogg_demux_read_chain):
4057         When we fail to find a BOS page and we and up with no chain, error out
4058         properly instead of segfaulting. Fixes #525665.
4059
4060 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4061
4062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4063         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
4064         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
4065         no-more-pads...
4066
4067 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4068
4069         * gst/playback/gstqueue2.c: (update_out_rates),
4070         (gst_queue_open_temp_location_file),
4071         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
4072         (gst_queue_handle_src_query), (gst_queue_set_property):
4073         Update the estimated input data when we push out a buffer.
4074         Add some debug info about the temp file.
4075         Only forward src events when we are not using a temp file.
4076         Don't block the duration query, we need to find something better.
4077         Don't leak the temp filename.
4078
4079 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
4080
4081         * configure.ac:
4082         Require GLib 2.12 and liboil 0.3.14.
4083
4084         * gst/volume/gstvolume.c: (volume_process_double):
4085         Unconditionally use liboil 0.3.14 function.
4086
4087 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4088
4089         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4090         ms-gsm can have arbitrarty sample rates. See #481354.
4091
4092 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4093
4094         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4095         MP4S is generic MPEG-4, not a microsoft variant.
4096
4097 2008-03-27  Michael Smith <msmith@fluendo.com>
4098
4099         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
4100           Check the body CRC (if set) when depayloading.
4101           Fixes #522401.
4102
4103 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
4104
4105         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4106           Fix Since: version for new property.
4107
4108 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4109
4110         * gst-libs/gst/rtsp/gstrtspconnection.c:
4111         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4112         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
4113         Don't error when poll_wait returns EAGAIN.
4114
4115 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4116
4117         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
4118         The queue is never filled when there are no buffers in the queue at all.
4119         Fixes #523993.
4120
4121 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4122
4123         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4124         (init_group), (free_group), (gst_play_bin_init),
4125         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4126         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
4127         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
4128         (gst_play_bin_set_current_video_stream),
4129         (gst_play_bin_set_current_audio_stream),
4130         (gst_play_bin_set_current_text_stream),
4131         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
4132         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
4133         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
4134         (activate_group), (deactivate_group), (setup_next_source),
4135         (save_current_group), (gst_play_bin_change_state):
4136         Update some docs.
4137         Add new locks and conds to protect pipeline creation and group
4138         switching.
4139         Implement the sub-uri property.
4140         Keep track of pending uridecodebin creation and configure the output
4141         pipeline after all streams are configured.
4142         Propagate subtitle encoding to the uridecodebins.
4143         Implement getting the video/audio/visualisation elements.
4144         Use input-selector for stream switching.
4145         If we are asked to do visualisation, prefer to autoplug raw sinks
4146         instead of sinks that accept encoded data.
4147
4148 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4149
4150         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4151         (gst_play_sink_init), (gst_play_sink_dispose),
4152         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
4153         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
4154         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
4155         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
4156         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
4157         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
4158         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
4159         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
4160         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
4161         * gst/playback/gstplaysink.h:
4162         Add methods to get audio/video/vis elements.
4163         Add methods to set the font description for the overlay.
4164         Remove properties, we're using this element with its methods only.
4165         Add support for subtitles.
4166         Rearrange the locking a bit to not use the object lock for protecting
4167         the pipeline construction.
4168         Try to use the volume and mute property on the sink when its available.
4169         Implement the mute option with volume when the sink does not have a mute
4170         property.
4171         Only add volume element when the sink has no volume property.
4172         Only do visualisations with raw audio pads.
4173
4174 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4175
4176         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4177         (gst_text_overlay_init), (gst_text_overlay_set_property),
4178         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
4179         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4180         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4181         (gst_text_overlay_change_state):
4182         * ext/pango/gsttextoverlay.h:
4183         Add property to configure waiting for text on the textpad or not, with
4184         the default behaviour being the old one (always wait for text before
4185         rendering the video). This default behaviour is usually not the best one
4186         because the text stream can very sparse and could require queueing a lot
4187         of video.
4188         Fix the flushing and EOS handing so that we don't mix up their meaning.
4189
4190 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4191
4192         * gst/playback/gsturidecodebin.c:
4193         (gst_uri_decode_bin_autoplug_factories),
4194         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4195         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
4196         (gst_uri_decode_bin_set_property),
4197         (gst_uri_decode_bin_get_property), (no_more_pads_full),
4198         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
4199         (proxy_autoplug_factories_signal), (make_decoder),
4200         (source_new_pad), (setup_source):
4201         Add a readonly source property and notify.
4202         Add new lock for protecting the construction of the pipeline.
4203         Keep track of the decodebins we plugged.
4204         Correctly proxy the autoplug signal so that it actually continues.
4205         Proxy subtitle-encoding to the decodebins.
4206
4207 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4208
4209         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4210         (text_toggle_cb), (update_streams), (main):
4211         Rearrange some buttons in playbin2 and make some other boxes insensitive
4212         when needed.
4213         Add language codes to subtitle selection boxes when we gind the right
4214         tags for the streams.
4215
4216 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4217
4218         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4219         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4220         (gst_decode_bin_set_subs_encoding),
4221         (gst_decode_bin_get_subs_encoding),
4222         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4223         (deactivate_free_recursive):
4224         Protect caps property with the object lock.
4225         Protect encoding property with the object lock.
4226         Keep list of elements we added that have the subtitle-encoding property.
4227         Distribute the subtitle-encoding to all of the elements when it
4228         changes.
4229
4230 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4231
4232         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4233         Small debug improvement.
4234
4235         * gst-libs/gst/audio/gstbaseaudiosink.c:
4236         (gst_base_audio_sink_render):
4237         Fix bug in determining the sample start/stop position, we want to base
4238         this decision on the fact that we are going forwards or backwards, not
4239         slower or faster. This fixes some ugly resync warnings when playing at
4240         very slow speeds.
4241
4242 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
4243
4244         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4245         Correctly set the supported URI schemes and don't leave
4246         some schemes in the middle or at the start at NULL.
4247
4248 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4249
4250         * tests/check/elements/gdpdepay.c:
4251           Make test compile without unused function/variable warnings on PPC.
4252  
4253 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4254
4255         * configure.ac:
4256         * ext/alsa/gstalsamixerelement.c:
4257         (gst_alsa_mixer_element_class_init):
4258         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4259         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4260         * ext/cdparanoia/gstcdparanoiasrc.c:
4261         (gst_cd_paranoia_src_class_init):
4262         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4263         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4264         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4265         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4266         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4267         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4268         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4269         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4270         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4271         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4272         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4273         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4274         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4275         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4276         (gst_audio_filter_template_class_init):
4277         * gst-libs/gst/audio/gstbaseaudiosink.c:
4278         (gst_base_audio_sink_class_init):
4279         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4280         (gst_base_audio_src_class_init):
4281         * gst-libs/gst/cdda/gstcddabasesrc.c:
4282         (gst_cdda_base_src_class_init):
4283         * gst-libs/gst/interfaces/mixertrack.c:
4284         (gst_mixer_track_class_init):
4285         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4286         (gst_base_rtp_depayload_class_init):
4287         * gst-libs/gst/rtp/gstbasertppayload.c:
4288         (gst_basertppayload_class_init):
4289         * gst/audioconvert/gstaudioconvert.c:
4290         (gst_audio_convert_class_init):
4291         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4292         * gst/audioresample/gstaudioresample.c:
4293         (gst_audioresample_class_init):
4294         * gst/audiotestsrc/gstaudiotestsrc.c:
4295         (gst_audio_test_src_class_init):
4296         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4297         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4298         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4299         (preroll_unlinked):
4300         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4301         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4302         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4303         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4304         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4305         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4306         (gst_stream_selector_class_init):
4307         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4308         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4309         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4310         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4311         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4312         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4313         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4314         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4315         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4316         * gst/videotestsrc/gstvideotestsrc.c:
4317         (gst_video_test_src_class_init):
4318         * gst/volume/gstvolume.c: (gst_volume_class_init):
4319         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4320         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4321         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4322         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4323         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4325         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4326         static strings (i.e. all). This gives us less memory usage,
4327         fewer allocations and thus less memory defragmentation. Depend
4328         on core CVS for this. Fixes bug #523806.
4329
4330 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4331
4332         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4333         Filter http and https protocols. GIO/GVfs handles them but it's
4334         impossible to implement iradio/icecast with it. Better use
4335         souphttpsrc or something else for this.
4336
4337         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4338         If getting the file informations by a query fails try it with the
4339         seek-to-end trick too.
4340
4341 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4342
4343         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4344         (gst_volume_base_init), (gst_volume_class_init),
4345         (volume_process_double), (volume_process_float),
4346         (volume_transform_ip), (plugin_init):
4347         memset buffers to zero if we get a GAP buffer. We usually see a
4348         buffer as one unit so let's handle it as one and don't care about
4349         volume changes while processing one buffer.
4350         Also clean up some stuff a bit.
4351
4352 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4353
4354         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4355         (gst_audio_convert_create_silence_buffer),
4356         (gst_audio_convert_transform):
4357         Make audioconvert GAP-aware by outputting silence buffers when the
4358         input has the GAP flag set. This is up to 8x faster.
4359         Based on a patch by Stefan Kost. Fixes bug #517813.
4360
4361 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4362
4363         * gst/volume/gstvolume.c: (volume_process_double):
4364         Use oil_scalarmultiply_f64_ns() for double processing when it's
4365         available at compile time.
4366
4367 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4368
4369         * configure.ac:
4370         Fix lrint/lrintf checks to actually work. These functions are
4371         in libm on Linux at least so try to link to it.
4372
4373 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4374
4375         * configure.ac:
4376         Back to development - 0.10.18.1
4377
4378 === release 0.10.18 ===
4379
4380 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4381
4382         * configure.ac:
4383           releasing 0.10.18, "I will follow"
4384
4385 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4386
4387         * configure.ac:
4388         * win32/common/config.h:
4389         0.10.17.4 pre-release
4390
4391 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4392
4393         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4394         Use GST_STR_NULL when trying to print strings that could be NULL because
4395         this might crash on some platforms. See #520808.
4396
4397 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4398
4399         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4400
4401         * gst-libs/gst/rtsp/gstrtspconnection.c:
4402         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4403         (read_line), (gst_rtsp_connection_read_internal):
4404         Generic Windows fixes that makes libgstrtsp work on Windows when
4405         coupled with the new GstPoll API. See #520808.
4406
4407 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4408
4409         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4410
4411         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4412           If seeking to a new position succeeds don't simply return from
4413           create() without creating a buffer. Do this only in the case
4414           seeking to the new position fails. Fixes bug #523054.
4415
4416 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4417
4418         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4419           (gst_video_format_from_rgba32_masks):
4420           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4421           (#522635).
4422
4423         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4424           Add unit test for the RGB caps parsing and creation, checking for
4425           internal consistency of the new API and consistency of the API with
4426           the old GST_VIDEO_CAPS_* defines.
4427
4428 2008-03-14  David Schleef  <ds@schleef.org>
4429
4430         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4431           because -base is in freeze.
4432
4433 2008-03-14  David Schleef  <ds@schleef.org>
4434
4435         Patch by: William M. Brack
4436
4437         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4438
4439 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4440
4441         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4442         (gst_selector_pad_chain):
4443         * gst/playback/gststreamselector.h:
4444         Revert change that caused regression until a real fix is found.
4445         Fixes #522203.
4446
4447 2008-03-12  Michael Smith <msmith@fluendo.com>
4448
4449         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4450         * gst-libs/gst/audio/gstringbuffer.h:
4451           Rename recently added buffer types to make more sense.
4452         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4453         (gst_alsasink_write):
4454           Adapt for above API changes.
4455           Fixes bug #520523.
4456
4457 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4458
4459         * win32/common/libgstnetbuffer.def:
4460         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4461
4462 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4463
4464         * configure.ac:
4465         * win32/common/config.h:
4466         0.10.17.3 pre-release
4467
4468 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4469
4470         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4471         (gst_base_audio_src_create):
4472         Fix duration when no clock was provided. Fixes #520300.
4473
4474 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4475
4476         Patch by: Olivier Crete  <tester at tester ca>
4477
4478         * docs/libs/gst-plugins-base-libs-sections.txt:
4479         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4480         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4481         Add trivial function to compare GstNetAddress. See #520626.
4482         API: GstNetBuffer::gst_netaddress_equal
4483
4484 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4485
4486         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4487         Update mode property docs, it's deprecated now.
4488
4489 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4490
4491         * gst-libs/gst/rtsp/gstrtspconnection.c:
4492         (gst_rtsp_connection_create):
4493         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4494         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4495         * gst/tcp/gstmultifdsink.h:
4496         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4497         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4498         Remove GstPollMode from gstpoll constructor.
4499
4500 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4501
4502         * configure.ac:
4503         * win32/common/config.h:
4504         0.10.17.2 pre-release
4505
4506 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4507
4508         * gst/Makefile.am:
4509         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4510         them twice
4511
4512         * win32/common/libgstinterfaces.def:
4513         * win32/common/libgstrtp.def:
4514         Add new API to the defs
4515
4516 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4517
4518         Patch by: Mersad Jelacic  <mersad at axis dot com>
4519
4520         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4521         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4522         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4523         possible to specify the sample size in bits. (#509637)
4524
4525 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4526
4527         * tests/check/libs/mixer.c:
4528           Add a few simple checks for the new message types.
4529
4530 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4531
4532         * docs/libs/gst-plugins-base-libs-sections.txt:
4533         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4534           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4535           (gst_mixer_message_get_type),
4536           (gst_mixer_message_parse_option_changed),
4537           (gst_mixer_message_parse_options_list_changed):
4538         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4539           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4540           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4541           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4542           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4543           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4544
4545 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4546
4547         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4548           (gst_mixer_options_get_values):
4549         * gst-libs/gst/interfaces/mixeroptions.h:
4550           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4551           (_GstMixerOptions), (_GstMixerOptionsClass):
4552           API: add GstMixerOptions::get_values vfunc (#519906)
4553
4554 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4555
4556         * configure.ac:
4557         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4558         plug-ins are included/excluded. (#498222)
4559
4560 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4561
4562         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4563         Add typefinder for IMelody files, using audio/x-imelody.
4564         See bug #519516.
4565
4566 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4567
4568         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4569         * ext/alsa/gstalsasink.c: (set_hwparams):
4570         * ext/alsa/gstalsasrc.c: (set_hwparams):
4571         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4572         * ext/ogg/gstoggmux.h:
4573         * ext/ogg/gstogmparse.c:
4574         * gst-libs/gst/audio/audio.c:
4575         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4576         * gst-libs/gst/pbutils/missing-plugins.c:
4577         (gst_missing_uri_sink_message_new),
4578         (gst_missing_element_message_new),
4579         (gst_missing_decoder_message_new),
4580         (gst_missing_encoder_message_new):
4581         * gst-libs/gst/rtp/gstbasertppayload.c:
4582         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4583         (gst_rtcp_packet_bye_get_reason):
4584         * gst/audioconvert/gstaudioconvert.c:
4585         * gst/audioresample/gstaudioresample.c:
4586         * gst/ffmpegcolorspace/imgconvert.c:
4587         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4588         * gst/typefind/gsttypefindfunctions.c:
4589         * gst/videoscale/vs_4tap.c:
4590         * gst/videoscale/vs_4tap.h:
4591         * sys/v4l/gstv4lelement.c:
4592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4593         * sys/v4l/v4l_calls.c:
4594         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4595         (gst_v4lsrc_try_capture):
4596         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4597         (gst_ximagesink_ximage_new):
4598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4599         (gst_xvimagesink_xvimage_new):
4600         * tests/check/elements/audioconvert.c:
4601         * tests/check/elements/audioresample.c:
4602         (fail_unless_perfect_stream):
4603         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4604         * tests/check/elements/decodebin.c:
4605         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4606         (setup_gdpdepay_streamheader):
4607         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4608         (setup_gdppay_streamheader):
4609         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4610         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4611         * tests/check/elements/textoverlay.c:
4612         * tests/check/elements/videorate.c: (setup_videorate):
4613         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4614         * tests/check/elements/volume.c: (setup_volume):
4615         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4616         * tests/check/elements/vorbistag.c:
4617         * tests/check/generic/clock-selection.c:
4618         * tests/check/generic/states.c: (setup), (teardown):
4619         * tests/check/libs/cddabasesrc.c:
4620         * tests/check/libs/video.c:
4621         * tests/check/pipelines/gio.c:
4622         * tests/check/pipelines/oggmux.c:
4623         * tests/check/pipelines/simple-launch-lines.c:
4624         (simple_launch_lines_suite):
4625         * tests/check/pipelines/streamheader.c:
4626         * tests/check/pipelines/theoraenc.c:
4627         * tests/check/pipelines/vorbisdec.c:
4628         * tests/check/pipelines/vorbisenc.c:
4629         * tests/examples/seek/scrubby.c:
4630         * tests/examples/seek/seek.c: (query_positions_elems),
4631         (query_positions_pads):
4632         * tests/icles/stress-xoverlay.c: (myclock):
4633         Correct all relevant warnings found by the sparse semantic code
4634         analyzer. This include marking several symbols static, using
4635         NULL instead of 0 for pointers and using "foo (void)" instead
4636         of "foo ()" for declarations.
4637
4638         * win32/common/libgstrtp.def:
4639         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4640
4641 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4642
4643         Patch by: José Alburquerque <jaalburqu svn gnome org>
4644
4645         * gst/playback/gstplaybin2.c:
4646           Make the function signature of the _get_*_tags() functions match
4647           the signature of the vfuncs they implement, ie. return a
4648           GstTagList rather than a GstStructure, which is more correct,
4649           even if one is typedef'ed to the other (#518940).
4650
4651 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4652
4653         * gst-libs/gst/rtsp/gstrtspconnection.c:
4654           Don't include unix headers unconditionally (fixes #518037).
4655
4656 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4657
4658         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4659           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4660           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4661           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4662           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4663           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4664           (gst_video_format_is_packed), (video_format_is_packed):
4665           Add unit test that makes sure that the strides, offsets and
4666           sizes returned for the various YUV formats by the new video API
4667           match the old reference implementation in videotestsrc.
4668
4669 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4670
4671         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4672           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4673           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4674           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4675           (gst_video_format_get_pixel_stride),
4676           (gst_video_format_get_component_width),
4677           (gst_video_format_get_component_height),
4678           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4679         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4680           (GST_VIDEO_FORMAT_Y42B):
4681           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4682
4683 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4684
4685         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4686           YV12 is I420 with swapped components 1 and 2, so the offset of
4687           component 1 for I420 should be the offset for component 2 for YV12
4688           and vice versa.
4689
4690 2008-02-29  Rene Stadler  <mail@renestadler.de>
4691
4692         * sys/v4l/gstv4lelement.c:
4693         Add missing semicolon to fix indentation.
4694
4695 2008-02-29  Julien Moutte  <julien@fluendo.com>
4696
4697         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4698         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4699         if we can do SPDIF output.
4700         * ext/alsa/gstalsa.h:
4701         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4702         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4703         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4704         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4705         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4706         to support AC3, EC3 and IEC958 buffers.
4707
4708 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4709
4710         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4711           (gst_mixer_message_parse_mute_toggled),
4712           (gst_mixer_message_parse_record_toggled),
4713           (gst_mixer_message_parse_volume_changed),
4714           (gst_mixer_message_parse_option_changed):
4715           De-cruft and fix message type assertions (NULL is not a really
4716           valid mixer message type string).
4717
4718 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4719
4720         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4721         When negotiating, actually start from a format that we can support
4722         instead of from the too generic template.
4723
4724 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4725
4726         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4727         Enable vis setting.
4728
4729         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4730         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4731         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4732         (gen_vis_chain):
4733         Implement vis switching while playing.
4734
4735 2008-02-28  David Schleef  <ds@schleef.org>
4736
4737         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4738
4739 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4740
4741         Patch by: Peter Kjellerstedt  <pkj at axis com>
4742
4743         * gst/tcp/Makefile.am:
4744         * gst/tcp/fdsetstress.c:
4745         * gst/tcp/gstfdset.c:
4746         * gst/tcp/gstfdset.h:
4747         Removed fdset and stress test, they are now known as GstPoll in
4748         core. 
4749
4750         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4751         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4752         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4753         (gst_multi_fd_sink_handle_client_write),
4754         (gst_multi_fd_sink_queue_buffer),
4755         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4756         (gst_multi_fd_sink_stop):
4757         * gst/tcp/gstmultifdsink.h:
4758         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4759         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4760         (gst_tcp_gdp_read_caps):
4761         * gst/tcp/gsttcp.h:
4762         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4763         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4764         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4765         * gst/tcp/gsttcpclientsink.h:
4766         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4767         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4768         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4769         * gst/tcp/gsttcpclientsrc.h:
4770         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4771         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4772         * gst/tcp/gsttcpserversink.h:
4773         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4774         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4775         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4776         * gst/tcp/gsttcpserversrc.h:
4777         Port to GstPoll. See #505417.
4778
4779 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4780
4781         Patch by: Peter Kjellerstedt  <pkj at axis com>
4782
4783         * gst-libs/gst/rtsp/gstrtspconnection.c:
4784         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4785         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4786         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4787         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4788         (gst_rtsp_connection_flush):
4789         * gst-libs/gst/rtsp/gstrtspconnection.h:
4790         Use GstPoll for the rtsp connection. See #505417.
4791
4792 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4793
4794         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4795         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4796         Add combo box for visualisations, populate it with a factory list
4797         of all visualisation plugins, configure vis plugin instance in
4798         playbin2. 
4799
4800 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4801
4802         * tests/check/libs/rtp.c: (GST_START_TEST):
4803         Add check for RTP buffer defaults, padding and marker bit API.
4804
4805 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4806
4807         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4808         Use memcpy() instead of upcasting a byte array to long *. This
4809         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4810         This should be ported to GCheckSum once we can use GLib 2.16.
4811         Partially fixes bug #500833.
4812
4813 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4814
4815         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4816           Push tag event after the newsegment event. Log the pointer of
4817           the buffer we're actually going to push rather than the buffer
4818           we're feeding to _make_metadata_writable().
4819
4820 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4821
4822         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4823         Comment smoke typefinder for now. The smokedec plugin needs one
4824         frame per buffer but we have no parser yet, thus it simply crashes
4825         in most situations.
4826
4827 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4828
4829         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4830         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4831
4832 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4833
4834         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4835         (plugin_init):
4836         Add midi typefinder, copied from the timidity plugin.
4837
4838 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4839
4840         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4841
4842         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4843         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4844           (subparse_suite):
4845           Forward slashes at the beginning and end of a line also signify
4846           italics (Fixes: #518162).
4847
4848 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4849
4850         * tests/check/gst-plugins-base.supp:
4851         Add a suppression for a cached value in GIO that wasn't moved
4852         while moving gio from -bad to -base.
4853
4854 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4855
4856         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4857
4858         * configure.ac:
4859         Don't hardcode -Wall and -Werror for configure checks, this fails
4860         with non-GCC compilers. Fixes bug #517991.
4861
4862 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4863
4864         * gst/audioconvert/gstaudioconvert.c:
4865         * gst/audioconvert/gstaudioquantize.c:
4866         * gst/audioconvert/gstaudioquantize.h:
4867           Make audioconvert gap aware. If noiseshaping is used, wait for
4868           noiseshaping to converge before marking as GAP. Fixes #517813.
4869
4870 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4871
4872         * gst/audiotestsrc/gstaudiotestsrc.c:
4873           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4874
4875 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4876
4877         * ext/gnomevfs/gstgnomevfssink.c:
4878         (gst_gnome_vfs_sink_handle_event):
4879         Return FALSE when seeking for a new segment fails instead
4880         of silently ignoring the failure and appending every buffer
4881         that comes for the new segment.
4882
4883 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4884
4885         * gst/playback/gstplaysink.c: (find_property),
4886         (gst_play_sink_find_property), (gen_video_chain),
4887         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4888         Recursively search the sink element for a last-frame property so that we
4889         can also find the property in autovideosink and friends that don't
4890         always proxy the internal sink properties.
4891
4892 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4893
4894         * gst-libs/gst/audio/multichannel.c:
4895           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4896           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4897           (gst_audio_set_structure_channel_positions_list),
4898           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4899           (gst_audio_fixate_channel_positions):
4900           Fix confusing terminology in docs and code: structure fields are
4901           'fields' and not 'properties'.
4902
4903 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4904
4905         * gst-libs/gst/audio/multichannel.c:
4906           (gst_audio_check_channel_positions), (add_list_to_struct):
4907           Give more useful warning messages if one of the channel
4908           layout enums passed to us is invalid and if the "channels"
4909           field in the caps has a GType we don't expect.
4910
4911 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4912
4913         * gst-libs/gst/audio/multichannel.c:
4914           Fix typo in docs blurb.
4915
4916 2008-02-19  Julien Moutte  <julien@fluendo.com>
4917
4918         Patch by: Josep Torra Valles <josep@fluendo.com>
4919
4920         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4921         typefind lookup to fix typefinding on HD clips.
4922
4923 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4924
4925         * gst/playback/gstscreenshot.c:
4926         * gst/playback/gstscreenshot.h:
4927           Fix up copyright (I rewrote the GStreamer-0.10 code for
4928           this from scratch back in the days).
4929
4930 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4931
4932         * gst/playback/Makefile.am:
4933         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4934         (create_element), (gst_play_frame_conv_convert):
4935         * gst/playback/gstscreenshot.h:
4936         Add screenshot conversion code from totem.
4937
4938         * gst/playback/gstplay-marshal.list:
4939         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4940         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4941         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4942         Implement frame property to get a color-unconverted snapshot.
4943         Implement convert-frame action signal to get a converted snapshot image.
4944         Configure connection speed in uridecodebin.
4945         Document some more properties.
4946
4947         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4948         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4949         (gst_play_sink_get_last_frame):
4950         * gst/playback/gstplaysink.h:
4951         Use last-buffer property of the video sink to get a video snapshot.
4952
4953         * tests/examples/seek/seek.c: (shot_cb), (main):
4954         Add snapshot button for playbin2 and use the frame property to save the
4955         frame as a png in the current directory.
4956
4957 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4958
4959         Patch by: Josep Torra Valles <josep at fluendo dot com>
4960
4961         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4962         (plugin_init):
4963         Add typefinding support for h264 elementary streams.
4964         Fixes bug #517420.
4965
4966 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4967
4968         * configure.ac:
4969           Require CVS of core for new API in collectpads.
4970
4971         * gst/adder/gstadder.c:
4972           Use new API to make adder sparse stream aware.
4973
4974 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4975
4976         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4977         (no_more_pads_cb):
4978         Get the object data correct so that we can remove our channels
4979         correctly.
4980
4981         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4982         (gen_vis_chain), (gst_play_sink_reconfigure),
4983         (gst_play_sink_request_pad):
4984         Add option to disable async behaviour in the sinks when possible. This
4985         makes it possible to avoid an audio queue when dealing with
4986         visualisations.
4987         Add option to add a queue for the audio path.
4988
4989         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4990         (main):
4991         Disable the vis checkbox to match the defaults of playbin2.
4992         Only get the stream info when we need to.
4993
4994 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4995
4996         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4997         (gst_gio_base_sink_set_stream):
4998         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4999         (gst_gio_base_src_set_stream):
5000         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
5001         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
5002         Don't use async operations as they require a running main loop.
5003         This makes us block again when closing streams and unable
5004         to mount the enclosing volume of an URI if it isn't yet.
5005
5006 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
5007
5008         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
5009         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
5010         (gen_vis_chain), (gst_play_sink_reconfigure),
5011         (gst_play_sink_request_pad):
5012         Move tee in front of the audio and vis pipelines.
5013         Add queue for audio for now.
5014         Add visualisation support.
5015
5016         * tests/examples/seek/seek.c: (main):
5017         Visualisation is by default disabled.
5018
5019 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
5020
5021         * ext/gio/gstgiobasesink.c: (close_stream_cb):
5022         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
5023         Improve debugging a bit.
5024
5025         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
5026         * ext/gio/gstgiosink.h:
5027         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
5028         * ext/gio/gstgiosrc.h:
5029         Try to mount the enclosing volume of a GFile if it isn't mounted
5030         yet. This requires us to wait for an async operation to finish, done
5031         with an nested GMainLoop. Authentication is not supported yet, will
5032         come later.
5033
5034 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5035
5036         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5037         (gst_play_bin_set_property), (gst_play_bin_get_property),
5038         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
5039         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
5040         (gst_play_sink_get_mute), (gen_audio_chain):
5041         * gst/playback/gstplaysink.h:
5042         Add mute property.
5043
5044         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
5045         (gst_selector_pad_chain):
5046         * gst/playback/gststreamselector.h:
5047         Make sure we forward the event only once.
5048
5049         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
5050         Add and implement the mute button for playbin2.
5051
5052 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5053
5054         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5055
5056         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
5057         Add some more debug info.
5058         Make sure we never return a negative delay. Fixes #516246.
5059
5060 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5061
5062         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
5063           Revert patch that makes the sink hold the object lock when
5064           calling snd_pcm_delay(), since it breaks playback for me.
5065
5066 2008-02-12  Julien Moutte  <julien@fluendo.com>
5067
5068         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
5069         some seek flags when changing rate.
5070
5071 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5072
5073         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5074         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
5075         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
5076         Fix potential leaks.
5077
5078         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
5079         Fix leak when there is no function configured.
5080
5081 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5082
5083         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
5084         (gst_v4lsrc_buffer_finalize):
5085         Correctly chain up the finalize method.
5086
5087 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5088
5089         * ext/gio/gstgiostreamsink.c:
5090         * ext/gio/gstgiostreamsrc.c:
5091         Add documentation and example code for giostreamsink/giostreamsrc.
5092
5093         * tests/check/pipelines/gio.c: (GST_START_TEST):
5094         Ask the GMemoryOutputStream for the data instead of assuming that
5095         the pointer to the data stayed the same. It could've been realloc'ed.
5096
5097 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5098
5099         * ext/gio/gstgiosink.c:
5100         * ext/gio/gstgiosrc.c:
5101         Make the documentation of giosink/giosrc complete, large parts
5102         are based on the gnomevfssink/gnomevfssrc docs.
5103
5104 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5105
5106         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5107         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5108         * docs/plugins/gst-plugins-base-plugins.args:
5109         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5110         * docs/plugins/gst-plugins-base-plugins.interfaces:
5111         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5112         * docs/plugins/gst-plugins-base-plugins.signals:
5113         * docs/plugins/inspect/plugin-adder.xml:
5114         * docs/plugins/inspect/plugin-audioconvert.xml:
5115         * docs/plugins/inspect/plugin-audiorate.xml:
5116         * docs/plugins/inspect/plugin-audioresample.xml:
5117         * docs/plugins/inspect/plugin-decodebin.xml:
5118         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5119         * docs/plugins/inspect/plugin-gdp.xml:
5120         * docs/plugins/inspect/plugin-gio.xml:
5121         * docs/plugins/inspect/plugin-gnomevfs.xml:
5122         * docs/plugins/inspect/plugin-libvisual.xml:
5123         * docs/plugins/inspect/plugin-ogg.xml:
5124         * docs/plugins/inspect/plugin-pango.xml:
5125         * docs/plugins/inspect/plugin-playback.xml:
5126         * docs/plugins/inspect/plugin-queue2.xml:
5127         * docs/plugins/inspect/plugin-subparse.xml:
5128         * docs/plugins/inspect/plugin-theora.xml:
5129         * docs/plugins/inspect/plugin-uridecodebin.xml:
5130         * docs/plugins/inspect/plugin-videorate.xml:
5131         * docs/plugins/inspect/plugin-videoscale.xml:
5132         * docs/plugins/inspect/plugin-volume.xml:
5133         * docs/plugins/inspect/plugin-vorbis.xml:
5134         Add the GIO documentation again and while at that run make update.
5135
5136 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5137
5138         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
5139         * ext/alsa/gstalsasink.c: (set_swparams):
5140         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
5141           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
5142           against libasound >= 1.0.16, since it's been deprecated in
5143           0.10.16, and alignment is always 1 then, apparently. (#512899)
5144
5145 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5146
5147         * gst/playback/gstplaybin.c: (gen_audio_element):
5148         * gst/playback/gstplaysink.c: (gen_audio_chain):
5149           Handle case where we can't create the volume element a bit
5150           better (#514307).
5151
5152 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5153
5154         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
5155         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5156           Add support for https protocol. Fixes #510229.
5157
5158 2008-02-11  Julien Moutte  <julien@fluendo.com>
5159         
5160         Patch by: Alan Peevers <peeves@pacbell.net>
5161
5162         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
5163         lock when calling alsa methods.
5164
5165 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5166
5167         * gst/typefind/gsttypefindfunctions.c:
5168           Bump rank of jpeg and png typefinders, which will return maximum
5169           probability in the most common cases (thus short-circuiting more
5170           expensive typefinders like the mp3 one for these two quite common
5171           image types).
5172
5173 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5174
5175         * ext/theora/theoraparse.c:
5176         Fix long description of the theora parser to be more verbose than just
5177         the type name.
5178
5179 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5180
5181         Patch by: Branko Čibej <brane at xbc dot nu>
5182
5183         * sys/xvimage/xvimagesink.c:
5184         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
5185         Fixes bug #515654.
5186
5187 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5188
5189         * gst/playback/gstplaybasebin.c:
5190         Set is_dynamic as True if there are elements with both request
5191         and sometimes src pad templates instead of breaking out when it
5192         finds the first pad template that is a src.
5193
5194 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5195
5196         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
5197         (update_streams), (video_combo_cb), (audio_combo_cb),
5198         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
5199         Add some stream switching and volume gui for playbin2.
5200
5201 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5202
5203         * gst/playback/gstplay-marshal.list:
5204         Added marshal for streamselector Tags.
5205
5206         * gst/playback/gstplaybasebin.c: (set_active_source):
5207         Streamselector now selects pads based on the pad object instead of its
5208         name.
5209
5210         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5211         (init_group), (gst_play_bin_init), (get_group), (get_tags),
5212         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5213         (gst_play_bin_get_text_tags),
5214         (gst_play_bin_set_current_video_stream),
5215         (gst_play_bin_set_current_audio_stream),
5216         (gst_play_bin_set_current_text_stream),
5217         (gst_play_bin_set_property), (gst_play_bin_get_property),
5218         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5219         Remove option to mute streams with the current-a/v/t property, we have
5220         this functionality in the flags.
5221         Add signals to notify when the number of A/V/T channels changed.
5222         Add action signals to get tags for the A/V/T streams.
5223         Implement setting the current A/V/T stream.
5224         Rearrange some things to simplify stream selection.
5225         Implement volume.
5226
5227         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5228         (gst_play_sink_get_volume), (gst_play_sink_set_property),
5229         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5230         (activate_vis), (gst_play_sink_reconfigure):
5231         * gst/playback/gstplaysink.h:
5232         Add and implement volume setting methods.
5233
5234         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5235         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5236         (gst_selector_pad_event), (gst_stream_selector_class_init),
5237         (gst_stream_selector_init), (gst_stream_selector_finalize),
5238         (gst_stream_selector_set_property),
5239         (gst_stream_selector_get_property),
5240         (gst_stream_selector_get_linked_pad),
5241         (gst_stream_selector_request_new_pad):
5242         * gst/playback/gststreamselector.h:
5243         Add pad properties for tags and status of pads.
5244         Keep tags on pads.
5245         Make active pad selection based on pad object instead of name.
5246
5247 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
5248
5249         * configure.ac:
5250           Revert last change as we now check in gtk-doc.m4 for sed.
5251
5252 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5253
5254         * configure.ac:
5255         Find and subst SED when building the docs.
5256
5257 2008-02-08  Julien Moutte  <julien@fluendo.com>
5258
5259         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5260         (main): Make sure bus signals are reconnected when pressing STOP
5261         and then PLAY again for a parse launch pipeline. Fix a ref leak
5262         on the bus.
5263         * win32/common/config.h: Updated.
5264
5265 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5266
5267         * configure.ac:
5268         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5269         pre-releases or releases.
5270
5271 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5272
5273         * configure.ac:
5274         * ext/gio/Makefile.am:
5275         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5276         reporting
5277
5278 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5279
5280         * docs/plugins/Makefile.am:
5281         Add the headers which need scanning for the GIO plugin. The rest of
5282         the docs still need migrating.
5283
5284 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5285
5286         * ext/Makefile.am:
5287         * tests/check/Makefile.am:
5288         * tests/check/pipelines/.cvsignore:
5289         Add gio in a few more places.
5290
5291 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5292
5293         * configure.ac:
5294         * ext/Makefile.am:
5295         * tests/check/Makefile.am:
5296         Move gio plugin from -bad and mark as experimental.
5297
5298 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5299
5300         * gst-libs/gst/interfaces/mixeroptions.c:
5301         * gst-libs/gst/interfaces/mixertrack.c:
5302         Comment out a couple of other things which break the build when
5303         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5304
5305 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         * docs/libs/gst-plugins-base-libs-sections.txt:
5308           Fix pbutils header.
5309
5310 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5311
5312         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5313         Fix compiler warning.
5314
5315 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5316
5317         Patch by: Peter Kjellerstedt  <pkj at axis com>
5318
5319         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5320         Clear the addrinfo struct using memset. Fixes #514937.
5321
5322 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5323
5324         * gst/tcp/gstfdset.h:
5325         Remove unused field to same some memory.
5326
5327         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5328         Mark action signals as such.
5329
5330 2008-02-06  Michael Smith <msmith@fluendo.com>
5331
5332         * ext/theora/theoradec.c: (_theora_granule_frame),
5333         (_inc_granulepos):
5334           Increment granulepos for new-bitstream versions appropriately.
5335           Fixes #514623.
5336
5337 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5338
5339         * tests/examples/seek/seek.c: (do_seek),
5340         (rate_spinbutton_changed_cb), (update_streams), (main):
5341         Remove obsolete stream_time reset after flushing seek, core does that
5342         automatically now.
5343         Improve accuracy of speed spinbutton.
5344         Only do playbin2 stuff when we actually use it.
5345
5346 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5347
5348         * tests/check/Makefile.am:
5349           Revert previous change of the test environment's GST_PLUGIN_PATH.
5350           The problem is not with the plugins, but with element factories
5351           and only occurs if elements are split out from existing plugins
5352           or if plugins change name (see #512740).
5353
5354 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5355
5356         * tests/check/Makefile.am:
5357           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5358           with the core's plugins first and our local build directories last,
5359           since we might be building against an installed core, and that
5360           core's plugin directory may contain older or other versions of
5361           our own -base plugins, but we really do want to test our local
5362           ones (if there are multiple plugins or element factories with the
5363           same name, those inspected last will trump those read in earlier).
5364           Fixes #512740 for the most part.
5365
5366 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5367
5368         * configure.ac:
5369         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5370         Use gmtime_r if available as gmtime is not MT-safe.
5371         Fixes bug #511810.
5372
5373 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5374
5375         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5376         Cast glong to time_t as time_t might have a different type on
5377         other platforms, like FreeBSD, and we get a compiler warning
5378         otherwise. Fixes bug #511825.
5379
5380 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5381
5382         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5383         (get_group), (get_n_pads), (gst_play_bin_get_property),
5384         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5385         (autoplug_select_cb), (deactivate_group):
5386         Remove stream-info, we going for something easier.
5387         Refactor getting the current group.
5388         Implement getting the number of audio/video/text streams.
5389
5390         * gst/playback/gststreamselector.c:
5391         (gst_stream_selector_class_init), (gst_stream_selector_init),
5392         (gst_stream_selector_get_property),
5393         (gst_stream_selector_request_new_pad),
5394         (gst_stream_selector_release_pad):
5395         * gst/playback/gststreamselector.h:
5396         Add property for number of pads.
5397
5398         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5399         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5400         (text_toggle_cb), (update_streams), (msg_async_done),
5401         (msg_state_changed), (main):
5402         Block slider callback when updating the slider position.
5403         Add gui elements for controlling playbin2.
5404         Add callback for async_done that updates position/duration.
5405
5406 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5407
5408         * docs/plugins/Makefile.am:
5409         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5410         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5411         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5412         * docs/plugins/gst-plugins-base-plugins.interfaces:
5413         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5414           First round of plugin docs cleansups.
5415
5416         * docs/plugins/inspect/plugin-adder.xml:
5417         * docs/plugins/inspect/plugin-alsa.xml:
5418         * docs/plugins/inspect/plugin-audioconvert.xml:
5419         * docs/plugins/inspect/plugin-audiorate.xml:
5420         * docs/plugins/inspect/plugin-audioresample.xml:
5421         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5422         * docs/plugins/inspect/plugin-cdparanoia.xml:
5423         * docs/plugins/inspect/plugin-decodebin.xml:
5424         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5425         * docs/plugins/inspect/plugin-gdp.xml:
5426         * docs/plugins/inspect/plugin-gnomevfs.xml:
5427         * docs/plugins/inspect/plugin-libvisual.xml:
5428         * docs/plugins/inspect/plugin-ogg.xml:
5429         * docs/plugins/inspect/plugin-pango.xml:
5430         * docs/plugins/inspect/plugin-subparse.xml:
5431         * docs/plugins/inspect/plugin-tcp.xml:
5432         * docs/plugins/inspect/plugin-theora.xml:
5433         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5434         * docs/plugins/inspect/plugin-video4linux.xml:
5435         * docs/plugins/inspect/plugin-videorate.xml:
5436         * docs/plugins/inspect/plugin-videoscale.xml:
5437         * docs/plugins/inspect/plugin-videotestsrc.xml:
5438         * docs/plugins/inspect/plugin-volume.xml:
5439         * docs/plugins/inspect/plugin-vorbis.xml:
5440         * docs/plugins/inspect/plugin-ximagesink.xml:
5441         * docs/plugins/inspect/plugin-xvimagesink.xml:
5442           Regenerate.
5443
5444         * ext/ogg/Makefile.am:
5445         * ext/ogg/gstoggmux.c:
5446         * ext/ogg/gstoggmux.h:
5447           Add header for oggmux. the c-file needs a doc blob still.
5448
5449 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5450
5451         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5452
5453         * gst-libs/gst/rtp/gstrtpbuffer.c:
5454         (gst_rtp_buffer_set_extension_data):
5455         * gst-libs/gst/rtp/gstrtpbuffer.h:
5456         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5457         Add gst_rtp_buffer_set_extension_data() 
5458         Add a unit test for this addition. Fixes #511478.
5459         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5460
5461 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5462
5463         * configure.ac:
5464         Back to CVS
5465
5466 === release 0.10.17 ===
5467
5468 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5469
5470         * configure.ac:
5471           releasing 0.10.17, "Peanut Butter and Jelly"
5472
5473 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5474
5475         * gst-libs/gst/interfaces/mixeroptions.c:
5476         * gst-libs/gst/interfaces/mixertrack.c:
5477         Also remove the conditional registration of the signals
5478         that disappeared with the ABI change in 0.10.14
5479
5480 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5481
5482         * gst-libs/gst/rtsp/gstrtspconnection.c:
5483         Revert patch to gstrtspconnection.c for brown paper bag
5484         release of -base. Re-opens: #511825
5485
5486 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5487
5488         * gst-libs/gst/interfaces/mixeroptions.h:
5489         * gst-libs/gst/interfaces/mixertrack.h:
5490         Change the way these deprecated function pointers are removed
5491         so that the compiled ABI is unconditionally smaller. This 
5492         sets in stone an ABI break that actually occurred when the
5493         things were deprecated in 0.10.14, which seems to be the best
5494         fix as the only known users are oss-mixer and sunaudio-mixer in 
5495         gst-plugins-good.
5496         Fixes: #513018
5497
5498 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5499
5500         * win32/common/libgstpbutils.def:
5501           Export the two new _get_type() functions which are needed
5502           by the python bindings.
5503
5504 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5505
5506         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5507         Cast glong to time_t as time_t might have a different type on
5508         other platforms, like FreeBSD, and we get a compiler warning
5509         otherwise. Fixes bug #511825.
5510
5511 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5512
5513         * gst-libs/gst/audio/gstaudiofilter.c:
5514         (gst_audio_filter_class_init):
5515         Initialize the GstRingerBuffer class to get it's debug category
5516         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5517         category and otherwise we get some g_critical(). Fixes bug #512334.
5518
5519 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5520
5521         * configure.ac:
5522         Back to CVS
5523
5524 === release 0.10.16 ===
5525
5526 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5527
5528         * configure.ac:
5529           releasing 0.10.16, "Scheduled Interruption"
5530
5531 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5532
5533         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5534
5535         * gst-libs/gst/rtp/gstrtpbuffer.c:
5536         (gst_rtp_buffer_get_extension_data):
5537         Fix typos and wrong extension check. Fixes #511274.
5538
5539 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5540
5541         * po/sk.po:
5542         Oops - add new sk.po mentioned in the LINGUAS I just committed
5543
5544 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5545
5546         * po/LINGUAS:
5547         Add ca translation to the disted list.
5548
5549         * win32/vs6/libgstsdp.dsp:
5550         Convert line endings to CRLF
5551
5552 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5553
5554         * win32/MANIFEST:
5555         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5556
5557 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5558
5559         * win32/common/libgstsdp.def:
5560         * win32/common/libgstvideo.def:
5561         Add new API declarations
5562
5563 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5564
5565         * ext/theora/gsttheoradec.h:
5566         * ext/theora/gsttheoraparse.h:
5567         * ext/theora/theoradec.c:
5568         * ext/theora/theoraparse.c:
5569         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5570         and parser by inspecting the bitstream version of the incoming data.
5571
5572 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5573
5574         * configure.ac:
5575         * pkgconfig/Makefile.am:
5576         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5577         * pkgconfig/gstreamer-audio.pc.in:
5578         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5579         * pkgconfig/gstreamer-cdda.pc.in:
5580         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5581         * pkgconfig/gstreamer-fft.pc.in:
5582         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5583         * pkgconfig/gstreamer-floatcast.pc.in:
5584         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5585         * pkgconfig/gstreamer-interfaces.pc.in:
5586         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5587         * pkgconfig/gstreamer-netbuffer.pc.in:
5588         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5589         * pkgconfig/gstreamer-pbutils.pc.in:
5590         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5591         * pkgconfig/gstreamer-riff.pc.in:
5592         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5593         * pkgconfig/gstreamer-rtp.pc.in:
5594         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5595         * pkgconfig/gstreamer-rtsp.pc.in:
5596         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5597         * pkgconfig/gstreamer-sdp.pc.in:
5598         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5599         * pkgconfig/gstreamer-tag.pc.in:
5600         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5601         * pkgconfig/gstreamer-video.pc.in:
5602         Provide one pkg-config file for every gst-plugins-base library.
5603         This makes linking to those libraries much more intuitive and
5604         provides standard pkg-config behaviour for them. Fixes bug #499697.
5605
5606 2008-01-13  David Schleef  <ds@schleef.org>
5607
5608         * gst/videoscale/vs_4tap.c:
5609           Fix valgrind error on 4tap scaling method.
5610
5611 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5612
5613         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5614         Include Winsock2.h for VS6 and use a different way initialize
5615         hints structure so it can build with VS6.
5616         * win32/MANIFEST:
5617         * win32/vs6/libgstsdp.dsp:
5618         * win32/common/libgstsdp.def:
5619         Add new files for libgstsdp.
5620         * win32/vs6/grammar.dsp:
5621         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5622         * win32/vs6/gst_plugins_base.dsw:
5623         * win32/vs6/libgstdecodebin.dsp:
5624         * win32/vs6/libgstdecodebin2.dsp:
5625         * win32/vs6/libgstplaybin.dsp:
5626         * win32/vs6/libgstvolume.dsp:
5627         Add new dependencies to the link list.
5628
5629 2008-01-13  Julien Moutte  <julien@fluendo.com>
5630
5631         * win32/common/config.h:
5632         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5633         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5634         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5635         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5636         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5637         * win32/common/interfaces-enumtypes.c:
5638         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5639         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5640         (gst_mixer_track_flags_get_type),
5641         (gst_tuner_channel_flags_get_type):
5642         * win32/common/multichannel-enumtypes.c:
5643         (gst_audio_channel_position_get_type):
5644         * win32/common/pbutils-enumtypes.c:
5645         (gst_install_plugins_return_get_type):
5646         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5647         in the win32 build directory.
5648
5649 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5650
5651         * tests/check/Makefile.am:
5652         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5653
5654         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5655         * tests/check/elements/playbin.c:
5656         * tests/check/libs/mixer.c: (test_element_interface_supported),
5657         (gst_implements_interface_init):
5658         * tests/check/libs/rtp.c: (GST_START_TEST):
5659         Fix various assignment type mismatches.
5660
5661 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5662
5663         * configure.ac:
5664         * gst-libs/gst/rtsp/Makefile.am:
5665         Add test to see if hstrerror is available or if we need libresolv
5666         (Solaris) for it, then use it in libgstrtsp.
5667
5668 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5669
5670         * gst-libs/gst/tag/Makefile.am:
5671         Fix include path order
5672
5673 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5674
5675         * gst-libs/gst/pbutils/install-plugins.c:
5676         (gst_install_plugins_context_copy),
5677         (gst_install_plugins_context_get_type):
5678         * gst-libs/gst/pbutils/install-plugins.h:
5679         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5680         for bindings.
5681
5682 2008-01-11  Michael Smith <msmith@fluendo.com>
5683
5684         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5685         (_theora_granule_frame), (_theora_granule_start_time),
5686         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5687           Adapt for post-alpha meaning of granulepos, when we
5688           have a newer version of libtheora.
5689         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5690         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5691         (theora_enc_is_discontinuous), (theora_enc_chain):
5692           Likewise.
5693         * tests/check/Makefile.am:
5694           Link libtheora into theoraenc test so we can check which version of
5695           libtheora we're testing against.
5696         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5697         (check_buffer_granulepos),
5698         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5699         (theoraenc_suite):
5700           Adapt tests to check the values that are now defined for theora; make
5701           the tests backwards-adapt the passed values if we're running against an
5702           old libtheora.
5703           Fixes #497964
5704
5705 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5706
5707         * gst-libs/gst/audio/gstbaseaudiosink.c:
5708           (gst_base_audio_sink_class_init):
5709         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5710           (gst_base_audio_src_class_init):
5711           Ref audio clock class from a thread-safe context to make sure
5712           we're not bit by GObjects lack of thread-safety here (#349410),
5713            however unlikely that may be in practice.
5714
5715 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5716
5717         * autogen.sh:
5718           Add -Wno-portability to the automake parameters to stop warnings
5719           about GNU make extensions being used. We require GNU make in almost
5720           every Makefile anyway.
5721           
5722         * configure.ac:
5723           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5724           at the same time is required for per target flags.
5725
5726 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5727
5728         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5729           Post an error message if we can't pull as many bytes as we need
5730           for the tag. This makes sure the user gets to see a proper error
5731           message if a file with a partial ID3 tag is fed to decodebin, and
5732           not a 'no ID3 tag demuxer' error, which would be confusing
5733           (see #508138).
5734
5735 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5736
5737         * gst-libs/gst/pbutils/descriptions.c: (formats):
5738           Add description strings for ID3, APE, and ICY tags.
5739
5740 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5741
5742         * gst/playback/gstdecodebin.c: (try_to_link_1):
5743           Make sure we error out correctly if we can't activate one of
5744           the elements we've added.  Fixes #508138.
5745           
5746 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5747
5748         Patch by: Bastien Nocera <hadess at hadess net>
5749
5750         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5751           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5752           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5753           the volume is the same for all channels. This works around
5754           some problem in alsa that leaves us with inconsistent state
5755           for some reason (#486840).
5756
5757 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5758
5759         Patch by: Jerone Young <jerone at gmail com>
5760
5761         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5762           If there's no mixer track by the name of 'Master' or 'Front',
5763           check if there's one called 'PCM' before trying the generic
5764           fallback logic (fixes #506928, where we pick 'Mic' as master
5765           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5766
5767 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5768
5769         * gst/playback/gstplay-enum.c:
5770         (register_gst_autoplug_select_result),
5771         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5772         (gst_play_flags_get_type):
5773         * gst/playback/gstplay-enum.h:
5774         Add enums for configuration flags.
5775
5776         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5777         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5778         (gst_play_bin_get_property), (no_more_pads_cb),
5779         (autoplug_select_cb), (gst_play_bin_change_state):
5780         Merge mode with flags.
5781         Add more property getters/setters, defaults and docs.
5782         Add properties to get number of audio/video/text streams.
5783         Create sink object in _init so that we can always rely on it being
5784         there.
5785
5786         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5787         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5788         (activate_vis), (gst_play_sink_reconfigure),
5789         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5790         (gst_play_sink_change_state):
5791         * gst/playback/gstplaysink.h:
5792         Use flags to configure the sink pipelines.
5793         Add tee before audio pipeline so that we can use it for visualisations.
5794         Start working on integrating visualisations.
5795         Remove mode, we can do everything with the flags now.
5796         Add method to configue the sink pipeline.
5797
5798 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5799
5800         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5801           (check_buffer_timestamp), (check_buffer_duration):
5802           Turn these functions into macros so we can see right away
5803           where the failure occured.
5804
5805 2008-01-05  Julien Moutte  <julien@fluendo.com>
5806
5807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5808         debugging information to understand how X calculates the stride
5809         for XvImages.
5810
5811 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5812
5813         * gst/volume/Makefile.am:
5814         * gst/volume/gstvolume.c: (volume_choose_func),
5815         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5816         (volume_setup):
5817         * gst/volume/gstvolume.h:
5818         Use GstAudioFilter as base class for the volume element instead of
5819         plain GstBaseTransform.
5820
5821 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5822
5823         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5824         Don't set element details for the abstract GstAudioFilter class.
5825
5826 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5827
5828         * gst-libs/gst/audio/gstaudiofilter.c:
5829         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5830         Implement get_unit_size() vmethod of GstBaseTransform.
5831
5832 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5833
5834         * gst-libs/gst/pbutils/Makefile.am:
5835         * gst-libs/gst/pbutils/pbutils.h:
5836         Use glib-enum generator to have a proper enum GType for
5837         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5838
5839 2007-12-31  David Schleef  <ds@schleef.org>
5840
5841         * tests/check/Makefile.am:
5842         * tests/check/pipelines/theoraenc.c:
5843           Reenable theoraenc test, which fails on the buildbot but
5844           not locally.
5845
5846 2007-12-31  David Schleef  <ds@schleef.org>
5847
5848         * docs/libs/.cvsignore:
5849         * docs/plugins/.cvsignore:
5850           Add *-undeclared.txt to fix buildbot.
5851
5852 2007-12-31  David Schleef  <ds@schleef.org>
5853
5854         * tests/check/Makefile.am:
5855           Second attempt at disabling theoraenc test long enough to
5856           get buildbot to compile -base.
5857
5858 2007-12-31  David Schleef  <ds@schleef.org>
5859
5860         * tests/check/pipelines/theoraenc.c:
5861           Disable theoraenc test long enough to get the buildbot to
5862           compile a recent -base.
5863
5864 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5865
5866         * tests/examples/seek/seek.c: (stop_cb):
5867         Make sure we reset the slider value to 0.0 without racing against a
5868         possible g_idle that sets it to something else.
5869
5870 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5871
5872         * sys/ximage/ximagesink.c:
5873         fix typo
5874
5875 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5876
5877         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5878         * gst-libs/gst/rtsp/gstrtspdefs.h:
5879         Add Location header so that we can start implementing redirects.
5880         See #506025.
5881
5882 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5883
5884         * gst/subparse/gstssaparse.c:
5885         combine if's
5886
5887 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5888
5889         * gst/subparse/gstssaparse.c:
5890         remove duplicate log message
5891
5892 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5893
5894         * ext/libvisual/visual.c: (gst_visual_chain):
5895         Fix 'xyz may be used uninitialized' compiler warnings caused
5896         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5897         abort() in any case but properly report the error.
5898
5899 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5900
5901         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5902         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5903         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5904         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5905         (autoplug_select_cb), (activate_group), (deactivate_group),
5906         (setup_next_source), (save_current_group),
5907         (gst_play_bin_change_state):
5908         Code cleanups.
5909         Remove next-uri, we can use the uri property just fine.
5910         Fix some crasher.
5911         Unref uridecodebin when switching.
5912         Fix going to READY.
5913
5914         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5915         (gst_play_sink_init), (gst_play_sink_dispose),
5916         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5917         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5918         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5919         (gst_play_sink_set_property), (gst_play_sink_get_property),
5920         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5921         (gen_vis_element), (gst_play_sink_get_mode),
5922         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5923         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5924         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5925         (gst_play_sink_change_state):
5926         * gst/playback/gstplaysink.h:
5927         Add some locking to make things threadsafe.
5928
5929         * gst/playback/test7.c: (about_to_finish_cb):
5930         Fix test.
5931
5932 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5933
5934         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5935           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5936           (gst_video_scale_transform):
5937           Don't claim to be able to handle/transform caps that can't really
5938           be handled by the currently selected scaling method (here: RGB or
5939           packed YUV with 4-tap method). Also add locking to method property.
5940
5941         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5942           (test_basetransform_based):
5943           Some test pipelines for the above (not entirely valgrind clean yet
5944           apparently).
5945
5946 2007-12-21  David Schleef  <ds@schleef.org>
5947
5948         * gst-libs/gst/video/video.c:
5949         * gst-libs/gst/video/video.h:
5950           Add additional RGBA and RGB-24 video formats.
5951
5952 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5953
5954         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5955           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5956           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5957         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5958           (cddabasesrc_suite):
5959           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5960           deprecated in the future (see #498924).
5961
5962 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5963
5964         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5965           Don't leak event.
5966
5967 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5968
5969         * gst-libs/gst/riff/riff-read.c:
5970         Use GST_ROUND_UP_2 macro
5971
5972 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5973
5974         * gst/playback/.cvsignore:
5975           Ignore more.
5976
5977 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5978
5979         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5980         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5981           (set_active_source):
5982         * gst/playback/gstplaybasebin.h:
5983         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5984           (setup_sinks), (playbin_set_subtitles_visible):
5985           Make switching off of subtitles work. To avoid all kind of
5986           problems with unlinking of the subtitle input, we just keep
5987           the subtitle inputs linked as they are and tell textoverlay
5988           not to render them. Fixes #373011.
5989           Other subtitle switching issues (esp. when there are both
5990           external and in-stream subtitles) remain. They'll be solved
5991           in playbin2.
5992
5993 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5994
5995         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5996         Init the pad segment too.
5997
5998 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5999
6000         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
6001         (gst_audioringbuffer_open_device),
6002         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
6003         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6004         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
6005         (gst_audio_sink_create_ringbuffer):
6006         Improve debug output.
6007
6008         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
6009         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
6010         Prevent some functions from doing things and failing when the
6011         ringbuffer is not yet acquired.
6012
6013 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
6014
6015         * gst-libs/gst/interfaces/interfaces.h:
6016           Also remove interfaces.h from CVS as it is not needed anymore.
6017
6018 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
6019
6020         * gst-libs/gst/interfaces/Makefile.am:
6021           interfaces.h is not used anymore so remove it from the build
6022           process.
6023
6024 2007-12-17  David Schleef  <ds@schleef.org>
6025
6026         * gst/videotestsrc/gstvideotestsrc.c:
6027         * gst/videotestsrc/gstvideotestsrc.h:
6028           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
6029           for testing vertical refresh synchronization.
6030
6031 2007-12-17  David Schleef  <ds@schleef.org>
6032
6033         * docs/libs/gst-plugins-base-libs-sections.txt:
6034         * gst-libs/gst/video/video.c:
6035         * gst-libs/gst/video/video.h:
6036           Add new GstVideFormat enum and write a bunch of helper functions
6037           based around it.
6038
6039 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
6040
6041         * Makefile.am:
6042           Use new common/win32.mak.
6043
6044 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6045
6046         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6047         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6048         Add debug info.
6049         When going from PLAYING to PAUSED, pause the ringbuffer before calling
6050         the parent state change function, just like the audiosink, because the
6051         parent waits for the element to finish its processing before completing
6052         the state change. This makes going to PAUSED a lot snappier.
6053         When going from READY to PAUSED, don't allow the ringbuffer to start
6054         yet.
6055
6056 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6057
6058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6059         Yet another fix for broken software that produce files with an empty
6060         blockalign field. Instead of completely failing, make a second attempt
6061         at guessing the width/depth by looking at strf->size.
6062
6063 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6064
6065         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
6066           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
6067         * gst-libs/gst/pbutils/install-plugins.c:
6068           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
6069         * gst-libs/gst/pbutils/missing-plugins.c:
6070           (gst_missing_plugin_message_get_installer_detail),
6071           (gst_missing_encoder_installer_detail_new):
6072         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
6073         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6074           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
6075           avoid compiler warnings (#503930).
6076
6077 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6078
6079         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6080         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
6081         for jpeg video streams.
6082         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
6083         for the above modification.
6084
6085 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6086
6087         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
6088           (gst_x_overlay_handle_events):
6089           More guards (we don't want klass to end up being NULL).
6090
6091 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
6092
6093         * configure.ac:
6094         * gst/volume/gstvolume.c: (gst_volume_init):
6095           Use new gst_base_transform_set_gap_aware() function as volume
6096           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
6097           for this.
6098
6099 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6100
6101         * tests/examples/seek/seek.c: (msg_segment_done), (main):
6102         Don't go to READY on EOS as this avoids testing of seeking and
6103         restarting after EOS, use the stop button when you want to READY.
6104         Don't try to do a flushing seek in segment-done, it does not make
6105         sense to use this for gapless playback and is not needed.
6106
6107 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6108
6109         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
6110         (reset_rate_timer), (update_in_rates), (update_out_rates),
6111         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6112         (gst_queue_chain), (gst_queue_loop):
6113         Use separate timers for input and output rates.
6114         Pause measuring the output rate when we block for more data.
6115         See #503262.
6116
6117 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6118
6119         * gst/playback/gstqueue2.c: (gst_queue_chain):
6120         Pause the timer to measure the input rate when we block because the
6121         queue is filled. See #503262.
6122
6123 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6124
6125         Patch by: Peter Kjellerstedt  <pkj at axis com>
6126
6127         * gst-libs/gst/rtsp/gstrtspconnection.c:
6128         (gst_rtsp_connection_free):
6129         Close control sockets. Fixes #503440.
6130
6131 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6132
6133         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
6134         Expose the right pad in the right place with the right element.
6135
6136 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6137
6138         * gst-libs/gst/pbutils/descriptions.c: (formats):
6139           Add description for 'private' dts caps (who come up with that name?).
6140
6141 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6142
6143         * Makefile.am:
6144           Add check-exports target and run it with 'make check'.
6145
6146         * configure.ac:
6147           Be stricter about what we export in our libraries: change regexp so that
6148           we only export _gst_foo(), but not __gst_foo().
6149
6150         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
6151         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
6152           Change internal functions to __gst_foo so they dont' get exported.
6153
6154         * win32/common/libgstaudio.def:
6155           Add missing symbols.
6156
6157 2007-12-11  David Schleef  <ds@schleef.org>
6158
6159         * ChangeLog: remove conflict markers
6160
6161 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6162
6163         * ext/gnomevfs/Makefile.am:
6164         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
6165           Use gst_tag_freeform_string_to_utf8() here, which also takes
6166           into account any character sets specified by the user via
6167           environment variables.
6168
6169 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6170
6171         * gst/audioconvert/Makefile.am:
6172         Also link to libm.
6173
6174 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6175
6176         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6177         No need for floating point operations here. avoids having to link
6178         against the math library too.
6179
6180 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
6181
6182         * gst-libs/gst/pbutils/descriptions.c: (formats),
6183           (format_info_get_desc):
6184         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
6185           (GST_START_TEST):
6186           Add one or two missing formats.  Generate ADPCM description
6187           dynamically depending on layout/format.
6188
6189 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6190
6191         * configure.ac:
6192           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6193
6194 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
6195
6196         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
6197
6198         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
6199           Some .srt files start with chunk number 0 and not chunk number 1,
6200           recognise and accept those as well (fixes #502497).
6201
6202         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6203           (test_src):
6204           Add unit test for the above.
6205
6206 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
6207
6208         * gst/playback/gstplay-enum.c:
6209         (register_gst_autoplug_select_result),
6210         (gst_autoplug_select_result_get_type):
6211         * gst/playback/gstplay-enum.h:
6212         Add missing files.
6213
6214 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6215
6216         * gst/playback/Makefile.am:
6217         Group decodebin2 and uridecodebin into the same plugin so that they
6218         can share the GEnumType.
6219
6220         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6221         (_gst_select_accumulator), (gst_decode_bin_class_init),
6222         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6223         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6224         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6225         Add signal to sort factories instead of the more awkward autoplug-select
6226         signal.
6227         Modify autoplug_select so that we can try, skip or expose the
6228         autopluggin of an element on a pad.
6229
6230         * gst/playback/gstfactorylists.c: (compare_ranks),
6231         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6232         (element_filter), (gst_factory_list_get_elements),
6233         (gst_factory_list_debug), (gst_factory_list_filter):
6234         * gst/playback/gstfactorylists.h:
6235         Simplify the API, allow getting elements based on mask.
6236
6237         * gst/playback/gstplay-marshal.list:
6238         Add some more marshallers.
6239
6240         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6241         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6242         (autoplug_select_cb), (activate_group):
6243         Add support for managing non-raw sinks by providing a custom element and
6244         sink list to decodebin2.
6245         Try to plug non-raw sinks when decodebin2 using autoplug-select of
6246         decodebin2.
6247
6248         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6249         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6250         * gst/playback/gstplaysink.h:
6251         Add support for raw and non-raw sinks. 
6252         Add support to force sinks selected by playbin2.
6253         Don't plug raw converters for non-raw sinks.
6254
6255         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6256         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6257         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6258         (plugin_init):
6259         Use right accumulators.
6260         Proxy new signal.
6261
6262 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6263
6264         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6265         Use runnning time as the base time instead of the timestamp.
6266         Spotted by Saur on IRC.
6267
6268 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
6269
6270         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6271         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6272
6273 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6274
6275         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6276         (gst_ogg_demux_read_chain):
6277         If we find a new serial number but it does not contain a BOS page, make
6278         sure we initialize the chain to NULL because else we will try to scan it
6279         and crash. Fixes #500763
6280
6281 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
6282
6283         * gst/playback/Makefile.am:
6284         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6285         (get_feature_array), (decoders_filter), (sinks_filter),
6286         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6287         (gst_factory_list_filter):
6288         * gst/playback/gstfactorylists.h:
6289         Refactor some common code to filter factories and check caps compat.
6290
6291         * gst/playback/gstdecodebin.c:
6292         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6293         (gst_decode_bin_init), (gst_decode_bin_dispose),
6294         (gst_decode_bin_autoplug_continue),
6295         (gst_decode_bin_autoplug_factories),
6296         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6297         (find_compatibles):
6298         * gst/playback/gstplaybin.c:
6299         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6300         (gst_play_bin_init), (gst_play_bin_finalize),
6301         (autoplug_factories_cb), (activate_group):
6302         * gst/playback/gstqueue2.c:
6303         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6304         (proxy_autoplug_continue_signal),
6305         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6306         (proxy_drained_signal):
6307         Add some more debug info and use factor filtering code.
6308
6309 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6310
6311         * gst/audiotestsrc/gstaudiotestsrc.c:
6312         * gst/volume/gstvolume.c:
6313         * gst/volume/gstvolume.h:
6314           Add GAP-flag support.
6315
6316 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6317
6318         * tests/examples/seek/seek.c: (main): Increase the range of the
6319         rate selector as I would like to test QOS behavior at higher
6320         forward and reverse playback speed like say 64x.
6321
6322 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6323
6324         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6325         (audioresample_query), (audioresample_query_type),
6326         (gst_audioresample_set_property):
6327         Implement latency query.
6328
6329 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6330
6331         * gst-libs/gst/audio/gstbaseaudiosink.c:
6332         (gst_base_audio_sink_drain):
6333         Our EOS time contains the base_time, _wait_eos() expects a running_time
6334         so we have to subtract the base_time again before calling the function.
6335         This fixes an EOS regression where the base_time was added twice and EOS
6336         took longer and longer in certain situations.
6337         Fixes #498767.
6338
6339 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6340
6341         * docs/libs/gst-plugins-base-libs-sections.txt:
6342         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6343         (gst_base_audio_sink_set_provide_clock),
6344         (gst_base_audio_sink_get_provide_clock),
6345         (gst_base_audio_sink_set_slave_method),
6346         (gst_base_audio_sink_get_slave_method),
6347         (gst_base_audio_sink_set_property),
6348         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6349         (gst_base_audio_sink_none_slaving),
6350         (gst_base_audio_sink_handle_slaving):
6351         * gst-libs/gst/audio/gstbaseaudiosink.h:
6352         Expose methods for some object properties so that subclasses can more
6353         easily configure them.
6354         Added slave method none, that completely disables slaving to the
6355         internal clock.
6356         API: gst_base_audio_sink_set_provide_clock()
6357         API: gst_base_audio_sink_get_provide_clock()
6358         API: gst_base_audio_sink_set_slave_method()
6359         API: gst_base_audio_sink_get_slave_method()
6360
6361         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6362         (gst_base_audio_src_set_provide_clock),
6363         (gst_base_audio_src_get_provide_clock),
6364         (gst_base_audio_src_set_property),
6365         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6366         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6367         Expose methods for some object properties so that subclasses can more
6368         easily configure them.
6369         API: gst_base_audio_src_set_provide_clock()
6370         API: gst_base_audio_src_get_provide_clock()
6371
6372 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6373
6374         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6375
6376         * gst-libs/gst/sdp/gstsdpmessage.c:
6377         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6378
6379 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6380
6381         * tests/check/libs/fft.c: (GST_START_TEST):
6382         Fix scaling to really have dB instead of something else.
6383
6384 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6385
6386         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6387         GTK version, use it.
6388
6389 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6390
6391         * tests/examples/seek/seek.c: (main): Try to support stable version
6392         of GTK.
6393
6394 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6395
6396         * gst/playback/README:
6397         * gst/playback/test7.c:
6398           Fix the build + little README update.
6399
6400 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6401
6402         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6403         Add playbin2 seek pipeline.
6404
6405 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6406
6407         * gst/playback/Makefile.am:
6408         * gst/playback/gstplayback.c: (plugin_init):
6409         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6410         (eos_cb), (about_to_finish_cb), (main):
6411         Add playbin2.
6412         Added gapless playback example.
6413
6414         * gst/playback/gstplaybasebin.c:
6415         * gst/playback/gstplaybasebin.h:
6416         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6417         * gst/playback/gstqueue2.c:
6418         * gst/playback/test.c:
6419         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6420         (pad_removed_cb):
6421         * gst/playback/gststreaminfo.h:
6422         Change email.
6423
6424         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6425         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6426         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6427         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6428         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6429         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6430         (drained_cb), (unlink_group), (activate_group),
6431         (setup_next_source), (gst_play_bin_change_state),
6432         (gst_play_bin2_plugin_init):
6433         Added raw first version of playbin2. Does chained oggs and gapless
6434         playback fine. No support for raw sinks yet. No visualisations or
6435         subtitles yet.
6436
6437         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6438         (gst_play_sink_class_init), (gst_play_sink_init),
6439         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6440         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6441         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6442         (gst_play_sink_set_property), (gst_play_sink_get_property),
6443         (post_missing_element_message), (free_chain), (add_chain),
6444         (activate_chain), (gen_video_chain), (gen_text_element),
6445         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6446         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6447         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6448         (gst_play_sink_send_event), (gst_play_sink_change_state):
6449         * gst/playback/gstplaysink.h:
6450         Added Element that abstracts the sinks and their pipelines for playbin2.
6451
6452 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6453
6454         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6455         (gst_selector_pad_class_init), (gst_selector_pad_init),
6456         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6457         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6458         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6459         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6460         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6461         (gst_stream_selector_init), (gst_stream_selector_set_property),
6462         (gst_stream_selector_get_linked_pad),
6463         (gst_stream_selector_getcaps),
6464         (gst_stream_selector_is_active_sinkpad),
6465         (gst_stream_selector_activate_sinkpad),
6466         (gst_stream_selector_get_linked_pads),
6467         (gst_stream_selector_request_new_pad),
6468         (gst_stream_selector_release_pad):
6469         * gst/playback/gststreamselector.h:
6470         Improve streamselector, make it select and unselect the current pad more
6471         intelligently. 
6472         Subclass GstPad for the sinkpads of the selector.
6473         Handle segments more correctly.
6474         Fix caps negotiation.
6475         Implement release_pad.
6476
6477 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6478
6479         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6480         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6481         (remove_fakesink):
6482         Add drained signal fired when decodebin finishes decoding the data.
6483         Remove deprecated STATE_DIRTY message.
6484
6485         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6486         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6487         (analyse_source), (proxy_drained_signal), (make_decoder),
6488         (source_new_pad), (value_list_append_structure_list),
6489         (handle_redirect_message), (handle_message):
6490         Proxy the new drained signal.
6491         Handle pad removed from decodebin.
6492         Handle redirect messages by sorting multiple redirections based on the
6493         connection speed.
6494
6495 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6496
6497         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6498
6499         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6500         Fix leaking headers. Fixes #496761.
6501
6502 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6503
6504         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6505
6506         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6507         (gst_ximagesink_change_state):
6508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6509         Don't leak the PAR on errors. Fixes #496731.
6510
6511 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6512
6513         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6514           (gst_tag_from_id3_user_tag):
6515           Add mapping for audio cd discid tags, so we can extract
6516           them from tags as well (see #347848). Also compare identifiers
6517           in ID3v2 TXXX frames in a case-insensitive way to increase
6518           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6519
6520 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6521
6522         * gst-plugins-base.doap:
6523         Oops, fix the release name.
6524
6525 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6526
6527         * gst-plugins-base.doap:
6528         Add 0.10.15 release
6529
6530 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6531
6532         * configure.ac:
6533         Back to CVS
6534
6535 === release 0.10.15 ===
6536
6537 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6538
6539         * configure.ac:
6540           releasing 0.10.15, "No need to argue"
6541
6542 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6543
6544         * win32/vs6/libgstfft.dsp:
6545         Convert line endings to DOS.
6546
6547 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6548
6549         * win32/vs6/gst_plugins_base.dsw:
6550         * win32/vs6/libgstfft.dsp:
6551         * win32/MANIFEST:
6552         Add a project file for fft plugin and remove socket
6553         based plugin which don't build from the workspace.
6554         * win32/vs6/libgstaudio.dsp:
6555         * win32/vs6/libgstrtp.dsp:
6556         * win32/vs6/libgsttag.dsp:
6557         Convert line endings back to DOS.
6558         Fixes #496724
6559
6560 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6561
6562         * win32/vs6/libgstinterfaces.dsp:
6563         * win32/vs6/libgstrtsp.dsp:
6564         Convert line endings back to DOS
6565
6566 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6567
6568         * gst-libs/gst/fft/kiss_fft_f32.h:
6569         * gst-libs/gst/fft/kiss_fft_f64.h:
6570         * gst-libs/gst/fft/kiss_fft_s16.h:
6571         * gst-libs/gst/fft/kiss_fft_s32.h:
6572         Don't include malloc.h which doesn't exist on Mac OSX.
6573         Instead, pull in glib.h and use g_malloc/g_free for 
6574         consistency. Fixes: #496548
6575
6576 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6577
6578         * gst/playback/gstdecodebin2.c:
6579           Dont leak ghostpad. Fixes #475451.
6580
6581 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6582
6583         * docs/design/design-decodebin.txt:
6584         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6585         Update some more docs and comments.
6586
6587 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6588
6589         Patch by: Sebastien Moutte  <sebastien moutte net>
6590
6591         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6592           (gst_rtcp_unix_to_ntp):
6593         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6594           Fix some C99-isms and and a missing function that some versions of
6595           MSVC don't like too much (#494346).
6596
6597         * win32/vs6/gst_plugins_base.dsw:
6598         * win32/vs6/libgstaudio.dsp:
6599         * win32/vs6/libgstrtp.dsp:
6600         * win32/vs6/libgsttag.dsp:
6601           Update vs6 projects files (#494346).
6602
6603 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6604
6605         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6606
6607         * win32/common/libgstaudio.def:
6608         * win32/common/libgstcdda.def:
6609         * win32/common/libgstinterfaces.def:
6610         * win32/common/libgstnetbuffer.def:
6611         * win32/common/libgstpbutils.def:
6612         * win32/common/libgstrtp.def:
6613         * win32/common/libgstrtsp.def:
6614         * win32/common/libgsttag.def:
6615         * win32/common/libgstvideo.def:
6616           More missing symbols to export (fixes #493986).
6617
6618 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6619
6620         * docs/libs/gst-plugins-base-libs-sections.txt:
6621         * gst-libs/gst/fft/gstfftf32.c:
6622         * gst-libs/gst/fft/gstfftf32.h:
6623         * gst-libs/gst/fft/gstfftf64.c:
6624         * gst-libs/gst/fft/gstfftf64.h:
6625         * gst-libs/gst/fft/gstffts16.c:
6626         * gst-libs/gst/fft/gstffts16.h:
6627         * gst-libs/gst/fft/gstffts32.c:
6628         * gst-libs/gst/fft/gstffts32.h:
6629         * tests/check/libs/fft.c: (GST_START_TEST):
6630         Remove the magnitude and phase calculation functions as these have
6631         very special use cases and can't even be used for the spectrum
6632         element. Also adjust the docs to mention some properties of the used
6633         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6634
6635 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6636
6637         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6638           (finish_source):
6639           Avoid crash when there are external subtitles (fixes #491722).
6640
6641 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6642
6643         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6644         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6645           'Could not open resource for writing' is not an acceptable
6646           error message when we can't open the audio device (see #492334),
6647           even less so when we're trying to open it to record something.
6648
6649 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6650
6651         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6652
6653         * win32/common/libgstrtp.def:
6654           Add some more missing symbols (#492813).
6655
6656 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6657
6658         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6659
6660         * tests/check/elements/audioconvert.c: (verify_convert):
6661           Add check to make sure that the out caps have a channel layout
6662           set on them where they should have one.
6663
6664 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6665
6666         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6667
6668         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6669         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6670           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6671           (#492306).
6672
6673         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6674           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6675           (it disappeared in GLib 2.14.0) (#492306).
6676
6677         * gst-libs/gst/sdp/Makefile.am:
6678         * gst-libs/gst/sdp/gstsdpmessage.c:
6679           Fix includes and LIBS for win32/Mingw (#492306).
6680
6681         * tests/examples/dynamic/addstream.c (pause_play_stream):
6682           Use more portable g_usleep() instead of sleep() (#492306).
6683
6684 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6685
6686         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6687
6688         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6689           (gst_ring_buffer_parse_caps):
6690           Return NULL instead of an enum that happens to be 0, fixes warning
6691           on MSVC (#492114).
6692
6693         * gst-libs/gst/audio/gstringbuffer.h:
6694           No trailing commas in enum list (for gcc-2.9x).
6695
6696         * gst/videotestsrc/videotestsrc.c: (random_char):
6697           Make information loss explicit instead of implicitly truncating to
6698           eight bits via the return value.  Fixes runtime error on MSVC when
6699           using the debug CRT (#492114).
6700
6701         * win32/common/config.h.in:
6702           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6703
6704         * win32/common/libgstinterfaces.def:
6705         * win32/common/libgstrtp.def:
6706           Export a few more symbols (#492114).
6707
6708 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6709
6710         * gst-libs/gst/audio/audio.c:
6711         * gst-libs/gst/audio/audio.h:
6712           Readd the deprecation guards, but preserve compilability.
6713
6714 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6715
6716         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6717           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6718           Preserve channel layout when fixating the number of channels in the
6719           output caps, or make sure there's a suitable channel position layout
6720           set on the caps if required. Fixes #430677.
6721
6722 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6723
6724         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6725           Make sure the pipeline really operates in push mode as it should
6726           in this case.
6727
6728 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6729
6730         * gst-libs/gst/audio/audio.h:
6731           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6732           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6733           (ie. normal cvs builds) will fail.
6734
6735 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6736
6737         * docs/libs/Makefile.am:
6738         * gst-libs/gst/audio/audio.c:
6739         * gst-libs/gst/audio/audio.h:
6740         * gst-libs/gst/interfaces/mixer.c:
6741           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6742
6743 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6744
6745         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6746           (test_channel_layout_value_intersect), (audio_suite):
6747           Add simple unit test to make sure GstValue intersection
6748           of channel layouts works the way I think it does.
6749
6750 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6751
6752         * docs/libs/gst-plugins-base-libs-sections.txt:
6753         * gst-libs/gst/audio/gstaudiofilter.h:
6754         * gst-libs/gst/interfaces/mixer.h:
6755         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6756         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6757         * gst-libs/gst/sdp/gstsdpmessage.c:
6758           Fix the docs according to what gtk-doc complained about.
6759
6760 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6761
6762         * tests/icles/stress-playbin.c:
6763           Fix the build.
6764
6765 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6766
6767         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6768         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6769           Post nice/more useful error message if we don't have a decoder for
6770           the primary type.
6771
6772 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6773
6774         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6775         Be a bit more useful, unblock the pads after we fired the no-more-pads
6776         signal so that we can use the signal to inspect and connect all pads
6777         without having to keep extra state outside of decodebin.
6778
6779 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6780
6781         * gst/playback/gsturidecodebin.c:
6782         (gst_uri_decode_bin_autoplug_continue),
6783         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6784         Implement default signal handler so that we return TRUE when nothing is
6785         connected.
6786
6787 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6788
6789         * gst-libs/gst/riff/riff-media.c:
6790         (gst_riff_wavext_add_channel_layout),
6791         (gst_riff_wave_add_default_channel_layout),
6792         (gst_riff_wavext_get_default_channel_mask),
6793         (gst_riff_create_audio_caps):
6794         Use the ALSA channel layout as default for wav files without channel
6795         layout information. This fixes playback of chan-id.wav on 5.1 systems
6796         for example. Also refactor the channel layout setting a bit and add
6797         more default channel orders. Fixes #489010.
6798
6799 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6800
6801         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6802           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6803           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6804           instead.
6805
6806 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6807
6808         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6809         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6810         (gst_decode_bin_set_subs_encoding),
6811         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6812         (gst_decode_bin_get_property), (analyze_new_pad):
6813         Move subtitle encoding property to decodebin2 so that it can set the
6814         property value on all elements that it autoplugs and that require it.
6815         Make caps refcounting more consistent in get/set.
6816
6817         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6818         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6819         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6820         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6821         (proxy_autoplug_continue_signal),
6822         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6823         (make_decoder):
6824         Proxy properties and relevant signals from the internal decodebin.
6825         Make properties MT safe.
6826
6827 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6828
6829         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6830         * gst-libs/gst/tag/tags.c:
6831           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6832           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6833
6834         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6835           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6836
6837         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6838           (gst_tag_to_vorbis_comments):
6839           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6840           just mapping everything I found in the wild) (#414539).
6841
6842 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6843
6844         Inspired by patch of: René Stadler <mail at renestadler dot de>
6845
6846         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6847         (gst_decode_bin_autoplug_continue),
6848         (gst_decode_bin_autoplug_factories),
6849         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6850         (find_compatibles):
6851         * gst/playback/gstplay-marshal.list:
6852         Remove the autoplug-sort signal and replace it with a binding friendly
6853         autoplug-select signal.
6854         Add an autoplug-factories signal that can be used to generate a list of
6855         factories to try to autoplug.
6856         Add the GstPad to the autoplugging signal args as it might be needed to
6857         make a good factory selection.
6858         Fix up the marshallers for this. Fixes #407282.
6859
6860 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6861
6862         * gst-libs/gst/tag/gsttagdemux.c:
6863           Don't abort with an assertion if we receive a seek event with
6864           a start type of NONE (see launchpad bug #155878).
6865
6866 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6867
6868         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6869         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6870         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6872         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6873         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6874         Make sure that before we clean up the X resources, we shutdown and join
6875         the event thread.
6876         Also make sure the event thread does not shut down immediatly after
6877         startup because the running variable is not yet correctly set.
6878         Fixes #378770. 
6879
6880 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6881
6882         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6883         Make the window for a race in typefind and shutting down smaller until
6884         we figure out the right locking here. Avoids #485753 usually.
6885
6886         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6887         Remove unneeded lock causing a race in typefind and shutting down.
6888         Fixes #485753.
6889
6890         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6891         Also remove sinks when going to NULL because we might not complete the
6892         state change to PAUSED, causing the PAUSED->READY state change not to
6893         happen.
6894
6895 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6896
6897         * gst-libs/gst/audio/gstbaseaudiosink.c:
6898         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6899         Also explicitly release the ringbuffer when going to NULL because it
6900         is required in the setcaps function, before the state change to PAUSED
6901         completes.
6902
6903 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6904
6905         * tests/icles/.cvsignore:
6906         * tests/icles/Makefile.am:
6907         * tests/icles/stress-playbin.c:
6908           Does what it says on the tin.
6909
6910 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6911
6912         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6913         Fix queue negotiation. See #486758.
6914
6915 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6916
6917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6918         (gst_xvimagesink_xwindow_new),
6919         (gst_xvimagesink_update_colorbalance),
6920         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6921
6922         Fix handling of some of the X atoms. If the last parameter is True,
6923         XInternAtom won't create the atom if it doesn't exist, and therefore
6924         might return None. This causes X errors on Xv implementations that
6925         don't provide the colour balance attributes.
6926
6927 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6928
6929         * gst-libs/gst/tag/gstvorbistag.c:
6930         * tests/check/libs/tag.c:
6931           Extract vorbis comment LICENSE tags correctly.
6932
6933 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6934
6935         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6936
6937         * gst-libs/gst/tag/gstid3tag.c:
6938         * tests/check/libs/tag.c:
6939           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6940
6941 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6942
6943         * gst-libs/gst/tag/gsttagdemux.c:
6944           Don't error out when a buggy downstream element doesn't
6945           handle the newsegment event we send properly (especially
6946           not without posting a meaningful error message on the
6947           bus). See bug #471370 and launchpad bug #136264.
6948
6949 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6950
6951         * gst-libs/gst/audio/gstbaseaudiosink.c:
6952         (gst_base_audio_sink_drain):
6953         Use new basesink method to make our EOS drain interruptable.
6954
6955 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6956
6957         * gst-libs/gst/rtp/gstrtppayloads.c:
6958         Fix silly search-replace oversight.
6959
6960 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6961
6962         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6963
6964         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6965         (gst_basertppayload_set_outcaps):
6966         Fix caps memleak. Fixes #484989.
6967
6968
6969 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6970
6971         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6972         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6973         Fix debug output.
6974
6975 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6976
6977         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6978         (gst_base_audio_src_create):
6979         Also handle the case where there is no clock set on the audio source,
6980         like in the unit tests.
6981
6982 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6983
6984         * gst-libs/gst/rtp/gstrtppayloads.c:
6985         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6986         to avoid compiler warnings
6987
6988 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6989
6990         * gst/playback/gstdecodebin.c: (type_found),
6991         (gst_decode_bin_change_state):
6992         * gst/playback/gstdecodebin2.c: (type_found),
6993         (gst_decode_bin_change_state):
6994         Don't disconnect the have_type signal because we never reconnect it
6995         later on. Instead keep a variable to see if we already detected a type.
6996
6997 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6998
6999         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
7000         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
7001         (type_found):
7002         Unlink the signal handler when we found the type, we're not going to do
7003         anything sensible with more type_found signals anyway.
7004
7005 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7006
7007         * gst-libs/gst/tag/gsttagdemux.c:
7008           Don't leak caps.
7009
7010 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7011
7012         * gst-libs/gst/tag/Makefile.am:
7013         * gst-libs/gst/tag/gsttagdemux.c:
7014         * gst-libs/gst/tag/gsttagdemux.h:
7015           API: add GstTagDemux base class for simple tag demuxers.
7016
7017         * docs/libs/gst-plugins-base-libs-docs.sgml:
7018         * docs/libs/gst-plugins-base-libs-sections.txt:
7019           Add GstTagDemux to docs.
7020
7021 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
7022
7023         * gst-libs/gst/rtp/gstrtpbuffer.c:
7024         (gst_rtp_buffer_get_payload_subbuffer):
7025         Fix bug introduced with last commit which inverted the logic and
7026         caused all buffers to be dropped. Fixes #483620.
7027         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
7028
7029 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7030
7031         * gst-libs/gst/rtp/gstrtpbuffer.c:
7032           Replace g_return_if_val (as it could be disabled), with regular return
7033           and warning.
7034
7035 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
7036
7037         * tests/check/pipelines/simple-launch-lines.c:
7038           Print message name and not just number.
7039
7040 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
7041
7042         * gst-libs/gst/audio/gstbaseaudiosink.c:
7043         (gst_base_audio_sink_async_play):
7044         When slaved to the clock, don't try to align a sample with the previous
7045         one when going to PLAYING again.
7046
7047 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7048
7049         * tests/examples/snapshot/snapshot.c:
7050           Fix the build.
7051
7052 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7053
7054         * gst-libs/gst/sdp/gstsdpmessage.h:
7055         Add RFC 3556 bandwidth modifiers.
7056
7057 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7058
7059         * docs/libs/gst-plugins-base-libs-docs.sgml:
7060         * docs/libs/gst-plugins-base-libs-sections.txt:
7061         * gst-libs/gst/rtp/gstrtppayloads.c:
7062         Update documentation.
7063
7064 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7065
7066         * gst-libs/gst/rtp/Makefile.am:
7067         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
7068         (gst_rtp_payload_info_for_name):
7069         * gst-libs/gst/rtp/gstrtppayloads.h:
7070         Added new file and header to deal with payload info.
7071
7072         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7073         (gst_rtp_buffer_default_clock_rate):
7074         * gst-libs/gst/rtp/gstrtpbuffer.h:
7075         Payload specific stuff is move to new headers.
7076         Implement _default_clock rate using the new payload function.
7077
7078         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
7079         (gst_sdp_parse_line):
7080         * gst-libs/gst/sdp/gstsdpmessage.h:
7081         Add some more comments.
7082
7083 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7084
7085         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7086         (sdp_check_header), (sdp_type_find), (plugin_init):
7087         Add typefind function for application/sdp.
7088         Remove some old dirac typefind code that was ifdeffed out.
7089
7090 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
7091
7092         * win32/common/libgstaudio.def:
7093         Add new exported functions.
7094         * win32/vs6/grammar.dsp:
7095         Add autogeneration and copy of some autegenerated files from win32/common
7096         for rtsp library.
7097         * win32/vs6/libgstaudioconvert.dsp:
7098         Add gstaudioquantize.c to the build.
7099         * win32/vs6/libgstinterfaces.dsp:
7100         Add videoorientation.c to the build.
7101         * win32/vs6/libgstriff.dsp:
7102         Add libgsttag to the link libraries list.
7103         * win32/vs6/libgstvolume.dsp:
7104         Add liboil to the link.
7105         * win32/vs6/gst_plugins_base.dsw:
7106         * win32/vs6/libgstrtsp.dsp:
7107         * win32/common/libgstrtsp.def:
7108         Add files to build libgstrtsp library.
7109         
7110 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7111
7112         * tests/examples/snapshot/snapshot.c: (main):
7113         Print error when pipeline failed to construct.
7114
7115 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7116
7117         * configure.ac:
7118         * gst-libs/gst/tag/gstid3tag.c:
7119         * gst-libs/gst/tag/gstvorbistag.c:
7120           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
7121           and ID3v2 tags.
7122
7123 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7124
7125         * gst-libs/gst/floatcast/floatcast.h:
7126           Don't include config.h in an installed public header, this
7127           might break compilation of applications that don't have such
7128           a header and doesn't necessarily do what it's supposed to do
7129           anyway (ie. check for the lrint/lrintf defines) (#442065).
7130           Add docs for the various macros and document how this header
7131           has to be used (link against libm, etc.); add a few FIXMEs;
7132           include math.h for non-c99 code path.  Based on patch by
7133           Jan Schmidt.
7134           
7135 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7136
7137         * configure.ac:
7138         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
7139         of duplicating these macros in configure.ac.
7140
7141 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7142
7143         * po/hu.po:
7144         * po/sv.po:
7145         * po/uk.po:
7146           Updated translations to 0.10.14
7147
7148 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7149
7150         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7151
7152         * po/pl.po:
7153           Added Polish translation.
7154
7155 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7156
7157         translated by: Ilkka Tuohela <hile@iki.fi>
7158
7159         * po/fi.po:
7160           Added Finnish translation.
7161
7162 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7163
7164         translated by: Jorge González González <aloriel@gmail.com>
7165
7166         * po/es.po:
7167           Added Spanish translation.
7168
7169 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7170
7171         translated by: Mogens Jaeger <mogens@jaeger.tf>
7172
7173         * po/da.po:
7174           Added Danish translation.
7175
7176 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7177
7178         translated by: Funda Wang <fundawang@linux.net.cn>
7179
7180         * po/zh_CN.po:
7181           Added Chinese (simplified) translation.
7182
7183 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7184
7185         translated by: Alexander Shopov <ash@contact.bg>
7186
7187         * po/bg.po:
7188           Added Bulgarian translation.
7189
7190 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7191
7192         * gst/playback/gstqueue2.c: (gst_queue_push_one):
7193         Fix compilation wrt printf arguments.
7194
7195 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
7196
7197         * configure.ac:
7198         * tests/examples/Makefile.am:
7199         * tests/examples/snapshot/.cvsignore:
7200         * tests/examples/snapshot/Makefile.am:
7201         * tests/examples/snapshot/snapshot.c: (main):
7202         Add simple snapshot example program using appsink.
7203
7204 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7205
7206         * tests/check/generic/states.c:
7207           Improved state change unit test.
7208
7209 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7210
7211         * docs/plugins/.cvsignore:
7212         * tests/check/.cvsignore:
7213           Ignore registries in any format.
7214
7215 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7216
7217         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7218         (gst_base_rtp_depayload_chain),
7219         (gst_base_rtp_depayload_set_gst_timestamp):
7220         Only copy timestamp on outgoing packets if the depayloader did not set
7221         one.
7222         Also copy duration on outgoing packets.
7223
7224 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7225
7226         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7227         (gst_basertppayload_set_outcaps):
7228         Fix compilation because of missing %d in printf.
7229         When fixating caps, fixate what we can and throw away all remaining
7230         unfixed caps, subclasses should do something smart if they need to.
7231
7232 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7233
7234         * ext/gnomevfs/gstgnomevfssrc.c:
7235           Improve debug logs a bit and be more verbose if things go wrong.
7236
7237 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7238
7239         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7240         (gst_text_overlay_set_property):
7241         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7242         * gst-libs/gst/audio/gstbaseaudiosink.c:
7243         (gst_base_audio_sink_render):
7244         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7245         (gst_rtcp_unix_to_ntp):
7246         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7247         * gst/playback/gstqueue2.c:
7248         * tests/examples/seek/seek.c: (set_scale):
7249         Fix a bunch of compile warnings shown with Forte.
7250
7251         * gst/audiorate/gstaudiorate.c:
7252         Always pull in config.h before including any system headers.
7253
7254 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
7255
7256         * gst/playback/gstqueue2.c: (update_buffering),
7257         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7258         (gst_queue_handle_sink_event), (gst_queue_chain),
7259         (gst_queue_push_one), (gst_queue_sink_activate_push),
7260         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7261         Also fix #476514 for queue2.
7262
7263 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7264
7265         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7266         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7267         (gst_base_rtp_depayload_chain),
7268         (gst_base_rtp_depayload_handle_sink_event),
7269         (gst_base_rtp_depayload_push_full),
7270         (gst_base_rtp_depayload_set_gst_timestamp),
7271         (gst_base_rtp_depayload_change_state):
7272         Remove code to deal with RTP to GST time conversion, we now just copy
7273         the GST timestamp we receive to the outgoing buffers.
7274         Handle segment and flushes correctly.
7275
7276         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7277         When we have no valid input timestamp, use the previous rtp timestamp on
7278         the outgoing RTP packet instead of the RTP base time.
7279
7280 2007-09-15  David Schleef  <ds@schleef.org>
7281
7282         * ext/alsa/gstalsa.c:
7283         * ext/alsa/gstalsadeviceprobe.c:
7284         * ext/alsa/gstalsamixer.c:
7285         * ext/alsa/gstalsasink.c:
7286         * ext/alsa/gstalsasrc.c:
7287           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7288
7289 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
7290
7291         * gst-libs/gst/rtp/gstbasertppayload.c:
7292         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7293         Add some debug info when negotiating caps.
7294
7295 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7296
7297         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7298         A buffer with an empty payload is also a valid buffer.
7299
7300 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7301
7302         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7303         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7304         (gst_basertppayload_change_state):
7305         Make sure we start our RTP timestamp from the random base RTP
7306         timestamp even if the buffer timestamp starts from some random value.
7307
7308 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7309
7310         * configure.ac:
7311         * tests/examples/Makefile.am:
7312         * tests/examples/dynamic/.cvsignore:
7313         * tests/examples/dynamic/Makefile.am:
7314         * tests/examples/dynamic/addstream.c: (create_stream),
7315         (pause_play_stream), (message_received), (eos_message_received),
7316         (perform_step), (main):
7317         Add simple exmple app to demonstrate starting and pausing live and
7318         non-live bins in a PLAYING pipeline.
7319
7320 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7321
7322         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7323         typefind for QCP files (RFC #3625)
7324
7325 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7326
7327         * gst-libs/gst/audio/gstbaseaudiosink.c:
7328         (gst_base_audio_sink_init):
7329         Disable pull mode scheduling, we're not ready for it yet and it subtly
7330         breaks a lot of things.
7331
7332 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7333
7334         * tests/check/elements/libvisual.c:
7335           Test all libvisual plugins, not just the first one; this reproduces
7336           bug #450336 quite easily.  Looks like a problem with the 'jess'
7337           visualisation.
7338
7339 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7340
7341         * tests/check/Makefile.am:
7342         * tests/check/elements/.cvsignore:
7343         * tests/check/elements/libvisual.c:
7344           Add basic libvisual test case in an attempt to reproduce bug #450336.
7345           Doesn't reproduce that bug, but some other crasher instead (invalid
7346           free), at least with make elements/libvisual.forever and the bumscope
7347           plugin on x86-64/gutsy. Leaving test disabled for now.
7348
7349 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7350
7351         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7352
7353         * gst-libs/gst/rtsp/gstrtspconnection.c:
7354         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7355         (read_body), (gst_rtsp_connection_receive):
7356         Make sure we can not cancel in the middle of receiving a message.
7357         Fixes #475731.
7358
7359 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7360
7361         Patch by: Josep Torra Valles <josep@fluendo.com>
7362
7363         * gst/playback/gstplaybasebin.c:
7364           Increase upper limit for audio queue a bit; fixes preroll problem
7365           with playbin and decodebin2 when playing a quicktime trailer with
7366           multichannel audio via http (#464666).
7367
7368 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7369
7370         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7371         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7372         (gst_base_audio_src_provide_clock),
7373         (gst_base_audio_src_set_property),
7374         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7375         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7376         Allow othe clocks than the internal clock to be used for the pipeline.
7377         Add property to disable clock provide.
7378         API: GstBaseAudioSrc::provide-clock
7379
7380 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7381
7382         * gst/playback/gstdecodebin2.c:
7383           Don't leak request pads. Fixes #475395.
7384
7385 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7386
7387         Patch by: René Stadler <mail at renestadler dot de>
7388
7389         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7390         (gst_ximage_buffer_class_init):
7391         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7392         (gst_xvimage_buffer_class_init):
7393         Correctly chain up finalize with the parent class to prevent
7394         memory leaks. Fixes #474880.
7395
7396 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7397
7398         * gst/volume/gstvolume.c: (volume_choose_func):
7399         * tests/check/elements/volume.c: (GST_START_TEST):
7400         Revert the latest change: floating point samples are allowed to
7401         have any value, not only values in the range [-1,1]. Thanks to Andy
7402         Wingo for noticing.
7403         Also fix processing of int32 samples with volumes > 4 by making the
7404         unity value smaller which prevents overflows.
7405
7406 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7407
7408         * gst-libs/gst/rtp/gstrtpbuffer.c:
7409         * tests/check/libs/rtp.c:
7410           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7411
7412 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7413
7414         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7415
7416         * gst-libs/gst/rtp/gstrtpbuffer.c:
7417           Fix up GstRTPHeader helper struct so that compilers will not under
7418           any circumstances add padding in between our fields, as currently
7419           happens with MSVC on win32, because that would lead to us sending
7420           out RTP payloads with broken RTP headers (#471194).
7421           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7422           
7423         * tests/check/Makefile.am:
7424         * tests/check/libs/.cvsignore:
7425         * tests/check/libs/rtp.c:
7426           Add some simple unit tests for GstRTPBuffer. Some are disabled
7427           because the code tested still needs fixing (set_csrc() does not work).
7428
7429 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7430
7431         * win32/MANIFEST:
7432         * win32/common/gstrtsp-enumtypes.c:
7433         * win32/common/gstrtsp-enumtypes.h:
7434         * win32/common/interfaces-enumtypes.c:
7435         * win32/common/interfaces-enumtypes.h:
7436         * win32/common/multichannel-enumtypes.c:
7437           Add rtsp enumtypes (#474384) and update others.
7438
7439 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7440
7441         * configure.ac:
7442           Fix configure check for HAVE_LIBXML_HTML.
7443
7444 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7445
7446         * tests/check/libs/.cvsignore:
7447           Ignore more, in case the build bots work again one day.
7448
7449 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7450
7451         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7452
7453         * configure.ac:
7454         * gst-libs/gst/Makefile.am:
7455         * gst-libs/gst/fft/Makefile.am:
7456         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7457         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7458         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7459         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7460         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7461         * gst-libs/gst/fft/gstfft.h:
7462         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7463         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7464         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7465         * gst-libs/gst/fft/gstfftf32.h:
7466         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7467         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7468         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7469         * gst-libs/gst/fft/gstfftf64.h:
7470         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7471         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7472         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7473         * gst-libs/gst/fft/gstffts16.h:
7474         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7475         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7476         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7477         * gst-libs/gst/fft/gstffts32.h:
7478         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7479         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7480         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7481         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7482         * gst-libs/gst/fft/kiss_fft_f32.h:
7483         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7484         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7485         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7486         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7487         * gst-libs/gst/fft/kiss_fft_f64.h:
7488         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7489         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7490         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7491         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7492         * gst-libs/gst/fft/kiss_fft_s16.h:
7493         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7494         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7495         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7496         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7497         * gst-libs/gst/fft/kiss_fft_s32.h:
7498         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7499         (kiss_fftr_f32), (kiss_fftri_f32):
7500         * gst-libs/gst/fft/kiss_fftr_f32.h:
7501         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7502         (kiss_fftr_f64), (kiss_fftri_f64):
7503         * gst-libs/gst/fft/kiss_fftr_f64.h:
7504         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7505         (kiss_fftr_s16), (kiss_fftri_s16):
7506         * gst-libs/gst/fft/kiss_fftr_s16.h:
7507         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7508         (kiss_fftr_s32), (kiss_fftri_s32):
7509         * gst-libs/gst/fft/kiss_fftr_s32.h:
7510         * gst-libs/gst/fft/kiss_version:
7511         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7512         * pkgconfig/gstreamer-plugins-base.pc.in:
7513         Add libgstfft, a FFT library based on Kiss FFT which is
7514         BSD licensed. Supported sample formats are int16, int32,
7515         float and double. For those formats a real FFT and IFFT
7516         can be done, different windowing functions can be applied
7517         and functions for extracting the magnitude and phase exist.
7518         Fixes #468619.
7519
7520         * docs/libs/Makefile.am:
7521         * docs/libs/gst-plugins-base-libs-docs.sgml:
7522         * docs/libs/gst-plugins-base-libs-sections.txt:
7523         Integrate libgstfft into the docs.
7524
7525         * tests/check/Makefile.am:
7526         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7527         Add unit tests for libgstfft, currently only testing the FFT.
7528         Unit tests for IFFT will follow soon.
7529
7530 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7531
7532         Patch by: Peter Kjellerstedt  <pkj at axis com>
7533
7534         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7535         (gst_sdp_message_init), (gst_sdp_message_uninit),
7536         (is_multicast_address), (gst_sdp_message_as_text),
7537         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7538         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7539         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7540         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7541         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7542         (gst_sdp_media_init), (gst_sdp_media_uninit),
7543         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7544         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7545         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7546         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7547         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7548         * gst-libs/gst/sdp/gstsdpmessage.h:
7549         Separate INIT_ARRAY() and related macros into two versions, one for
7550         structures and one for pointers (e.g., INIT_ARRAY() and
7551         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7552         lists of emails and phone numbers.
7553         Add missing const as appropriate.
7554         Change all gint to guint since they all actually represent unsigned
7555         values.
7556         Do not use time as a variable name as it shadows the global time().
7557         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7558         Actually implement gst_sdp_message_add_time().
7559         Make gst_sdp_message_add_time() take repeat times as an argument.
7560         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7561         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7562         misspelled as badwidth).
7563         gst-indented and a little clean up. Fixes #471067.
7564
7565 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7566
7567         * gst/volume/gstvolume.c: (volume_choose_func),
7568         (volume_process_double), (volume_process_double_clamp),
7569         (volume_process_float_clamp):
7570         Correctly clamp float/double samples in the [-1.0,1.0] range to
7571         prevent weird effects.
7572         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7573         Add unit tests for all samples types that had none before.
7574
7575 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7576
7577         * gst-libs/gst/rtp/gstrtpbuffer.c:
7578           Need to include stdlib.h for abs() here too.
7579
7580 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7581
7582         * gst/playback/gststreaminfo.c:
7583           Fix build.
7584
7585 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7586
7587         * gst/playback/gststreaminfo.c:
7588           Clean up some half-disabled code and comment.
7589
7590 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7591
7592         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7593
7594         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7595         (gst_base_rtp_payload_audio_handle_event):
7596         Return FALSE from the event handler to let the parent class handle the
7597         event. Fixes #446766.
7598
7599         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7600         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7601         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7602
7603         * gst-libs/gst/rtp/gstbasertppayload.c:
7604         Bump the MTU to 1400.
7605
7606 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7607
7608         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7609         Add an audio/x-nsf typefind function for the nsfdec element.
7610
7611 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7612         * gst/playback/gstplaybasebin.c:
7613         Included "myth://" on stream_uris list for enable buffering to mythtv files
7614
7615 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7616
7617         * docs/libs/gst-plugins-base-libs-sections.txt:
7618         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7619         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7620         (gst_rtcp_unix_to_ntp):
7621         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7622         Fix parsing of RB blocks.
7623         Fix docs.
7624         Added helper functions to convert to/from UNIX and NTP time.
7625         API: gst_rtcp_ntp_to_unix()
7626         API: gst_rtcp_unix_to_ntp()
7627
7628         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7629         (gst_rtp_buffer_get_header_len),
7630         (gst_rtp_buffer_get_extension_data),
7631         (gst_rtp_buffer_get_payload_subbuffer),
7632         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7633         (gst_rtp_buffer_ext_timestamp):
7634         * gst-libs/gst/rtp/gstrtpbuffer.h:
7635         Fix some more docs.
7636         Implement handling of packets with extensions.
7637         Fix padding check in _validate().
7638         Added function to get extension data.
7639         API: gst_rtp_buffer_get_header_len()
7640         API: gst_rtp_buffer_get_extension_data()
7641
7642 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7643
7644         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7645         (gst_base_rtp_depayload_class_init),
7646         (gst_base_rtp_depayload_set_gst_timestamp):
7647         Add some more docs for the queue-delay property and fix a typo in a
7648         comment.
7649
7650         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7651         Fix typo.
7652
7653 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7654
7655         * gst-libs/gst/audio/gstbaseaudiosink.c:
7656         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7657         (gst_base_audio_sink_change_state):
7658         When skew slaving, try to hover around the middle of a segment so that
7659         we at most drift by half a segment.
7660         If we are aligning in the oposite direction of the clock skew, we don't
7661         have to resync.
7662
7663 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7664
7665         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7666         (gst_base_rtp_depayload_setcaps),
7667         (gst_base_rtp_depayload_set_gst_timestamp):
7668         Be less silly with the segment start, just apply the clock-base to the
7669         timestamp.
7670
7671 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7672
7673         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7674         (gst_base_rtp_depayload_class_init),
7675         (gst_base_rtp_depayload_finalize),
7676         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7677         (gst_base_rtp_depayload_handle_sink_event),
7678         (gst_base_rtp_depayload_set_gst_timestamp),
7679         (gst_base_rtp_depayload_change_state):
7680         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7681         Deprecate the queue handling thread thing and remove the code.
7682         Use new method to calculate the extended timestamp.
7683
7684 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7685
7686         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7687         (gst_rtcp_packet_sdes_copy_entry):
7688         Use g_strndup which does exactly what we want.
7689
7690         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7691         (gst_rtp_buffer_ext_timestamp):
7692         * gst-libs/gst/rtp/gstrtpbuffer.h:
7693         Add helper function to compare seqnums.
7694         Add helper function to calculate extended timestamps.
7695         API: gst_rtp_buffer_compare_seqnum()
7696         API: gst_rtp_buffer_ext_timestamp()
7697
7698 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7699
7700         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7701         (gst_rtcp_packet_sdes_get_entry),
7702         (gst_rtcp_packet_sdes_copy_entry):
7703         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7704         Fix and document SDES item data function.
7705         Add new function that makes a proper copy of SDES item data.
7706         API: gst_rtcp_packet_sdes_copy_entry()
7707
7708 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7709
7710         * configure.ac:
7711         * gst/Makefile.am:
7712           The tcp and subparse plugins are under gst, but not totaly free of
7713           dependencies. Handle selection inconfigure.ac, so that they show up
7714           on the final list of what is build and what is not. Maybe they should
7715           better be moved to ext.
7716
7717 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7718
7719         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7720
7721         * configure.ac:
7722         * gst/Makefile.am:
7723           Check if libxml provides HTML parser which subparse needs.
7724           Fixes #451970.
7725
7726 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7727
7728         * ext/alsa/gstalsa.c:
7729           Fix typo and compilation on big endian systems.
7730
7731 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7732
7733         * gst/subparse/gstssaparse.c:
7734           Convert SSA newline codes into actual newline characters (#470766).
7735
7736 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7737
7738         * docs/libs/gst-plugins-base-libs-sections.txt:
7739         * gst-libs/gst/pbutils/install-plugins.c:
7740         * gst-libs/gst/pbutils/install-plugins.h:
7741         * tests/check/libs/pbutils.c:
7742           API: also add gst_install_plugins_supported() while we're at it
7743           (see #470456).
7744
7745 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7746
7747         * docs/libs/gst-plugins-base-libs-sections.txt:
7748         * gst-libs/gst/pbutils/missing-plugins.c:
7749         * gst-libs/gst/pbutils/missing-plugins.h:
7750         * tests/check/libs/pbutils.c:
7751           API: add gst_missing_*_installer_detail_new() convenience API so
7752           that applications that know exactly what they're missing can request
7753           installer detail strings for those items directly instead of having
7754           to first create a dummy missing-plugin message and then get the
7755           installer detail string from that.  Fixes #470456.
7756
7757 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7758
7759         * gst/playback/gstdecodebin.c: (close_pad_link):
7760         We need to set up delayed-linking whenever the caps are non-fixed,
7761         not just when there are multiple types - use gst_pad_is_fixed()
7762         to test.
7763
7764 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7765
7766         * gst-libs/gst/pbutils/missing-plugins.c:
7767           (gst_missing_plugin_message_get_installer_detail):
7768           Add missing separator in PID fallback case.
7769
7770 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7771
7772         * ext/alsa/Makefile.am:
7773         There is no GST_PLUGINS_BASE_LIBS defined.
7774         
7775         * ext/alsa/gstalsa.c:
7776         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7777         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7778         Add support for ALSA 24-bit formats.
7779         snd_pcm_delay can return an error code, especially
7780         during XRUNS. In that case, the best we can do is assume
7781         delay = 0.
7782
7783         * gst/audioconvert/Makefile.am:
7784         Add flags from -base before any more-remote dependencies.
7785
7786 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7787
7788         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7789
7790         * gst/volume/gstvolume.c: (volume_choose_func),
7791         (volume_update_real_volume), (gst_volume_set_volume),
7792         (gst_volume_init), (volume_process_int32),
7793         (volume_process_int32_clamp), (volume_process_int24),
7794         (volume_process_int24_clamp), (volume_process_int16),
7795         (volume_process_int16_clamp), (volume_process_int8),
7796         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7797         * gst/volume/gstvolume.h:
7798         Add support for int32, int24 and int8 to the volume element.
7799         Fixes #445529.
7800
7801 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7802
7803         * tests/examples/Makefile.am:
7804           Fix even more.
7805
7806 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7807
7808         * configure.ac:
7809         * docs/libs/Makefile.am:
7810         * docs/libs/gst-plugins-base-libs-docs.sgml:
7811         * docs/libs/gst-plugins-base-libs-sections.txt:
7812         * ext/gnomevfs/gstgnomevfssrc.c:
7813         * ext/gnomevfs/gstgnomevfssrc.h:
7814         * gst-libs/gst/Makefile.am:
7815         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7816         * pkgconfig/gstreamer-plugins-base.pc.in:
7817         * sys/v4l/v4lsrc_calls.c:
7818         * tests/examples/Makefile.am:
7819         * win32/common/config.h:
7820           Revert unwanted commit. many thanks to moap. I want a fix for 
7821           https://thomas.apestaart.org/moap/trac/ticket/239
7822
7823 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7824
7825         * gst/volume/gstvolume.c:
7826           Move passthrough below gst_object_sync_values(). Fixes #442654.
7827
7828 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7829
7830         * gst-libs/gst/audio/audio.c:
7831         Clarify the docs a little.
7832
7833 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7834
7835         * gst/volume/gstvolume.c:
7836           Enable liboil for float and add more details about problems with
7837           int16.
7838
7839 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7840
7841         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7842         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7843
7844 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7845
7846         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7847         When calculating the first timestamp of the buffers, don't go below 0
7848         and clip the samples because the offset was on the eos page.
7849         Fixes #466717.
7850
7851 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7852
7853         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7854         (gst_ogg_demux_collect_chain_info):
7855         Also submit the eos page when trying to find the first timestamp.
7856         See #466717.
7857
7858 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7859
7860         * gst-libs/gst/audio/audio.h:
7861         Use gst_util_uint64_scale() instead of doing the math
7862         with double for GST_FRAMES_TO_CLOCK_TIME() and
7863         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7864         prevents rounding errors. Fixes #467667.
7865
7866 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7867
7868         * gst-libs/gst/rtsp/gstrtspconnection.c:
7869         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7870         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7871         * gst-libs/gst/rtsp/gstrtspconnection.h:
7872         Small cleanups.
7873         On shutdown, don't read the control socket yet.
7874         Set timeout value correctly in all cases.
7875         Add function to check if the server accepts reads or writes.
7876         API: gst_rtsp_connection_poll()
7877
7878         * gst-libs/gst/rtsp/gstrtspdefs.h:
7879         Fix compilation with -pedantic.
7880         Add enum for _poll.
7881
7882 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7883
7884         Patch by: Olivier Crete  <tester at tester ca>
7885
7886         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7887         (gst_basertppayload_getcaps):
7888         * gst-libs/gst/rtp/gstbasertppayload.h:
7889         Add getcaps vfunc to basertppayload. See #465146.
7890
7891 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7892
7893         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7894         Only post buffering messages when we are a stream.
7895
7896 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7897
7898         * gst-libs/gst/pbutils/install-plugins.c:
7899         * gst-libs/gst/pbutils/missing-plugins.c:
7900           Small docs fix and addition.
7901
7902 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7903
7904         * tests/icles/.cvsignore:
7905         * tests/icles/Makefile.am:
7906         * tests/icles/test-textoverlay.c:
7907           Add a dumb little test for textoverlay alignments.
7908
7909 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7910
7911         Patch by: Dan Williams  <dcbw redhat com>
7912
7913         * ext/pango/gsttextoverlay.c:
7914         * ext/pango/gsttextoverlay.h:
7915           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7916           "silent" property so there's a Since tag in the API reference.
7917
7918 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7919
7920         * gst-libs/gst/rtp/gstbasertppayload.c:
7921         (gst_basertppayload_set_outcaps):
7922         * gst-libs/gst/rtp/gstbasertppayload.h:
7923         Improve caps negotiation so that downstream elements can confiure
7924         certain RTP properties by fixing them on the caps. See #465146.
7925         Add docs.
7926
7927 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7928
7929         * docs/libs/gst-plugins-base-libs-sections.txt:
7930         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7931         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7932           Mark as deprecated some macros which were presumably meant to be
7933           private API and accidentally exposed in the public header file.
7934           Also actually _init() lock (only works at the moment because the
7935           struct is zeroed out when created and the initial values in the
7936           mutex struct are zeroes too). (#459585)
7937
7938 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7939
7940         * docs/libs/Makefile.am:
7941           Remove cruft and do some cleanups.
7942
7943         * docs/libs/gst-plugins-base-libs-docs.sgml:
7944           Prepare for comming gtkdoc features (rebase against online docs).
7945
7946 2007-08-10  Michael Smith <msmith@fluendo.com>
7947
7948         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7949           Debug output fixes.
7950         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7951         (GST_START_TEST):
7952           Change the number of buffers used; 500 is too many and leads to
7953           timeouts.
7954
7955 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7956
7957         * gst/playback/gstqueue2.c:
7958         * gst/videorate/gstvideorate.c:
7959           Printf format fixes (#465028).
7960
7961 2007-08-09  Michael Smith <msmith@fluendo.com>
7962
7963         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7964           If we have a large (> 1 second) discontinuity, push a series of
7965           smaller buffers rather than a single very large buffer. Avoids
7966           unreasonably large single buffer allocations when encountering a
7967           large gap.
7968         * tests/check/elements/audiorate.c: (GST_START_TEST),
7969         (audiorate_suite):
7970           Add a test for this.
7971
7972 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7973
7974         * gst/playback/gstplaybasebin.c: (group_commit),
7975         (queue_remove_probe), (queue_threshold_reached):
7976
7977         Patch by: Josep Torra Valles <josep@fluendo.com>
7978         Fixes: #465015
7979         Make sure we remove the check_queues buffer probe from the 
7980         correct queue to avoid racily going back to "buffering 99%" when
7981         buffering is actually complete.
7982
7983         Also, fix the spelling of Josep's surname in the ChangeLog.
7984
7985 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7986
7987         * ext/ogg/gstoggmux.c:
7988           Do not leak oggmux instance.
7989         
7990         * ext/vorbis/vorbisenc.c:
7991           Also log values.
7992
7993 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7994
7995         * po/hu.po:
7996         * po/it.po:
7997         * po/nl.po:
7998         * po/uk.po:
7999         * po/vi.po:
8000           Updated translations.
8001
8002 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
8003
8004         patch by: Yang Hong <hongyang@redflag-linux.com>
8005
8006         * ext/pango/gsttextoverlay.c:
8007         * ext/pango/gsttextoverlay.h:
8008           Add 'silent' property to GstTimeOverlay. Fixes #462979
8009
8010 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8011
8012         Patch by: Josep Torra Valles <josep@fluendo.com>
8013
8014         * docs/plugins/gst-plugins-base-plugins.args:
8015         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
8016         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
8017         (gst_uri_decode_bin_get_property), (gen_source_element):
8018         Add connection-speed property. Fixes #464690.
8019
8020 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
8021
8022         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
8023
8024         * configure.ac:
8025         * gst-libs/gst/rtsp/Makefile.am:
8026         * gst-libs/gst/rtsp/gstrtspconnection.c:
8027         (gst_rtsp_connection_connect):
8028         Fix compilation on windows. Fixes #464320.
8029
8030 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
8031
8032         Patch by: Josep Torra Valles <josep@fluendo.com>
8033
8034         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8035         (gst_play_base_bin_init), (queue_threshold_reached),
8036         (gen_source_element), (setup_substreams),
8037         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8038         (gst_play_base_bin_get_streaminfo_value_array):
8039         * gst/playback/gstplaybasebin.h:
8040         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8041         (gst_play_bin_set_property), (gst_play_bin_get_property),
8042         (gst_play_bin_handle_redirect_message):
8043         Move connection-speed property from playbin to playbasebin so that we
8044         can also configure it in source elements that have the connection-speed
8045         property. Fixes #464028.
8046         Add some debug info here and there.
8047
8048 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
8049
8050         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8051         Properly respond to conversion queries. Fixes #464079.
8052
8053 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
8054
8055         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
8056         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
8057         (gst_audio_test_src_init_sine_table),
8058         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
8059         * gst/audiotestsrc/gstaudiotestsrc.h:
8060         Add float/double and int32 support to audiotestsrc. Fixes #460422.
8061         Also set the default volume to the default value specified in the
8062         GParamSpec.
8063
8064 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
8065
8066         Patch by: Jens Granseuer <jensgr at gmx dot net>
8067
8068         * gst/audioconvert/gstaudioquantize.c:
8069         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
8070
8071 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8072
8073         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
8074         Add rdt manager for rdt transport.
8075         Fix parsing of RDT transport.
8076
8077 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
8078
8079         * configure.ac:
8080         Back to CVS
8081
8082 === release 0.10.14 ===
8083
8084 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
8085
8086         * configure.ac:
8087           releasing 0.10.14, "Light Years Ahead"
8088
8089 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8090
8091         * tests/check/libs/audio.c: (GST_START_TEST):
8092         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
8093
8094 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8095
8096         * gst-libs/gst/audio/audio.c:
8097         When clipping a buffer with no timestamp, assume it is
8098         within the segment without warnings.
8099
8100         Fixes: #460978
8101
8102 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8103
8104         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
8105         Fire the signal on the object, not the interface.
8106
8107 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8108
8109         * gst-libs/gst/rtsp/.cvsignore:
8110         Ber. Don't include the full path, idiot.
8111
8112 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8113
8114         * gst-libs/gst/rtsp/.cvsignore:
8115         Ignore generated files.
8116
8117 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8118
8119         * gst-libs/gst/interfaces/Makefile.am:
8120         * gst-libs/gst/interfaces/interfaces-marshal.list:
8121         * gst-libs/gst/interfaces/rtspextension.c:
8122         * gst-libs/gst/interfaces/rtspextension.h:
8123         * gst-libs/gst/rtsp/Makefile.am:
8124         * gst-libs/gst/rtsp/gstrtsp.h:
8125         * gst-libs/gst/rtsp/gstrtspextension.c:
8126         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8127         (gst_rtsp_extension_detect_server),
8128         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8129         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8130         (gst_rtsp_extension_configure_stream),
8131         (gst_rtsp_extension_get_transports),
8132         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8133         * gst-libs/gst/rtsp/gstrtspextension.h:
8134         * gst-libs/gst/rtsp/rtsp-marshal.list:
8135         Move the rtspextension.h interface into gstrtspextension.h
8136         as part of libgstrtsp instead of libgstinterfaces, because it's
8137         only for use within plugins, not applications. 
8138         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
8139         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
8140         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
8141         is abstract.
8142
8143 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8144
8145         * gst-libs/gst/interfaces/Makefile.am:
8146         * gst-libs/gst/interfaces/interfaces-marshal.list:
8147         * gst-libs/gst/interfaces/rtspextension.c:
8148         (gst_rtsp_extension_iface_init),
8149         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8150         * gst-libs/gst/interfaces/rtspextension.h:
8151         Fix marshaller for the send signal.
8152         Add URL to stream selection interface method.
8153
8154 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8155
8156         * gst-libs/gst/riff/Makefile.am:
8157         Pull in our dependencies from -base before those from outside.
8158
8159 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8160
8161         * docs/libs/gst-plugins-base-libs-sections.txt:
8162         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
8163         * gst-libs/gst/rtsp/gstrtspbase64.h:
8164         API: gst_rtsp_base64_decode_ip()
8165         Added function to decode Base64 in-place.
8166
8167 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8168
8169         * tests/check/libs/.cvsignore:
8170         Ignore the mixer test binary.
8171
8172 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8173
8174         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
8175         Gratuitous comment change to trigger a rebuild on the buildbots.
8176
8177 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8178
8179         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
8180         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8181         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
8182         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
8183         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8184         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
8185         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
8186         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
8187         (gst_sdp_media_get_attribute_val):
8188         * gst-libs/gst/sdp/gstsdpmessage.h:
8189         Constify args where we can.
8190
8191 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8192
8193         * gst-libs/gst/interfaces/Makefile.am:
8194         * gst-libs/gst/interfaces/rtspextension.c:
8195         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8196         (gst_rtsp_extension_detect_server),
8197         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8198         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8199         (gst_rtsp_extension_configure_stream),
8200         (gst_rtsp_extension_get_transports),
8201         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8202         * gst-libs/gst/interfaces/rtspextension.h:
8203         Move interface for RTSP extensions from -good to here.
8204         Added helper methods to invoke interface methods.
8205
8206 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8207
8208         * docs/libs/gst-plugins-base-libs-sections.txt:
8209         * gst-libs/gst/rtsp/gstrtspdefs.h:
8210         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8211         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8212         (gst_rtsp_message_init_response),
8213         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8214         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8215         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8216         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8217         (gst_rtsp_message_get_body), (dump_key_value):
8218         * gst-libs/gst/rtsp/gstrtspmessage.h:
8219         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8220         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8221         (gst_rtsp_range_parse):
8222         * gst-libs/gst/rtsp/gstrtsprange.h:
8223         * gst-libs/gst/rtsp/gstrtsptransport.c:
8224         * gst-libs/gst/rtsp/gstrtspurl.c:
8225         Fix some more RTSP docs.
8226         Add some missing methods for dealing with messages.
8227
8228 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8229
8230         * docs/libs/gst-plugins-base-libs-docs.sgml:
8231         * docs/libs/gst-plugins-base-libs-sections.txt:
8232         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8233         * gst-libs/gst/rtsp/gstrtspbase64.h:
8234         * gst-libs/gst/rtsp/gstrtspconnection.c:
8235         (gst_rtsp_connection_connect), (add_auth_header),
8236         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8237         (read_body), (gst_rtsp_connection_receive),
8238         (gst_rtsp_connection_next_timeout),
8239         (gst_rtsp_connection_reset_timeout),
8240         (gst_rtsp_connection_set_auth):
8241         * gst-libs/gst/rtsp/gstrtspconnection.h:
8242         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8243         * gst-libs/gst/rtsp/gstrtspdefs.h:
8244         * gst-libs/gst/rtsp/gstrtspmessage.h:
8245         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8246         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8247         (gst_rtsp_range_parse):
8248         * gst-libs/gst/rtsp/gstrtspurl.h:
8249         Added beginnings of RTSP documentation.
8250
8251 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8252
8253         * docs/libs/Makefile.am:
8254         * docs/libs/gst-plugins-base-libs-docs.sgml:
8255         * docs/libs/gst-plugins-base-libs-sections.txt:
8256         * gst-libs/gst/sdp/gstsdp.h:
8257         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8258         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8259         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8260         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8261         (gst_sdp_message_get_attribute_val),
8262         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8263         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8264         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8265         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8266         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8267         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8268         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8269         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8270         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8271         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8272         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8273         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8274         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8275         (gst_sdp_media_get_attribute_val_n),
8276         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8277         (print_media), (gst_sdp_message_dump):
8278         * gst-libs/gst/sdp/gstsdpmessage.h:
8279         Document the SDP library.
8280         Add some of the missing SDPMedia methods.
8281
8282 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8283
8284         * configure.ac:
8285         * gst-libs/gst/Makefile.am:
8286         * gst-libs/gst/rtsp/Makefile.am:
8287         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8288         * gst-libs/gst/rtsp/gstrtspbase64.h:
8289         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8290         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8291         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8292         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8293         (parse_response_status), (parse_request_line), (parse_line),
8294         (gst_rtsp_connection_read), (read_body),
8295         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8296         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8297         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8298         (gst_rtsp_connection_set_auth):
8299         * gst-libs/gst/rtsp/gstrtspconnection.h:
8300         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8301         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8302         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8303         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8304         (gst_rtsp_find_method):
8305         * gst-libs/gst/rtsp/gstrtspdefs.h:
8306         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8307         (gst_rtsp_message_new), (gst_rtsp_message_init),
8308         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8309         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8310         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8311         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8312         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8313         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8314         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8315         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8316         (gst_rtsp_message_dump):
8317         * gst-libs/gst/rtsp/gstrtspmessage.h:
8318         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8319         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8320         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8321         * gst-libs/gst/rtsp/gstrtsprange.h:
8322         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8323         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8324         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8325         (range_as_text), (rtsp_transport_mode_as_text),
8326         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8327         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8328         (gst_rtsp_transport_free):
8329         * gst-libs/gst/rtsp/gstrtsptransport.h:
8330         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8331         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8332         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8333         * gst-libs/gst/rtsp/gstrtspurl.h:
8334         * gst-libs/gst/sdp/Makefile.am:
8335         * gst-libs/gst/sdp/gstsdp.h:
8336         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8337         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8338         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8339         (gst_sdp_attribute_init), (gst_sdp_message_new),
8340         (gst_sdp_message_init), (gst_sdp_message_uninit),
8341         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8342         (gst_sdp_media_uninit), (gst_sdp_media_free),
8343         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8344         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8345         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8346         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8347         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8348         (gst_sdp_message_get_attribute_val),
8349         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8350         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8351         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8352         (gst_sdp_media_get_attribute_val_n),
8353         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8354         (read_string), (read_string_del), (gst_sdp_parse_line),
8355         (gst_sdp_message_parse_buffer), (print_media),
8356         (gst_sdp_message_dump):
8357         * gst-libs/gst/sdp/gstsdpmessage.h:
8358         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8359         Move SDP and RTSP from helper objects in -good to a reusable library.
8360         Use a proper gst_ namespace.
8361
8362 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8363
8364         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8365         (vorbis_dec_flush_decode):
8366         Use the new buffer clipping function from gstaudio here.
8367
8368 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8369
8370         * docs/libs/gst-plugins-base-libs-sections.txt:
8371         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8372         * gst-libs/gst/audio/audio.h:
8373         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8374         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8375         Also add deprecation guards for gst_audio_structure_set_int() to the
8376         header.
8377
8378 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8379
8380         * docs/libs/gst-plugins-base-libs-sections.txt:
8381           Cleanup the docs.
8382
8383 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8384
8385         Patch by: Dan Williams <dcbw at redhat dot com>
8386
8387         * gst/playback/gstplaybasebin.c:
8388         (gst_play_base_bin_get_streaminfo_value_array):
8389         Don't return NULL when querying the stream info value array but instead
8390         return an empty array. Fixes #459204.
8391
8392 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8393
8394         * gst/playback/gsturidecodebin.c:
8395           Init debug category before using it.
8396
8397 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8398
8399         * gst-libs/gst/interfaces/mixer.h:
8400         Add padding vars in place of the signal pointers
8401         when building with DISABLE_DEPRECATED so that the
8402         interface structure doesn't change size.
8403
8404 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8405
8406         * docs/libs/gst-plugins-base-libs-sections.txt:
8407         * ext/alsa/gstalsamixer.c:
8408         * ext/alsa/gstalsamixer.h:
8409         * ext/alsa/gstalsamixerelement.c:
8410         * ext/alsa/gstalsamixertrack.c:
8411         * gst-libs/gst/interfaces/mixer.c:
8412         * gst-libs/gst/interfaces/mixer.h:
8413         * gst-libs/gst/interfaces/mixeroptions.c:
8414         * gst-libs/gst/interfaces/mixeroptions.h:
8415         * gst-libs/gst/interfaces/mixertrack.c:
8416         * gst-libs/gst/interfaces/mixertrack.h:
8417         * tests/check/Makefile.am:
8418         * tests/check/libs/mixer.c:
8419
8420         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8421         Fixes: #152864 
8422
8423         Add support for notifying mixer changes on the message bus, and
8424         implement it in alsamixer.
8425
8426         API: gst_mixer_get_mixer_flags
8427         API: gst_mixer_message_parse_mute_toggled
8428         API: gst_mixer_message_parse_record_toggled
8429         API: gst_mixer_message_parse_volume_changed
8430         API: gst_mixer_message_parse_option_changed
8431         API: GstMixerMessageType
8432         API: GstMixerFlags
8433
8434 2007-07-20  Michael Smith <msmith@fluendo.com>
8435
8436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8437         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8438           xcontext->im_format is only for testing XShm support (as the header
8439           file comments document). Use xvimage->im_format for everything else.
8440           Avoids spurious warnings on buffer allocation before setcaps.
8441
8442 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8443
8444         * tests/examples/volume/Makefile.am:
8445         * tests/icles/Makefile.am:
8446           We should use $(LIBM).
8447
8448 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8449
8450         * tests/icles/Makefile.am:
8451           This needs -lm.
8452
8453 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8454
8455         * gst-libs/gst/rtp/gstbasertppayload.c:
8456         (gst_basertppayload_class_init), (gst_basertppayload_init),
8457         (gst_basertppayload_set_property),
8458         (gst_basertppayload_get_property):
8459         Don't break ABI, restore previous ranges. Keep the default random
8460         selection of timestamp and seqnum offset but as soon as the app sets a
8461         specific value, use that one.
8462
8463 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8464
8465         Patch by: Bastien Nocera <hadess at hadess dot net>
8466
8467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8468         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8469         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8470         * sys/xvimage/xvimagesink.h:
8471         Add option to turn off double-buffering for debugging purposes.
8472         Fixes #437169.
8473
8474 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8475
8476         Patch by: Jorn Baayen <jorn at openedhand dot com>
8477
8478         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8479         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8480         (gst_ximagesink_init), (gst_ximagesink_class_init):
8481         * sys/ximage/ximagesink.h:
8482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8483         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8484         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8485         * sys/xvimage/xvimagesink.h:
8486         add 'handle-expose' property. Useful for video widgets which may want to
8487         be in control of Expose behaviour. Fixes #380625
8488
8489 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8490
8491         * gst-libs/gst/rtp/gstbasertppayload.c:
8492         (gst_basertppayload_class_init), (gst_basertppayload_init),
8493         (gst_basertppayload_event), (gst_basertppayload_push),
8494         (gst_basertppayload_set_property),
8495         (gst_basertppayload_get_property),
8496         (gst_basertppayload_change_state):
8497         * gst-libs/gst/rtp/gstbasertppayload.h:
8498         Fix ranges of rtp payloader properties so that the full range can be
8499         used in addition to -1 (random).
8500         Fix wrong seqnum reporting in caps.
8501         Fixes #420326.
8502
8503 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8504
8505         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8506         (gst_video_rate_query):
8507         Use boilerplate.
8508         Add latency query, might not be perfect yet but already works a lot
8509         better. Fixes #442557.
8510
8511 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8512
8513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8514         (gst_xvimagesink_setcaps):
8515         * sys/xvimage/xvimagesink.h:
8516         After a caps change, redraw our borders to avoid garbage left there
8517         when the image format changes to a smaller size, like 16:9 -> 4:3
8518         Also, hold the flow_lock a bit longer in the set_caps while we're
8519         fiddling with the xcontext.
8520
8521 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8522
8523         * Makefile.am:
8524         * configure.ac:
8525         * tests/Makefile.am:
8526         Remove bogus check for libcheck, since we check for
8527         gstreamer-check and it pulls in the required info from there, and we
8528         weren't actually _using_ the information for libcheck ourselves
8529         anyway.
8530
8531 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8532
8533         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8534         (gst_ffmpeg_caps_to_pixfmt):
8535         Fix the r_mask test for RGBA32 on little-endian.
8536         Fix a stupid typo that would have obviously broken 
8537         compilation on big-endian, if anyone was testing.
8538
8539 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8540
8541         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8542         (paint_hline_str4):
8543         * gst/videotestsrc/videotestsrc.h:
8544         Add alpha to the color struct.
8545         Use a default alpha value of 255 instead of 128.
8546
8547 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8548
8549         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8550         (setup_source):
8551         Clear the dynamic pads counter when starting a new uri. This makes
8552         reusing playbin work again.
8553         Fixes #454264.
8554
8555 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8556
8557         * configure.ac:
8558           Use pkg-config to locate check.
8559
8560 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8561
8562         * configure.ac:
8563         * tests/check/elements/volume.c: (GST_START_TEST):
8564           Fix 'make check' build against core CVS.
8565
8566 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8567
8568         * gst-libs/gst/interfaces/propertyprobe.c:
8569         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8570         * gst-libs/gst/tag/gstvorbistag.c:
8571           Make gtk-doc happy.
8572
8573 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8574
8575         * gst-libs/gst/audio/gstbaseaudiosink.c:
8576         (gst_base_audio_sink_callback):
8577           Quick hack to make audiosinks stop at EOS when operating in
8578           pull-mode; needs to be fixed properly some day.
8579
8580 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8581
8582         * docs/libs/gst-plugins-base-libs-sections.txt:
8583           Fix location of includes in the docs.
8584
8585 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8586
8587         * gst/ffmpegcolorspace/avcodec.h:
8588         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8589         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8590         (gst_ffmpegcsp_avpicture_fill):
8591         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8592         (img_get_alpha_info):
8593         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8594         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8595         end of the word. Partially fixes #451908
8596
8597 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8598
8599         * docs/libs/Makefile.am:
8600         * docs/plugins/Makefile.am:
8601           Simplify --extra-dir as gtkdoc scans recursively.
8602
8603 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8604
8605         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8606         (gst_adder_request_new_pad):
8607         Make getcaps more robust by not using the proxycaps function. This makes
8608         sure that we don't end up recursively calling getcaps upstream.
8609         See #316248.
8610
8611 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8612
8613         * gst/audioconvert/audioconvert.c:
8614         Include math.h to fix compilation.
8615
8616 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8617
8618         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8619         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8620         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8621         format, as produced by some dc1394 cameras like the iSight.
8622         See http://www.fourcc.org/yuv.php#IYU1
8623
8624 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8625
8626         * gst/audioconvert/Makefile.am:
8627         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8628         (check_default), (audio_convert_prepare_context),
8629         (audio_convert_clean_context), (audio_convert_convert):
8630         * gst/audioconvert/audioconvert.h:
8631         * gst/audioconvert/gstaudioconvert.c:
8632         (gst_audio_convert_dithering_get_type),
8633         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8634         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8635         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8636         * gst/audioconvert/gstaudioconvert.h:
8637         * gst/audioconvert/gstaudioquantize.c:
8638         (gst_audio_quantize_setup_noise_shaping),
8639         (gst_audio_quantize_free_noise_shaping),
8640         (gst_audio_quantize_setup_dither),
8641         (gst_audio_quantize_free_dither),
8642         (gst_audio_quantize_setup_quantize_func),
8643         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8644         * gst/audioconvert/gstaudioquantize.h:
8645         Implement dithering and noise shaping in audioconvert. By default now
8646         TPDF dithering (and no noise shaping) will be used when converting
8647         from a higher bit depth to 20 bit depth or smaller, otherwise
8648         everything will be as it is now.
8649         For the last audioconvert in a pipeline it would make sense to
8650         use some kind of noise shaping, enabling it by default for all
8651         conversions would give undesired results though. Fixes #360246.
8652         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8653         (GST_START_TEST):
8654         Adjust unit test for the new audioconvert.
8655
8656 2007-06-28  Wim Taymans  <wim@fluendo.com>
8657
8658         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8659         Use other metrics as well when estimating the buffer level.
8660
8661 2007-06-28  Wim Taymans  <wim@fluendo.com>
8662
8663         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8664         Small debug improvement.
8665
8666         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8667         (plugin_init):
8668         Tweak the rate estimation period.
8669         When calculating the buffer filledness in rate estimation mode, don't
8670         mix it with other metrics.
8671
8672 2007-06-28  Wim Taymans  <wim@fluendo.com>
8673
8674         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8675         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8676         When creating the groups, allow for a 5 second, unlimited buffers
8677         preroll phase after which we expose the group.
8678         When the group is exposed, use a small number of buffers up to a 2
8679         second limit. Also disconnect the overrun signal from multiqueue when we
8680         exposed the group because it is not needed anymore.
8681
8682 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8683
8684         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8685           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8686           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8687           (#451707); also, output some debugging info when dealing with
8688           freeform strings.
8689
8690         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8691           Add unit test for the above.
8692
8693 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8694
8695         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8696           Add description for Windows Media RTP caps.
8697
8698         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8699           Remove RTP fields that don't define the format from caps.
8700
8701 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8702
8703         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8704           Skip empty buffers, but not empty header buffers. That way the original
8705           vorbisdec unit test still passes (#451145); also, take into account
8706           that those empty packets might carry a granulepos.
8707
8708         * tests/check/Makefile.am:
8709         * tests/check/elements/vorbisdec.c:
8710         (_create_codebook_header_buffer), (_create_audio_buffer),
8711         (GST_START_TEST), (vorbisdec_suite):
8712           Add unit test that sends an empty packet.
8713
8714 2007-06-27  Wim Taymans  <wim@fluendo.com>
8715
8716         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8717         Don't error out on 0-sized packets, just emit a warning because this is
8718         not a fatal error. Fixes #451145.
8719
8720 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8721
8722         * docs/plugins/gst-plugins-base-plugins.args:
8723         * docs/plugins/gst-plugins-base-plugins.signals:
8724         * docs/plugins/inspect/plugin-adder.xml:
8725         * docs/plugins/inspect/plugin-alsa.xml:
8726         * docs/plugins/inspect/plugin-audioconvert.xml:
8727         * docs/plugins/inspect/plugin-audiorate.xml:
8728         * docs/plugins/inspect/plugin-audioresample.xml:
8729         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8730         * docs/plugins/inspect/plugin-cdparanoia.xml:
8731         * docs/plugins/inspect/plugin-decodebin.xml:
8732         * docs/plugins/inspect/plugin-decodebin2.xml:
8733         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8734         * docs/plugins/inspect/plugin-gdp.xml:
8735         * docs/plugins/inspect/plugin-gnomevfs.xml:
8736         * docs/plugins/inspect/plugin-libvisual.xml:
8737         * docs/plugins/inspect/plugin-ogg.xml:
8738         * docs/plugins/inspect/plugin-pango.xml:
8739         * docs/plugins/inspect/plugin-playbin.xml:
8740         * docs/plugins/inspect/plugin-subparse.xml:
8741         * docs/plugins/inspect/plugin-tcp.xml:
8742         * docs/plugins/inspect/plugin-theora.xml:
8743         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8744         * docs/plugins/inspect/plugin-video4linux.xml:
8745         * docs/plugins/inspect/plugin-videorate.xml:
8746         * docs/plugins/inspect/plugin-videoscale.xml:
8747         * docs/plugins/inspect/plugin-videotestsrc.xml:
8748         * docs/plugins/inspect/plugin-volume.xml:
8749         * docs/plugins/inspect/plugin-vorbis.xml:
8750         * docs/plugins/inspect/plugin-ximagesink.xml:
8751         * docs/plugins/inspect/plugin-xvimagesink.xml:
8752           Update docs with caps info.
8753
8754 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8755
8756         * po/POTFILES.in:
8757           Add more files with translatable strings (#450875).
8758
8759 2007-06-23  Edward Hervey  <edward@fluendo.com>
8760
8761         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8762         The chain should be freed if we error out here, else it will leak.
8763         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8764         (cleanup_decodebin):
8765         Don't forget to *properly* remove the signals, else it will leak.
8766
8767 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8768
8769         * MAINTAINERS:
8770         Updating all the maintainers files
8771
8772 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8773
8774         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8775         (main):
8776           Destroy and recreate parse-launch based pipeline after stop to be able
8777           to play again. Reorder some code and add more comments.
8778
8779 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8780
8781         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8782         When handling a delayed-caps notification case, mark
8783         the group as dynamic so that the nbdynamic count is
8784         incremented and decremented correctly. Fixes: #449156
8785         Patch by: Wim Taymans <wim@fluendo.com>
8786
8787 2007-06-19  Andy Wingo  <wingo@pobox.com>
8788
8789         * gst-libs/gst/audio/gstbaseaudiosink.c
8790         (gst_base_audio_sink_init): Enable pull-mode operation.
8791
8792 2007-06-19  Michael Smith <msmith@fluendo.com>
8793
8794         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8795           Change minimum rate back to 1000 to allow low-sample-rate wav files
8796           to play back.
8797
8798 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8799
8800         * po/vi.po:
8801           Update translations.
8802
8803 2007-06-15  David Schleef  <ds@schleef.org>
8804
8805         * gst/playback/gstqueue2.c:
8806           Fix compile error from ignored return value.
8807
8808 2007-06-15  Michael Smith <msmith@fluendo.com>
8809
8810         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8811           Update tmpbuf for all neccesary rows, not just one, as is required
8812           when downscaling.
8813           Fixes #402076.
8814
8815 2007-06-15  Michael Smith <msmith@fluendo.com>
8816
8817         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8818         (eos_buffer_probe):
8819           Add a test that ensures we set DELTA_UNIT on all non-header,
8820           non-video buffers, if we have a video stream.
8821         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8822         (gst_ogg_mux_process_best_pad):
8823           Move setting delta_pad to earlier, where we inspect all pads, so
8824           that leading audio pages don't get DELTA_UNIT unset if they come
8825           before the first DELTA_UNIT from video pages. Fixes the newly-added
8826           test. Fixes #385527.
8827
8828 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8829
8830         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8831           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8832           fails on the p5-ppc64 build bot and the failure looks like it is due
8833           to the same issue as #348114, ie. a compiler bug.
8834
8835 2007-06-13  Edward Hervey  <edward@fluendo.com>
8836
8837         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8838         Fix build on MacOSX.
8839
8840 2007-06-13  Wim Taymans  <wim@fluendo.com>
8841
8842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8843         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8844         Fix compilation on mingw. Fixes #446972.
8845
8846 2007-06-12  Wim Taymans  <wim@fluendo.com>
8847
8848         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8849
8850         * gst/playback/gstqueue2.c: (update_buffering),
8851         (gst_queue_locked_enqueue):
8852         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8853         also update the buffering status when receiving events. Fixes #446551.
8854
8855 2007-06-11  Wim Taymans  <wim@fluendo.com>
8856
8857         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8858
8859         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8860         (gst_queue_handle_src_query):
8861         Wait for preroll before attempting to forward a duration query upstream.
8862         Fixes #445505.
8863
8864 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8865
8866         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8867         (gst_base_rtp_depayload_set_gst_timestamp):
8868         Use G_GINT64_CONSTANT macro for int64 constant.
8869         * win32/common/libgstinterfaces.def:
8870         * win32/common/libgsttag.def:
8871         Add new exported functions.
8872
8873 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8874
8875         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8876           The BOS page of the first Dirac video stream needs to come before
8877           the BOS page of any Vorbis streams or other audio streams, just like
8878           it is with Theora.
8879
8880 2007-06-07  Wim Taymans  <wim@fluendo.com>
8881
8882         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8883         Fix compilation.
8884
8885 2007-06-06  Wim Taymans  <wim@fluendo.com>
8886
8887         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8888
8889         * gst/playback/gstqueue2.c: (gst_queue_init),
8890         (gst_queue_handle_sink_event), (gst_queue_chain),
8891         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8892         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8893         (gst_queue_src_activate_pull):
8894         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8895         Does not yet completely work because duration queries upstream won't
8896         block yet.
8897
8898 2007-06-06  Wim Taymans  <wim@fluendo.com>
8899
8900         * configure.ac:
8901         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8902         Some more fseeko checks.
8903
8904 2007-06-06  Wim Taymans  <wim@fluendo.com>
8905
8906         * configure.ac:
8907         check for large file support.
8908
8909 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8910
8911         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8912
8913         * gst/subparse/gstsubparse.c: (parse_subrip),
8914         (subviewer_unescape_newlines), (parse_subviewer),
8915         (gst_sub_parse_data_format_autodetect),
8916         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8917         * gst/subparse/gstsubparse.h:
8918         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8919         * tests/check/elements/subparse.c: (GST_START_TEST),
8920         (subparse_suite):
8921         Add a unit test for both SubViewer formats.
8922
8923 2007-06-01  Michael Smith <msmith@fluendo.com>
8924
8925         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8926           Don't overflow intermediate values when seeking to large time values
8927           in audiotestsrc.
8928
8929 2007-06-05  Wim Taymans  <wim@fluendo.com>
8930
8931         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8932         (gst_queue_create_read), (gst_queue_read_item_from_file),
8933         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8934         Include stdio to define fseeko.
8935
8936 2007-06-05  Wim Taymans  <wim@fluendo.com>
8937
8938         Patch by: Edward Hervey  <edward@fluendo.com>
8939
8940         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8941         (gst_v4lsrc_query):
8942         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8943
8944 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8945
8946         * gst-libs/gst/riff/Makefile.am:
8947         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8948           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8949           our own implementation.
8950
8951 2007-06-05  Wim Taymans  <wim@fluendo.com>
8952
8953         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8954         (gst_base_rtp_depayload_setcaps),
8955         (gst_base_rtp_depayload_set_gst_timestamp),
8956         (gst_base_rtp_depayload_change_state):
8957         Handle timestamp wraparound.
8958
8959 2007-06-05  Wim Taymans  <wim@fluendo.com>
8960
8961         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8962         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8963         (gst_uri_decode_bin_change_state):
8964         Make sure we name srcpads uniquely even when using different internal
8965         decodebins.
8966         Signal no-more-pads when no more dynamic elements exist.
8967         Remove pads on cleanup.
8968
8969 2007-06-05  Wim Taymans  <wim@fluendo.com>
8970
8971         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8972
8973         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8974         (gst_queue_init), (gst_queue_finalize),
8975         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8976         (gst_queue_create_read), (gst_queue_read_item_from_file),
8977         (gst_queue_open_temp_location_file),
8978         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8979         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8980         (gst_queue_is_empty), (gst_queue_is_filled),
8981         (gst_queue_change_state), (gst_queue_set_temp_location),
8982         (gst_queue_set_property):
8983         Add support for filebased buffering. Fixes #441264.
8984
8985 2007-06-05  Wim Taymans  <wim@fluendo.com>
8986
8987         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8988         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8989         (caps_notify_group_cb), (gst_decode_group_new),
8990         (gst_decode_group_free):
8991         Add support for delayed caps fixation when autoplugging.
8992         Optimize cases where a multiqueue is not needed/wanted, like right after
8993         anything that is not a demuxer.
8994
8995 2007-06-05  Wim Taymans  <wim@fluendo.com>
8996
8997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8998         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8999         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
9000         consideratly speedup ogg chain detection by not trying to find a base
9001         timestamp for skeleton streams. 
9002
9003 2007-06-05  Wim Taymans  <wim@fluendo.com>
9004
9005         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
9006         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
9007         (gst_multi_fd_sink_remove_flush),
9008         (gst_multi_fd_sink_remove_client_link),
9009         (gst_multi_fd_sink_handle_client_write),
9010         (gst_multi_fd_sink_handle_clients):
9011         * gst/tcp/gstmultifdsink.h:
9012         Add support for remove_flush.
9013
9014 2007-06-05  Wim Taymans  <wim@fluendo.com>
9015
9016         * docs/design/draft-keyframe-force.txt:
9017         * ext/theora/theoraenc.c: (theora_enc_sink_event),
9018         (theora_enc_chain):
9019         Add draft design for forcing keyframes in encoders and implement in
9020         theoraenc.
9021
9022 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
9023
9024         * configure.ac:
9025           Back to CVS
9026
9027 === release 0.10.13 ===
9028
9029 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
9030
9031         * configure.ac:
9032           releasing 0.10.13, "What's Going on?"
9033
9034 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
9035
9036         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9037         In riff, the depth is stored in the size field but it just means that
9038         the least significant bits are cleared. We can therefore just play
9039         the sample as if it had a depth == width. Fixes: #440997
9040
9041         Patch by: Wim Taymans <wim@fluendo.com> 
9042         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
9043
9044 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
9045
9046         * gst-libs/gst/floatcast/floatcast.h:
9047         Define inline when needed on win32 builds. Fixes: #441295
9048         Patch by: Sebastien Moutte  <sebastien@moutte.net>
9049
9050 2007-05-29  Wim Taymans  <wim@fluendo.com>
9051
9052         * gst/playback/gstplaybasebin.c: (queue_overrun),
9053         (no_more_pads_full):
9054         Stop buffering when the group is commited because the queues filled up.
9055         Fixes #442024.
9056
9057 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9058
9059         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
9060         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
9061         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9062         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9063         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9064         * ext/alsa/gstalsamixer.h:
9065         * ext/alsa/gstalsamixerelement.c:
9066         (gst_alsa_mixer_element_interface_supported),
9067         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9068         (gst_alsa_mixer_element_set_property),
9069         (gst_alsa_mixer_element_get_property),
9070         (gst_alsa_mixer_element_change_state):
9071         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
9072         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
9073         (gst_mixer_option_changed):
9074         * gst-libs/gst/interfaces/mixer.h:
9075         Revert commits towards #152864 made so far. We'll pick it up again
9076         after the 0.10.13 release.
9077
9078 2007-05-24  Wim Taymans  <wim@fluendo.com>
9079
9080         * gst-libs/gst/audio/gstbaseaudiosink.c:
9081         (gst_base_audio_sink_render):
9082         After an interrupt (PAUSED/flush) assume that the next sample should not
9083         be aligned to the previous sample. Fixes #417992.
9084
9085 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9086
9087         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9088           Don't add channels and rate fields to the template caps for
9089           audio/x-dts, as wavparse might not always be able to set them,
9090           which would then lead to 'caps are not a real subset of the
9091           template caps' warnings.
9092
9093 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9094
9095         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
9096         Handle unknown or invalid pads without crashing, as might occur if
9097         a media file like an mp3 is specified as a subtitle file.
9098         Fixes: #410039
9099
9100 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9101
9102         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
9103         (setup_sinks):
9104         Block the subtitle bin output queue before ghosting it and linking,
9105         then unblock after. This avoids spurious not-linked errors caused 
9106         by the queue starting up (because it gets linked when it is ghosted). 
9107         Fixes: #350299
9108
9109 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
9110
9111         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
9112         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
9113         file. Avoids flukes where the input gets typefound to some valid but
9114         useless type.
9115
9116 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9117
9118         * tests/check/Makefile.am:
9119         * tests/check/elements/.cvsignore:
9120         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
9121         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
9122           Add unit test for gnomevfssink seeking and position reporting for
9123           file:// URIs.
9124
9125 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9126
9127         Patch by: Mark Nauwelaerts <manauw at skynet be>
9128
9129         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
9130         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
9131         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
9132         * ext/gnomevfs/gstgnomevfssink.h:
9133           Fix position reporting, especially after a seek (from upstream),
9134           see #412648.
9135
9136 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9137
9138         * ext/cdparanoia/gstcdparanoiasrc.c:
9139           Repair umlaut.
9140
9141 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
9142
9143         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9144         Specify the full valid range for MP3 samplerates. Fixes a regression
9145         caused by extra header checks since the last release.
9146
9147 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
9148
9149         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9151         Fix a locking-order bug I introduced with my changes the other day.
9152         Patch by Mike Smith.
9153
9154 2007-05-21  Michael Smith <msmith@fluendo.com>
9155
9156         * ext/theora/theoradec.c: (theora_handle_data_packet):
9157           Don't look inside 0-length packets (which indicate duplicated
9158           frames)
9159
9160 2007-05-21  Wim Taymans  <wim@fluendo.com>
9161
9162         * ext/cdparanoia/gstcdparanoiasrc.c:
9163         (gst_cd_paranoia_src_read_sector):
9164         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9165         (gst_base_audio_src_create):
9166         Small cleanups.
9167
9168         * ext/theora/theoradec.c: (theora_dec_sink_event):
9169         Fix typo.
9170
9171         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9172         (gst_base_rtp_depayload_set_gst_timestamp):
9173         Add some FIXME
9174
9175         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
9176         And some debug info when a FIXME path is hit.
9177
9178 2007-05-21  Wim Taymans  <wim@fluendo.com>
9179
9180         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9181         (gst_base_rtp_audio_payload_class_init),
9182         (gst_base_rtp_audio_payload_init),
9183         (gst_base_rtp_audio_payload_finalize),
9184         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9185         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9186         (gst_base_rtp_payload_audio_handle_event):
9187         Some cleanups, remove minptime property as it is now in the parent
9188         class.
9189         Override parent class event function.
9190
9191         * gst-libs/gst/rtp/gstbasertppayload.c:
9192         (gst_basertppayload_class_init), (gst_basertppayload_init),
9193         (gst_basertppayload_event), (gst_basertppayload_set_property),
9194         (gst_basertppayload_get_property):
9195         * gst-libs/gst/rtp/gstbasertppayload.h:
9196         Add min-ptime property.
9197         Add handle-event vmethod. Fixes #415001.
9198
9199 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9200
9201         * gst-libs/gst/audio/gstbaseaudiosink.c
9202           (gst_base_audio_sink_change_state):
9203           Fix typo in comment.
9204
9205         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9206           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9207           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9208           close_link):
9209         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9210           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9211           Remove trailing whitespaces in comments.
9212
9213         * gst/volume/Makefile.am:
9214           Fix tabs.
9215
9216 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9217
9218         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9219
9220         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9221           set_option, get_option, _gst_reserved):
9222           Revert reordering functions (keep ABI).
9223
9224 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
9225
9226         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9227         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9228         (gst_ximagesink_show_frame):
9229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9230         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9231         (gst_xvimagesink_show_frame):
9232         When we create our own window, indicate that we handle the 
9233         WM_DELETE client message from the window manager, so that it won't 
9234         kill our window (and our app) along with it. Handle ClientMessage,
9235         post an error on the bus, and close the window. Further buffers
9236         arriving will result in a FlowError because the window has been
9237         destroyed.
9238
9239         Fixes: #393975
9240
9241         Clean up the X event handling loop and make them the same for
9242         both xvimagesink and ximagesink while I'm at it.
9243
9244 2007-05-17  Wim Taymans  <wim@fluendo.com>
9245
9246         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9247         Make decodebin2 autoplug depayloaders too.
9248
9249         * gst/playback/gsturidecodebin.c: (source_new_pad):
9250         Set the newly created decoder in a usable state when autoplugging a
9251         dynamic source such as RTSP.
9252
9253 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9254
9255         * gst/playback/gststreaminfo.c: (cb_probe):
9256           Ignore video-codec tag for audio streams and ignore audio-codec tags
9257           for video streams. Should make codec name collection a bit more
9258           robust against sloppy demuxers that send tag events containing both
9259           tags down each pad.
9260
9261 2007-05-17  Wim Taymans  <wim@fluendo.com>
9262
9263         * gst/playback/gstqueue2.c: (update_rates):
9264         Tweak the buffering thresholds a little.
9265         Update the buffer size with the previously calculate rate instead of
9266         only when we calculate a new rate so that we get smoother buffering
9267         updates.
9268
9269         * gst/playback/Makefile.am:
9270         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9271         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9272         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9273         (gst_uri_decode_bin_get_property), (unknown_type),
9274         (add_element_stream), (no_more_pads_full), (no_more_pads),
9275         (source_no_more_pads), (new_decoded_pad), (array_has_value),
9276         (gen_source_element), (has_all_raw_caps), (analyse_source),
9277         (remove_decoders), (make_decoder), (remove_source),
9278         (source_new_pad), (setup_source), (decoder_query_init),
9279         (decoder_query_duration_fold), (decoder_query_duration_done),
9280         (decoder_query_position_fold), (decoder_query_position_done),
9281         (decoder_query_latency_fold), (decoder_query_latency_done),
9282         (decoder_query_seeking_fold), (decoder_query_seeking_done),
9283         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9284         (gst_uri_decode_bin_change_state), (plugin_init):
9285         New element that intergrates a source, optional buffering element and
9286         decodebin.
9287
9288 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9289
9290         * configure.ac:
9291           Bump libtheora requirement to 1.0alpha5 for the pixformat check
9292           (also has a .pc file, so we don't need the fallback check any
9293           longer). Fixes #438840.
9294
9295 2007-05-17  Wim Taymans  <wim@fluendo.com>
9296
9297         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9298         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9299         (apply_segment), (apply_buffer), (update_buffering),
9300         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9301         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9302         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9303         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9304         (plugin_init):
9305         fix build.
9306
9307 2007-05-17  Wim Taymans  <wim@fluendo.com>
9308
9309         * gst/playback/Makefile.am:
9310         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9311         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9312         (gst_queue_getcaps), (gst_queue_bufferalloc),
9313         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9314         (apply_buffer), (update_buffering), (reset_rate_timer),
9315         (update_rates), (gst_queue_locked_flush),
9316         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9317         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9318         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9319         (gst_queue_loop), (gst_queue_handle_src_event),
9320         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9321         (gst_queue_src_activate_push), (gst_queue_change_state),
9322         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9323         On our way to playbin2 this is the new network queue that does buffering
9324         all by itself using high and low watermarks. It can also measure up and
9325         downstream bandwidth to optimally size the queue.
9326
9327 2007-05-17  Michael Smith <msmith@fluendo.com>
9328
9329         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9330         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9331           Use the segment->last_stop value to calculate the next timestamp to
9332           generate after a seek; not the segment->start value.
9333
9334 2007-05-15  David Schleef  <ds@schleef.org>
9335
9336         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9337           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9338
9339 2007-05-15  Wim Taymans  <wim@fluendo.com>
9340
9341         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9342         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9343         Some more chained streaming ogg timestamp fixes.
9344
9345 2007-05-15  Wim Taymans  <wim@fluendo.com>
9346
9347         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9348         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9349         (gst_ogg_demux_handle_page):
9350         Add some FIXMEs.
9351         Fix chain start/stop segment handling based on patch by
9352         <ahalda at cs dot mcgill dot ca> see #320984.
9353
9354 2007-05-15  Michael Smith <msmith@fluendo.com>
9355
9356         * configure.ac:
9357           We don't require a C++ compiler. So don't require one.
9358
9359 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9360
9361         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9362           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9363           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9364           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9365           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9366           gst_alsa_mixer_update_track):
9367           Apply some of the cleanup Tim suggested in #152864 afterwards.
9368
9369 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9370
9371         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9372
9373         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9374           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9375           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9376           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9377           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9378           gst_alsa_mixer_handle_source_callback,
9379           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9380           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9381           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9382           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9383           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9384           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9385         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9386         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9387           gst_alsa_mixer_element_interface_supported,
9388           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9389           gst_alsa_mixer_element_set_property,
9390           gst_alsa_mixer_element_get_property,
9391           gst_alsa_mixer_element_change_state):
9392         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9393         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9394           gst_mixer_option_changed):
9395         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9396           volume_changed, option_changed, _gst_reserved):
9397           Implement notification for alsamixer. Fixes #152864
9398
9399 2007-05-14  David Schleef  <ds@schleef.org>
9400
9401         * gst/videotestsrc/videotestsrc.c:
9402         * gst/videotestsrc/videotestsrc.h:
9403           Add support for video/x-raw-bayer.
9404
9405 2007-05-12  David Schleef  <ds@schleef.org>
9406
9407         * sys/xvimage/xvimagesink.c:
9408           Add some sanity checking for the XVImage size returned by X.
9409           Related to #377400.
9410
9411 2007-05-12  Wim Taymans  <wim@fluendo.com>
9412
9413         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9414         (gst_base_rtp_depayload_setcaps),
9415         (gst_base_rtp_depayload_set_gst_timestamp):
9416         Parse and use additional caps fields as described in updated
9417         application/x-rtp caps spec.
9418
9419 2007-05-12  Wim Taymans  <wim@fluendo.com>
9420
9421         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9422         (gst_ogg_demux_collect_chain_info):
9423         If there is a stream in a chain without any data packets, ignore the
9424         stream in the total length calculations. Might be related to #436820.
9425
9426 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9427
9428         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9429         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9430         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9431         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9432         (plugin_init):
9433
9434         Consolidate and re-work our mpeg system stream detection to probe
9435         more packets and produce a higher confidence result. Fixes a
9436         regression caused by lowering the typefind probability last year
9437         - related to bug #397810. Remove the redundant MPEG-1 specific 
9438         typefind function, as the new one detects both MPEG-1 & MPEG-2
9439         happily.
9440
9441         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9442         little. 
9443
9444         Tested against my media test directory, with some improvements and
9445         no regressions.
9446
9447 2007-05-10  Wim Taymans  <wim@fluendo.com>
9448
9449         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9450         (queue_out_of_data):
9451         Connect to the new queue "pushing" signal instead of the broken
9452         "running" one.
9453
9454 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9455
9456         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9457         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9458         Move variable declaration before the first instruction.
9459         * gst/videotestsrc/videotestsrc.c:
9460         Define M_PI if it's not defined yet.
9461         * win32/common/libgstrtp.def:
9462         Add new exported functions.
9463
9464 2007-05-09  Michael Smith <msmith@fluendo.com>
9465
9466         * ext/theora/theoradec.c: (theora_handle_type_packet):
9467           gst_pad_push_event() does not return a GstFlowReturn!
9468
9469 2007-05-09  Wim Taymans  <wim@fluendo.com>
9470
9471         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9472         * tests/examples/seek/seek.c: (do_seek):
9473         Some small cosmetic changes.
9474
9475 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9476
9477         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9478           gst_adder_change_state):
9479         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9480           segment_pending, segment_position, segment_rate):
9481           Handle playback-rate on adder.
9482
9483 2007-05-07  Michael Smith <msmith@fluendo.com>
9484
9485         * ext/theora/gsttheoradec.h:
9486         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9487         (theora_dec_sink_event), (theora_handle_comment_packet),
9488         (theora_handle_type_packet), (theora_dec_change_state):
9489           Don't push events (newsegment, tags) before initialising the
9490           decoder.
9491           This is neccesary for seeking to work correctly in gnonlin.
9492
9493 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9494
9495         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9496         * gst/adder/gstadder.c:
9497         * gst/audiotestsrc/gstaudiotestsrc.c
9498           (gst_audio_test_src_create_white_noise):
9499         * gst/videotestsrc/gstvideotestsrc.c:
9500         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9501           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9502           volume_sink_template, volume_src_template, gst_volume_init,
9503           volume_process_double, volume_process_int16,
9504           volume_process_int16_clamp):
9505           Doc fixes and formatting.
9506
9507 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9508
9509         * tests/check/Makefile.am:
9510         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9511           Minimal check for volume's GstController usability; also another
9512           test for #422295.
9513
9514 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9515
9516         * gst-libs/gst/cdda/gstcddabasesrc.c:
9517         (gst_cdda_base_src_add_track):
9518           Fix it so that it (a) makes sense and (b) doesn't break
9519           everything cdda-related including the unit test.
9520
9521 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9522
9523         * gst-libs/gst/cdda/gstcddabasesrc.c:
9524         (gst_cdda_base_src_add_track):
9525           Fix build when disabling asserts.
9526
9527 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9528
9529         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9530           When XShm is not available, we might get row strides that are not
9531           rounded up to multiples of four; this is bad, because virtually
9532           every RGB-processing element in GStreamer assumes rowstrides are
9533           rounded up to multiples of four, so let's allocate at least enough
9534           memory to avoid crashes in this case. The image will still be
9535           displayed distorted though if this happens, so that still needs
9536           fixing (maybe by allocating a bigger image with an 'even' width
9537           and then clipping it appropriately when rendering - something for
9538           Xlib aficionados in any case).
9539
9540 2007-05-03  Michael Smith <msmith@fluendo.com>
9541
9542         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9543           If a buffer doesn't have a timestamp, assume it's contiguous with
9544           the previous buffer, and synthesise timestamps appropriately.
9545
9546 2007-05-03  Edward Hervey  <edward@fluendo.com>
9547
9548         * tests/check/elements/videorate.c: (GST_START_TEST):
9549         Set buffer timestamp to a valid value in order to test the buffer
9550         really does stay in videorate.
9551
9552 2007-05-03  Edward Hervey  <edward@fluendo.com>
9553
9554         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9555         There is no sensible way to handle incoming buffers which don't have a
9556         valid timestamp. We therefore discard them and wait for the next one.
9557
9558 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9559
9560         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9561         * gst/playback/gstdecodebin2.c: (plugin_init):
9562           Better error message for text files.
9563
9564 2007-04-29  Wim Taymans  <wim@fluendo.com>
9565
9566         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9567         Fix offset bug in generation RR packets.
9568
9569 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9570
9571         * ext/theora/theoradec.c: (_theora_granule_time),
9572         (theora_dec_push_forward), (theora_handle_data_packet),
9573         (theora_dec_decode_buffer): Calculate buffer duration correctly
9574         to generate a perfect stream (#433888).
9575         * gst/audioresample/gstaudioresample.c:
9576         (audioresample_check_discont): Glib provides ABS.
9577
9578 2007-04-27  Wim Taymans  <wim@fluendo.com>
9579
9580         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9581         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9582         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9583         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9584         (gst_rtcp_packet_bye_set_reason):
9585         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9586         Fix RB block parsing and writing.
9587         Add support for constructing BYE packets.
9588
9589 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9590
9591         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9592         (gst_base_audio_src_create):
9593         * po/POTFILES.in:
9594           When posting a warning message because samples were dropped, post
9595           something more intelligible than he default error message for clock
9596           errors which is just confusing in this context (#432984).
9597
9598 2007-04-25  Wim Taymans  <wim@fluendo.com>
9599
9600         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9601         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9602         (read_packet_header), (gst_rtcp_packet_move_to_next),
9603         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9604         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9605         (gst_rtcp_packet_sdes_get_item_count),
9606         (gst_rtcp_packet_sdes_first_item),
9607         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9608         (gst_rtcp_packet_sdes_first_entry),
9609         (gst_rtcp_packet_sdes_next_entry),
9610         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9611         (gst_rtcp_packet_sdes_add_entry):
9612         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9613         Implement code to write SR, RR and SDES packets.
9614
9615 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9616
9617         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9618
9619         * sys/ximage/ximagesink.c:
9620           Fix build if XShm is not available (#432362).
9621
9622 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9623
9624         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9625         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9626         pointers to random memory which are passed to g_free() when
9627         audio_convert_prepare_context() is called the first time.
9628
9629 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9630
9631         Patch by: Dan Williams <dcbw redhat com>
9632
9633         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9634           Don't leak incoming buffer if gst_pad_push() returns a
9635           non-OK flow. Fixes #432755.
9636          
9637         * tests/check/elements/videorate.c: (GST_START_TEST),
9638         (videorate_suite):
9639           Unit test for the above by Yours Truly.
9640
9641 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9642
9643         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9644         (gst_adder_sink_event), (gst_adder_collected):
9645           Fix non-flushing segmented seeks, Fixes #340060 for me
9646
9647 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9648
9649         Patch by: Olivier Crete  <tester at tester ca>
9650
9651         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9652         (gst_base_rtp_audio_payload_class_init),
9653         (gst_base_rtp_audio_payload_init),
9654         (gst_base_rtp_audio_payload_dispose):
9655           Chain up to parent class in dispose function; get rid of
9656           unnecessary 'diposed' flag in private structure (#415001).
9657
9658 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9659
9660         * docs/libs/gst-plugins-base-libs.types:
9661         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9662         (gst_base_rtp_audio_payload_class_init):
9663         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9664         * gst-libs/gst/rtp/gstbasertppayload.c:
9665           Some minor docs fixes and additions; also add missing 'Since' bits.
9666
9667 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9668
9669         Patch by: Zeeshan Ali  <zeenix gmail com>
9670
9671         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9672         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9673         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9674         (gst_base_rtp_audio_payload_push):
9675         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9676           The recently-added gst_base_rtp_audio_payload_push() should take an
9677           object of type GstBaseRTPAudioPayload as first argument (#431672).
9678
9679 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9680
9681         * gst/audioresample/gstaudioresample.c:
9682           Make more functions static, just because we can.
9683
9684 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9685
9686         * tests/check/elements/audioresample.c:
9687           Add unit test for audioresample shutdown crasher (#420106).
9688
9689 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9690
9691         * gst/subparse/gstsubparse.c:
9692         * gst/subparse/samiparse.c:
9693           Use GST_DISABLE_XML here
9694
9695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9696         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9697         (gst_xvimagesink_buffer_alloc),
9698         (gst_xvimagesink_navigation_send_event):
9699         * sys/xvimage/xvimagesink.h:
9700           Include stdlib.h when using atoi.
9701           
9702         * tests/check/elements/playbin.c: (playbin_suite):
9703           Use GST_DISABLE_REGISTRY here
9704
9705 2007-04-19  Michael Smith  <msmith@fluendo.com>
9706
9707         * ext/theora/gsttheoraenc.h:
9708         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9709         (theora_enc_sink_event), (theora_enc_change_state):
9710           Track initialisation state; don't try to use encoder state if we're
9711           not initialised (it'll segfault).
9712
9713 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9714
9715         * tests/check/pipelines/.cvsignore:
9716         Fix build.
9717
9718 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9719
9720         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9721         Allow random depths between 1 and 32 instead of only multiplies of 8.
9722
9723 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9724
9725         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9726         Set the maximum number of channels for PCM and float in the correct
9727         place to have it also used when creating the template caps.
9728
9729 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9730
9731         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9732         Correctly support 4, 6 and 8 channels with normal PCM and float
9733         wav files.
9734
9735         Fix the depth and signedness calculation in extensible wav files and
9736         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9737         mask is found.
9738
9739         Add support for float, alaw and mulaw in extensible wav files.
9740
9741         This allows correct playback of all but 5 files from
9742         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9743         
9744         (gst_riff_create_audio_template_caps):
9745         Add voxware and float formats to the template caps.     
9746
9747 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9748
9749         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9750
9751         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9752         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9753
9754         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9755         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9756         Use the correct format strings for integer formats.
9757
9758 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9759
9760         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9761           Don't use pad_alloc_buffer_and_set_caps to create a small header
9762           packet, or, worse, to create a big temporary video buffer using the
9763           src pad.
9764
9765 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9766
9767         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9768         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9769           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9770           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9771
9772 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9773
9774         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9775           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9776           streamheader_suite):
9777           Add another test set up for failure
9778
9779 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9780
9781         * tests/check/Makefile.am:
9782         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9783           GST_START_TEST, streamheader_suite, main):
9784           Add a test for the streamheader bug Wim fixed.
9785
9786 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9787
9788         * ext/theora/theoradec.c: (theora_dec_sink_event):
9789         Fix misleading comment.
9790
9791 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9792
9793         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9794           More sanity checks for the header fields.
9795
9796 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9797
9798         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9799           Try encodings from all environment variables, not just those in the
9800           first environment variable that is set.
9801
9802 2007-04-12  Wim Taymans  <wim@fluendo.com>
9803
9804         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9805         (gst_video_rate_chain):
9806         Add some debug.
9807
9808         * tests/check/elements/videorate.c: (GST_START_TEST),
9809         (videorate_suite):
9810         Added check for videorate changing caps handling. Closes #421834.
9811
9812 2007-04-12  Michael Smith  <msmith@fluendo.com>
9813
9814         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9815           Use scale functions to avoid overflow when calculating duration of 
9816           vorbis buffers.
9817
9818 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9819
9820         * docs/libs/gst-plugins-base-libs-sections.txt:
9821         * gst-libs/gst/tag/tag.h:
9822         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9823           API: add gst_tag_freeform_string_to_utf8() (#405072).
9824
9825         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9826           Use gst_tag_freeform_string_to_utf8() here.
9827
9828 2007-04-12  Wim Taymans  <wim@fluendo.com>
9829
9830         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9831         (gst_gdp_pay_sink_event):
9832         Make sure we set the IN_CAPS flag correctly.
9833
9834         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9835         Get the IN_CAPS flag before we call functions that mess with the flags.
9836
9837 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9838
9839         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9840           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9841           Only stamp buffers with offset/offset_end right before they get
9842           pushed.  This ensures offset continuity, which was not the case
9843           before as shown by
9844           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9845
9846 2007-04-06  Wim Taymans  <wim@fluendo.com>
9847
9848         * gst/playback/gstplaybin.c: (add_sink),
9849         (gst_play_bin_change_state):
9850         Activate sync in playbin, we are ready to handle it for live streams.
9851
9852 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9853
9854         * tests/check/elements/playbin.c:
9855         (test_sink_usage_video_only_stream), (playbin_suite):
9856           Add small test for stream-info-value-array code paths.
9857
9858 2007-04-05  Wim Taymans  <wim@fluendo.com>
9859
9860         * gst-libs/gst/audio/gstbaseaudiosink.c:
9861         (gst_base_audio_sink_skew_slaving):
9862         Don't try to create invalid calibration parameters by making the
9863         internal time go backwards, instead make external time go forward.
9864
9865 2007-04-05  Wim Taymans  <wim@fluendo.com>
9866
9867         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9868
9869         * gst/playback/gstplaybasebin.c: (add_stream):
9870         Fix leak in add_stream(), when g_value_set_object() increases the
9871         refcount of streaminfo object. Fixes #426250.
9872
9873 2007-04-03  David Schleef  <ds@schleef.org>
9874
9875         * gst/videotestsrc/gstvideotestsrc.c:
9876         * gst/videotestsrc/gstvideotestsrc.h:
9877         * gst/videotestsrc/videotestsrc.c:
9878         * gst/videotestsrc/videotestsrc.h:
9879           Add a test pattern called "circular", which has concentric
9880           rings with varying radial frequency.  The main purpose of this
9881           pattern is to test fidelity loss in a filter or scaler element.
9882           Notably, this pattern is scale invariant, and is optimally viewed
9883           with a width (and height) of 400.
9884
9885 2007-04-03  Wim Taymans  <wim@fluendo.com>
9886
9887         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9888
9889         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9890         (deactivate_free_recursive):
9891         Decodebin2 doesn't unref pads it obtains in some occasions:
9892         - multiqueue src pads, when either connecting further or exposing
9893         - sink pads of new autoplugged elements
9894         - peer pads when recursively freeing elements
9895         Fixes #425455.
9896
9897 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9898
9899         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9900         Add audio/x-raw-float support, now that audioconvert support
9901         non-native endianness floats.
9902
9903 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9904
9905         * docs/libs/gst-plugins-base-libs-docs.sgml:
9906           gstreamer-plugins-base.pc doesn't exist, it's
9907           gstreamer-plugins-base-0.10.pc.
9908
9909 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9910
9911         Patch by: René Stadler <mail at renestadler dot de>
9912         with some minor changes
9913
9914         * gst-libs/gst/floatcast/floatcast.h:
9915         Use more efficient float endianness conversion functions that don't
9916         involve 2 function calls per value.
9917         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9918         (check_default), (audio_convert_prepare_context):
9919         * gst/audioconvert/gstaudioconvert.c:
9920         (gst_audio_convert_parse_caps), (make_lossless_changes):
9921         Support non-native endianness floats as input and output.
9922         Fixes #339838.
9923         * tests/check/elements/audioconvert.c: (verify_convert),
9924         (GST_START_TEST):
9925         Add unit tests for the non-native endianness float conversions.
9926
9927 2007-03-29  Wim Taymans  <wim@fluendo.com>
9928
9929         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9930         (gst_base_rtp_depayload_base_init),
9931         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9932         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9933         (gst_base_rtp_depayload_set_gst_timestamp),
9934         (gst_base_rtp_depayload_change_state),
9935         (gst_base_rtp_depayload_set_property),
9936         (gst_base_rtp_depayload_get_property):
9937         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9938         Add Private structure.
9939         Bring element code to 2007.
9940         Parse clock-base caps param and use it when generating the
9941         newsegment.
9942         Reset variables before going to PAUSED.
9943         Fix some docs.
9944
9945 2007-03-29  Wim Taymans  <wim@fluendo.com>
9946
9947         * docs/libs/gst-plugins-base-libs-docs.sgml:
9948         * docs/libs/gst-plugins-base-libs-sections.txt:
9949         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9950         (gst_base_rtp_audio_payload_get_adapter):
9951         Add RTCP docs.
9952         Fix some more docs.
9953
9954         * gst-libs/gst/rtp/Makefile.am:
9955         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9956         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9957         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9958         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9959         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9960         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9961         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9962         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9963         (gst_rtcp_packet_sr_get_sender_info),
9964         (gst_rtcp_packet_sr_set_sender_info),
9965         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9966         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9967         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9968         (gst_rtcp_packet_sdes_get_chunk_count),
9969         (gst_rtcp_packet_sdes_first_chunk),
9970         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9971         (gst_rtcp_packet_sdes_first_item),
9972         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9973         (gst_rtcp_packet_bye_get_ssrc_count),
9974         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9975         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9976         (gst_rtcp_packet_bye_get_reason_len),
9977         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9978         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9979         Add new helper object for parsing and creating RTCP messages.
9980
9981 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9982
9983         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9984         PCM samples with width=8 must be always unsigned, no matter what
9985         depth they have.
9986
9987 2007-03-29  Andy Wingo  <wingo@pobox.com>
9988
9989         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9990         perfect offsets also, not just timestamps.
9991
9992         * tests/check/elements/videorate.c (test_more): Test that given
9993         any incoming offsets, that videorate produces perfect offsets.
9994
9995 2007-03-29  Wim Taymans  <wim@fluendo.com>
9996
9997         * gst-libs/gst/riff/riff-ids.h:
9998         Add some more RIFF formats.
9999
10000 2007-03-29  Wim Taymans  <wim@fluendo.com>
10001
10002         * gst-libs/gst/rtp/gstrtpbuffer.c:
10003         (gst_rtp_buffer_default_clock_rate):
10004         * gst-libs/gst/rtp/gstrtpbuffer.h:
10005         Fix fixed payload names and docs.
10006         Added method to get the default clock rates of fixed payload types.
10007         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
10008
10009 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10010
10011         * tests/check/pipelines/.cvsignore:
10012         Add new vorbisdec test to cvsignore.
10013
10014 2007-03-28  Wim Taymans  <wim@fluendo.com>
10015
10016         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
10017         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10018         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
10019         (gst_base_audio_sink_set_property),
10020         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
10021         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
10022         (gst_base_audio_sink_skew_slaving),
10023         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
10024         (gst_base_audio_sink_async_play):
10025         * gst-libs/gst/audio/gstbaseaudiosink.h:
10026         Store private stuff in GstBaseAudioSinkPrivate.
10027         Add configurable clock slaving modes property.
10028         API:: GstBaseAudioSink::slave-method property
10029         Some more latency reporting tweaks.
10030         Added skew based clock slaving correction and make it the default until
10031         the resampling method is more robust.
10032
10033 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
10034
10035         * gst/audioconvert/audioconvert.c:
10036         Add docs to the integer pack functions and implement proper
10037         rounding. Before we had rounding towards negative infinity, i.e.
10038         always the smaller number was taken. Now we use natural rounding,
10039         i.e. rounding to the nearest integer and to the one with the largest
10040         absolute value for X.5. The old rounding introduced some minor
10041         distortions. Fixes #420079
10042         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10043         Fix one unit test that assumed the old rounding and added unit tests
10044         for checking signed/unsigned int16 <-> signed/unsigned int16 with
10045         depth 8, one for signed int16 <-> unsigned int16 and one for the new
10046         rounding from signed int32 to signed/unsigned int16.
10047
10048 2007-03-27  Michael Smith  <msmith@fluendo.com>
10049
10050         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
10051         (gst_audio_convert_transform_caps):
10052           Fix typo in debug line introduced recently, as pointed out on irc.
10053
10054 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10055
10056         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10057         * tests/check/libs/tag.c: (GST_START_TEST):
10058           Make sure we parse floating-point numbers in vorbis comments
10059           correctly with either '.' or ',' as separator, no matter what
10060           the current locale is. Add unit test for this too.
10061
10062 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
10063
10064         Patch by: René Stadler  <mail at renestadler de>
10065
10066         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
10067           When writing out floating-point numbers to vorbis comment tags, always
10068           use the same character as separator no matter what the current locale is
10069           (fixes #423051).
10070
10071         * tests/check/libs/tag.c: (GST_START_TEST):
10072           Add unit tests for replaygain tags in vorbis comments (closes #423055).
10073
10074 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10075
10076         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
10077           vorbis_handle_data_packet):
10078           Correctly set DURATION to generate a timestamp-continuous stream.
10079           One bug left at the end; see
10080           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
10081         * tests/check/Makefile.am:
10082         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
10083           Add a test to check this.  Without the above patch this test fails.
10084
10085 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
10086
10087         * gst-libs/gst/rtp/Makefile.am:
10088         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
10089
10090 2007-03-23  Michael Smith  <msmith@fluendo.com>
10091
10092         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
10093         (gst_video_rate_reset), (gst_video_rate_chain):
10094           If videorate changes caps, we can no longer use the old buffer
10095           (which may have a different size, incompatible with our caps).
10096           So don't do that; just duplicate the new frame more times.
10097
10098 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
10099
10100         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10101         Remove playbin's override of the set_clock vmethod. It's irrelevant
10102         after Wim's commit on the 19th.
10103
10104 2007-03-22  Wim Taymans  <wim@fluendo.com>
10105
10106         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
10107         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
10108         * ext/gnomevfs/gstgnomevfssrc.h:
10109         Don't cache file sizes. Fixes #341078.
10110
10111 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10112
10113         * gst/playback/gstplaybin.c: (add_sink):
10114           Use GST_PTR_FORMAT to log caps. 
10115
10116 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10117
10118         Patch by: Young-Ho Cha <ganadist at chollian net>
10119
10120         * gst/subparse/samiparse.c: (handle_start_font):
10121           Special-case some more colour names that pango doesn't handle by
10122           default. Fixes #420578.
10123
10124 2007-03-20  Michael Smith  <msmith@fluendo.com>
10125
10126         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
10127           If we get a zero-sized input buffer, don't pass it to libvorbis, as
10128           that marks EOS internally. After that, libvorbis will buffer all
10129           input data, and encode none of it, eventually leading to memory
10130           exhaustion.
10131
10132 2007-03-19  Wim Taymans  <wim@fluendo.com>
10133
10134         * gst/playback/gstdecodebin.c: (remove_fakesink):
10135         Don't post STATE_DIRTY anymore.
10136
10137         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
10138         (gst_play_bin_change_state):
10139         Remove stream_time reset in seek handling, core does that now.
10140         Disable clocking for live pipelines by forcing a NULL clock to the
10141         complete pipeline, core is too smart now for our previous hack.
10142         We can always autoplug in PAUSED now.
10143
10144 2007-03-17  David Schleef  <ds@schleef.org>
10145
10146         * REQUIREMENTS:  Update this file, change the formatting to make
10147         it more consistent, plus more machine readable.
10148
10149 2007-03-16  Michael Smith  <msmith@fluendo.com>
10150
10151         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10152         (strip_width_64), (append_with_other_format):
10153           Previous fix was too simplistic, and broke the tests. Use a better
10154           approach; only strip 64 from widths for integer audio.
10155
10156 2007-03-16  Michael Smith  <msmith@fluendo.com>
10157
10158         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10159         (gst_audio_convert_transform_caps):
10160           We don't support 64 bit integer audio, so don't try to claim we can.
10161           Stops us producing caps don't match our template caps.
10162           Update comments.
10163
10164 2007-03-15  Michael Smith  <msmith@fluendo.com>
10165
10166         * gst/audioresample/gstaudioresample.c:
10167         (audioresample_check_discont), (audioresample_transform):
10168           Don't trigger discontinuities for very small imperfections; a filter
10169           flush will sound bad, and many plugins have rounding errors leading
10170           to these.
10171
10172 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10173
10174         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
10175
10176         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10177         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10178         API: add "min-ptime" property to RTP base audio payloader.
10179         API: add gst_base_rtp_audio_payload_push().
10180         API: add gst_base_rtp_audio_payload_get_adapter().
10181         Fixes #415001
10182         Indentation/whitespace/documentation fixes.
10183
10184 2007-03-14  Julien MOUTTE  <julien@moutte.net>
10185
10186         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10187         (audioresample_transform_size), (audioresample_do_output),
10188         (audioresample_transform), (audioresample_pushthrough): Handle
10189         discontinuous streams.
10190         * gst/audioresample/gstaudioresample.h:
10191         * tests/check/elements/audioresample.c:
10192         (test_discont_stream_instance), (GST_START_TEST),
10193         (audioresample_suite): Add a test for discontinuous streams.
10194         * win32/common/config.h: Updated.
10195
10196 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10197
10198         * po/af.po:
10199         * po/az.po:
10200         * po/cs.po:
10201         * po/en_GB.po:
10202         * po/it.po:
10203         * po/nb.po:
10204         * po/nl.po:
10205         * po/or.po:
10206         * po/sq.po:
10207         * po/sr.po:
10208         * po/sv.po:
10209         * po/uk.po:
10210         * po/vi.po:
10211           Update translations from translation project.
10212
10213 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10214
10215         * gst/audioresample/debug.h:
10216         * gst/audioresample/resample.c: (resample_init):
10217           Since I really am not interested in a debug line for each sample
10218           being processed, move the library's debugging to its own category,
10219           libaudioresample
10220
10221 2007-03-13  Michael Smith  <msmith@fluendo.com>
10222
10223         * ext/theora/theoradec.c: (theora_handle_type_packet):
10224           Since the plugin doesn't support anything other than 4:2:0 right
10225           now, post an error and fail if we get something else. Won't matter
10226           until libtheora supports the other pixel formats, but hopefully
10227           that'll be soon...
10228
10229 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10230
10231         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10232         Use gst_guint64_to_gdouble for conversion.
10233         * win32/MANIFEST:
10234         Add new files to the win32 MANIFEST.
10235         * win32/common/libgstaudio.def:
10236         * win32/common/libgstpbutils.def:
10237         Add new exported functions.
10238         * win32/vs6/gst_plugins_base.dsw:
10239         * win32/vs6/libgstdecodebin.dsp:
10240         * win32/vs6/libgstplaybin.dsp:
10241         Change the link to libgstpbutils.lib.
10242         * win32/vs6/libgstdecodebin2.dsp:
10243         Add a new project for decodebin2.
10244         * win32/vs6/libgstpbutils.dsp:
10245         Add a new project for pbutils.
10246
10247 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10248
10249         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10250           Also accept partial dates with only year and month,
10251           like 1999-12-00 (fixes #410396 even more).
10252
10253         * tests/check/libs/tag.c: (GST_START_TEST):
10254           Add unit test for the above.
10255
10256 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10257
10258         * tests/check/elements/subparse.c: (GST_START_TEST),
10259         (subparse_suite):
10260           Add unit test for MPL2 subtitle format (#413799).
10261
10262 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10263
10264         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10265
10266         * gst/subparse/Makefile.am:
10267         * gst/subparse/gstsubparse.c:
10268         (gst_sub_parse_data_format_autodetect),
10269         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10270         (gst_subparse_type_find):
10271         * gst/subparse/gstsubparse.h:
10272         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10273         * gst/subparse/mpl2parse.h:
10274           Add support for MPL2 subtitle format (#413799).
10275
10276 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10277
10278         * configure.ac:
10279           We require core CVS for the new buffer metadata copy functions.
10280
10281 2007-03-09  Wim Taymans  <wim@fluendo.com>
10282
10283         * gst-libs/gst/tag/gstid3tag.c:
10284         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10285         Fixes #414496.
10286
10287         Patch by: Alex Lancaster <alexl at users sourceforge net>
10288
10289 2007-03-09  Wim Taymans  <wim@fluendo.com>
10290
10291         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10292         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10293         Improve adapter usage and comments.
10294
10295 2007-03-09  Wim Taymans  <wim@fluendo.com>
10296
10297         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10298         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10299         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10300         Use new metadata copy function.
10301
10302         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10303         (gst_ffmpegcsp_transform):
10304         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10305         Basetransform copied the metadata for us.
10306
10307 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10308
10309         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10310         (gst_text_overlay_video_event):
10311           Some more logging. Only accept newsegment events in TIME format and
10312           send a WARNING message if they are not in TIME format.
10313
10314         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10315         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10316         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10317         * gst/subparse/gstsubparse.h:
10318           No need to allocate GstSegment structure dynamically, just put it
10319           into the instance structure; ignore newsegment events in BYTE
10320           format and in particular don't let it overwrite our saved TIME
10321           segment from the last seek.
10322
10323 2007-03-09  Michael Smith  <msmith@fluendo.com>
10324
10325         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10326           Replace AC3 typefinder with one that isn't terrible, and actually
10327           works usefully.
10328
10329 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10330
10331         * gst/audioconvert/gstaudioconvert.c:
10332         (gst_audio_convert_transform):
10333           fix error category and translatable string
10334           
10335
10336 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10337
10338         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10339         * pkgconfig/gstreamer-plugins-base.pc.in:
10340           Fix up utils => pbutils here too.
10341
10342 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10343
10344         * gst/subparse/gstsubparse.c: (handle_buffer):
10345           Break out of loop in chain function as soon as possible if we get
10346           a non-OK flow return.
10347
10348 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10349
10350         * tests/check/elements/alsa.c: (GST_START_TEST):
10351         Unref the mixer if the state change fails too (if the
10352         alsa devices are inaccessible, for example)
10353
10354 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10355
10356         * tests/check/Makefile.am:
10357         Don't test libvisual elements in the states check, because libvisual
10358         seems to leak internally.
10359
10360         Re-enable the alsa and states tests now that there's new suppressions
10361         in gst.supp.
10362
10363         * tests/check/elements/alsa.c: (GST_START_TEST):
10364         Don't leak the alsamixer we instantiated.
10365
10366 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10367
10368         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10369         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10370         (gst_ximagesink_finalize):
10371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10372         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10373         Move some cleanup stuff from the state change handler into a _reset()
10374         function that can be called from _finalize(). This ensures that things
10375         get freed even if (for some reason) the NULL->READY state transition
10376         fails in the parent class.
10377         Even if a parent state change fails, process our downward state change
10378         logic instead of bailing out early.
10379         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10380
10381 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10382
10383         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10384         Extra log line.
10385
10386         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10387         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10388         Use pango_font_description_set_family_static instead of 
10389         pango_font_description_set_family to save a string copy (it was
10390         leaking due to the strdup anyway)
10391
10392         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10393         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10394         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10395         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10396         Chain up in finalize.
10397
10398 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10399
10400         * gst-libs/gst/interfaces/mixertrack.c:
10401         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10402         (gst_mixer_track_set_property):
10403           API: add "untranslated-label" property which should be set by
10404           implementations at construct time (#414645).
10405
10406         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10407         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10408           Set "untranslated-label" when constructing mixer track objects.
10409
10410         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10411           Unit test to check the above.
10412
10413 2007-03-07  Wim Taymans  <wim@fluendo.com>
10414
10415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10416         Fix confusing debug message.
10417
10418 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10419
10420         * gst-plugins-base.doap:
10421         update doap file with new version
10422
10423 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10424
10425         * configure.ac:
10426         Back to CVS
10427
10428 === release 0.10.12 ===
10429
10430 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10431
10432         * configure.ac:
10433           releasing 0.10.12, "Zombie Horde"
10434
10435 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10436
10437         * configure.ac:
10438         Bump version to 0.10.11.4 pre-release
10439
10440 2007-03-06  Wim Taymans  <wim@fluendo.com>
10441
10442         * gst-libs/gst/audio/gstbaseaudiosink.c:
10443         (gst_base_audio_sink_async_play):
10444         Fix regression that made GStreamer skip the first samples of audio.
10445         Fixes #414684.
10446
10447 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10448
10449         * configure.ac:
10450         Bump version to 0.10.11.3 pre-release
10451
10452 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10453
10454         * po/POTFILES.in:
10455           Update paths for the rename from utils to pbutils to fix the build.
10456
10457 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10458
10459         * gst-libs/gst/pbutils/Makefile.am:
10460           Change directory to install headers in from gst/utils to gst/pbutils
10461           as well.
10462
10463 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10464
10465         * configure.ac:
10466         * docs/libs/gst-plugins-base-libs-docs.sgml:
10467         * docs/libs/gst-plugins-base-libs-sections.txt:
10468         * gst-libs/gst/Makefile.am:
10469         * gst-libs/gst/interfaces/mixer.c:
10470         * gst-libs/gst/pbutils/Makefile.am:
10471         * gst-libs/gst/pbutils/descriptions.c:
10472         (gst_pb_utils_get_source_description),
10473         (gst_pb_utils_get_sink_description),
10474         (gst_pb_utils_get_decoder_description),
10475         (gst_pb_utils_get_encoder_description),
10476         (gst_pb_utils_get_element_description),
10477         (gst_pb_utils_add_codec_description_to_tag_list),
10478         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10479         * gst-libs/gst/pbutils/descriptions.h:
10480         * gst-libs/gst/pbutils/install-plugins.c:
10481         * gst-libs/gst/pbutils/install-plugins.h:
10482         * gst-libs/gst/pbutils/missing-plugins.c:
10483         (gst_missing_uri_source_message_new),
10484         (gst_missing_uri_sink_message_new),
10485         (gst_missing_element_message_new),
10486         (gst_missing_decoder_message_new),
10487         (gst_missing_encoder_message_new),
10488         (gst_missing_plugin_message_get_description):
10489         * gst-libs/gst/pbutils/missing-plugins.h:
10490         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10491         * gst-libs/gst/pbutils/pbutils.h:
10492         * gst-libs/gst/utils/Makefile.am:
10493         * gst-libs/gst/utils/base-utils.c:
10494         * gst-libs/gst/utils/base-utils.h:
10495         * gst-libs/gst/utils/descriptions.c:
10496         * gst-libs/gst/utils/descriptions.h:
10497         * gst-libs/gst/utils/install-plugins.c:
10498         * gst-libs/gst/utils/install-plugins.h:
10499         * gst-libs/gst/utils/missing-plugins.c:
10500         * gst-libs/gst/utils/missing-plugins.h:
10501         * gst-plugins-base.spec.in:
10502         * gst/playback/Makefile.am:
10503         * gst/playback/gstdecodebin.c:
10504         * gst/playback/gstdecodebin2.c:
10505         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10506         (gen_source_element):
10507         * gst/playback/gstplaybin.c: (plugin_init):
10508         * tests/check/Makefile.am:
10509         * tests/check/libs/pbutils.c: (GST_START_TEST),
10510         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10511         * tests/check/libs/utils.c:
10512           rename utils to pbutils
10513
10514 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10515
10516         * docs/plugins/Makefile.am:
10517         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10518         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10519         * docs/plugins/inspect/plugin-decodebin2.xml:
10520         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10521         Add documentation for decodebin2 that indicates that the API
10522         is still unstable.
10523
10524 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10525
10526         * configure.ac:
10527         Update to 0.10.11.2 (0.10.12 pre-release)
10528
10529 2007-03-01  Wim Taymans  <wim@fluendo.com>
10530
10531         * gst-libs/gst/audio/gstbaseaudiosink.c:
10532         (gst_base_audio_sink_async_play):
10533         base time is irrelevant here.
10534
10535 2007-03-01  Wim Taymans  <wim@fluendo.com>
10536
10537         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10538         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10539         Improve debugging.
10540
10541         * gst-libs/gst/audio/gstbaseaudiosink.c:
10542         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10543         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10544         Improve latency and clock slaving calculations.
10545         Improve slave clock calibration.
10546
10547         * gst-libs/gst/audio/gstringbuffer.c:
10548         (gst_ring_buffer_commit_full):
10549         When we are asked to render N sample to 0 bytes, return N.
10550
10551 2007-03-01  Wim Taymans  <wim@fluendo.com>
10552
10553         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10554         (gst_alsasink_write), (gst_alsasink_reset):
10555         * ext/alsa/gstalsasink.h:
10556         Remove unused dispose function.
10557         Rename lock to not interfere with alsasrc lock.
10558
10559         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10560         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10561         (gst_alsasrc_read), (gst_alsasrc_reset):
10562         * ext/alsa/gstalsasrc.h:
10563         Implement finalize function.
10564         Use lock to protect alsa access.
10565         Implement _reset.
10566         Fine tune sw params.
10567
10568 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10569
10570         * configure.ac:
10571           Convert to new AG_GST style.
10572
10573 2007-02-28  Wim Taymans  <wim@fluendo.com>
10574
10575         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10576
10577         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10578         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10579         Fix race condition when rapidly switching visualisations in playbin.
10580         Fixes #401029.
10581
10582 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10583
10584         * tests/check/Makefile.am:
10585         Include local stuff before system installed things in LDFLAGS and
10586         CFLAGS.
10587
10588 2007-02-28  Wim Taymans  <wim@fluendo.com>
10589
10590         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10591         Improve debugging.
10592
10593 2007-02-28  Wim Taymans  <wim@fluendo.com>
10594
10595         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10596         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10597         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10598         Fix duration and timestamping, taking latency into account.
10599         Implement latency query.
10600
10601 2007-02-28  Wim Taymans  <wim@fluendo.com>
10602
10603         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10604         (gst_audio_clock_new):
10605         Fix clock name.
10606
10607         * gst-libs/gst/audio/gstbaseaudiosink.c:
10608         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10609         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10610         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10611         (gst_base_audio_src_create):
10612         Improve latency query code.
10613         Use proper clock names.
10614
10615 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10616
10617         * tests/check/generic/states.c: (GST_START_TEST):
10618           Copy the states.c test from core again
10619         * tests/check/Makefile.am:
10620           ignore cdio and cdparanoiasrc
10621
10622 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10623
10624         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10625         (double_hq), (audio_convert_get_func_index), (check_default),
10626         (audio_convert_prepare_context), (audio_convert_convert):
10627           Also make valgrind happy and avoid copying data in some cases.
10628
10629 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10630
10631         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10632         (double_hq), (audio_convert_get_func_index),
10633         (audio_convert_prepare_context), (audio_convert_convert):
10634         * gst/audioconvert/gstaudioconvert.c:
10635         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10636         (gst_audio_convert_transform_caps):
10637         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10638         (audioconvert_suite):
10639           Don't run inplace if that overwrites source data as we go. Add more
10640           tests. Fixes #339837 even more.
10641
10642 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10643
10644         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10645         (msg_segment_done): Fix various seeking bugs (Slider was not
10646         updating when doing a non flushing seek, Reverse playback 
10647         on segment seek was wrong).
10648
10649 2007-02-26  Wim Taymans  <wim@fluendo.com>
10650
10651         * tests/examples/seek/seek.c: (stop_seek):
10652         When we stop scrubbing, don't leave the pipeline PLAYING when we
10653         requested a PAUSED state.
10654
10655 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10656
10657         Patch by: René Stadler <mail at renestadler de>
10658
10659         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10660           Parse date strings in vorbis comments that have an invalid (zero)
10661           month or day (#410396).
10662
10663         * tests/check/libs/tag.c: (GST_START_TEST):
10664           Test case for the above.
10665
10666 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10667
10668         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10669
10670         * configure.ac:
10671         * ext/alsa/Makefile.am:
10672         * gst/audiotestsrc/Makefile.am:
10673           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10674
10675 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10676
10677         * gst/playback/gstplaybin.c:
10678           Improve docs: point out that the application needs to assist playbin
10679           with buffering.
10680
10681 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         * gst-libs/gst/utils/install-plugins.c:
10684         * gst-libs/gst/utils/missing-plugins.c:
10685         * tests/check/libs/utils.c: (missing_msg_check_getters):
10686           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10687           to just 'gstreamer'. Document the caps string component of the
10688           decoder/encoder detail a bit better, since not everyone will be
10689           familiar with the GStreamer media type/caps system (but they better
10690           enjoy nested itemized lists).
10691
10692 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10693
10694         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10695         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10696           Fix copying of GstNetBuffer (would crash before, or at least lead to
10697           invalid memory access, #410772), for now by copying the GstBuffer copy
10698           code from the core over here so we can copy the GstBuffer fields on a
10699           provided buffer instance (of type GstNetBuffer in this case). Would be
10700           better to fix this with some support by the core though (and in the long
10701           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10702
10703         * tests/check/Makefile.am:
10704           Enable unit test for GstNetBuffer.
10705
10706 2007-02-22  Andy Wingo  <wingo@pobox.com>
10707
10708         * gst-libs/gst/audio/gstbaseaudiosink.c
10709         (gst_base_audio_sink_init): Disable pull-mode activation until we
10710         figure out how to make audio sinks go to PLAYING.
10711
10712 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10713
10714         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10715         (double_hq), (audio_convert_get_func_index),
10716         (audio_convert_prepare_context), (audio_convert_convert):
10717         * gst/audioconvert/audioconvert.h:
10718         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10719         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10720         * gst/audioconvert/gstchannelmix.h:
10721         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10722           Add float as an intermediate format, as well as float mixing. Enable
10723           test that was failing before. Fixes #339837
10724
10725 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10726
10727         * tests/examples/seek/seek.c: (do_seek):
10728         Undo the previous commit: -1 as a stop time implies that the stop
10729         time is the end of file, clearing any previously configured segment.
10730
10731 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10732
10733         * tests/examples/seek/seek.c: (do_seek):
10734         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10735
10736 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10737
10738         * gst/volume/gstvolume.c: (volume_process_int16),
10739         (volume_process_int16_clamp), (volume_set_caps):
10740           Unbreak volume, value remains gint.
10741
10742 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10743
10744         * gst/volume/gstvolume.c: (volume_choose_func),
10745         (volume_update_real_volume), (gst_volume_set_volume),
10746         (gst_volume_init), (volume_process_double), (volume_process_float),
10747         (volume_process_int16), (volume_process_int16_clamp),
10748         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10749         * gst/volume/gstvolume.h:
10750           Extend float audio support (double) and some int->uint cleanups.
10751
10752 2007-02-20  Edward Hervey  <edward@fluendo.com>
10753
10754         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10755         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10756         (sort_end_pads), (gst_decode_group_expose),
10757         (gst_decode_group_hide):
10758         Don't free groups from the streaming threads. Just put them aside and
10759         free them in dispose.
10760
10761 2007-02-20  Edward Hervey  <edward@fluendo.com>
10762
10763         * gst/playback/gstdecodebin2.c: (connect_element),
10764         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10765         (sort_end_pads), (gst_decode_group_expose):
10766         Handle dynamic pads within groups.
10767         Sort pads before exposing them in order to make playbin happy.
10768         There still is a race with the multiqueue filling up. This should be
10769         solved separately.
10770         Fixes #398721
10771
10772 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10773
10774         * gst-libs/gst/utils/base-utils.c:
10775         * gst-libs/gst/utils/descriptions.c:
10776         * gst-libs/gst/utils/install-plugins.c:
10777         * gst-libs/gst/utils/missing-plugins.c:
10778           Some more docs (and descriptions for two subtitle formats).
10779
10780 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10781
10782         * gst-libs/gst/audio/audio.c:
10783           Fix documentation.
10784
10785 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10786
10787         Patch by: Yves Lefebvre  <ivanohe abacom com>
10788
10789         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10790           Don't leak caps. Fixes #408278.
10791
10792 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10793
10794         * ext/cdparanoia/gstcdparanoiasrc.h:
10795         * ext/ogg/gstoggdemux.h:
10796         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10797         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10798         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10799         * gst-libs/gst/audio/audio.h:
10800         * gst-libs/gst/audio/gstaudiofilter.h:
10801         * gst-libs/gst/interfaces/videoorientation.h:
10802         * gst/adder/gstadder.h:
10803           More docs coverage and some ChangeLog surgery (add missing names)
10804
10805 2007-02-15  Wim Taymans  <wim@fluendo.com>
10806
10807         * sys/ximage/ximagesink.c:
10808         (gst_ximagesink_calculate_pixel_aspect_ratio):
10809         * sys/xvimage/xvimagesink.c:
10810         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10811         Small constifications.
10812
10813 2007-02-15  Wim Taymans  <wim@fluendo.com>
10814
10815         * gst-libs/gst/audio/gstbaseaudiosink.c:
10816         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10817         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10818         (gst_base_audio_sink_async_play),
10819         (gst_base_audio_sink_change_state):
10820         Answer latency query.
10821         Use configured latency when syncing.
10822         Fix clock slaving.
10823
10824         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10825         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10826         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10827         Fix possible memleak.
10828         Implement latency query.
10829         Small cleanups.
10830
10831 2007-02-15  Wim Taymans  <wim@fluendo.com>
10832
10833         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10834         Ignore errors in reset, these are not fatal. They also grab the element
10835         lock which is already taking when this function is called. Fixes
10836         #405451.
10837
10838 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10839
10840         * configure.ac:
10841           Remove 'tests/examples/xerror/Makefile' from output files again.
10842
10843 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10844
10845         * configure.ac:
10846         * docs/plugins/Makefile.am:
10847           Also crossref against gst-plugins-base-libs.
10848
10849 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10850
10851         * configure.ac:
10852         * docs/libs/Makefile.am:
10853         * docs/plugins/Makefile.am:
10854           Add crossreferences to glib/gobject/gstream docs.
10855
10856         * gst-libs/gst/audio/audio.h:
10857           Source formatting.
10858
10859         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10860           Add own debug category.
10861
10862 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         Patch by: René Stadler <mail at renestadler de>
10865
10866         * gst-libs/gst/tag/gstvorbistag.c:
10867           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10868           (#403597).
10869
10870 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10871
10872         * gst/playback/gstplaybasebin.c: (setup_source):
10873           When we have external subtitles and wait for the subtitle decodebin
10874           to get up and running, we set up a (sync) bus handler for the
10875           subtitle decodebin, so we can stop waiting when it posts an error
10876           message. However, we should do that before we set the subtitle
10877           decodebin's state to playing, otherwise things are racy and we might
10878           miss error messages posted before we had a chance to set up the bus.
10879           This should finally fix totem hanging on .txt pseudo-subtitle files.
10880           
10881 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10882
10883         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10884           Use gst_gdouble_to_guint64 for conversions.
10885         * win32/common/config.h.in:
10886           Add a define for GST_INSTALL_PLUGINS_HELPER
10887         * win32/common/libgstaudio.def:
10888         * win32/common/libgstcdda.def:
10889         * win32/common/libgstnetbuffer.def:
10890         * win32/common/libgstrtp.def:
10891         * win32/common/libgutils.def:
10892           Add new exported functions.
10893         * win32/vs6/gst_plugins_base.dsw:
10894         * win32/vs6/libgstdecodebin.dsp:
10895         * win32/vs6/libgstnetbuffer.dsp:
10896         * win32/vs6/libgstplaybin.dsp:
10897         * win32/vs6/libgstrtp.dsp:
10898         * win32/vs6/libgstvorbis.dsp:
10899         * win32/vs6/libgstcdda.dsp:
10900         * win32/vs6/libgstgdp.dsp:
10901         * win32/vs6/libgstutils.dsp:
10902           Update and add new project files.
10903
10904 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10905
10906         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10907         (subrip_remove_unhandled_tags), (parse_subrip):
10908           For SubRip (.srt) subtitles, ignore all markup tags we don't
10909           handle (like font tags, for example).
10910
10911         * tests/check/elements/subparse.c:
10912           Add test for this.
10913
10914 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10915
10916         * gst/playback/gstdecodebin.c: (add_fakesink),
10917         (gst_decode_bin_change_state):
10918         * gst/playback/gstdecodebin2.c: (add_fakesink),
10919         (gst_decode_bin_change_state):
10920           Don't error out if there is no fakesink in the NULL to READY state
10921           change, since when decodebin is re-used, we're only adding the
10922           fakesink element in READY to PAUSED.
10923
10924         * tests/check/elements/decodebin.c:
10925         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10926         (decodebin_suite):
10927           Minimal unit test to make sure we can use the same decodebin
10928           instance twice (at least with audiotestsrc input).
10929
10930 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10931
10932         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10933           Try to get devic-name from device string first, and from handle only
10934           as fallback (seems to yield better results and is more robust
10935           against buggy probing code on the application side).
10936
10937 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10938
10939         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10940
10941         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10942         (gst_alsa_find_device_name):
10943         * ext/alsa/gstalsa.h:
10944         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10945         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10946           Improve device-name detection a bit, especially in the case where
10947           the device is not actually open (#405020, #405024). Move common code
10948           into gstalsa.c instead of duplicating it.
10949
10950 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10951
10952         * gst/audioconvert/gstaudioconvert.c:
10953           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10954
10955 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10956
10957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10958         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10959         (gst_xvimagesink_interface_supported),
10960         (gst_xvimagesink_probe_get_properties),
10961         (gst_xvimagesink_probe_probe_property),
10962         (gst_xvimagesink_probe_needs_probe),
10963         (gst_xvimagesink_probe_get_values),
10964         (gst_xvimagesink_property_probe_interface_init),
10965         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10966         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10967         (gst_xvimagesink_get_type):
10968         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10969         for XVAdaptors so that one can choose the adaptor to use with 
10970         gstreamer-properties.
10971
10972 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10973
10974         * gst/audioconvert/gstaudioconvert.c:
10975           Also mention that a conversion from double to float is suboptimal still.
10976
10977 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10978
10979         * gst-libs/gst/audio/gstaudiofilter.c:
10980         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10981           Clear our formats structure and free the caps contained in it when
10982           shutting down.
10983
10984 2007-02-05  Andy Wingo  <wingo@pobox.com>
10985
10986         * gst-libs/gst/audio/gstbaseaudiosink.c
10987         (gst_base_audio_sink_callback): Update basesink->offset so that we
10988         pull monotonically increasing offsets instead of, um, seeking back
10989         to 0 each time. Fixes alsasrc ! alsasink!
10990
10991 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10992
10993         * gst/videoscale/gstvideoscale.c:
10994           A width and height of 1 makes us crash, so increase minimum size to
10995           2x2 pixels until someone feels like fixing this (#404512).
10996
10997 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10998
10999         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
11000           Add small test to make sure request pads are cleaned up properly
11001           even if oggmux never changes state out of NULL.
11002
11003 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
11004
11005         * tests/check/libs/utils.c: (GST_START_TEST):
11006           Fix unit test. Turns out things work much better when you
11007           NULL-terminate string arrays. Should make p5 build bot happy again.
11008
11009 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11010
11011         * gst-libs/gst/audio/Makefile.am:
11012         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11013         (gst_audio_filter_template_base_init),
11014         (gst_audio_filter_template_class_init),
11015         (gst_audio_filter_template_init),
11016         (gst_audio_filter_template_set_property),
11017         (gst_audio_filter_template_get_property),
11018         (gst_audio_filter_template_setup),
11019         (gst_audio_filter_template_filter),
11020         (gst_audio_filter_template_filter_inplace), (plugin_init):
11021           Oops, forgot to commit fixed-up example.
11022
11023 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11024
11025         * docs/libs/gst-plugins-base-libs-sections.txt:
11026         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
11027         (gst_audio_filter_class_init), (gst_audio_filter_init),
11028         (gst_audio_filter_set_caps),
11029         (gst_audio_filter_class_add_pad_templates):
11030         * gst-libs/gst/audio/gstaudiofilter.h:
11031           Port GstAudioFilter to 0.10. This change technically breaks
11032           API and ABI (and thus also every library developer's heart),
11033           but seems justifiable on the grounds that the base class was
11034           completely unusable before (ie. would crash immediately when
11035           actually used). Fixes #403963 (and eventually also #403572).
11036           Also document all of this a bit.
11037
11038 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         * gst-libs/gst/utils/install-plugins.c:
11041         (gst_install_plugins_spawn_child):
11042         * tests/check/libs/utils.c:
11043         (test_base_utils_install_plugins_do_callout):
11044           Lowering log level to see why things fail on the p5 build bot;
11045           fix some typos in unit test messages.
11046
11047 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11048
11049         * tests/check/libs/utils.c:
11050         (test_base_utils_install_plugins_do_callout):
11051           Don't hard-code temp directory for test helper; use GLib functions
11052           to write out file and do error checking etc.
11053
11054 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11055
11056         * gst-libs/gst/utils/Makefile.am:
11057         * gst-libs/gst/utils/base-utils.h:
11058         * gst-libs/gst/utils/install-plugins.c:
11059         (gst_install_plugins_context_set_xid),
11060         (gst_install_plugins_context_new),
11061         (gst_install_plugins_context_free),
11062         (gst_install_plugins_get_helper),
11063         (gst_install_plugins_spawn_child),
11064         (gst_install_plugins_return_from_status),
11065         (gst_install_plugins_installer_exited),
11066         (gst_install_plugins_async), (gst_install_plugins_sync),
11067         (gst_install_plugins_return_get_name),
11068         (gst_install_plugins_installation_in_progress):
11069         * gst-libs/gst/utils/install-plugins.h:
11070           API: add API for applications to initiate installation of missing
11071           plugins, ie. gst_install_plugins_async() primarily.
11072           Based on libgimme-codec by Ryan Lortie.
11073
11074         * configure.ac:
11075           Add --with-install-plugins-helper configure option so distros can specify
11076           the path of the helper script or program to call when plugin installation
11077           is requested (distros: please do any argument munging in this helper
11078           script instead of patching GStreamer to pass arguments differently
11079           to another program directly).
11080
11081         * docs/libs/gst-plugins-base-libs-docs.sgml:
11082         * docs/libs/gst-plugins-base-libs-sections.txt:
11083           Build and document new API.
11084
11085         * tests/check/libs/utils.c: (result_cb),
11086         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
11087         (libgstbaseutils_suite):
11088           Some simple checks for the new API.
11089
11090 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11091
11092         * tests/check/elements/audioconvert.c: (test_float_conversion):
11093           Add small test for 32bit float <=> 64bit float conversion (works
11094           only one way so far, 32=>64 produces structured noise).
11095
11096 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11097
11098         * gst/audioconvert/gstaudioconvert.c:
11099         (set_structure_widths_32_and_64), (make_lossless_changes):
11100           We don't support floats with a width of 40, 48 or 56 bits.
11101
11102 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
11103
11104         * gst/audioconvert/audioconvert.c: (float), (double),
11105         (audio_convert_get_func_index):
11106         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11107         (make_lossless_changes):
11108           Support for 64-bit float audio in audioconvert (#339837)
11109
11110 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11111
11112         Patch by: Holger Wansing  <linux wansing-online de>
11113
11114         * po/LINGUAS:
11115         * po/de.po:
11116           Add German translation (#352069).
11117
11118 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
11119
11120         reviewed by: Wim Taymans <wim@fluendo.com>
11121
11122         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
11123         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
11124         Use newly added GstCollectPads API to free the allocated resources in
11125         the GstOggPad structures (#402393).
11126
11127 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11128
11129         * gst/playback/gstplaybin.c: (gen_vis_element):
11130           Add audioresample+audioconvert in front of the visualisation
11131           element, so that elements like libvisual 0.4 that don't support all
11132           samplerates can work.
11133
11134           Fixes: #402505
11135
11136 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11137
11138         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
11139         (gst_play_base_bin_get_streaminfo_value_array):
11140           Take some locks and make a copy of the streaminfo value array we
11141           maintain while holding the lock, so that the application can
11142           retrieve the stream-info as a value array in a thread-safe way.
11143
11144 2007-01-30  Wim Taymans  <wim@fluendo.com>
11145
11146         * gst/audioconvert/gstaudioconvert.c:
11147         Don't fail on 0 sized buffers. Fixes #396835.
11148
11149 2007-01-29  David Schleef  <ds@schleef.org>
11150
11151         * gst/typefind/gsttypefindfunctions.c:
11152           Detect BBCD as video/x-dirac, so we can play raw dirac
11153           streams.
11154
11155 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
11156
11157         * ext/theora/theoraenc.c: (theora_enc_chain):
11158           Check return value of theora_encode_header(), or we might try to
11159           allocate a random number of bytes. theora_encode_header() can fail
11160           if libtheora has been compiled with encoding support disabled.
11161           Fixes #398110.
11162
11163 2007-01-29  Wim Taymans  <wim@fluendo.com>
11164
11165         * tests/check/gst/.cvsignore:
11166         Do as buildbot says.
11167
11168 2007-01-29  Wim Taymans  <wim@fluendo.com>
11169
11170         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
11171         Fix strides in libvisual. Gst uses X strides.
11172         Inspired by: <ed at catmur dot co dot uk> and 
11173         <tim at centricular dot net>
11174         Fixes #401118.
11175
11176 2007-01-27  Wim Taymans  <wim@fluendo.com>
11177
11178         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11179         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
11180         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
11181         (gst_ogg_demux_perform_seek),
11182         (gst_ogg_demux_bisect_forward_serialno),
11183         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11184         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
11185         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
11186         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
11187         * ext/ogg/gstoggdemux.h:
11188         Properly propagate streaming errors when we are scanning the file for
11189         chains so that we don't crash when shut down. Might fix some crashers
11190         when quickly switching oggs in RB such as #332503 and #378436.
11191
11192 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11193
11194         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11195           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
11196           error code as well.
11197
11198 2007-01-25  Wim Taymans  <wim@fluendo.com>
11199
11200         * gst/playback/gstplaybasebin.c: (remove_source):
11201         Don't try to disconnect a signal from a finalized object.
11202
11203 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11204
11205         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11206           Cast lock macro parameters to make sure we're actually accessing the
11207           lock member at the right class level. Free list itself in _dispose()
11208           as well and NULL it in case dispose gets called multiple times.
11209
11210 2007-01-25  Edward Hervey  <edward@fluendo.com>
11211
11212         * gst/playback/gstdecodebin2.c:
11213         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11214         Free GstDecodeGroups no longer used.
11215         (gst_decode_group_expose):
11216         Don't unlock too many times !
11217         (deactivate_free_recursive):
11218         Free iterator once we're done with it.
11219         Fix for recursively deactivating elements (stop at ghostpads).
11220
11221 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11222
11223         * gst/playback/gstplaybin.c: (handoff):
11224           Fix up caps on the frame buffer before we save it and potentially
11225           make it accessible to other threads via g_object_get; also use
11226           gst_buffer_replace() instead of gst_mini_object_replace().
11227
11228 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11229
11230         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11231           Make getting the current frame thread-safe.
11232
11233 2007-01-25  Edward Hervey  <edward@fluendo.com>
11234
11235         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11236         (gst_decode_group_new), (gst_decode_group_free):
11237         Set queues to bigger sizes to cope with HD contents.
11238         Fix some mutex freeing and add comment about MT safe methods.
11239
11240 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11243         (gst_text_overlay_text_event):
11244           Don't unnecessarily ref (and then leak) upstream events if the text
11245           pad is not linked. Fixes #399948.
11246
11247         * tests/check/gst-plugins-base.supp:
11248           Add suppression for pango on edgy/x86 for textoverlay test.
11249
11250 2007-01-24  Wim Taymans  <wim@fluendo.com>
11251
11252         * gst-libs/gst/rtp/gstrtpbuffer.h:
11253         Add some more fixed payloads.
11254
11255 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11256
11257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11258           Error out properly if we get an error from libogg while reading the
11259           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11260
11261 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11262
11263         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11264           Don't leak mutex.
11265
11266         * tests/check/elements/playbin.c:
11267         (test_sink_usage_video_only_stream),
11268         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11269         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11270         (test_missing_suburisource_handler),
11271         (test_missing_primary_decoder), (playbin_suite):
11272           Run all tests once with decodebin and once with decodebin2.
11273           One test does not pass yet with decodebin2.
11274
11275 2007-01-23  Edward Hervey  <edward@fluendo.com>
11276
11277         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11278         Fix the cases where oggmux doesn't properly figure out that all
11279         sinkpads have gone EOS, and therefore doesn't push out the remaining
11280         buffers and the final EOS event.
11281         Fixes #363379
11282
11283 2007-01-23  Julien MOUTTE  <julien@moutte.net>
11284
11285         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11287         Don't lock on navigation event push, just on keysym to string.
11288         Fixes #397673 again.
11289
11290 2007-01-22  Edward Hervey  <edward@fluendo.com>
11291
11292         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11293         (get_current_group), (group_demuxer_event_probe),
11294         (gst_decode_group_expose), (deactivate_free_recursive),
11295         (gst_decode_group_free):
11296         Cleanups.
11297         Don't forget to emit 'no-more-pads' once a group is exposed.
11298         Cleanup elements from a DecodeGroup once we remove it.
11299         Protect call to gst_decode_group_expose() with the decodebin lock.
11300
11301 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11302
11303         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11305         Looking at Xorg code i can't figure out if that XKeysymToString
11306         function is thread sensible or not. Lock it just in case as
11307         recommended by Radek Doulik <rodo at ximian dot com>.
11308
11309 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11310
11311         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11313         Lock that X Call as well. Fixes #397673.
11314
11315 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11316
11317         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11318           Don't go into an endless loop if the file starts with 00 00 01 2X,
11319           like quicktime redirect files might. Fixes #396042.
11320
11321         * tests/check/Makefile.am:
11322         * tests/check/gst/.cvsignore:
11323         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11324         (typefindfunctions_suite):
11325           Add unit test for the above.
11326
11327 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11328
11329         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11330           On second thought, use "depth" field rather than "bpp" field.
11331
11332 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11333
11334         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11335           Camtasia caps apparently need a bpp field (#398875).
11336
11337 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11338
11339         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11340         (gen_source_element), (gst_play_base_bin_change_state):
11341           Attempt at a better error message in case we don't have the required
11342           URI handler installed; post missing-plugin message also when we're
11343           missing an URI handler for the subtitle URI; clean up properly also
11344           when an error occurs and we never made it to PAUSED state.
11345
11346         * tests/check/elements/playbin.c: (GST_START_TEST),
11347         (playbin_suite):
11348           Check that we're also getting a missing-plugin messsage for a
11349           missing subtitle URI handler (and clean up properly).
11350
11351 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11352
11353         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11354           Plug a few reference leaks.
11355
11356 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11357
11358         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11359           Lower probability a bit if the marker isn't right at the start,
11360           to decrease the chance of false positives.
11361
11362 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11363
11364         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11365           Small mpeg2 system stream typefinding improvement: make typefinder
11366           probe a bit into the stream instead of just looking for a marker
11367           at the beginning. Fixes #397810.
11368
11369 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11370
11371         * gst/audioconvert/gstchannelmix.c:
11372           Remove compatibility cruft for prehistoric GLib versions.
11373
11374 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11375
11376         * gst/playback/Makefile.am:
11377         * gst/playback/gstdecodebin.c: (close_pad_link):
11378         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11379         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11380         (gst_play_base_bin_handle_message_func), (unknown_type):
11381           Let decodebin be the element to post missing-plugin messages for
11382           missing decoders (rather than playbin); make playbin implement
11383           GstBin::handle_message so we can suppress missing-plugin messages
11384           for types we're not handling on purpose (don't want to bring up an
11385           installer in those cases).
11386
11387 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11388
11389         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11390         * gst-libs/gst/tag/gstvorbistag.c:
11391         (gst_tag_list_to_vorbiscomment_buffer):
11392         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11393           Fix potentially unaligned access (#397207).
11394
11395 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11396
11397         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11398         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11399         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11400         (main):
11401           Allow to toggle looping while it plays. Fix callback prototype. Clean
11402           up code a bit more. Add copyright header.
11403
11404 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11405
11406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11407           Red and blue mask was swapped (spotted by Dan Williams).
11408
11409 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11410
11411         * gst-libs/gst/tag/gstid3tag.c:
11412         * gst-libs/gst/tag/gstvorbistag.c:
11413           Use new beats-per-minute tag from core.
11414
11415 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11416
11417         * po/POTFILES.in:
11418           Add new files with translatable strings, so they actually make it
11419           into the template file one day.
11420
11421 2007-01-12  Andy Wingo  <wingo@pobox.com>
11422
11423         * gst-libs/gst/audio/gstbaseaudiosink.c
11424         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11425         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11426         stuff, as the base class handles this now. Actually tell the ring
11427         buffer to start.
11428         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11429         How did this work before? Maybe I'm not as awesome a programmer as
11430         I think.
11431
11432         * gst-libs/gst/audio/gstbaseaudiosrc.c
11433         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11434         of a pad function.
11435
11436 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11437
11438         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11439           Remove more fields so that the application can better blacklist
11440           formats that have been tried before.
11441
11442 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11443
11444         * gst-libs/gst/audio/mixerutils.h:
11445           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11446           used when compiling with c++ compilers as well.
11447
11448 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11449
11450         * gst/typefind/gsttypefindfunctions.c:
11451           Fix comment.
11452
11453 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11454
11455         * gst/playback/gstplaybin.c: (post_missing_element_message),
11456         (gen_video_element), (gen_text_element), (gen_audio_element),
11457         (gen_vis_element):
11458           Post missing-plugin messages also when we error out because
11459           converters, textoverlay or auto*sinks are missing (#161922).
11460
11461 2007-01-10  Wim Taymans  <wim@fluendo.com>
11462
11463         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11464         (is_demuxer_element), (new_caps):
11465         * gst/playback/gstplaybasebin.c: (source_new_pad):
11466         Fix the case where we try to ref a NULL element when we delay a link
11467         because of unfixed caps.
11468         Set the state of autoplugged decodebins to PAUSED.
11469         RTSP now works in playbin, we can remove it from the blacklist.
11470
11471 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11472
11473         * gst/playback/Makefile.am:
11474         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11475         (unknown_type), (setup_subtitle), (gen_source_element):
11476         * gst/playback/gstplaybin.c: (plugin_init):
11477           Post missing-plugin messages on the bus for missing sources and
11478           missing decoders/demuxers/depayloaders; fix error code used when
11479           we're missing an URI handler source; for media types that we are not
11480           handling on purpose at the moment, don't print "don't know how to
11481           handle xyz" messages to the terminal or post missing-plugin
11482           messages on the bus.
11483
11484         * tests/check/elements/playbin.c: (create_playbin),
11485         (GST_START_TEST), (gst_codec_src_uri_get_type),
11486         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11487         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11488         (gst_codec_src_init_type), (gst_codec_src_base_init),
11489         (gst_codec_src_create), (gst_codec_src_class_init),
11490         (gst_codec_src_init), (plugin_init), (playbin_suite):
11491           Add some tests for the missing-plugin stuff.
11492
11493 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11494
11495         * configure.ac:
11496         * gst-libs/gst/Makefile.am:
11497         * gst-libs/gst/utils/Makefile.am:
11498         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11499         * gst-libs/gst/utils/base-utils.h:
11500         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11501         (find_format_info), (caps_are_rtp_caps),
11502         (gst_base_utils_get_source_description),
11503         (gst_base_utils_get_sink_description),
11504         (gst_base_utils_get_decoder_description),
11505         (gst_base_utils_get_encoder_description),
11506         (gst_base_utils_get_element_description),
11507         (gst_base_utils_add_codec_description_to_tag_list),
11508         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11509         * gst-libs/gst/utils/descriptions.h:
11510         * gst-libs/gst/utils/missing-plugins.c:
11511         (missing_structure_get_type), (copy_and_clean_caps),
11512         (gst_missing_uri_source_message_new),
11513         (gst_missing_uri_sink_message_new),
11514         (gst_missing_element_message_new),
11515         (gst_missing_decoder_message_new),
11516         (gst_missing_encoder_message_new),
11517         (missing_structure_get_string_detail),
11518         (missing_structure_get_caps_detail),
11519         (gst_missing_plugin_message_get_installer_detail),
11520         (gst_missing_plugin_message_get_description),
11521         (gst_is_missing_plugin_message):
11522         * gst-libs/gst/utils/missing-plugins.h:
11523           API: add new libgstbaseutils library with functions
11524           - to create and parse missing-plugins messages
11525           - that provide (translated) descriptions for caps/decoders/sources/etc.
11526           Closes #392393.
11527
11528         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11529         * pkgconfig/gstreamer-plugins-base.pc.in:
11530           Add new lib.
11531
11532         * docs/libs/gst-plugins-base-libs-docs.sgml:
11533         * docs/libs/gst-plugins-base-libs-sections.txt:
11534           Generate docs for new lib and API.
11535
11536         * tests/check/Makefile.am:
11537         * tests/check/libs/.cvsignore:
11538         * tests/check/libs/utils.c: (missing_msg_check_getters),
11539         (GST_START_TEST), (libgstbaseutils_suite):
11540           Add some basic unit tests.
11541
11542 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11543
11544         * ext/ogg/Makefile.am:
11545           Dist gstoggdemux.h to fix 'make distcheck'.
11546
11547         * sys/v4l/Makefile.am:
11548           Fix 'make distcheck' even more.
11549
11550 2007-01-09  Wim Taymans  <wim@fluendo.com>
11551
11552         * docs/plugins/Makefile.am:
11553         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11554         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11555         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11556         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11557         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11558         (gst_ogg_demux_perform_seek):
11559         * ext/ogg/gstoggdemux.h:
11560         Added docs.
11561         Add some more comments.
11562         Small cleanups.
11563
11564 2007-01-09  Wim Taymans  <wim@fluendo.com>
11565
11566         * ext/theora/theoradec.c:
11567         * ext/vorbis/vorbisdec.c:
11568         * gst-libs/gst/audio/gstringbuffer.c:
11569         (gst_ring_buffer_commit_full):
11570         * gst-libs/gst/audio/gstringbuffer.h:
11571         * gst-libs/gst/rtp/gstrtpbuffer.c:
11572         * gst-libs/gst/tag/gstvorbistag.c:
11573         Small documentation updates/fixes
11574
11575 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11576
11577         * configure.ac:
11578           Require core CVS HEAD for Andy's basesrc/sink API additions.
11579
11580 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11581
11582         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11583
11584         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11585         (plugin_init):
11586           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11587           on flac.sf.net (there appear to be other versions of the first
11588           ogg page in the wild) (#391365).
11589
11590 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11591
11592         * configure.ac:
11593           Check if localtime_r() is available.
11594
11595         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11596           If localtime_r() is not available, fall back to localtime(). Should
11597           fix build on MingW (#393310).
11598
11599 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11600
11601         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11602         * gst/subparse/gstsubparse.h:
11603           Remove spurious 1000 subtrahend when calculating the timestamp from
11604           the frame number and the frame rate . Also, use the frames/second
11605           value specified in the first line of the file, if one is specified
11606           there. Should fix #357503.
11607
11608         * tests/check/elements/subparse.c: (do_test),
11609         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11610         (subparse_suite):
11611           Add some basic unit tests for the microdvd subtitle format.
11612
11613 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11614
11615         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11616
11617         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11618         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11619         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11620         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11621         (gst_xvimagesink_set_xwindow_id),
11622         (gst_xvimagesink_set_event_handling),
11623         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11624         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11625         Fixes: #390076.
11626         Add an adaptor property to select a specific XV adaptor.
11627         * sys/xvimage/xvimagesink.h:
11628
11629 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11630
11631         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11632         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11633         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11634         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11635         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11636         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11637         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11638         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11639         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11640         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11641         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11642         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11643         Use flow_lock much more to protect every access to xwindow.
11644         Try to catch erros while creating images in case some drivers are
11645         just generating an XError when the requested image is too big.
11646         Should fix : #354698, #384008, #384060.
11647         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11648         Implement some stress testing of setting window xid.
11649
11650 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11651
11652         * win32/common/libgsaudio.def:
11653           Add new exported function.
11654         * win32/common/libgstogg.dsp:
11655           Add gstoggaviparse.c to the build.
11656         * win32/common/libgstvideoscale.dsp:
11657           Add vs_4tap.c to the build.
11658         * win32/common/libgstvorbis.dsp:
11659           Add vorbistag.c to the build.
11660         
11661 2007-01-06  Andy Wingo  <wingo@pobox.com>
11662
11663         * gst-libs/gst/audio/gstbaseaudiosink.c
11664         (gst_base_audio_sink_class_init)
11665         (gst_base_audio_sink_init): 
11666         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11667         to baseaudiosink, and tell basesink that we can work in pull mode.
11668         This way the ring buffer thread drives the pipeline directly, if
11669         pull mode is possible. There is some lingering nastiness regarding
11670         capsnego, however.
11671         (gst_base_audio_sink_callback): Implement the callback to pull
11672         data. This interface is a bit light, though -- it should get a
11673         GstFlowReturn return value at least.
11674
11675 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11676
11677         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11678         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11679         * gst/playback/gstdecodebin2.c:
11680         (gst_decode_group_check_if_blocked):
11681           Printf format and missing argument fixes.
11682
11683 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11684
11685         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11686         (gst_ogm_parse_change_state):
11687         Activate pads before adding them to the element.
11688
11689 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11690
11691         * tests/examples/seek/scrubby.c: (main):
11692         * tests/examples/seek/seek.c: (main):
11693           Call g_thread_init() first thing in main() (see #391278).
11694
11695 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11696
11697         * tests/check/Makefile.am:
11698         * tests/check/libs/.cvsignore:
11699         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11700         (netbuffer_suite):
11701           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11702           for the time being, since it's broken, see #393099.
11703
11704 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11705
11706         * tests/check/Makefile.am:
11707           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11708
11709 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11710
11711         * configure.ac:
11712           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11713           so that GST_BASE_CFLAGS can go inbetween them, making sure
11714           we use uninstalled gst-libs headers
11715         * docs/libs/Makefile.am:
11716         * ext/alsa/Makefile.am:
11717         * ext/cdparanoia/Makefile.am:
11718         * ext/gnomevfs/Makefile.am:
11719         * ext/libvisual/Makefile.am:
11720         * ext/ogg/Makefile.am:
11721         * ext/theora/Makefile.am:
11722         * ext/vorbis/Makefile.am:
11723         * gst-libs/gst/audio/Makefile.am:
11724         * gst-libs/gst/cdda/Makefile.am:
11725         * gst-libs/gst/interfaces/Makefile.am:
11726         * gst-libs/gst/riff/Makefile.am:
11727         * gst-libs/gst/rtp/Makefile.am:
11728         * gst-libs/gst/tag/Makefile.am:
11729         * gst/adder/Makefile.am:
11730         * gst/audioconvert/Makefile.am:
11731         * gst/audiorate/Makefile.am:
11732         * gst/audioresample/Makefile.am:
11733         * gst/playback/Makefile.am:
11734         * gst/tcp/Makefile.am:
11735         * gst/videoscale/Makefile.am:
11736         * gst/volume/Makefile.am:
11737         * sys/ximage/Makefile.am:
11738         * sys/xvimage/Makefile.am:
11739         * tests/icles/Makefile.am:
11740           adapt
11741
11742 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11743
11744         * gst-libs/gst/interfaces/xoverlay.c:
11745         (gst_x_overlay_handle_events):
11746         * gst-libs/gst/interfaces/xoverlay.h:
11747         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11748         (gst_ximagesink_set_xwindow_id),
11749         (gst_ximagesink_set_event_handling),
11750         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11751         (gst_ximagesink_get_property), (gst_ximagesink_init),
11752         (gst_ximagesink_class_init):
11753         * sys/ximage/ximagesink.h:
11754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11755         (gst_xvimagesink_set_xwindow_id),
11756         (gst_xvimagesink_set_event_handling),
11757         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11758         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11759         (gst_xvimagesink_class_init):
11760         * sys/xvimage/xvimagesink.h:
11761         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11762         Add a method to the XOverlay interface to allow disabling of 
11763         event handling in x[v]imagesink elements. This will let X events
11764         propagate to parent windows which can be usefull in some cases.
11765         Be carefull that the application is then responsible of pushing
11766         navigation events and expose events to the video sink.
11767         Fixes: #387138.
11768
11769 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11770
11771         * gst-libs/gst/tag/gstvorbistag.c:
11772         * tests/check/libs/tag.c: (GST_START_TEST):
11773           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11774           (fixes #392070).
11775
11776 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11777
11778         * configure.ac:
11779         * docs/Makefile.am:
11780         * docs/design/Makefile.am:
11781           Dist design docs.
11782
11783 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11784
11785         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11786         typo. Fixes: #390063.
11787
11788 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11789
11790         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11792         caps leak.
11793         * win32/common/config.h: Updated.
11794
11795 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11796
11797         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11798         (setup_gdpdepay_streamheader):
11799         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11800         (setup_gdppay_streamheader):
11801           Fix the dp tests, but activating the pads for the streamheader tests
11802           too and cleaning up conditionaly
11803
11804 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11805
11806         * gst/ffmpegcolorspace/avcodec.h:
11807         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11808         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11809         (gst_ffmpegcsp_avpicture_fill):
11810         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11811         (img_get_alpha_info):
11812         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11813         other end of the word. Fixes: #387073.
11814
11815         Add some inconsequential branch hints in a couple of places.
11816
11817 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11818
11819         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11820         (gst_ffmpeg_caps_to_smpfmt):
11821           The "signed" field in raw audio caps is of boolean type, trying to
11822           extract the value with _get_int() will fail (fix to keep in sync with
11823           the copy in gst-ffmpeg)
11824
11825 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11826
11827         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11828         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11829         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11830         (cleanup_gdpdepay):
11831         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11832         * tests/check/elements/subparse.c: (teardown_subparse):
11833         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11834         * tests/check/elements/videorate.c: (cleanup_videorate):
11835         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11836         * tests/check/elements/volume.c: (cleanup_volume):
11837         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11838         (cleanup_vorbisdec):
11839         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11840         (cleanup_vorbistag):
11841           consistent pad (de)activation
11842
11843 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11844
11845         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11846           Forgot to register the extensions.
11847
11848 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11849
11850         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11851         (plugin_init):
11852           Add typefinder for VIVO files (my christmas present to the 90s).
11853
11854 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11855
11856         * gst/playback/gstdecodebin.c: (type_found):
11857           Special-case the text/plain media type: we only want to recognise it
11858           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11859           parser, but not if the entire stream is of text/plain type. If the
11860           entire stream is text/plain, we should just error out.
11861
11862           This fixes playback of audio files with lyrics in totem. Totem can't
11863           distinguish between text files and subtitle files and passes any
11864           .txt file with the same basename as the main file to playbin as
11865           suburi, and playbin will then throw a 'subtitle found, but no video
11866           stream' error, which isn't entirely helpful. See #380342.
11867
11868           Also, with this change we'll show a slightly more correct error
11869           message in case totem passes a playlist file to us (although a
11870           custom error message wording instead of the default text would
11871           probably not be a bad idea either).
11872
11873           Same problem also needs to be fixed for playbin+decodebin2.
11874
11875         * tests/check/Makefile.am:
11876         * tests/check/elements/decodebin.c: (src_handoff_cb),
11877         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11878         (decodebin_suite):
11879           Add simple unit test for decodebin for the above.
11880
11881 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11882
11883         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11884         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11885           Refuse to change state to READY when we failed to create any of the
11886           required elements in our instance init function.
11887
11888 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11889
11890         * docs/libs/gst-plugins-base-libs-sections.txt:
11891           Small docs fixes/updates.
11892
11893         * gst-libs/gst/video/gstvideosink.h:
11894           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11895           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11896           removed from the base sink API between 0.9.6 and 0.9.7).
11897           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11898           accessor macros, so we don't do a runtime GObject type check every
11899           time we use them.
11900
11901 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11902
11903         * Makefile.am:
11904         * gst-plugins-base.doap:
11905         * gst-plugins-base.spec.in:
11906           add doap file
11907
11908 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11909
11910         Patch by: Jens Granseuer <jensgr at gmx net>
11911
11912         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11913         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11914         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11915         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11916         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11917           Declare variables at the beginning of a block. Fixes #383195.
11918
11919 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11920
11921         * configure.ac:
11922         Bump version nano - back to CVS.
11923
11924
11925 === release 0.10.11 ===
11926
11927 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11928
11929         * configure.ac:
11930           releasing 0.10.11, "Dumb things"
11931
11932 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11933
11934         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11935         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11936         Handle the case where an element has multiple pads with 
11937         unfixed caps as well as still possibly producing more dynamic 
11938         pads by storing each case as a distinct entry in the dynamic list.
11939         Fixes #38223 again.
11940
11941 2006-12-04  Wim Taymans  <wim@fluendo.com>
11942
11943         * gst/playback/gstdecodebin.c: (close_pad_link):
11944         Fix #382223, add more dynamic caps handling.
11945
11946 2006-12-04  Wim Taymans  <wim@fluendo.com>
11947
11948         * gst-libs/gst/audio/gstringbuffer.h:
11949         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11950         (gst_netaddress_set_ip4_interface),
11951         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11952         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11953         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11954         (gst_netaddress_get_ttl):
11955         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11956         * gst/playback/gstdecodebin.c: (close_pad_link):
11957         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11958         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11959         * win32/common/config.h:
11960
11961 2006-12-01  Michael Smith  <msmith@fluendo.com>
11962
11963         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11964           Delete bad debug code.
11965           Fixes #381219
11966
11967 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11968
11969         * gst/videoscale/vs_4tap.c:
11970         * win32/MANIFEST:
11971         * win32/common/config.h:
11972         * win32/vs8/libgstvideoscale.vcproj:
11973         Fix compilation on win32 under VS8
11974         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11975         Partially fixes #381175
11976
11977 2006-11-30  Michael Smith  <msmith@fluendo.com>
11978
11979         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11980         (GST_START_TEST):
11981           It would be very bad if, after a discont buffer, we thought every
11982           single following buffer was also discont. So, add to the test to
11983           ensure that this isn't the case.
11984           
11985         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11986           ... it was the case. So fix it.
11987
11988 2006-11-28  Wim Taymans  <wim@fluendo.com>
11989
11990         * gst/playback/gstplaybasebin.c: (check_queue_event):
11991         Improve debug.
11992
11993         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11994         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11995         padtemplate caps. Refixes #357577.
11996
11997 2006-11-28  Wim Taymans  <wim@fluendo.com>
11998
11999         * gst/playback/gstplaybasebin.c: (check_queue_event),
12000         (queue_threshold_reached), (queue_out_of_data),
12001         (gen_preroll_element):
12002         Add event probe to see when EOS is in a queue and we can disable the
12003         underrun signals. Fixes #357577.
12004
12005 2006-11-28  Edward Hervey  <edward@fluendo.com>
12006
12007         * gst/playback/Makefile.am:
12008         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
12009         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
12010         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12011         (gst_decode_bin_init), (gst_decode_bin_dispose),
12012         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
12013         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
12014         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
12015         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
12016         (connect_element), (expose_pad), (type_found),
12017         (pad_added_group_cb), (pad_removed_group_cb),
12018         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
12019         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
12020         (are_raw_caps), (multi_queue_overrun_cb),
12021         (multi_queue_underrun_cb), (gst_decode_group_new),
12022         (get_current_group), (group_demuxer_event_probe),
12023         (gst_decode_group_control_demuxer_pad),
12024         (gst_decode_group_control_source_pad),
12025         (gst_decode_group_check_if_blocked),
12026         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
12027         (gst_decode_group_hide), (gst_decode_group_free),
12028         (gst_decode_group_set_complete), (source_pad_blocked_cb),
12029         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
12030         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
12031         (plugin_init):
12032         New decodebin2 element.
12033         Closes #370092
12034         * gst/playback/gstplay-marshal.list:
12035         Added marshallers for new signals in decodebin2
12036         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
12037         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
12038         is set.
12039
12040 2006-11-28  Wim Taymans  <wim@fluendo.com>
12041
12042         * gst/playback/gstplaybasebin.c: (setup_source),
12043         (gst_play_base_bin_change_state):
12044         Disable rtsp:// uris for the release, it's not good enough yet.
12045         Remove unused var.
12046
12047 2006-11-26  Wim Taymans  <wim@fluendo.com>
12048
12049         * ext/theora/theoradec.c: (gst_theora_dec_reset),
12050         (theora_dec_push_forward), (theora_dec_push_reverse),
12051         (theora_handle_data_packet), (theora_dec_decode_buffer),
12052         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12053         (theora_dec_chain_forward), (theora_dec_chain):
12054         Implement reverse playback.
12055
12056         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
12057         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
12058         (vorbis_dec_chain_forward):
12059         Clear buffers used for reverse playback in _reset.
12060         No need to set the eos flag, we clip samples using the segment.
12061
12062 2006-11-24  Wim Taymans  <wim@fluendo.com>
12063
12064         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
12065         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
12066         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
12067         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
12068         Some cleanups.
12069         Handle continued pages in reverse mode.
12070
12071 2006-11-24  Wim Taymans  <wim@fluendo.com>
12072
12073         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
12074         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12075         (vorbis_dec_flush_decode):
12076         Small cleanups.
12077         Don't try to add invalid timestamps.
12078         Clipping will unref the buffer.
12079
12080 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12081
12082         * gst/adder/gstadder.h:
12083         * gst/audiotestsrc/gstaudiotestsrc.h:
12084           remove obsolete _factory_init protos
12085
12086 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12087
12088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
12089           Fix spacing in debug message.
12090
12091 2006-11-23  Wim Taymans  <wim@fluendo.com>
12092
12093         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12094         (gst_ogg_demux_chain):
12095         Don't just ignore return values from _pad_push().
12096         Small debug improvements.
12097
12098 2006-11-23  Michael Smith  <msmith@fluendo.com>
12099
12100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
12101           If our incoming buffer is marked as DISCONT, then increment the page
12102           number (so that the discontinuity is marked in the final ogg
12103           bitstream) and flush the previous page.
12104
12105 2006-11-22  Michael Smith  <msmith@fluendo.com>
12106
12107         * ext/theora/gsttheoraenc.h:
12108         * ext/theora/theoraenc.c: (gst_theora_enc_init),
12109         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
12110         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
12111         (theora_enc_chain), (theora_enc_change_state):
12112           Mark discontinuities of > 3/4 of a frame, reinit encoder.
12113
12114         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
12115         (GST_START_TEST), (theoraenc_suite):
12116           Enable discontinuity test, fix it.
12117
12118 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12119
12120         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12121         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12122         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12123         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12124         (gst_text_overlay_change_state):
12125         * ext/pango/gsttextoverlay.h:
12126           Some textoverlay fixes: for one, in the video chain function,
12127           actually wait for a text buffer to come in if there is none at the
12128           moment and there should be one; also, deal more gracefully with
12129           incoming buffers that do not have a timestamp or duration; discard
12130           text buffer when not needed any longer. Fixes #341681.
12131
12132         * tests/check/Makefile.am:
12133         * tests/check/elements/.cvsignore:
12134         * tests/check/elements/textoverlay.c:
12135         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
12136         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
12137         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
12138         (test_video_waits_for_text_send_text_newsegment_thread),
12139         (test_video_waits_for_text_shutdown_element),
12140         (test_render_continuity_push_video_buffers_thread),
12141         (textoverlay_suite):
12142           Add some unit tests for textoverlay.
12143
12144 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12145
12146         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12147           Avoid integer underflow when the found probability for mp3 is
12148           smaller than the 'penalty' we subtract if there's not a clean
12149           mp3 header sync at offset 0.
12150
12151 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
12152
12153         * docs/libs/gst-plugins-base-libs-sections.txt:
12154           Add some new symbols to the docs
12155
12156 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12157
12158         * tests/check/Makefile.am:
12159         * tests/check/elements/ffmpegcolorspace.c:
12160         (ffmpegcolorspace_suite):
12161           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
12162           (for now not for valgrinding though, since it takes too long).
12163
12164 2006-11-20  Wim Taymans  <wim@fluendo.com>
12165
12166         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12167         (gst_ffmpeg_pixfmt_to_caps):
12168         Fix RGBA32 caps. Fixes #357038.
12169
12170 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12171
12172         * gst-libs/gst/interfaces/mixertrack.h:
12173           Add FIXME so we can add some padding here in 0.11
12174
12175 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12176
12177         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12178           Fix GstBaseRTPAudioPayload structure so the whole GObject
12179           inheritance business actually works (parent class instance structure
12180           must always come first in the derived class instance structure).
12181
12182 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12183
12184         * gst/videotestsrc/Makefile.am:
12185         * tests/check/Makefile.am:
12186           Make sure our checks and the videotestsrc plugin link against the
12187           local uninstalled gst libs and not any installed gst libs that
12188           might happen to exist as well.
12189
12190         * tests/check/elements/adder.c: (message_received),
12191         (test_event_message_received), (test_play_twice_message_received):
12192         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
12193           Fix compiler warnings when compiling against core with disabled
12194           debugging system.
12195
12196 2006-11-16  Michael Smith  <msmith@fluendo.com>
12197
12198         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12199         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
12200           Fix audiorate, so that it accurately sets offsets and timestamps.
12201           Doesn't change the fundamental algorithmic decisions; so should be
12202           safe.
12203
12204         * tests/check/Makefile.am:
12205           Enable audiorate test now that it passes.
12206
12207 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
12208
12209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12210           clear xv when going to NULL, remove // commented non-existant proto
12211
12212         * tests/examples/seek/seek.c: (main):
12213           add missing tooltip description for scrub and play_scrub
12214
12215 2006-11-14  David Schleef  <ds@schleef.org>
12216
12217         * configure.ac:
12218           Bump liboil requirement to 0.3.8.
12219         * gst-libs/gst/riff/riff-media.c:
12220           Add Dirac fourcc.
12221         * gst/videoscale/vs_image.h:
12222         * gst/videoscale/vs_scanline.h:
12223           Use liboil's stdint.h.
12224         * gst/videotestsrc/videotestsrc.c:
12225           Remove liboil related ifdef's, since they aren't needed now, and
12226           won't work with future versions.
12227
12228 2006-11-14  David Schleef  <ds@schleef.org>
12229
12230         * gst/videoscale/Makefile.am:
12231         * gst/videoscale/gstvideoscale.c:
12232         * gst/videoscale/gstvideoscale.h:
12233         * gst/videoscale/vs_4tap.c:
12234         * gst/videoscale/vs_4tap.h:
12235         * gst/videoscale/vs_image.c:
12236         * gst/videoscale/vs_image.h:
12237         * gst/videoscale/vs_scanline.c:
12238         * gst/videoscale/vs_scanline.h:
12239           Add a 4-tap image scaler.  Theoretically looks much prettier.
12240           The tap calculation could use some improvement.
12241
12242 2006-11-14  Wim Taymans  <wim@fluendo.com>
12243
12244         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12245
12246         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12247         (gst_riff_parse_strf_iavs):
12248         * gst/subparse/gstsubparse.c: (convert_encoding):
12249         * gst/tcp/gstmultifdsink.c:
12250         (gst_multi_fd_sink_handle_client_write):
12251         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12252         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12253         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12254         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12255         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12256         (gst_ximagesink_ximage_new):
12257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12258         Various gsize and gssize printf fixes. Fixes #372507.
12259
12260 2006-11-13  Wim Taymans  <wim@fluendo.com>
12261
12262         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12263         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12264         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12265         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12266         (vorbis_dec_chain_forward), (vorbis_dec_chain):
12267         * ext/vorbis/vorbisdec.h:
12268         First stab at vorbis reverse playback.
12269
12270 2006-11-13  Wim Taymans  <wim@fluendo.com>
12271
12272         * gst-libs/gst/audio/gstbaseaudiosink.c:
12273         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12274         * gst-libs/gst/audio/gstbaseaudiosink.h:
12275         Make the clock sync code more accurate wrt resampling and playback
12276         at different rates.
12277         
12278         * gst-libs/gst/audio/gstringbuffer.c:
12279         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12280         * gst-libs/gst/audio/gstringbuffer.h:
12281         Use better algorithm to interpolate sample rates. 
12282
12283 2006-11-13  Michael Smith  <msmith@fluendo.com>
12284
12285         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12286           Improve a debug line slightly.
12287
12288         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12289           Call gst_riff_init() in plugin_init, to avoid getting errors from
12290           the debug system (unrelated changes to another plugin made this turn
12291           up; not sure why).
12292
12293 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12294
12295         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12296
12297         * win32/common/libgsttag.def:
12298           Add missing symbol (#366492).
12299
12300 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12301
12302         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12303           Don't unref a NULL pad.
12304
12305 2006-11-09  Wim Taymans  <wim@fluendo.com>
12306
12307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12308         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12309         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12310         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12311         (gst_ogg_demux_loop):
12312         Implement first stab at reverse playback.
12313
12314 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12315
12316         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12317         (gst_riff_create_video_template_caps):
12318           add h263/h264 variants to the caps, Fixes #363118
12319
12320 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12321
12322         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12323         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12324           Use g_strerror instead of strerror so we get UTF-8.
12325
12326 2006-11-03  David Schleef  <ds@schleef.org>
12327
12328         * ext/ogg/gstoggdemux.c:
12329         * ext/ogg/gstoggmux.c:
12330           Add/remove KW-DIRAC header here, since it is ogg-specific.
12331
12332 2006-11-03  Michael Smith  <msmith@fluendo.com>
12333
12334         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12335           Recognise more mpeg4 elementary video streams.
12336
12337 2006-11-02  Edward Hervey  <edward@fluendo.com>
12338
12339         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12340         Lower the probability of mp3 typefinding functions if we don't find a
12341         valid mp3 header at the start of the file.
12342         Closes #369482
12343
12344 2006-11-02  Wim Taymans  <wim@fluendo.com>
12345
12346         * ext/theora/gsttheoradec.h:
12347         * ext/theora/theoradec.c: (gst_theora_dec_init),
12348         (theora_dec_sink_event), (theora_dec_chain_forward),
12349         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12350         (theora_dec_chain):
12351         Document and partially implement an algorithm for doing reverse playback
12352         of theora video.
12353
12354 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12355
12356         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12357
12358         * win32/common/config.h:
12359         * win32/common/interfaces-enumtypes.c:
12360         * win32/common/libgsttag.def:
12361         * win32/vs8/gst-plugins-base.sln:
12362         * win32/vs8/libgstaudioresample.vcproj:
12363         * win32/vs8/libgstinterfaces.vcproj:
12364         * win32/vs8/libgstogg.vcproj:
12365         * win32/vs8/libgstriff.vcproj:
12366         * win32/vs8/libgsttag.vcproj:
12367         * win32/vs8/libgsttheora.vcproj:
12368         * win32/vs8/libgstvideoscale.vcproj:
12369         * win32/vs8/libgstvorbis.vcproj:
12370           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12371           to libgsttag.def; add missing dependencies for some vs8 projects;
12372           re-arrange placement of .def files in vs8 projects (#366334).
12373
12374 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12375
12376         * ext/ogg/gstogg.c:
12377           Remove unused variable.
12378
12379         * ext/ogg/gstoggdemux.c:
12380           Fix Wim's surname in plugin description.
12381
12382 2006-10-31  Wim Taymans  <wim@fluendo.com>
12383
12384         * gst-plugins-base.spec.in:
12385         spec new .h file. Fixes #368310.
12386
12387 2006-10-31  Michael Smith  <msmith@fluendo.com>
12388
12389         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12390         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12391         (gst_multi_fd_sink_get_stats),
12392         (gst_multi_fd_sink_remove_client_link),
12393         (gst_multi_fd_sink_queue_buffer),
12394         (gst_multi_fd_sink_handle_clients):
12395         * gst/tcp/gstmultifdsink.h:
12396           Make using the remove or clear signals threadsafe.
12397           Make calling get-stats with an invalid fd not segfault.
12398           Fixes 368273.
12399
12400 2006-10-31  Wim Taymans  <wim@fluendo.com>
12401
12402         * gst-libs/gst/rtp/Makefile.am:
12403         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12404         (gst_base_rtp_audio_payload_init):
12405         Fix and activate base audio payloader.
12406
12407 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12408
12409         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12410         (plugin_init):
12411           Add typefinder for QuickTime Image Files (see #366156).
12412
12413 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12414
12415         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12416           Another typo fix (#366212).
12417
12418 2006-10-27  Wim Taymans  <wim@fluendo.com>
12419
12420         * gst/volume/gstvolume.c: (volume_transform_ip):
12421         Use stream time to synchronize volume property instead of rather random
12422         timestamps. This is needed when gnonlin does its time shifting.
12423
12424 2006-10-27  Wim Taymans  <wim@fluendo.com>
12425
12426         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12427
12428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12429         Remove the pad from the element in release_pad. Fixes #364812.
12430
12431 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12432
12433         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12435           Explicitly create our custom buffer classes at a thread-safe
12436           location as well, since g_type_class_ref() doesn't seem to be
12437           entirely thread-safe either (#365501; also see #349410).
12438
12439 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12440
12441         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12442         (gst_riff_parse_info):
12443           If strings in INFO chunk are not UTF-8, do something similar to
12444           what we do for ID3v1 tags: check a number of environment variables
12445           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12446           character sets to try, otherwise try the current locale and/or fall
12447           back on ISO-8859-1. Fixes #360552.
12448
12449 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12450
12451         * gst/videotestsrc/gstvideotestsrc.c:
12452         (gst_video_test_src_pattern_get_type),
12453         (gst_video_test_src_set_pattern):
12454         * gst/videotestsrc/gstvideotestsrc.h:
12455         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12456         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12457         (gst_video_test_src_checkers8):
12458         * gst/videotestsrc/videotestsrc.h:
12459           Add a bunch of exciting new checkers patterns.
12460
12461 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12462
12463         * gst/subparse/Makefile.am:
12464         * gst/subparse/gstsubparse.c:
12465         (gst_sub_parse_data_format_autodetect),
12466         (gst_sub_parse_format_autodetect), (handle_buffer),
12467         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12468         * gst/subparse/gstsubparse.h:
12469         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12470         (parse_tmplayer):
12471         * gst/subparse/tmplayerparse.h:
12472           Add support for TMPlayer-type subtitles (#362845).
12473
12474         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12475         (GST_START_TEST), (subparse_suite):
12476           Add some basic unit tests for the above.
12477
12478 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12479
12480         * tests/check/elements/audiorate.c: (test_injector_base_init),
12481         (test_injector_class_init), (test_injector_chain),
12482         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12483         (GST_START_TEST), (audiorate_suite):
12484           More tests for audiorate: inject buffers to check behaviour when
12485           buffers overlap.
12486
12487 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12488
12489         * tests/check/Makefile.am:
12490         * tests/check/elements/.cvsignore:
12491         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12492         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12493           Add some basic unit tests for audiorate. Disabled at the moment
12494           since it doesn't pass yet (see bug #363119).
12495
12496 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12497
12498         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12499         (parse_subrip), (handle_buffer):
12500           Add missing closing tags for markup and fix broken markup,
12501           otherwise pango won't render anything (fixes #357531). Also,
12502           make sure the text we send out is always NUL-terminated
12503           (better safe than sorry etc.).
12504
12505         * tests/check/elements/subparse.c: (test_srt_do_test),
12506         (test_srt):
12507           Some more tests for .srt incl. tests for the above stuff.
12508
12509 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12510
12511         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12513         Patch by: Stefan Kost  <ensonic@users.sf.net>
12514         Try to redraw borders only when needed. Apparently this consumes
12515         resources on small devices... :-O (#363607)
12516
12517 2006-10-20  Michael Smith  <msmith@fluendo.com>
12518
12519         * gst/tcp/gstmultifdsink.c:
12520         (gst_multi_fd_sink_client_queue_buffer):
12521           If caps change, then update the client's idea of the caps so that we
12522           don't end up re-sending streamheaders for every single buffer after
12523           the caps change.
12524
12525 2006-10-20  Michael Smith  <msmith@fluendo.com>
12526
12527         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12528         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12529           Set caps on pushed buffers; fix up refcounting of caps objects.
12530
12531 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12532
12533         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12534         (plugin_init):
12535           Typefind mmsh header data packet to application/x-mmsh (#362625).
12536
12537 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12538
12539         * tests/check/Makefile.am:
12540         * tests/check/elements/.cvsignore:
12541         * tests/check/elements/subparse.c: (buffer_from_static_string),
12542         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12543         (GST_START_TEST), (subparse_suite):
12544           Add very simple unit test for subparse.
12545
12546 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12547
12548         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12549         (parse_subrip):
12550           Strip trailing newlines from subtitle text output.
12551
12552 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12553
12554         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12555         (gst_sub_parse_change_state):
12556           Fix memleak; clear subparse->textbuf n state change function.
12557
12558 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12559
12560         * gst/subparse/gstsubparse.c:
12561         (gst_sub_parse_data_format_autodetect):
12562           Don't require subrip (.srt) files to start with a chunk number of 1.
12563
12564 2006-10-18  Wim Taymans  <wim@fluendo.com>
12565
12566         * gst-libs/gst/audio/gstbaseaudiosink.c:
12567         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12568         * gst-libs/gst/audio/gstbaseaudiosink.h:
12569         Extract rate from the NEWSEGMENT event.
12570         Use commit_full to also take rate adjustment into account when writing
12571         samples to the ringbuffer.
12572         
12573         * gst-libs/gst/audio/gstringbuffer.c:
12574         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12575         (gst_ring_buffer_read):
12576         * gst-libs/gst/audio/gstringbuffer.h:
12577         Added _commit_full() to also take rate into account.
12578         Use simple interpolation algorithm to resample audio.
12579         API: gst_ring_buffer_commit_full()
12580
12581         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12582         * tests/examples/seek/seek.c: (segment_done):
12583         Don't try to seek with 0.0 rate, just pause instead.
12584         Remove bogus debug line.
12585
12586 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12587
12588         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12589         (setup_source):
12590           Catch async errors when starting up the subtitle bin, so we can
12591           stop waiting and continue with the main film instead of hanging
12592           forever. Fixes #339366.
12593
12594         * tests/check/elements/playbin.c: (playbin_suite):
12595           Enable unit test for the above.
12596
12597 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12598
12599         * tests/check/Makefile.am:
12600         * tests/check/elements/.cvsignore:
12601         * tests/check/elements/playbin.c: (GST_START_TEST),
12602         (gst_red_video_src_uri_get_type),
12603         (gst_red_video_src_uri_get_protocols),
12604         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12605         (gst_red_video_src_uri_handler_init),
12606         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12607         (gst_red_video_src_create), (gst_red_video_src_class_init),
12608         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12609           Some small and basic unit tests for playbin; not very useful yet,
12610           but at least a start.
12611
12612 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12613
12614         * gst/playback/gstplaybin.c: (setup_sinks):
12615           The old pad activation spiel.
12616
12617 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12618
12619         * gst/playback/gstplaybasebin.c: (setup_source):
12620           Don't hang forever if the subbin already fails to start up in 
12621           the state change to PAUSED (#339366).
12622
12623 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12624
12625         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12626         (gst_tuner_set_channel), (gst_tuner_get_channel),
12627         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12628         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12629         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12630         (gst_tuner_find_channel_by_name):
12631           Fix some function guards, add some more function guards.
12632
12633 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12634
12635         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12636         (remove_element_chain):
12637         Don't return a pad from get_our_ghost_pad unless it is actually the
12638         one we want.
12639         Change a cast in remove_element_chain slightly.
12640
12641 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12642
12643         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12644         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12645         Segment seeking needs to use the rate and set stop to -1.
12646
12647 2006-10-13  Wim Taymans  <wim@fluendo.com>
12648
12649         * gst-libs/gst/audio/gstbaseaudiosink.c:
12650         (gst_base_audio_sink_setcaps):
12651         Don't crash when ringbuffer is not yet created.
12652         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12653         Fixes #361634.
12654
12655         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12656         * gst/playback/gststreamselector.c:
12657         (gst_stream_selector_request_new_pad):
12658         Activate pads befre adding them to running elements.
12659
12660 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12661
12662         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12663         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12664         updater when we start grabing the slider. Don't wait for the
12665         pipeline to be PAUSED.
12666
12667 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12668
12669         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12670         (gst_mixer_set_volume), (gst_mixer_get_volume),
12671         (gst_mixer_set_mute), (gst_mixer_set_option),
12672         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12673         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12674         (gst_mixer_option_changed):
12675           Guard mixer interface functions against bogus arguments.
12676
12677 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12678
12679         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12680         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12681         (msg_state_changed), (main): Use state-changed messages to trigger
12682         start/stop of scale update timer. Indeed the scale slider was
12683         jumping here and there because the update timer was activated 
12684         before seek completed. This fixes instant applying of rate changes
12685         by pressing the spinbutton like a crazy man !
12686
12687 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12688
12689         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12690
12691         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12692         (gst_basertppayload_finalize):
12693           Fix two small memory leaks (#361456).
12694
12695 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12696
12697         * tests/examples/seek/seek.c: (do_seek),
12698         (rate_spinbutton_changed_cb): When changing spinbutton we try
12699         to change the rate on the fly.
12700
12701 2006-10-10  Wim Taymans  <wim@fluendo.com>
12702
12703         * gst-libs/gst/riff/riff-ids.h:
12704         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12705         (gst_riff_create_audio_template_caps):
12706         Add WMS caps.
12707
12708 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12709
12710         Patch by: Josep Torra Valles <josep@fluendo.com>
12711
12712         * ext/gnomevfs/gstgnomevfssink.c:
12713         * ext/gnomevfs/gstgnomevfssrc.c:
12714         Fix URI interface implementation return type.
12715         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12716         Fix what looks like a copy/paste issue when assigning values.
12717         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12718         (gst_audio_filter_template_get_type):
12719         Cast to prevent Forte warnings.
12720         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12721         Fix URI interface implementation return type.
12722         gst_pad_query_position requires a signed integer pointer as
12723         3rd parameter, GstClockTime is unsigned.
12724         * gst/audioconvert/audioconvert.c:
12725         Fix integer overflow when treated as signed.
12726         * gst/audioresample/resample.c: (resample_add_input_data):
12727         Cast to prevent warnings on Forte.
12728         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12729         Fix integer overflow when treated as signed.
12730         * gst/ffmpegcolorspace/imgconvert_template.h:
12731         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12732         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12733         (cleanup_decodebin):
12734         Who initialises a guint to -1!
12735         Cast function pointers to prevent warnings on Forte.
12736         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12737         (queue_threshold_reached):
12738         Cast function pointers correctly to prevent warnings on Forte.
12739         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12740         Cast function pointers correctly to prevent warnings on Forte.
12741         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12742         Obvious change to unsigned, 0xEF > max signed char.
12743         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12744         GstClockTime is unsigned, initialise correctly.
12745         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12746         Cast so pointer arithemetic doesn't cause warnings on Forte.
12747         * gst/videorate/gstvideorate.c:
12748         Use correct return value.
12749         * tests/examples/seek/scrubby.c:
12750         GstClockTime is unsigned, initialise correctly.
12751
12752 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12753
12754         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12755
12756         * gst/typefind/gsttypefindfunctions.c:
12757           Recognise XML files and XML-like files shorter than 256 bytes as
12758           well (fixes #359237).
12759
12760 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12761
12762         Patch by: Renato Filho <renato.filho@indt.org.br>
12763         
12764         * gst/typefind/gsttypefindfunctions.c:
12765         Added typefind functions to video/x-nuv media.
12766         
12767 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12768
12769         * gst-libs/gst/interfaces/xoverlay.c:
12770         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12771           Some more guards against invalid input.
12772
12773 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12774
12775         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12776         Useless goto.
12777         * tests/examples/seek/seek.c: (do_seek),
12778         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12779         seek example to experiment with rates != 1.0 (reverse playback !)
12780
12781 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12782
12783         * gst-libs/gst/interfaces/xoverlay.c:
12784           Unref message in doc-example (spotted by Robert McQueen)
12785
12786 2006-10-06  Wim Taymans  <wim@fluendo.com>
12787
12788         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12789         (mpeg1_parse_header), (mpeg1_sys_type_find):
12790         printf fix.
12791
12792 2006-10-06  Wim Taymans  <wim@fluendo.com>
12793
12794         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12795         (close_pad_link):
12796         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12797         Activate dynamic pads before adding them to the element.
12798
12799 2006-10-06  Michael Smith  <msmith@fluendo.com>
12800
12801         * gst-libs/gst/floatcast/floatcast.h:
12802           Fix obviously-bogus macros; use the correct types.
12803
12804 2006-10-06  Wim Taymans  <wim@fluendo.com>
12805
12806         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12807         (gst_base_rtp_depayload_change_state):
12808         Also call parent state change function to activate pads.
12809
12810         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12811         (mpeg1_parse_header), (mpeg1_sys_type_find):
12812         Add some more debug info in mpeg typefinding.
12813
12814 2006-10-06  Michael Smith  <msmith@fluendo.com>
12815
12816         * ext/theora/theoradec.c: (theora_dec_chain):
12817           Zero byte theora packets are valid and well-defined; don't warn on
12818           them.
12819
12820 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12821
12822         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12823         (gst_multi_fd_sink_get_stats), (find_limits),
12824         (gst_multi_fd_sink_queue_buffer):
12825           API: add dropped_buffers to the get-stats GValueArray
12826
12827 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12828
12829         * ext/alsa/gstalsadeviceprobe.c:
12830         (gst_alsa_device_property_probe_get_values):
12831         * ext/alsa/gstalsasink.c: (set_hwparams):
12832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12833         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12834         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12835         (gst_ogg_mux_process_best_pad):
12836         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12837         (gst_ogg_parse_chain):
12838         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12839         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12840         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12841         (gst_vorbis_enc_buffer_check_discontinuous):
12842         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12843         * gst-libs/gst/audio/gstbaseaudiosink.c:
12844         (gst_base_audio_sink_render):
12845         * gst-libs/gst/cdda/gstcddabasesrc.c:
12846         (gst_cdda_base_src_handle_track_seek):
12847         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12848         (gst_base_rtp_depayload_push_full):
12849         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12850         * gst/audioresample/resample.c: (resample_input_pushthrough):
12851         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12852         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12853         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12854         (wavpack_type_find):
12855         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12856         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12857         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12858         * tests/check/elements/volume.c: (GST_START_TEST):
12859           Printf format fixes.
12860
12861 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12862
12863         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12864           Fix a simple mistake (see the docs)
12865           Fixes #359580
12866
12867 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12868
12869         * docs/plugins/Makefile.am:
12870         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12871         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12872         * docs/plugins/gst-plugins-base-plugins.args:
12873         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12874         * docs/plugins/inspect/plugin-adder.xml:
12875         * docs/plugins/inspect/plugin-alsa.xml:
12876         * docs/plugins/inspect/plugin-audioconvert.xml:
12877         * docs/plugins/inspect/plugin-audiorate.xml:
12878         * docs/plugins/inspect/plugin-audioresample.xml:
12879         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12880         * docs/plugins/inspect/plugin-cdparanoia.xml:
12881         * docs/plugins/inspect/plugin-decodebin.xml:
12882         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12883         * docs/plugins/inspect/plugin-gdp.xml:
12884         * docs/plugins/inspect/plugin-gnomevfs.xml:
12885         * docs/plugins/inspect/plugin-libvisual.xml:
12886         * docs/plugins/inspect/plugin-ogg.xml:
12887         * docs/plugins/inspect/plugin-pango.xml:
12888         * docs/plugins/inspect/plugin-playbin.xml:
12889         * docs/plugins/inspect/plugin-subparse.xml:
12890         * docs/plugins/inspect/plugin-tcp.xml:
12891         * docs/plugins/inspect/plugin-theora.xml:
12892         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12893         * docs/plugins/inspect/plugin-video4linux.xml:
12894         * docs/plugins/inspect/plugin-videorate.xml:
12895         * docs/plugins/inspect/plugin-videoscale.xml:
12896         * docs/plugins/inspect/plugin-videotestsrc.xml:
12897         * docs/plugins/inspect/plugin-volume.xml:
12898         * docs/plugins/inspect/plugin-vorbis.xml:
12899         * docs/plugins/inspect/plugin-ximagesink.xml:
12900         * docs/plugins/inspect/plugin-xvimagesink.xml:
12901           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12902
12903 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12904
12905         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12906
12907         * ext/vorbis/Makefile.am:
12908         * ext/vorbis/vorbis.c: (plugin_init):
12909         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12910         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12911         * ext/vorbis/vorbisparse.h:
12912         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12913         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12914         (gst_vorbis_tag_parse_packet):
12915         * ext/vorbis/vorbistag.h:
12916           Add new vorbistag element which derives from vorbisparse
12917           and is essentially the same as well, only that it implements
12918           the GstTagSetter interface and can modify the stream's
12919           vorbiscomment on the fly (#335635).
12920
12921         * tests/check/Makefile.am:
12922         * tests/check/elements/.cvsignore:
12923         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12924         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12925         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12926         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12927           Add unit test for new vorbistag element.
12928
12929 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12930
12931         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12932         (vorbis_parse_push_headers), (vorbis_parse_chain):
12933           Set BOS flag in packet structure to fix 'jump depends
12934           on unitialized value' errors in valgrind; various minor
12935           clean-ups.
12936
12937 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12938
12939         * gst/playback/gstdecodebin.c: (close_pad_link):
12940         Fix typo in a debug statement.
12941
12942         * gst/playback/gstplaybasebin.c: (probe_triggered),
12943         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12944         (gen_source_element), (source_new_pad), (analyse_source),
12945         (setup_source):
12946         When handling no_more_pads in new_decoded_pad, make sure to treat
12947         subtitle pads correctly. Fixes playback with subtitle files.
12948
12949         Move a recurring message to LOG level.
12950
12951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12952         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12953         which ends up as -1 when cast to an int. Make the logic handle the
12954         max value as an unsigned mask and only change the colorkey when it's
12955         a value we recognise.
12956
12957 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12958
12959         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12960         Removed empty * between paragraphs
12961
12962 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12963
12964         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12965         * gst-libs/gst/rtp/README:
12966         Moved some documentation into .c file
12967
12968 2006-09-29  Wim Taymans  <wim@fluendo.com>
12969
12970         * gst/playback/gstdecodebin.c: (no_more_pads):
12971         Fix compilation.
12972
12973 2006-09-29  Wim Taymans  <wim@fluendo.com>
12974
12975         * gst/playback/gstdecodebin.c: (new_caps):
12976         Remove g_print
12977
12978         * gst/playback/gstplaybin.c:
12979         Add some docs.
12980
12981 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12982
12983         * tests/check/Makefile.am:
12984           Re-enable cddabasesrc test to see if it works again
12985           now.
12986
12987 2006-09-29  Wim Taymans  <wim@fluendo.com>
12988
12989         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12990         (gen_source_element):
12991         Handle invalid URIs a bit more gracefully.
12992
12993 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12994
12995         * tests/check/pipelines/oggmux.c:
12996           Remove obsolete comment.
12997
12998 2006-09-29  Michael Smith  <msmith@fluendo.com>
12999
13000         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13001         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
13002         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
13003         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
13004         (gst_ogg_mux_collected):
13005           Commit patch from James "Doc" Livingston, adds proper EOS handling
13006           in oggmux. GStreamer can, for the first time ever, create a valid
13007           Ogg file! Yay!
13008
13009         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
13010         (oggmux_suite):
13011           Reenable tests now that they pass.
13012
13013 2006-09-29  Wim Taymans  <wim@fluendo.com>
13014
13015         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
13016         Stop reading commands when EOF (we read 0) as well.
13017
13018 2006-09-28  Wim Taymans  <wim@fluendo.com>
13019
13020         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
13021         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
13022         (find_dynamic), (unlinked), (close_link):
13023         Implement delayed caps linking needed for element with a lot of
13024         different caps on the src pads that get fixed at runtime.
13025         Improve management of dynamic elements.
13026
13027         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13028         (group_destroy), (group_commit), (check_queue), (queue_overrun),
13029         (gen_preroll_element), (remove_groups), (unknown_type),
13030         (add_element_stream), (no_more_pads_full), (no_more_pads),
13031         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
13032         (new_decoded_pad), (setup_subtitle), (array_has_value),
13033         (gen_source_element), (source_new_pad), (has_all_raw_caps),
13034         (analyse_source), (remove_decoders), (make_decoder),
13035         (remove_source), (setup_source), (finish_source), (prepare_output),
13036         (gst_play_base_bin_change_state):
13037         * gst/playback/gstplaybasebin.h:
13038         Use more _CAST instead of full type checking casts.
13039         Small cleanups, plug some leaks.
13040         Handle dynamic sources.
13041         Add some helper functions to create lists of strings used for
13042         blacklisting and other stuff.
13043         Refactor some code dealing with analysing the source.
13044         Re-enable sources without pads (like cd:// or other selfcontained
13045         elements).
13046
13047 2006-09-28  Wim Taymans  <wim@fluendo.com>
13048
13049         * gst-libs/gst/audio/gstbaseaudiosink.c:
13050         (gst_base_audio_sink_render):
13051         When we have a timestamp, we can still perform clipping.
13052         When we have no clock, we must play the sample ASAP.
13053
13054 2006-09-28  Wim Taymans  <wim@fluendo.com>
13055
13056         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13057         Set caps on outgoing buffers.
13058
13059         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
13060         (gst_video_rate_event), (gst_video_rate_chain):
13061         * gst/videorate/gstvideorate.h:
13062         Fix videorate some more. Fixes #357977
13063
13064 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
13065
13066         * tests/check/elements/adder.c: (adder_suite):
13067           Don't set timeout to 6 seconds when we're running
13068           in valgrind ... (and how is 6 seconds longer than
13069           the default anyway?)
13070
13071 2006-09-28  Wim Taymans  <wim@fluendo.com>
13072
13073         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13074         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
13075         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
13076         Keep sink and src segment to keep track of time and support more
13077         input formats.
13078         Fix bogus next_offset and run_time calculation, don't understand how
13079         this could have worked before. Fixes #357976.
13080         Remove some unneeded vars.
13081
13082 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
13083
13084         * gst/playback/gstplaybin.c: (remove_sinks):
13085           Only remove visualisation from visbin if there is a visbin (or:
13086           don't throw warnings when closing totem without playing a file).
13087
13088 2006-09-27  Wim Taymans  <wim@fluendo.com>
13089
13090         * gst-libs/gst/audio/gstbaseaudiosink.c:
13091         (gst_base_audio_sink_render):
13092         Add some more info in a WARNING.
13093
13094         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13095         (gst_base_audio_src_create):
13096         Handle PAUSE in create function, use new -core addition to
13097         wait for playing. Fixes pausing and resuming capture from an
13098         audiosrc.
13099
13100         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
13101         (gst_ring_buffer_read):
13102         Constify some more.
13103         Caller supports interrupted reads now.
13104
13105 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13106
13107         * tests/check/Makefile.am:
13108           Another attempt to make the gen64 buildbot happy.
13109
13110 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
13111
13112         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
13113
13114         * ext/libvisual/visual.c: (gst_visual_clear_actors),
13115         (gst_visual_chain), (gst_visual_change_state):
13116           Libvisual plugin was not passing audio data to libvisual 0.4.0 
13117           correctly. Fixes #357800
13118
13119 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13120
13121         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
13122           Add timeout to _get_state() so we see which pipeline it is
13123           that causes trouble on the gen64 build bot.
13124
13125 2006-09-27  Wim Taymans  <wim@fluendo.com>
13126
13127         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13128         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
13129         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
13130         (gst_base_rtp_depayload_set_gst_timestamp):
13131         the source pad always uses fixed caps.
13132
13133 2006-09-27  Wim Taymans  <wim@fluendo.com>
13134
13135         * docs/libs/gst-plugins-base-libs-docs.sgml:
13136         * docs/libs/gst-plugins-base-libs-sections.txt:
13137         * gst-libs/gst/audio/gstaudioclock.c:
13138         * gst-libs/gst/audio/gstaudioclock.h:
13139         * gst-libs/gst/audio/gstaudiosink.c:
13140         * gst-libs/gst/audio/gstaudiosink.h:
13141         * gst-libs/gst/audio/gstaudiosrc.c:
13142         * gst-libs/gst/audio/gstbaseaudiosink.c:
13143         (gst_base_audio_sink_render):
13144         * gst-libs/gst/audio/gstbaseaudiosink.h:
13145         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
13146         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13147         * gst-libs/gst/audio/gstringbuffer.h:
13148         Added docs for the audio libs.
13149
13150 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13151
13152         * tests/check/Makefile.am:
13153           Temporarily disable test that fails on the bots for unknown reasons.
13154
13155 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13156
13157         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13158         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13159         Moved AudioCodecType into priv
13160         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
13161
13162 2006-09-25  Wim Taymans  <wim@fluendo.com>
13163
13164         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13165         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
13166         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
13167         (new_pad):
13168         Cleanups and small leak fixes.
13169         Added Depayloaders to valid list of autopluggable elements.
13170
13171 2006-09-25  Wim Taymans  <wim@fluendo.com>
13172
13173         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13174         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
13175         (gen_video_element), (gen_text_element), (gen_audio_element),
13176         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
13177         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
13178         Detect NO_PREROLL state change returns and disable clock distribution to
13179         the sinks so that sync is disabled.
13180         Avoid some type checking and do simple casts instead.
13181         Small cleanups, fix some FIXMEs.
13182         Be more robust when linking user specified elements, catch an report
13183         errors. Fixes #357404.
13184         Fix some leaks in the error paths.
13185
13186 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
13187
13188         * ChangeLog:
13189           ChangeLog surgery for missing bug-number
13190
13191 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13192
13193         Patch by: Peter Kjellerstedt  <pkj at axis com>
13194
13195         * gst/playback/test.c:
13196           Fix compilation with uClibc and -Werror (#357591).
13197
13198 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13199
13200         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13201           Parse dates that are followed by a time as well (#357532).
13202
13203         * tests/check/libs/tag.c: (test_vorbis_tags):
13204           Add unit test for this.
13205
13206 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13207
13208         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13209         (gst_audio_convert_transform_caps):
13210         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13211         * gst/videotestsrc/videotestsrc.h:
13212           A few array const-ifications.
13213
13214 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13215
13216         * tests/check/Makefile.am:
13217           See if this makes the build bots happy.
13218
13219         * tests/check/libs/cddabasesrc.c:
13220           UTF8-ise my name.
13221
13222 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13223
13224         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13225
13226         * gst/subparse/samiparse.c: (handle_start_font),
13227         (fix_invalid_entities):
13228           More case-insensitivity for certain tags; recognise entities with
13229           decimal codes as special entities as well (#357330).
13230
13231 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13232
13233         * gst-libs/gst/Makefile.am:
13234           Need to build tag directory before cdda.
13235
13236 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13237
13238         * docs/libs/gst-plugins-base-libs-sections.txt:
13239         * gst-libs/gst/cdda/Makefile.am:
13240         * gst-libs/gst/cdda/gstcddabasesrc.c:
13241         (gst_cdda_base_src_base_init):
13242         * gst-libs/gst/cdda/gstcddabasesrc.h:
13243         * gst-libs/gst/tag/tag.h:
13244         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13245         (gst_tag_register_musicbrainz_tags):
13246           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13247           depend on libgsttag. This is required so we can extract/read tags like
13248           DISCID without depending on libgstcddabasesrc (which used to register
13249           them).
13250
13251         * gst-libs/gst/tag/gstvorbistag.c:
13252           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13253           tags (also see #347848).
13254
13255         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13256           Log vorbis comments we are actually writing. Const-ify array.
13257
13258 2006-09-23  Wim Taymans  <wim@fluendo.com>
13259
13260         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13261         Improve buffering a bit by avoiding a deadlock because we cannot assume
13262         the underrun is always called.
13263
13264 2006-09-23  Wim Taymans  <wim@fluendo.com>
13265
13266         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13267
13268         * gst-libs/gst/riff/riff-ids.h:
13269         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13270         (gst_riff_create_audio_template_caps):
13271         Added MPEG-4 AAC and id and caps. Fixes #357289
13272         Added WMA9 Lossless id.
13273
13274 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13275
13276         * ext/gnomevfs/gstgnomevfssrc.c:
13277           Fix misleading docs addition.
13278
13279         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13280           Get rid of compiler warning the right way.
13281
13282 2006-09-22  Wim Taymans  <wim@fluendo.com>
13283
13284         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13285         (gst_base_rtp_depayload_finalize),
13286         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13287         (gst_base_rtp_depayload_push_full),
13288         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13289         (gst_base_rtp_depayload_process),
13290         (gst_base_rtp_depayload_set_gst_timestamp),
13291         (gst_base_rtp_depayload_queue_release):
13292         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13293         Small cleanups.
13294         Fix some leaks.
13295         Refactored the process method and added methods to push from the process
13296         vmethod.
13297         Use _scale functions.
13298         API: gst_base_rtp_depayload_push_ts
13299         API: gst_base_rtp_depayload_push
13300
13301         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13302         timestamps are uint.
13303
13304 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13305
13306         * gst-libs/gst/interfaces/xoverlay.c:
13307           Remove unused statement from doc example.
13308
13309 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13310
13311         * gst-libs/gst/interfaces/videoorientation.c:
13312         (gst_video_orientation_iface_init),
13313         (gst_video_orientation_get_hflip),
13314         (gst_video_orientation_get_vflip),
13315         (gst_video_orientation_get_hcenter),
13316         (gst_video_orientation_get_vcenter),
13317         (gst_video_orientation_set_hflip),
13318         (gst_video_orientation_set_vflip),
13319         (gst_video_orientation_set_hcenter),
13320         (gst_video_orientation_set_vcenter):
13321           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13322           in ChangeLog)
13323
13324 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13325
13326         * tests/check/Makefile.am:
13327         * tests/check/elements/.cvsignore:
13328         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13329         (create_rgb_conversions), (rgb_conversion_free),
13330         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13331         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13332           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13333           but disable for now since it doesn't pass (something wrong with
13334           RGBA somewhere).
13335
13336 2006-09-21  Wim Taymans  <wim@fluendo.com>
13337
13338         * gst/playback/gstplaybasebin.c: (group_commit),
13339         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13340         (queue_out_of_data), (gen_preroll_element),
13341         (preroll_remove_overrun), (probe_triggered):
13342         Refactor handling of overrun detection.
13343         Separate handling of group completion and deadlock detection when doing
13344         network buffering. This should fix some deadlocks that were not detected
13345         because the group was completed.
13346         Add more comments, improve debugging.
13347
13348 2006-09-21  Wim Taymans  <wim@fluendo.com>
13349
13350         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13351         * tests/check/libs/audio.c:
13352         Some more compilation fixes.
13353
13354 2006-09-21  Wim Taymans  <wim@fluendo.com>
13355
13356         * gst-libs/gst/audio/gstringbuffer.c:
13357         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13358         (gst_ring_buffer_read):
13359         Early morning compilation fix.
13360
13361 2006-09-20  Wim Taymans  <wim@fluendo.com>
13362
13363         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13364         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13365         * tests/check/elements/videorate.c: (GST_START_TEST):
13366         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13367         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13368         Fix some warnings.
13369
13370 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13371
13372         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13373         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13374         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13375           Handcrafted merge to help CVS understanding what I changed and what
13376           not.
13377
13378 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13379
13380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13381         (gst_xvimagesink_get_times):
13382           change colorkey behaviour back according to #354773 comment 6/7
13383
13384 2006-09-19  Michael Smith  <msmith@fluendo.com>
13385
13386         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13387         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13388         (gst_multi_fd_sink_recover_client),
13389         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13390         (gst_multi_fd_sink_get_property):
13391         * gst/tcp/gstmultifdsink.h:
13392           Implement stubbed out properties unit-type, units-soft-max,
13393           units-max, to allow specifying maximum sizes in units other than
13394           buffers.
13395           Fixes #355935
13396
13397 2006-09-19  Wim Taymans  <wim@fluendo.com>
13398
13399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13400         (gst_riff_create_audio_template_caps):
13401         Reorder the audio formats a bit for clarity.
13402         Detect and create caps for MSGSM and MSN (WAV49).
13403         Fixes #356596.
13404
13405         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13406         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13407         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13408         Small cleanups, move error handling out of normal flow for clarity.
13409
13410 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13411
13412         * docs/libs/gst-plugins-base-libs-docs.sgml:
13413         * docs/libs/gst-plugins-base-libs.types:
13414         * gst-libs/gst/interfaces/Makefile.am:
13415         * gst-libs/gst/interfaces/videoorientation.c:
13416         (gst_video_orientation_get_type),
13417         (gst_video_orientation_iface_init),
13418         (gst_video_orientation_get_hflip),
13419         (gst_video_orientation_get_vflip),
13420         (gst_video_orientation_get_hcenter),
13421         (gst_video_orientation_get_vcenter),
13422         (gst_video_orientation_set_hflip),
13423         (gst_video_orientation_set_vflip),
13424         (gst_video_orientation_set_hcenter),
13425         (gst_video_orientation_set_vcenter):
13426         * gst-libs/gst/interfaces/videoorientation.h:
13427           API: Add new interface to control video orientation (fixes #354908)
13428
13429 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13430
13431         * gst/videotestsrc/gstvideotestsrc.c:
13432           Use G_UNLIKELY in _create and log one more detail.
13433           
13434         (gst_video_test_src_get_times), (gst_video_test_src_create):
13435         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13436           Use gst_util_uint64_scale_int in _get_times().
13437
13438 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13439
13440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13441           Give better warning message (add object and detail).
13442
13443 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13444
13445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13446         (gst_xvimagesink_get_times):
13447           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13448           #354773), use gst_util_uint64_scale_int in _get_times()
13449
13450 2006-09-18  Michael Smith  <msmith@fluendo.com>
13451
13452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13453           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13454           always true, leading to dropping all timestamps.
13455
13456 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13457
13458         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13459         (gst_visual_chain), (gst_visual_change_state):
13460           update to work also with libvisual 0.4 API, fix double unref (#355914)
13461           
13462         * tools/gst-launch-ext.1.in:
13463         * tools/gst-visualise.1.in:
13464           remove references to old man-pages
13465
13466         * tests/examples/seek/seek.c: (main):
13467           add real meadi-buttons, add tool-tips for the seek-options, arrange
13468           seek options in a table
13469
13470 2006-09-18  Michael Smith  <msmith@fluendo.com>
13471
13472         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13473         (gst_ogg_mux_push_buffer):
13474           Don't generate out-of-order timestamps from oggmux, instead clamp
13475           output timestamps to be >= the previously output ts.
13476           Fixes #355595
13477
13478 2006-09-18  Michael Smith  <msmith@fluendo.com>
13479
13480         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13481         (gst_multi_fd_sink_class_init):
13482           Updates, fixes, and typo corrections for multifdsink. No functional
13483           changes.
13484
13485 2006-09-17  Michael Smith  <msmith@fluendo.com>
13486
13487         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13488           Don't crash on truncated files - check that we got an 8 byte buffer
13489           before trying to memcmp it.
13490
13491 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13492
13493         * gst/playback/gstplaybasebin.c: (get_active_source):
13494           Make stream-switching appear instant to the application
13495           (ie. make sure that a g_object_get on 'current-foo' returns
13496           the stream previously set with g_object_set(). Totem needs
13497           this to update stream-related meta-info (like audio-codec)
13498           correctly when switching streams.
13499
13500 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13501
13502         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13503         (gst_alsa_mixer_ensure_track_list):
13504           Try harder to guess which mixer track is the master mixer
13505           track (instead of just taking the first one that has a pvolume).
13506           Fixes #342228.
13507
13508 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13509
13510         reviewed by: <delete if not using a buddy>
13511
13512         * gst-libs/gst/audio/audio.h:
13513         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13514
13515 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13516
13517         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13518         (gst_audio_convert_transform_caps):
13519           Get structure-name just once.
13520
13521 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13522
13523         * tests/check/elements/audioresample.c: (GST_START_TEST):
13524         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13525         * tests/check/elements/volume.c: (GST_START_TEST):
13526         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13527         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13528         (test_pipeline), (GST_START_TEST):
13529         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13530         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13531           Fix big batch of compiler warnings.
13532
13533 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13534
13535         * ext/gnomevfs/gstgnomevfssrc.c:
13536           Add docs about icydemux usage in connection with gnomevfssrc
13537
13538         * ext/libvisual/visual.c:
13539         * ext/ogg/gstoggaviparse.c:
13540         * ext/ogg/gstoggdemux.c:
13541         * ext/ogg/gstoggmux.c:
13542         * ext/ogg/gstoggparse.c:
13543         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13544         * gst-libs/gst/audio/gstaudiosink.c:
13545         * gst-libs/gst/audio/gstaudiosrc.c:
13546         * gst/audiorate/gstaudiorate.c:
13547           More G_OBJECT macro fixing.
13548
13549         * gst/audiotestsrc/gstaudiotestsrc.h:
13550           Fix wrong info in header due to copy & paste
13551
13552 2006-09-15  Wim Taymans  <wim@fluendo.com>
13553
13554         * gst-libs/gst/audio/gstbaseaudiosink.c:
13555         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13556         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13557         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13558         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13559         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13560         Do the delay calculation in the source/sink base classes as this is
13561         specific for the capture/playback mode.
13562         Try to fixate a bit better, like round depth up to a multiple of 8
13563         bigger than width.
13564         Handle underruns correctly by marking DISCONT on buffers and adjusting
13565         timestamps to handle the gap.
13566         Set offset/offset_end correctly on buffers.
13567
13568         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13569         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13570         (gst_ring_buffer_read):
13571         Remove resync and underrun recovery from the ringbuffer.
13572         Fix ringbuffer read code on under/overrun.
13573
13574 2006-09-15  Wim Taymans  <wim@fluendo.com>
13575
13576         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13577         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13578         (queue_threshold_reached), (gst_play_base_bin_set_property),
13579         (gst_play_base_bin_get_property):
13580         * gst/playback/gstplaybasebin.h:
13581         Don't use a 0 low watermark when buffering, it is catching starvation
13582         way too late. Instead, use a 3 second queue with 30 and 95
13583         percent low/high watermarks. 
13584         Added queue-min-threshold property to configure low watermark.
13585         Use new _buffering message API.
13586         Make queue_threshold variable big enough to store a uint64 time value.
13587         API: playbin::queue-min-threshold property.
13588
13589 2006-09-15  Wim Taymans  <wim@fluendo.com>
13590
13591         * configure.ac:
13592         We require 0.10.10.1 now because of _wait_preroll().
13593
13594         * gst-libs/gst/audio/gstbaseaudiosink.c:
13595         (gst_base_audio_sink_render):
13596         Use gst_base_sink_wait_preroll().
13597
13598 2006-09-15  Wim Taymans  <wim@fluendo.com>
13599
13600         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13601         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13602         Use DEBUG_OBJECT more.
13603
13604 === release 0.10.10 ===
13605
13606 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13607
13608         patch by: Michael Smith <msmith at fluendo dot com>
13609
13610         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13611         (gst_multi_fd_sink_client_queue_buffer),
13612         (gst_multi_fd_sink_new_client):
13613         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13614         (multifdsink_suite):
13615           Fix implementation of sync-method 'next-keyframe'
13616           Closes #354594
13617
13618 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13619
13620         patch by: Wim Taymans <wim at fluendo dot com>
13621
13622         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13623         This patch removes the RANDOM flag that was incorrectly introduced with
13624         revision 1.91.  Fixes #354590
13625
13626 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13627
13628         * tests/check/Makefile.am:
13629           Random variation in Makefile line to see if it makes the
13630           gen64-base-full bot any happier.
13631
13632 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13633
13634         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13635           Disable test that fails at the moment (killed after timeout).
13636
13637 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13638
13639         Patch by: James Livingston  <doclivingston at gmail.com>
13640
13641         * tests/check/Makefile.am:
13642         * tests/check/pipelines/.cvsignore:
13643         * tests/check/pipelines/oggmux.c: (get_page_codec),
13644         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13645         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13646         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13647         (test_theora_vorbis), (oggmux_suite):
13648           Add simple unit test for oggmux from #337026 with checking for the
13649           EOS flags disabled for the time being.
13650
13651 2006-09-04  Wim Taymans  <wim@fluendo.com>
13652
13653         patch by: Alessandro Dessina <alessandro nnva org>
13654
13655         * ext/ogg/gstoggmux.c:
13656         Add cmml caps to oggmux. Fixes #353912
13657
13658 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13659
13660         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13661           Returning a return value often helps. In this case, we
13662           don't need the return value anyway, so just get rid of it.
13663           Should make build bots much happier.
13664
13665 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13666
13667         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13668         (paint_get_structure), (gst_video_test_src_get_size),
13669         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13670         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13671         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13672         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13673         * gst/videotestsrc/videotestsrc.h:
13674           Add support for AYUV and the various RGBA formats. Initialise
13675           fields of paintinfo structs allocated on the stack.
13676
13677         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13678         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13679         (check_rgb_buf), (videotestsrc_suite):
13680           Add unit tests for videotestsrc's RGB output.
13681
13682 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13683
13684         * gst/videotestsrc/gstvideotestsrc.c:
13685         (gst_video_test_src_pattern_get_type),
13686         (gst_video_test_src_set_pattern):
13687         * gst/videotestsrc/gstvideotestsrc.h:
13688         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13689         (gst_video_test_src_black), (gst_video_test_src_white),
13690         (gst_video_test_src_red), (gst_video_test_src_green),
13691         (gst_video_test_src_blue):
13692         * gst/videotestsrc/videotestsrc.h:
13693           Add more uni-colour patterns ("white", "red", "green", and "blue").
13694
13695 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13696
13697         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13698           Fix stride for YVYU, should be word-aligned (#353658).
13699
13700 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13701
13702         * gst/adder/gstadder.c: (gst_adder_src_event):
13703           Fix build.
13704
13705 2006-08-31  Edward Hervey  <edward@fluendo.com>
13706
13707         * gst/adder/gstadder.c: (forward_event_func),
13708         (gst_adder_src_event), (gst_adder_collected),
13709         (gst_adder_change_state):
13710         * gst/adder/gstadder.h:
13711         Remember the start position asked in the incoming seeks, so we can
13712         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13713         of assuming it will always be 0).
13714
13715 2006-08-31  Edward Hervey  <edward@fluendo.com>
13716
13717         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13718         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13719         (gst_ogg_demux_loop):
13720         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13721
13722 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13723
13724         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13725         (gst_ffmpegcsp_get_unit_size):
13726           Return FALSE instead of returning a random false unit
13727           size when the format isn't known/supported (even if
13728           this shouldn't happen under normal circumstances).
13729
13730 2006-08-29  Wim Taymans  <wim@fluendo.com>
13731
13732         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13733
13734         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13735         (gst_gnome_vfs_src_start):
13736         Try harder to get the size from a uri by using _info_uri() when
13737         _info_from_handle() does not give us enough info. 
13738         Also follow symlinks when getting the size.
13739         Partially Fixes #332864.
13740
13741 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13742
13743         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13744
13745         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13746         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13747         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13748         (gst_alsa_mixer_set_record):
13749         * ext/alsa/gstalsamixertrack.c:
13750         (gst_alsa_mixer_track_update_alsa_capabilities),
13751         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13752         (gst_alsa_mixer_track_update):
13753         * ext/alsa/gstalsamixertrack.h:
13754           Improve and fix mixer track handling, in particular better handling
13755           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13756           separate track objects for tracks that have both capture and playback
13757           volume (and label them differently as well so they're not mistakenly
13758           assumed to be duplicates); classify mixer tracks that only affect
13759           the audible volume of something (rather than the capture volume)
13760           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13761           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13762           (following the meaning documented in the mixer interface header
13763           file); add support for alsa's exclusive cswitch groups; update/sync
13764           state/flags better if mixer settings are changed by another
13765           application. Fixes #336075.
13766
13767 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13768
13769         * gst/playback/gstplaybin.c:
13770           Improve docs: add section about BUFFERING messages sent by playbin.
13771
13772 2006-08-29  Michael Smith  <msmith@fluendo.com>
13773
13774         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13775         (gst_vorbis_enc_buffer_check_discontinuous),
13776         (gst_vorbis_enc_chain):
13777           Ignore explicit DISCONT marked on buffers (which is often spurious,
13778           particularly when using multiple segments), in favour of solely
13779           using the timestamps/durations.
13780
13781 2006-08-29  Edward Hervey  <edward@fluendo.com>
13782
13783         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13784         Don't rely on incoming buffers offset anymore, since it is completely
13785         broken when using multiple segments.
13786         Instead convert the incoming buffers timestamp to running time, and
13787         then convert that value to the offsets.
13788         Also inform GstSegment of the last outputted stop position, which is
13789         needed if we received several segments with an unknown stop value.
13790
13791 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13792
13793         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13794           fix buffer unreffing on a header push failure
13795
13796 2006-08-28  Wim Taymans  <wim@fluendo.com>
13797
13798         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13799         (gst_audio_rate_chain):
13800         Make the metadata of the buffer writable before changing its
13801         flags.
13802
13803 2006-08-28  Wim Taymans  <wim@fluendo.com>
13804
13805         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13806         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13807         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13808         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13809         Fix audiorate some more.
13810         Reset and resync counters on flush and READY.
13811         Handle the DISCONT flag correctly.
13812         Use GstSegment to track position.
13813         Fail when not negotiated.
13814         Fixes #353234.
13815
13816 2006-08-25  Michael Smith  <msmith@fluendo.com>
13817
13818         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13819           Fix spelling.
13820           Remove accidently included debug line.
13821
13822 2006-08-25  Wim Taymans  <wim@fluendo.com>
13823
13824         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13825         Small cleanups.
13826         If a buffer is received with no caps, make the buffer metadata
13827         writable and set the caps, making sure that we don't screw up the
13828         refcounts.
13829
13830 2006-08-25  Michael Smith  <msmith@fluendo.com>
13831
13832         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13833         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13834           Fix memory leaks and misleading debug messages, add a couple of
13835           comments.
13836
13837         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13838         (gst_multi_fd_sink_render):
13839           Do not use gst_buffer_make_writable() in a basesink render method,
13840           as it may incorrectly unref the buffer. Instead, use convoluted
13841           dance to avoid copying the buffer except when we need to.
13842
13843 2006-08-25  Michael Smith  <msmith@fluendo.com>
13844
13845         * ext/vorbis/vorbisenc.c:
13846         (gst_vorbis_enc_buffer_check_discontinuous):
13847           Allow very small discontinuities in the timestamps. These we can't
13848           do anything useful with anyway (because vorbis's timestamps have
13849           only sample granularity), and are commonly produced by elements with
13850           minor bugs. Allow up to 1/2 a sample out.
13851           Fixes #351742.
13852
13853 2006-08-24  Wim Taymans  <wim@fluendo.com>
13854
13855         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13856         (play_scrub_toggle_cb), (main):
13857         Add a checkbox to enable play scrubbing. Makes it possible to disable
13858         normal scrubbing.
13859
13860 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13861
13862         * tests/check/elements/.cvsignore:
13863           make buildbot happy
13864
13865 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13866
13867         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13868         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13869         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13870         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13871         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13872         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13873         (gst_ogm_text_parse_strip_trailing_zeroes),
13874         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13875         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13876           Refactor ogm parse, do better input checking, misc. clean-ups.
13877           Cache incoming events and push them once the source pad has
13878           been created. Don't pass unterminated strings to sscanf().
13879           Strip trailing zeroes from subtitle text output, since they
13880           are not valid UTF-8. Don't push vorbiscomment packets on
13881           the subtitle text pad. Output perfect streams if possible.
13882
13883 2006-08-23  Wim Taymans  <wim@fluendo.com>
13884
13885         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13886         Waits for tasks to settle down so that we clean up correctly for 
13887         valgrind.
13888
13889 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13890
13891         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13892           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13893           actually return return value in taglists_are_equal.
13894
13895 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13896
13897         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13898           Fix crash due to broken bitstream parsing on x86-64: can't make
13899           any assumptions about sizeof(struct) due to alignment/packing
13900           differences on different architectures. Fixes #351790.
13901
13902 2006-08-22  Wim Taymans  <wim@fluendo.com>
13903
13904         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13905         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13906         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13907         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13908         (gst_riff_parse_info):
13909         Protect public functions against bad input.
13910         Do some cleanups.
13911         Fix documentation.
13912
13913 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13914
13915         * gst-libs/gst/riff/riff-ids.h:
13916         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13917           Add voxware audio IDs (even if we can't play it) (#351795).
13918
13919 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13920
13921         * gst-libs/gst/riff/riff-media.c:
13922         (gst_riff_create_video_template_caps),
13923         (gst_riff_create_audio_template_caps),
13924         (gst_riff_create_iavs_template_caps):
13925           Const-ify some arrays and use G_N_ELEMENTS instead
13926           of wasting oodles of RAM on terminator bits.
13927
13928 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13929
13930         * gst-libs/gst/tag/gstvorbistag.c:
13931         (gst_tag_list_to_vorbiscomment_buffer):
13932         * tests/check/libs/tag.c: (GST_START_TEST):
13933           And the same for _to_vorbiscomment_buffer(): allow
13934           id_data_len == 0 for speex.
13935
13936 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13937
13938         * configure.ac:
13939         * docs/plugins/Makefile.am:
13940         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13941         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13942         * docs/plugins/inspect/plugin-gdp.xml:
13943         * gst/gdp/Makefile.am:
13944         * tests/check/Makefile.am:
13945           Move GDP plugin to -base from -bad.  Closes #347783.
13946
13947 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13948
13949         * gst-libs/gst/tag/gstvorbistag.c:
13950         (gst_tag_list_from_vorbiscomment_buffer):
13951           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13952           Also add some checks to make sure we don't memcmp() beyond the end of
13953           vorbiscomment buffer if the ID to check for is larger than the buffer.
13954
13955         * tests/check/libs/tag.c: (GST_START_TEST):
13956           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13957
13958 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13959
13960         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13961         (gst_vorbis_enc_set_metadata):
13962           Use vorbis comment utility functions from libgsttag
13963           instead of re-inventing the wheel (partially fixes #347091).
13964
13965 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13966
13967         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13968         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13969         as some that won't.
13970
13971 2006-08-21  Wim Taymans  <wim@fluendo.com>
13972
13973         * docs/libs/Makefile.am:
13974         * docs/libs/gst-plugins-base-libs-sections.txt:
13975         * docs/libs/gst-plugins-base-libs.types:
13976         Don't try to GObject scan the netbuffer as it's not a GObject.
13977         Fixes #351308.
13978
13979         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13980         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13981         Document GstNetBuffer.
13982
13983 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13984
13985         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13986         (audioconvert_suite):
13987           Add testcase for caps-size-explosion
13988
13989 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13990
13991         * gst/audioconvert/gstaudioconvert.c:
13992         (gst_audio_convert_get_unit_size), (set_structure_widths):
13993           Lower debug, use g_assert in _get_unit_size
13994
13995         * gst/audioresample/gstaudioresample.c:
13996         (audioresample_get_unit_size):
13997         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13998         (gst_ffmpegcsp_get_unit_size):
13999         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
14000           use g_assert in _get_unit_size
14001
14002 2006-08-18  Wim Taymans  <wim@fluendo.com>
14003
14004         * docs/libs/gst-plugins-base-libs-sections.txt:
14005         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
14006         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
14007         (gst_rtp_buffer_get_payload_buffer):
14008         * gst-libs/gst/rtp/gstrtpbuffer.h:
14009         Document GstRTPBuffer.
14010         Added function to efficiently strip payload headers.
14011         API: gst_rtp_buffer_get_payload_subbuffer()
14012
14013 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
14014
14015         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14016         (gst_tag_to_vorbis_comments):
14017           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
14018           tags and deserialise them properly as well (#347091).
14019           Add some more gtk-doc blurbs and also some g_return_if_fail().
14020
14021         * tests/check/libs/tag.c: (GST_START_TEST),
14022         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
14023           More tests.
14024
14025 2006-08-17  Wim Taymans  <wim@fluendo.com>
14026
14027         * ext/ogg/Makefile.am:
14028         * ext/ogg/gstogg.c: (plugin_init):
14029         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
14030         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
14031         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
14032         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
14033         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
14034         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
14035         Added ogg-in-avi parser element. Fixes #140139.
14036
14037         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14038         Fixed a bug in oggdemux debug code.
14039
14040         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14041         (gst_riff_create_audio_template_caps):
14042         Recognise Ogg in the AVI extensible wave format.
14043
14044 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
14045
14046         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
14047           Make buffer durations add up (duration should be next_ts-ts for
14048           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
14049           from CVS.
14050
14051         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
14052         (test_buffer_timestamps), (cddabasesrc_suite):
14053           Add unit test for the above.
14054
14055         * tests/check/Makefile.am:
14056           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
14057           to see what happens.
14058
14059 2006-08-16  Wim Taymans  <wim@fluendo.com>
14060
14061         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
14062         (gst_alsasink_open):
14063         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
14064         (gst_alsasrc_open):
14065         Avoid setting and using a NULL device name.
14066         Print more info when we fail to open a device.
14067
14068 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14069
14070         * docs/libs/gst-plugins-base-libs-sections.txt:
14071         * gst-libs/gst/tag/tag.h:
14072         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
14073           API: add gst_tag_parse_extended_comment() (#351426).
14074
14075         * tests/check/Makefile.am:
14076         * tests/check/libs/.cvsignore:
14077         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
14078           Add unit test for gst_tag_parse_extended_comment().
14079
14080 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14081
14082         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
14083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
14084           Fix leak (#351502).
14085
14086 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14087
14088         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14089         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14090         * docs/plugins/gst-plugins-base-plugins.args:
14091         * gst/playback/gstplaybin.c:
14092           Document playbin.
14093           
14094         * docs/plugins/inspect/plugin-adder.xml:
14095         * docs/plugins/inspect/plugin-alsa.xml:
14096         * docs/plugins/inspect/plugin-audioconvert.xml:
14097         * docs/plugins/inspect/plugin-audiorate.xml:
14098         * docs/plugins/inspect/plugin-audioresample.xml:
14099         * docs/plugins/inspect/plugin-audiotestsrc.xml:
14100         * docs/plugins/inspect/plugin-cdparanoia.xml:
14101         * docs/plugins/inspect/plugin-decodebin.xml:
14102         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14103         * docs/plugins/inspect/plugin-gnomevfs.xml:
14104         * docs/plugins/inspect/plugin-ogg.xml:
14105         * docs/plugins/inspect/plugin-pango.xml:
14106         * docs/plugins/inspect/plugin-playbin.xml:
14107         * docs/plugins/inspect/plugin-subparse.xml:
14108         * docs/plugins/inspect/plugin-tcp.xml:
14109         * docs/plugins/inspect/plugin-theora.xml:
14110         * docs/plugins/inspect/plugin-typefindfunctions.xml:
14111         * docs/plugins/inspect/plugin-video4linux.xml:
14112         * docs/plugins/inspect/plugin-videorate.xml:
14113         * docs/plugins/inspect/plugin-videoscale.xml:
14114         * docs/plugins/inspect/plugin-videotestsrc.xml:
14115         * docs/plugins/inspect/plugin-volume.xml:
14116         * docs/plugins/inspect/plugin-vorbis.xml:
14117         * docs/plugins/inspect/plugin-ximagesink.xml:
14118         * docs/plugins/inspect/plugin-xvimagesink.xml:
14119           Update to CVS version.
14120
14121 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14122
14123         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14124         (gst_play_bin_set_property), (gst_play_bin_get_property),
14125         (value_list_append_structure_list),
14126         (gst_play_bin_handle_redirect_message),
14127         (gst_play_bin_handle_message):
14128           API: GstPlayBin::connection-speed
14129           Add "connection-speed" property; re-order redirect messages with
14130           multiple redirect locations depending on the minimum bitrate if
14131           that information is available and a connection speed is set
14132           (#350399).
14133
14134 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14135
14136         * gst/playback/gstplaybin.c:
14137           Update max volume to the same value that the volume element uses.
14138
14139 2006-08-14  Wim Taymans  <wim@fluendo.com>
14140
14141         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14142         Less uglyness..
14143
14144 2006-08-14  Wim Taymans  <wim@fluendo.com>
14145
14146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
14147         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
14148         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
14149         Add some more debug info.
14150         Don't crash when a seek failed.
14151         Actually return the result of the seek instead of TRUE.
14152         Ignore multiple BOS pages with the same serial so that we don't create
14153         the same stream multiple times.
14154         Post an error when we fail to do the initial seek.
14155
14156 2006-08-13  Wim Taymans  <wim@fluendo.com>
14157
14158         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14159         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
14160         Small code cleanup.
14161
14162         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14163         (gst_alsa_mixer_new):
14164         Remove hack that always set the device to hw:0*.
14165         Properly find the card name for whatever device was configured.
14166         Do some better debugging.
14167         Fixes #350784.
14168
14169         * ext/alsa/gstalsamixerelement.c:
14170         (gst_alsa_mixer_element_set_property),
14171         (gst_alsa_mixer_element_change_state):
14172         Cleanups.
14173         Handle setting of a NULL device name better.
14174
14175 2006-08-11  Wim Taymans  <wim@fluendo.com>
14176
14177         * gst/adder/gstadder.c:
14178         Don't clip float values. Fixes #350900.
14179
14180 2006-08-11  Andy Wingo  <wingo@pobox.com>
14181
14182         * gst/tcp/gsttcp.c: Really fix the build?
14183
14184         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
14185         fixes the build.
14186
14187 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14188
14189         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
14190           Float caps shouldn't have a "signed" field.
14191
14192 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14193
14194         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
14195           Implement SEEKING query in its most basic form, so that we can
14196           at least check if we're seekable or not (#350655).
14197
14198 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
14199
14200         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14201           The checks here are not even close to anything that would
14202           justify MAXIMUM probability, lowering to POSSIBLE until someone
14203           fixes the checks (case at hand: quicktime redirection files
14204           might start with 00 00 01 XX and pass the checks here just
14205           fine, see #350399).
14206
14207 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14208
14209         Patch by: Sjoerd Simons  <sjoerd at luon net>
14210
14211         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14212           Better detection for multipart/x-mixed-replace: accept leading
14213           whitespaces before the boundary marker as well (as our very own
14214           multipartmux used to produce) (#349068).
14215
14216 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
14217
14218         Patch by: Young-Ho Cha  <ganadist at chollian net>
14219
14220         * gst-libs/gst/riff/riff-ids.h:
14221         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14222         (gst_riff_create_audio_template_caps):
14223           Detect DTS audio streams (#350157).
14224
14225 2006-08-05  Andy Wingo  <wingo@pobox.com>
14226
14227         * ext/theora/gsttheoraparse.h:
14228         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14229         (theora_parse_dispose, theora_parse_set_property)
14230         (theora_parse_get_property, theora_parse_munge_granulepos)
14231         (theora_parse_push_buffer, theora_parse_change_state):
14232         API: GstTheoraParse::synchronization-points
14233         Add a property 'synchronization-points' to fix badly synchronized oggs.
14234
14235 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14236
14237         * tests/check/Makefile.am:
14238         * tests/check/libs/.cvsignore:
14239         * tests/check/libs/audio.c: (structure_contains_channel_positions),
14240         (fixed_caps_have_channel_positions), (GST_START_TEST),
14241         (audio_suite), (main):
14242           Add a few tests for the channel position stuff in libgstaudio.
14243
14244 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14245
14246         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14247         (gst_alsa_detect_channels):
14248         * ext/alsa/gstalsasink.c:
14249           Add support for cards that (only) do more than 8 channels,
14250           like the Delta 44 (#345188).
14251
14252         * gst-libs/gst/audio/multichannel.c:
14253         (gst_audio_check_channel_positions):
14254         * gst-libs/gst/audio/multichannel.h:
14255           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14256           unspecified channel position and cannot be combined with any
14257           of the other audio channel positions; adjust position layout
14258           checks accordingly (#345188).
14259
14260 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14261
14262         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14263           Recognise ancient RealAudio files (see #349779).
14264
14265 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14266
14267         Patch by: Jens Granseuer  <jensgr at gmx net>
14268
14269         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14270           Add typefinder for Interplay's MVE format (#348973).
14271
14272 2006-08-02  Wim Taymans  <wim@fluendo.com>
14273
14274         Patch by: Marcel Moreaux <marcelm at luon dot net>
14275
14276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14277         (gst_base_rtp_depayload_add_to_queue):
14278         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14279         Handle RTP sequence number rollover.
14280         Disable jitterbuffer by default.
14281
14282 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14283
14284         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14285         (audioresample_set_caps):
14286         Don't leak references to the incoming caps. Clean them up when
14287         stopping.
14288
14289         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14290         (gst_video_scale_finalize):
14291         Don't leak our temporary pixel buffer.
14292
14293         * tests/check/Makefile.am:
14294         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14295         (GST_START_TEST), (simple_launch_lines_suite):
14296
14297         Fix leaks and re-enable the test for valgrind checking.
14298
14299 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14300
14301         Patch by: Sjoerd Simons  <sjoerd at luon net>
14302
14303         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14304         (plugin_init):
14305           Add typefind function for multipart/x-mixed-replace (#348916).
14306
14307 2006-07-28  Wim Taymans  <wim@fluendo.com>
14308
14309         * gst/adder/gstadder.c: (gst_adder_setcaps),
14310         (gst_adder_query_duration):
14311         Fix leak in duration query.
14312         Reflow some docs and notes.
14313
14314 2006-07-28  Michael Smith  <msmith@fluendo.com>
14315
14316         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14317         (vorbisenc_suite):
14318           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14319           aspect of it.
14320
14321 2006-07-28  Michael Smith  <msmith@fluendo.com>
14322
14323         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14324         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14325         (gst_vorbis_enc_push_buffer),
14326         (gst_vorbis_enc_buffer_check_discontinuous),
14327         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14328         * ext/vorbis/vorbisenc.h:
14329           Handle discontinuities in the input vorbis stream correctly,
14330           so that the output is properly timestamped (and has good granulepos
14331           values). Needs some oggmux fixes too.
14332
14333 2006-07-27  Wim Taymans  <wim@fluendo.com>
14334
14335         patch by: Kai Vehmanen <kv2004 eca cx>
14336
14337         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14338         (gst_base_rtp_depayload_chain),
14339         (gst_base_rtp_depayload_handle_sink_event),
14340         (gst_base_rtp_depayload_change_state):
14341         Don't send multiple newsegments with different formats.
14342         Fixes #348677.
14343
14344 2006-07-26  Wim Taymans  <wim@fluendo.com>
14345
14346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14347         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14348         Make seeking in ogg more accurate again by doing the more correct
14349         granuletime to stream time conversion.
14350
14351 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14352
14353         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14354         (gst_multi_fd_sink_new_client):
14355           debug a little more understandably
14356           do not use goto as a substitute for break, especially if
14357           break is also being used
14358
14359 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14360
14361         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14362         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14363           Remove GLib-2.6 compatibility cruft.
14364
14365 2006-07-24  Wim Taymans  <wim@fluendo.com>
14366
14367         * gst-libs/gst/audio/gstbaseaudiosink.c:
14368         (gst_base_audio_sink_render):
14369         Don't try to align a sample to an unknown value.
14370
14371 2006-07-24  Wim Taymans  <wim@fluendo.com>
14372
14373         * gst-libs/gst/audio/gstbaseaudiosink.c:
14374         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14375         When the audio clock is slaved to another clock, never try to align
14376         samples but trust the rate interpolation algorithm.
14377
14378 2006-07-24  Wim Taymans  <wim@fluendo.com>
14379
14380         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14381         Don't try to calculate silence samples, base class does this much
14382         better now.
14383
14384         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14385         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14386         (gst_ring_buffer_acquire):
14387         Calculate silence samples correctly.
14388
14389         * gst-libs/gst/audio/gstringbuffer.h:
14390         Add _CAST macro.
14391
14392 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14393
14394         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14395           Limit search for the first markup tag to the first few kB of
14396           the file. If we don't find one there, it's highly unlikely that
14397           this is an XML(-ish) file.
14398
14399 2006-07-21  Andy Wingo  <wingo@pobox.com>
14400
14401         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14402         test to the one in vorbisenc. Also commented out.
14403
14404         * tests/check/pipelines/vorbisenc.c: 
14405         (test_discontinuity): New test, commented out until Mike lands
14406         some elite vorbisenc patches.
14407
14408         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14409         Bufferstraw was actually factored out of these tests. Now we share
14410         code yay.
14411
14412         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14413         for bufferstraw addition to gstcheck.
14414
14415 2006-07-21  Wim Taymans  <wim@fluendo.com>
14416
14417         * ext/theora/theoradec.c: (clip_buffer):
14418         Better clipping.
14419
14420 2006-07-21  Wim Taymans  <wim@fluendo.com>
14421
14422         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14423         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14424         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14425         Fix leak.
14426         Avoid type casting when we can.
14427
14428         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14429         Fix mem leak.
14430
14431 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14432
14433         * ext/alsa/gstalsamixerelement.c:
14434         (gst_alsa_mixer_element_change_state):
14435           Make state change fail if the specified device can't be opened
14436           for some reason.
14437
14438 2006-07-20  Wim Taymans  <wim@fluendo.com>
14439
14440         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14441         (cb_newpad), (main):
14442         Example of a small audio/video player using decodebin.
14443
14444 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14445
14446         * gst-libs/gst/riff/riff-ids.h:
14447           Add 'fact' chunk id
14448
14449 2006-07-19  Wim Taymans  <wim@fluendo.com>
14450
14451         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14452         (gst_base_rtp_depayload_chain),
14453         (gst_base_rtp_depayload_change_state):
14454         Don't assert when not negotiated but post a meaningfull 
14455         error message. Fixes #347918.
14456
14457         * gst-libs/gst/rtp/gstbasertppayload.c:
14458         Add comment about better default MTU size.
14459
14460         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14461         Small cleanups, start docs.
14462
14463 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14464
14465         Patch by: Martin Szulecki
14466
14467         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14468           If "device-name" is requested and the device is not
14469           open, try to temporarily open it to obtain this
14470           information (#342494).
14471
14472 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14473
14474         * gst-libs/gst/tag/gstid3tag.c:
14475           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14476
14477         * gst-libs/gst/tag/gsttageditingprivate.h:
14478         * gst-libs/gst/tag/gstvorbistag.c:
14479           Some more random const-ifications.
14480
14481 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14482
14483         * gst-libs/gst/riff/riff-ids.h:
14484         * gst-libs/gst/riff/riff-media.c:
14485         (gst_riff_create_video_template_caps):
14486           Add more FOURCCs (sort list to make stuff easier to find),
14487           add comment what those 16 bytes in struct _gst_riff_strh according to
14488           one avi-dumper are
14489
14490 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14491
14492         * gst-libs/gst/audio/multichannel.c:
14493         (gst_audio_check_channel_positions),
14494         (gst_audio_fixate_channel_positions):
14495           Const-ify two arrays.
14496
14497 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14498
14499         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14500           Fix typo, so that alsasink also advertises 8 channels
14501           if that's supported (tags: can, worms, open, alsa, ph34r).
14502
14503 2006-07-17  Wim Taymans  <wim@fluendo.com>
14504
14505         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14506         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14507         *sigh*, when is the compiler going to warn when the comments
14508         are out-of-sync with the code.. Refix case of busted theora
14509         headers with 0 granule pos.
14510
14511 2006-07-14  Wim Taymans  <wim@fluendo.com>
14512
14513         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14514         (gst_base_rtp_depayload_wait),
14515         (gst_base_rtp_depayload_change_state),
14516         (gst_base_rtp_depayload_set_property),
14517         (gst_base_rtp_depayload_get_property):
14518         Fix 99% cpu load by waiting for absolute times on the
14519         clock. Fixes #347300.
14520
14521 2006-07-14  Andy Wingo  <wingo@pobox.com>
14522
14523         * ext/theora/gsttheoraparse.h: 
14524         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14525         (theora_parse_push_headers, theora_parse_clear_queue)
14526         (theora_parse_drain_queue_prematurely, )
14527         (theora_parse_sink_event, theora_parse_change_state): Queue events
14528         until we initialized our state, like in vorbisparse.
14529
14530         * ext/vorbis/vorbisparse.h: 
14531         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14532         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14533         (vorbis_parse_drain_queue_prematurely, )
14534         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14535         until we have initialized our state. Fixes seeking after an
14536         initial pad block.
14537
14538 2006-07-14  Andy Wingo  <wingo@pobox.com>
14539
14540         Patch by: Iain Holmes <iaingnome@gmail.com>
14541         
14542         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14543
14544 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14545
14546         * configure.ac:
14547         Bump nano back to CVS
14548
14549 === release 0.10.9 ===
14550
14551 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14552
14553         * configure.ac:
14554           releasing 0.10.9, "I walk the line"
14555
14556 2006-07-14  Michael Smith  <msmith@fluendo.com>
14557
14558         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14559           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14560           (commonly happens when running this test under valgrind) when trying
14561           to remove the buffer probe.
14562
14563 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14564
14565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14566         Fix missing g_unlock from the previous commit
14567
14568 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14569
14570         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14571         (gst_ximagesink_change_state):
14572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14573         (gst_xvimagesink_change_state):
14574         Implement a locking order to ensure we always take the object lock
14575         before the x_lock and never vice-versa.
14576
14577 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14578
14579         * gst/playback/gstdecodebin.c: (find_compatibles):
14580         Fix a caps leak when linking (#347304)
14581
14582         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14583         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14584         (gst_ximagesink_change_state):
14585         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14586         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14587         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14588         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14589         Don't leak shared memory resources. Use the object lock to protect
14590         against the xcontext disappearing while returning a buffer from the
14591         pipeline. (#347304)
14592
14593 2006-07-12  Edward Hervey  <edward@fluendo.com>
14594
14595         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14596         (vorbis_handle_comment_packet):
14597         gst_tag_list_merge() returns a new object. Take that into account when
14598         using it. This avoids memleak.
14599         Revert previous commit which is not needed.
14600
14601 2006-07-12  Edward Hervey  <edward@fluendo.com>
14602
14603         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14604         Reset the decoder in finalize so that all fields get cleared.
14605
14606 2006-07-12  Wim Taymans  <wim@fluendo.com>
14607
14608         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14609         (gst_base_audio_src_set_clock),
14610         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14611         Don't try to post an error message when setting the clock fails
14612         as this can happen when adding an element to a bin which will then
14613         deadlock. Fixes #347296.
14614
14615 2006-07-12  Edward Hervey  <edward@fluendo.com>
14616
14617         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14618         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14619         (vorbis_handle_type_packet):
14620         Post tag messages on the bus even if we're not initialized.
14621         If we're not initialized, we still postpone the event pushing of tags.
14622
14623 2006-07-12  Wim Taymans  <wim@fluendo.com>
14624
14625         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14626         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14627         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14628         Revert last two changes that broke the freeze.
14629
14630 2006-07-12  Wim Taymans  <wim@fluendo.com>
14631
14632         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14633         basesink calculates silence sample correctly for us.
14634
14635 2006-07-12  Wim Taymans  <wim@fluendo.com>
14636
14637         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14638         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14639         Calculate correct silence samples so we don't fill our ringbuffer
14640         with noise.
14641
14642 2006-07-12  Edward Hervey  <edward@fluendo.com>
14643
14644         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14645         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14646         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14647         * ext/vorbis/vorbisdec.h:
14648         Delay sending events (newsegment, tags) until the decoder is properly
14649         initialized.
14650         Fixes #347295
14651
14652 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14653
14654         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14655         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14656           Patch from #347221 adding a test for audioconvert
14657           channel remappings.
14658
14659 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14660
14661         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14662         (gst_ssa_parse_parse_line):
14663           Don't include the terminating NUL in the buffer size,
14664           it's only there for extra paranoia (would add random
14665           '*' characters at the end of each subtitle since the
14666           terminator itself is not valid UTF-8 technically).
14667           Also fix indenting after boilerplate macro.
14668
14669 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14670
14671         * gst/playback/gstdecodebin.c: (close_pad_link):
14672           Also emit 'unknown-type' signal (which should really be
14673           called unhandled-type) if we found potential decoders/demuxers
14674           in the registry but none of them worked in the end (as in the
14675           case where the plugins don't exist any longer but are still
14676           listed in the registry). Fixes #329798.
14677
14678 2006-07-08  Andy Wingo  <wingo@pobox.com>
14679
14680         * theoraparse.c (theora_parse_push_buffer)
14681         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14682         Add some more debugging. Fix granulepos reconstruction in the face
14683         of discontinuities.
14684
14685 2006-07-06  Wim Taymans  <wim@fluendo.com>
14686
14687         * gst-libs/gst/audio/gstbaseaudiosink.c:
14688         (gst_base_audio_sink_class_init),
14689         (gst_base_audio_sink_provide_clock):
14690         Use gobject_class instead of G_OBJECT_CLASS (klass)
14691
14692         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14693         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14694         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14695         (gst_base_audio_src_get_time),
14696         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14697         (gst_base_audio_src_create_ringbuffer):
14698         Fix latency and buffer-time constants and properties ala basesink.
14699         Implement pull based scheduling. Fixes #346527.
14700         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14701         one segment.
14702         Refuse slaving to another clock instead of silently not working.
14703         Only provide a clock when we are actually able to do so.
14704         Various small cleanups and compiler hints.
14705
14706 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14707
14708         Patch by: Lutz Mueller <lutz at topfrose de>
14709
14710         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14711         (plugin_init):
14712           Add typefinding for text/html (#346581).
14713
14714 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14715
14716         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14717         (xml_check_first_element), (xml_type_find), (smil_type_find):
14718           Fix SMIL typefinding, make xml_check_first_element() more
14719           useful.
14720
14721 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14722
14723         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14724         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14725         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14726         * gst/playback/gstplaybasebin.h:
14727           Protect list of elements with a subtitle-encoding property and
14728           the subtitle encoding member itself with a lock of their own
14729           instead of using the object lock. This prevents a dead-lock in
14730           the element-remove callback in some circumstances when shutting
14731           down playbin.
14732
14733 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14734
14735         * win32/common/libgsttag.def:
14736         Export some new functions.
14737         * win32/vs6/libgstogg.dsp:
14738         Add a link to libgsttag-0.10.lib.
14739
14740 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14741
14742         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14743           Some const-ification.
14744
14745 2006-07-04  Wim Taymans  <wim@fluendo.com>
14746
14747         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14748         Improve checking if we are dealing with a stream. Added some
14749         more uris that need buffering.
14750
14751 2006-07-03  Edward Hervey  <edward@fluendo.com>
14752
14753         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14754         Remove unused variable.
14755
14756 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14757
14758         * Makefile.am:
14759           include lcov.mak
14760         * configure.ac:
14761           add GCOV_LIBS to GST_LIBS
14762
14763 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14764
14765         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14766
14767         * ext/alsa/gstalsasrc.c:
14768           Add 32 bps to template caps and increase channels range
14769           from [1,2] to [1,MAX]. See #346326.
14770
14771 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14772
14773         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14774           Recognise 'WMVA' video codec fourcc (#345879).
14775           
14776 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14777          
14778         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14779           Fixed nasty memory leak
14780
14781 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14782
14783         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14784         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14785           fix logging
14786
14787 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14788
14789         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14790         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14791         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14792         Protect remove_fakesink using a mutex, so that we don't try and
14793         remove the fakesink simultaneously from multiple threads.
14794
14795         When going from READY to PAUSED, restore the fakesink, so that
14796         it is there when decodebin gets reused.
14797
14798 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14799
14800         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14801         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14802         * gst-libs/gst/rtp/gstbasertppayload.c:
14803         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14804         * gst/tcp/gstmultifdsink.c:
14805         * gst/tcp/gsttcpclientsink.c:
14806         * gst/tcp/gsttcpclientsrc.c:
14807         * gst/tcp/gsttcpserversink.c:
14808         * gst/tcp/gsttcpserversrc.c:
14809         * gst/videorate/gstvideorate.c:
14810         * gst/videotestsrc/gstvideotestsrc.c:
14811         * sys/v4l/gstv4ljpegsrc.c:
14812         * sys/v4l/gstv4lmjpegsink.c:
14813         * sys/v4l/gstv4lsrc.c:
14814         * tests/examples/seek/scrubby.c:
14815         * tests/examples/seek/seek.c:
14816           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14817
14818 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14819
14820         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14821           Second field in GEnumValue shouldn't be a description,
14822           but a stringified version of the enum value.
14823
14824 2006-06-22  Wim Taymans  <wim@fluendo.com>
14825
14826         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14827         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14828         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14829         Avoid type checking in buffer casts.
14830         Avoid caps copy in buffer_alloc when we can.
14831         Use pad_peer_accept.
14832
14833 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14834
14835         * gst-libs/gst/tag/tag.h:
14836           Oops, make that 'Since: 0.10.9'.
14837
14838 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14839
14840         * docs/libs/gst-plugins-base-libs-sections.txt:
14841         * gst-libs/gst/tag/tag.h:
14842         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14843         (gst_tag_image_type_get_type):
14844           API: add GstTagImageType enum to describe images contained
14845           in image tags (#345641).
14846
14847 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14848
14849         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14850           Fix warnings with gst-inspect: "buffers-min" property
14851           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14852           typo in property description.
14853
14854 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14855
14856         Patch by: Cody Russell <bratsche at gnome org>
14857
14858         * gst/audioresample/gstaudioresample.c:
14859         (gst_audioresample_class_init):
14860         * gst/playback/gststreamselector.c:
14861         (gst_stream_selector_class_init):
14862         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14863         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14864         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14865         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14866         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14867         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14868         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14869         * gst/videotestsrc/gstvideotestsrc.c:
14870         (gst_video_test_src_class_init):
14871         * gst/volume/gstvolume.c: (gst_volume_class_init):
14872           Avoid unnecessary class cast check in class_init
14873           functions (#337747).
14874
14875 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14876
14877         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14878         (gst_text_overlay_video_chain):
14879           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14880           and doesn't validate its input either (and neither did
14881           textoverlay it seems). Let's do that then and fix #345206.
14882
14883 2006-06-19  Wim Taymans  <wim@fluendo.com>
14884
14885         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14886         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14887         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14888         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14889         (find_syncframe), (find_limits), (assign_value),
14890         (count_burst_unit), (gst_multi_fd_sink_new_client),
14891         (gst_multi_fd_sink_handle_client_write),
14892         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14893         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14894         (gst_multi_fd_sink_change_state):
14895         * gst/tcp/gstmultifdsink.h:
14896         Added shiny new burst-on-connect methods.
14897         Add properties to control the minimal amount of data queued.
14898         Small cleanups.
14899         API: bytes-min property
14900         API: time-min property
14901         API: buffers-min property
14902         API: burst-unit property
14903         API: burst-value property
14904         API: add-full signal
14905
14906         * gst/tcp/gsttcp-marshal.list:
14907         Added new marshaller code for the new signal.
14908
14909         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14910         (multifdsink_suite):
14911         Added testcases for new burst methods.
14912
14913 2006-06-19  Edward Hervey  <edward@fluendo.com>
14914
14915         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14916         Implement clipping for accurate seeking.
14917         Closes #345225
14918
14919 2006-06-19  Wim Taymans  <wim@fluendo.com>
14920
14921         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14922
14923         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14924         (gst_video_scale_transform):
14925         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14926
14927 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14928
14929         * configure.ac:
14930           Fix --disable-external (can't set conditionals conditionally,
14931           #343602).
14932
14933 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14934
14935         * tests/check/elements/audioresample.c: (test_reuse),
14936         (audioresample_suite):
14937           Add test case for bug #342789 fixed below.
14938
14939 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14940
14941         * gst/audioresample/gstaudioresample.c:
14942         (gst_audioresample_class_init), (gst_audioresample_init),
14943         (audioresample_start), (audioresample_stop),
14944         (gst_audioresample_set_property), (gst_audioresample_get_property):
14945           Implement GstBaseTransform::start and ::stop so that audioresample
14946           can clear its internal state properly and be reused instead of
14947           causing non-negotiated errors with playbin under some circumstances
14948           (#342789).
14949
14950         * tests/check/elements/audioresample.c: (setup_audioresample),
14951         (cleanup_audioresample):
14952           Need to set element state here so that ::start and ::stop are
14953           called.
14954
14955 2006-06-16  Wim Taymans  <wim@fluendo.com>
14956
14957         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14958
14959         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14960         Parse extra data better, apparently it's right behind
14961         the normal strf header size. Fixes #343500.
14962
14963 2006-06-16  Wim Taymans  <wim@fluendo.com>
14964
14965         * ext/alsa/gstalsasink.c: (set_hwparams):
14966         If we fail to set the buffer_time and period_time alsa
14967         parameters, post a warning and leave alsa select a 
14968         default instead of failing. Fixes #342085
14969
14970 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14971
14972         * docs/libs/gst-plugins-base-libs-sections.txt:
14973         * gst-libs/gst/cdda/gstcddabasesrc.h:
14974           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14975           out in the header file and shouldn't be listed in the docs.
14976
14977         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14978           Must dereference pointer to fourcc in the debug statement.
14979
14980 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14981
14982         * docs/libs/Makefile.am:
14983         * docs/libs/gst-plugins-base-libs-docs.sgml:
14984         * docs/libs/gst-plugins-base-libs-sections.txt:
14985         * docs/libs/gst-plugins-base-libs.types:
14986         add remaining symbols into correct setions
14987         
14988         * gst-libs/gst/audio/gstringbuffer.c:
14989         fix incomplete docs
14990         
14991         * gst-libs/gst/audio/gstringbuffer.h:
14992         comment out not yet implemented function
14993         
14994         
14995         * gst-libs/gst/floatcast/floatcast.h:
14996         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14997         add short descriptions
14998         
14999         
15000         * gst-libs/gst/interfaces/propertyprobe.c:
15001         fix return value docs   
15002         
15003         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15004         simplify debug logging
15005         
15006         * gst-libs/gst/riff/riff-read.h:
15007         sync function prototype and docs
15008         
15009         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15010         remove left over symbol
15011
15012 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15013
15014         * autogen.sh:
15015         * configure.ac:
15016         * docs/Makefile.am:
15017           Use GST_PLUGIN_DOCS macro in configure.ac, add
15018           --enable-plugin-docs default to autogen.sh and use
15019           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
15020
15021 2006-06-15  Wim Taymans  <wim@fluendo.com>
15022
15023         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15024         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
15025         (gst_ogg_demux_loop):
15026         Combine GstFlowReturn from the source pads to give a
15027         meaningfull result to the upstream peer or to stop the
15028         processing task in case of errors.
15029
15030 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15031
15032         * gst/playback/gststreaminfo.c: (cb_probe):
15033           Try GST_TAG_CODEC as fallback when extracting the
15034           codec name; more debug info.
15035
15036 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15037
15038         * ext/ogg/Makefile.am:
15039         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15040           Extract language tags from ogm subtitle streams, so that
15041           the subtitle menu choices are labelled correctly in
15042           Totem (fixes #344708).
15043
15044 2006-06-14  Wim Taymans  <wim@fluendo.com>
15045
15046         Patch by: Alessandro Decina <alessandro at nnva dot org>
15047
15048         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
15049         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
15050         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
15051         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15052         Fix various leaks. Fixes #343699.
15053         Add x-smoke mime type.
15054
15055 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15056
15057         * gst-libs/gst/riff/riff-ids.h:
15058           Add IDs for 'bext' chunks (see #343837).
15059
15060 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15061
15062         Patch by: Young-Ho Cha  <ganadist at chollian net>
15063
15064         * gst/subparse/samiparse.c: (sami_context_pop_state),
15065         (handle_start_font), (end_sami_element):
15066           Honour font face tags in SAMI subtitles (#344503).
15067
15068 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15069
15070         * po/POTFILES.in:
15071           add missing files containing translatable strings
15072
15073 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15074
15075         * docs/libs/tmpl/.cvsignore:
15076           we don't want those *.sgml files in CVS either
15077
15078 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15079
15080         * docs/libs/.cvsignore:
15081         * tests/check/elements/.cvsignore:
15082         * tests/check/libs/.cvsignore:
15083           ignore more
15084
15085 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15086
15087         * docs/libs/Makefile.am:
15088           also commiting the changed Makefile.am (added more libs to the
15089           doc-build)
15090
15091 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15092
15093         * docs/libs/gst-plugins-base-libs-docs.sgml:
15094         * docs/libs/gst-plugins-base-libs-sections.txt:
15095         * docs/libs/gst-plugins-base-libs.types:
15096           first batch of reordering things, add index & hierarchy
15097
15098 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15099
15100         * configure.ac:
15101           use GST_PKG_CHECK_MODULES, cleans up output
15102
15103 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15104
15105         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15106           Add support for burn:// URIs (#343385); const-ify things a bit,
15107           use G_N_ELEMENTS instead of hard-coded array size.
15108
15109 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15110
15111         Patch by: Young-Ho Cha  <ganadist at chollian net>
15112
15113         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
15114           Fix up broken entities before passing them to libxml *sigh*.
15115           (#343303).
15116           
15117 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15118
15119         * configure.ac:
15120           back to TRUNK
15121
15122 === release 0.10.8 ===
15123
15124 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
15125
15126         * configure.ac:
15127           releasing 0.10.8, "Moar gij ziet mij nie"
15128
15129 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15130
15131         * configure.ac:
15132         * po/af.po:
15133         * po/az.po:
15134         * po/cs.po:
15135         * po/en_GB.po:
15136         * po/hu.po:
15137         * po/it.po:
15138         * po/nb.po:
15139         * po/nl.po:
15140         * po/or.po:
15141         * po/sq.po:
15142         * po/sr.po:
15143         * po/sv.po:
15144         * po/uk.po:
15145         * po/vi.po:
15146         * win32/common/config.h:
15147           0.10.7.2 prerelease
15148
15149 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15150
15151         * docs/libs/tmpl/gstaudio.sgml:
15152         * docs/libs/tmpl/gstcolorbalance.sgml:
15153         * docs/libs/tmpl/gstmixer.sgml:
15154         * docs/libs/tmpl/gstringbuffer.sgml:
15155         * docs/libs/tmpl/gsttuner.sgml:
15156         * docs/libs/tmpl/gstxoverlay.sgml:
15157         * gst-libs/gst/audio/audio.c:
15158         * gst-libs/gst/audio/gstringbuffer.c:
15159         * gst-libs/gst/interfaces/colorbalance.c:
15160         * gst-libs/gst/interfaces/mixer.c:
15161         * gst-libs/gst/interfaces/tuner.c:
15162         * gst-libs/gst/interfaces/xoverlay.c:
15163           move last template doc snippets to source code and delete them
15164
15165 2006-06-06  Michael Smith  <msmith@fluendo.com>
15166
15167         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
15168         (theora_parse_drain_queue):
15169           Mark DELTA_UNIT on non-keyframes.
15170
15171 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
15172
15173         * gst-libs/gst/audio/gstbaseaudiosink.c:
15174         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
15175         * gst-libs/gst/audio/gstbaseaudiosink.h:
15176         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
15177         (gst_ring_buffer_samples_done):
15178         * gst-libs/gst/audio/gstringbuffer.h:
15179         Document better the fact that latency_time and buffer_time are values
15180         stored in microseconds, and not the usual GStreamer nanoseconds.
15181         Change the variables (compatibly) that store them from GstClockTime 
15182         to guint64 to make it more clear that they're not storing clock times.
15183         Also, remove the bogus property description that says the user can
15184         specify -1 to get the default value, since that's never been the case.
15185
15186         When computing the default segment size for the ring buffer, make it
15187         an integer number of samples.
15188
15189         When the sub-class indicates a delay greater than the number of
15190         samples we've written return 0 from the audio sink get_time method.
15191
15192 2006-06-02  Michael Smith  <msmith@fluendo.com>
15193
15194         * tests/check/elements/audioconvert.c: (set_channel_positions),
15195         (get_float_mc_caps), (get_int_mc_caps):
15196         * tests/check/elements/audioresample.c:
15197         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
15198         * tests/check/elements/videorate.c:
15199         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
15200         * tests/check/elements/volume.c:
15201         * tests/check/elements/vorbisdec.c:
15202         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15203           Don't busy-wait in tests; this was causing test timeouts very
15204           frequently when running under valgrind.
15205
15206 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15207
15208         * gst/tcp/README:
15209         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15210         (gst_multi_fd_sink_remove_client_link),
15211         (gst_multi_fd_sink_client_queue_caps),
15212         (gst_multi_fd_sink_client_queue_buffer),
15213         (gst_multi_fd_sink_handle_client_write),
15214         (gst_multi_fd_sink_render):
15215         * gst/tcp/gstmultifdsink.h:
15216           make multifdsink properly deal with streamheader:
15217           - streamheader is taken from caps
15218           - buffers marked with IN_CAPS are not sent
15219           - streamheaders are sent, on connection, from the caps of the
15220             buffer where the client gets positioned to
15221           - further streamheader changes are done every time the client
15222             will receive a buffer with different caps
15223         * tests/check/elements/multifdsink.c: (GST_START_TEST),
15224         (gst_multifdsink_create_streamheader):
15225           add tests for this
15226
15227 2006-06-02  Michael Smith  <msmith@fluendo.com>
15228
15229         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15230           Reinstate limit on channel count. Vorbis does not define the meaning
15231           of > 6 channels, so they're just independent channels. Gstreamer
15232           currently has no mechanism to represent N independent channels.
15233
15234 2006-06-02  Michael Smith  <msmith@fluendo.com>
15235
15236         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15237           Don't arbitrarily restrict channel counts and rate in vorbis.
15238           In terms of effects likely on real-world files, this fixes 96kHz
15239           playback of vorbis.
15240
15241 2006-06-02  Michael Smith  <msmith@fluendo.com>
15242
15243         * gst/audioconvert/audioconvert.c: (float):
15244           More correct float->int conversion.
15245
15246 2006-06-02  Michael Smith  <msmith@fluendo.com>
15247
15248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15249           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15250           value. Fixes g-critical on trying to play back ogg containing
15251           unknown codec.
15252
15253 2006-06-02  Wim Taymans  <wim@fluendo.com>
15254
15255         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15256         (setup_source):
15257         * gst/playback/gstplaybasebin.h:
15258         Make the subtitle detection work from any thread so we don't
15259         deadlock. Fixes #343397.
15260
15261 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15262
15263         * gst/volume/Makefile.am:
15264           Seriously, it's not *that* hard to get compilation right.  Even
15265           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15266
15267 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15268
15269         * gst/volume/gstvolume.c: (volume_choose_func),
15270         (volume_update_real_volume), (gst_volume_class_init),
15271         (gst_volume_init), (volume_process_float), (volume_process_int16),
15272         (volume_process_int16_clamp), (volume_set_caps),
15273         (volume_transform_ip), (plugin_init):
15274         * gst/volume/gstvolume.h:
15275         rewrite the passthrough check, split _int16 and _int16_clamp, fix
15276         another property desc., remove unused param from process function
15277         
15278         * tests/check/elements/volume.c: (volume_suite):
15279         reactivate the passthrough test
15280
15281 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15282
15283         * ext/alsa/gstalsamixerelement.h:
15284         * ext/alsa/gstalsamixeroptions.h:
15285         * ext/alsa/gstalsamixertrack.h:
15286         * ext/gnomevfs/gstgnomevfssink.h:
15287         * ext/gnomevfs/gstgnomevfssrc.h:
15288         * ext/theora/gsttheoradec.h:
15289         * ext/theora/gsttheoraenc.h:
15290         * ext/theora/gsttheoraparse.h:
15291         * ext/vorbis/vorbisparse.h:
15292         * gst-libs/gst/audio/gstaudioclock.h:
15293         * gst-libs/gst/audio/gstaudiofilter.h:
15294         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15295         * gst/audioconvert/gstaudioconvert.h:
15296         * gst/audioresample/gstaudioresample.h:
15297         * gst/audiotestsrc/gstaudiotestsrc.h:
15298         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15299         * gst/playback/gststreamselector.h:
15300         * gst/tcp/gstmultifdsink.h:
15301         * gst/tcp/gsttcpclientsink.h:
15302         * gst/tcp/gsttcpclientsrc.h:
15303         * gst/tcp/gsttcpserversink.h:
15304         * gst/tcp/gsttcpserversrc.h:
15305         * gst/videorate/gstvideorate.h:
15306         * gst/videoscale/gstvideoscale.h:
15307         * gst/videotestsrc/gstvideotestsrc.h:
15308         * gst/volume/gstvolume.h:
15309         * sys/v4l/gstv4ljpegsrc.h:
15310         * sys/v4l/gstv4lmjpegsink.h:
15311         * sys/v4l/gstv4lmjpegsrc.h:
15312         * sys/v4l/gstv4lsrc.h:
15313         * sys/ximage/ximagesink.h:
15314         * sys/xvimage/xvimagesink.h:
15315         * tests/old/testsuite/alsa/sinesrc.h:
15316         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15317
15318 2006-05-31  Wim Taymans  <wim@fluendo.com>
15319
15320         * ext/libvisual/visual.c: (gst_visual_reset),
15321         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15322         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15323         Handle DISCONT.
15324         Use running time before doing QoS.
15325         Handle mono too.
15326
15327 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15328
15329         * docs/libs/Makefile.am:
15330           set a magic variable to indicate we know the docs are incomplete
15331
15332 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15333
15334         * win32/common/libgstvideo.def:
15335           export gst_video_calculate_display_ratio
15336         * win32/vs6/libgstvideoscale.dsp:
15337           add link to libgstvideo-0.10.lib
15338
15339 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15340
15341         * gst/playback/gstplaybasebin.c: (gen_source_element):
15342           Throw a more comprehensible error for rtsp:// URIs (rather
15343           than erroring out with a negotiation error later on) until
15344           we fix playbin to handle rtspsrc etc.
15345
15346 2006-05-30  Wim Taymans  <wim@fluendo.com>
15347
15348         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15349         (gst_text_overlay_text_event):
15350         Added some FIXMEs.
15351
15352 2006-05-30  Wim Taymans  <wim@fluendo.com>
15353
15354         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15355         (gst_adder_request_new_pad), (gst_adder_release_pad):
15356         * gst/adder/gstadder.h:
15357         Implement release_request_pad.
15358         Make padcounter atomic.
15359
15360         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15361         Added check for release_pad in adder.
15362
15363 2006-05-30  Wim Taymans  <wim@fluendo.com>
15364
15365         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15366         Fix build again.
15367
15368 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15369
15370         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15371         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15372         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15373         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15374         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15375         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15376         (gst_ogg_demux_bisect_forward_serialno),
15377         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15378         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15379           add more debugging
15380           clean up printf formats for granulepos and serialno
15381
15382 2006-05-30  Michael Smith  <msmith@fluendo.com>
15383
15384         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15385         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15386         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15387         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15388         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15389         * ext/vorbis/vorbisenc.h:
15390           Multi-channel caps negotiation, so we can do proper multichannel
15391           vorbis encoding, negotiated through audioconvert.
15392
15393 2006-05-30  Wim Taymans  <wim@fluendo.com>
15394
15395         * tests/check/elements/adder.c: (test_event_message_received),
15396         (test_play_twice_message_received), (GST_START_TEST),
15397         (adder_suite):
15398         Added check to show that #339935 is fixed with ongoing
15399         adder and collectpads fixes.
15400
15401 2006-05-29  Wim Taymans  <wim@fluendo.com>
15402
15403         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15404         Don't leak pad name.
15405
15406 2006-05-29  Wim Taymans  <wim@fluendo.com>
15407
15408         * gst/adder/gstadder.c: (gst_adder_query_duration),
15409         (forward_event_func), (forward_event), (gst_adder_src_event):
15410         Fix adder seeking.
15411         Make query/seeking code threadsafe.
15412
15413         * tests/check/Makefile.am:
15414         * tests/check/elements/adder.c: (test_event_message_received),
15415         (GST_START_TEST), (test_play_twice_message_received):
15416         Fix adder test case.
15417
15418 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15419
15420         Patch by: Young-Ho Cha  <ganadist at chollian net>
15421
15422         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15423         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15424         (set_encoding_element), (decodebin_element_added_cb),
15425         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15426         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15427         * gst/playback/gstplaybasebin.h:
15428           Add 'subtitle-encoding' property to playbin, so applications can
15429           force a subtitle encoding for non-UTF8 subtitles (#342268).
15430
15431         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15432         (gst_sub_parse_set_property):
15433           Rename recently-added 'encoding' property to 'subtitle-encoding'
15434           (so it can be proxied by playbin/decodebin in a generic way
15435           with less danger of false positives).
15436
15437 2006-05-29  Michael Smith  <msmith@fluendo.com>
15438
15439         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15440         (append_with_other_format), (set_structure_widths),
15441         (gst_audio_convert_transform_caps):
15442           Patch from #341562: give more specific audio caps in get_caps, so
15443           that basetransform  can make better decisions on what caps to
15444           negotiate.
15445
15446 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15447
15448         * tests/check/elements/volume.c:
15449         make it compile again
15450
15451 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15452
15453         * tests/check/elements/volume.c: (volume_suite):
15454         disable test until #343196 gets resolved
15455
15456 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15457
15458         * gst/adder/gstadder.c: (gst_adder_get_type):
15459         Make it easier to copy&paste
15460         
15461         * gst/volume/Makefile.am:
15462         * gst/volume/gstvolume.c: (volume_update_real_volume),
15463         (gst_volume_set_volume), (gst_volume_set_mute),
15464         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15465         (volume_transform_ip), (volume_update_mute),
15466         (volume_update_volume):
15467         * gst/volume/gstvolume.h:
15468         Add own debug category, move duplicate code to helper function, fix
15469         property texts, add more comments and prepare ffor liboil-goodness
15470         
15471         * tests/check/Makefile.am:
15472         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15473         add test for mute and passtrough case, be a bit more verbose to track
15474         failure
15475         
15476         * tests/check/generic/states.c: (GST_START_TEST):
15477         catch elements that fail to instantiate
15478
15479 2006-05-28  Edward Hervey  <edward@fluendo.com>
15480
15481         * tests/check/pipelines/simple-launch-lines.c:
15482         * tests/check/pipelines/theoraenc.c:
15483         * tests/check/pipelines/vorbisenc.c:
15484         Comment out tests using parse_launch() if core was built without
15485         parsing capabilities.
15486
15487 2006-05-27  Edward Hervey  <edward@fluendo.com>
15488
15489         * tests/check/Makefile.am:
15490         Extra bonus points for whoever explains to ensonic that you are meant
15491         to test unit tests thoroughly before commiting them, especially if
15492         you know it's going to break.
15493         De-activated element/adder tests.
15494
15495 2006-05-27  Edward Hervey  <edward@fluendo.com>
15496
15497         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15498         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15499         Marking caps conversion issues as GST_WARNING is way too verbose,
15500         Moving them to GST_LOG.
15501
15502 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15503
15504         * README:
15505           Replace current README (containing the release notes from
15506           some 0.9.x version) with a proper README taken from the core.
15507
15508 2006-05-26  Wim Taymans  <wim@fluendo.com>
15509
15510         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15511         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15512         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15513         (vorbis_dec_change_state):
15514         Small cleanups.
15515         Add some FIXMEs
15516         Clip output samples to segment boundaries.
15517
15518 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15519
15520         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15521         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15522         Improve the errors produced on bad output, including some human
15523         readable description strings.
15524         Handle the (theoretical for ximagesink) case where the XServer 
15525         has a different idea about the size required for a particular 
15526         frame and gives us too small a memory allocation.
15527
15528 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15529
15530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15531         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15532         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15533         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15534         Improve the errors produced on bad output, including some human 
15535         readable description strings.
15536         Handle RGB Xv formats properly by transforming them into our 
15537         big-endian caps description.
15538         Use gst_caps_truncate to ensure that we never try and choose a
15539         non-fixed caps in buffer_alloc.
15540         Handle the case where the XServer has a different idea about the size
15541         required for a particular frame and gives us too small a memory
15542         allocation.
15543         Use -1 to indicate 'no image format', because 0 is a valid XServer
15544         image format number.
15545         Put RGB Xv formats at the end of the caps, so that we always prefer
15546         YUV format frames.
15547         Iterate the available Xv Encodings to determine the maximum width and
15548         height, and then return that in our caps.
15549         (Closes #315312, #337544)
15550
15551 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15552
15553         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15554         When there is only one unfinished pad and it receives an event that
15555         doesn't match our requirements, we need to set alldone=FALSE so that
15556         the fakesink is not removed yet.
15557
15558 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15559
15560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15561           Use gst_type_find_helper_for_buffer() to find the type
15562           of stream from the first packet.
15563
15564         * configure.ac:
15565           Bump requirements to core CVS (needed for vorbis
15566           typefinding to work).
15567
15568 2006-05-24  Edward Hervey  <edward@fluendo.com>
15569
15570         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15571         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15572         contain.  Else they play perfectly fine with qtdemux.
15573
15574 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15575
15576         * ext/theora/theoradec.c:
15577         * ext/theora/theoraenc.c:
15578         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15579         * gst/audiorate/gstaudiorate.c:
15580           make more debug catagories static
15581         
15582         * tests/check/Makefile.am:
15583         * tests/check/elements/adder.c: (message_received),
15584         (test_event_message_received), (GST_START_TEST),
15585         (test_play_twice_message_received), (adder_suite):
15586           added test case for using element twice, extra bonus points for anyone
15587           who can make these test run reliably
15588
15589 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15590
15591         * ext/theora/theoradec.c: (theora_dec_chain):
15592           Make work with time-stamped input buffers that do not
15593           have a granulepos in BUFFER_OFFSET_END (like theora
15594           buffers coming from matroskademux). Fixes #342448.
15595
15596 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15597
15598         Patch by: Peter Kjellerstedt  <pkj at axis com>
15599
15600         * gst/tcp/Makefile.am:
15601           fdstresstest doesn't need Gtk+, fix compilation if 
15602           gtk is not available (#342566).
15603
15604 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15605          
15606         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15607           80 line columns
15608           Removed redundant floor()
15609
15610 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15611
15612         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15613           On second thought, just skip JUNK chunks automatically, so
15614           the caller doesn't have to handle this. Fixes #342345.
15615           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15616           not GST_FLOW_ERROR.
15617
15618 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15619
15620         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15621           Don't bail out on JUNK chunks with a size of 0 (would try to
15622           pull_range 0 bytes before, which sources don't like too much).
15623           See #342345.
15624
15625 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15626
15627         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15629         Use the gstutil scaling function to preserve 64 bits while calculating
15630         output width and height from the display-aspect-ratio. (A continuation
15631         of #341542)
15632
15633 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15634
15635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15636         (gst_xvimagesink_buffer_alloc):
15637         * sys/xvimage/xvimagesink.h:
15638         When performing buffer allocations, remember the caps and image format
15639         we return so that if the same caps are asked for next time we can
15640         return them immediately without doing any caps intersections.
15641
15642 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15643          
15644         * gst-libs/gst/rtp/README:
15645           Some new documentation
15646         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15647           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15648         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15649         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15650           New RTP audio base payloader class. Supports frame or sample based
15651           codecs.  Not enabled in Makefile.am until approved.
15652
15653 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15654
15655         * tests/check/elements/alsa.c: (test_device_property_probe):
15656           Fix test case: don't try to free NULL GValueArray when there
15657           are no devices.
15658
15659 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15660
15661         * tests/check/Makefile.am:
15662         * tests/check/elements/alsa.c: (test_device_property_probe),
15663         (alsa_suite), (main):
15664           Add simple test that runs a device property probe on alsasrc,
15665           alsasink and alsamixer. Disable valgrind check for now (too
15666           many leaks in libasound, and valgrind ignored my suppressions
15667           additions).
15668
15669 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15670
15671         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15672         (gst_alsa_device_property_probe_probe_property),
15673         (gst_alsa_device_property_probe_needs_probe),
15674         (gst_alsa_device_property_probe_get_values),
15675         (gst_alsa_type_add_device_property_probe_interface):
15676         * ext/alsa/gstalsadeviceprobe.h:
15677         * ext/alsa/gstalsamixerelement.c:
15678         (gst_alsa_mixer_element_init_interfaces):
15679         * ext/alsa/gstalsamixerelement.h:
15680           Clean up and simplify alsa device probing. Make it actually work
15681           for multiple classes. Don't cache results any longer.
15682
15683         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15684         (gst_alsasink_init):
15685         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15686         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15687         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15688           Make alsasink and alsasrc implement the GstPropertyProbe interface
15689           for device probing (#342181).
15690           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15691
15692 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15693
15694         * gst/subparse/samiparse.c: (handle_start_font):
15695           Don't ignore return value of strtol (++compiler_happiness).
15696
15697 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15698
15699         Patch by: Young-Ho Cha  <ganadist chollian net>
15700
15701         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15702         (gst_sub_parse_class_init), (gst_sub_parse_init),
15703         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15704         (convert_encoding):
15705         * gst/subparse/gstsubparse.h:
15706           Add 'encoding' property (#341681).
15707
15708         * gst/subparse/samiparse.c: (characters_sami):
15709           Output is pango markup, so we need to escape text
15710           between tags (#342143).
15711
15712 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15713
15714         * gst-libs/gst/audio/multichannel.c:
15715         (gst_audio_check_channel_positions):
15716           It's okay to have caps with channels=1 and a channel position
15717           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15718           (deinterleavers might want to keep the position in the caps,
15719           so that they can be re-interleaved again properly later).
15720           Leave check for unexpected 2-channel layouts intact for now.
15721
15722 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15723
15724         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15725         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15726         basesrc can do its job correctly.
15727
15728 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15729
15730         * ext/alsa/Makefile.am:
15731         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15732         (gst_alsa_detect_formats), (get_channel_free_structure),
15733         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15734         (gst_alsa_probe_supported_formats):
15735         * ext/alsa/gstalsa.h:
15736         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15737           Refactor and improve caps probing code: probe signedness
15738           when we probe the supported formats/widths; set endianness
15739           to the one we actually probed for (ie. cpu endianness).
15740           
15741         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15742         (gst_alsasrc_close):
15743         * ext/alsa/gstalsasrc.h:
15744           Implement caps probing for alsasrc.
15745
15746 2006-05-15  Wim Taymans  <wim@fluendo.com>
15747
15748         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15749         (theora_dec_src_query), (theora_dec_src_event),
15750         (theora_dec_sink_event), (theora_handle_comment_packet),
15751         (theora_handle_data_packet), (theora_dec_change_state):
15752         Cleanups, add some G_LIKELY.
15753         Use segment helpers instead of our own wrong code.
15754         Clear queued buffers on seek and READY.
15755
15756         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15757         (vorbis_dec_convert), (vorbis_dec_src_query),
15758         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15759         (vorbis_handle_comment_packet), (vorbis_dec_push),
15760         (vorbis_handle_data_packet), (vorbis_dec_chain),
15761         (vorbis_dec_change_state):
15762         * ext/vorbis/vorbisdec.h:
15763         Remove old useless packetno variable.
15764         Do position query properly.
15765         Add some G_LIKELY.
15766         Do cleanup of queued buffers in new helper function
15767         and use it.
15768
15769 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15770
15771         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15772           Query supported sample rates. Fixes #341732.
15773
15774 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15775
15776         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15777         (gst_decode_bin_change_state): Make decodebin reusable
15778         when going from PAUSE_TO_READY and then back to PAUSED.
15779         Fixes #331678.
15780
15781 2006-05-15  Wim Taymans  <wim@fluendo.com>
15782
15783         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15784         (vorbis_dec_convert), (vorbis_dec_src_query),
15785         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15786         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15787         (vorbis_dec_clean_queued), (vorbis_dec_push),
15788         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15789         Cleanups. Use refcounting and DEBUG_OBJECT.
15790         Reset segment on flush, use code methods instead of our
15791         own wrong version.
15792         Fix potential memleak.
15793
15794 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15795
15796         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15797         (gst_alsasink_init):
15798         * ext/alsa/gstalsasink.h:
15799           Don't leak allocated snd_output_t structure if there's
15800           more than one alsasink instance at a time (#341873).
15801           Also fix GObject macros in header file.
15802           
15803 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15804
15805         * gst/subparse/gstsubparse.c:
15806         (gst_sub_parse_data_format_autodetect):
15807           Don't use libxml functions in the typefinding code.
15808
15809 2006-05-15  Wim Taymans  <wim@fluendo.com>
15810
15811         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15812         Fix seeking performance in the case where a non-header 
15813         packet has a 0 granulepos (busted theora case). 
15814         Fixes #341719
15815         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15816          the first place, you limelight stealer you)
15817
15818 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15819
15820         * gst/subparse/gstsubparse.c:
15821         (gst_sub_parse_data_format_autodetect):
15822           Improve SAMI typefinding: handle case where there are
15823           whitespaces or newlines in front of the first <SAMI>
15824           tag (#169936).
15825
15826 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15827
15828         * configure.ac:
15829           Build video4linux plugin even if there's no XVIDEO, just
15830           without implementing the GstXOverlay interface (#334002).
15831          
15832 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15833
15834         * configure.ac:
15835         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15836         (plugin_init):
15837           Add tentative support for libvisual-0.4 (#336881).
15838
15839 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15840
15841         Patch by: Young-Ho Cha <ganadist at chollian net>
15842
15843         * gst/subparse/samiparse.c: (handle_start_font):
15844           Need to map "silver" colour explicitly (#169936).
15845
15846 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15847
15848         Patch by: Young-Ho Cha  <ganadist at chollian net>
15849
15850         * gst/subparse/Makefile.am:
15851         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15852         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15853         (gst_sub_parse_format_autodetect), (feed_textbuf),
15854         (gst_subparse_type_find), (plugin_init):
15855         * gst/subparse/gstsubparse.h:
15856         * gst/subparse/samiparse.c:
15857         * gst/subparse/samiparse.h:
15858           Add support for SAMI subtitles (#169936).
15859
15860 2006-05-14  Michael Smith  <msmith@fluendo.com>
15861
15862         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15863           Fix #341696: crash when mixing L+R+C to mono or stereo.
15864         * tests/check/Makefile.am:
15865         * tests/check/elements/audioconvert.c: (set_channel_positions),
15866         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15867         (audioconvert_suite):
15868           Add test for the above, including some generic framework bits for
15869           testing multichannel things.
15870
15871 === release 0.10.7 ===
15872
15873 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15874
15875         * configure.ac:
15876           releasing 0.10.7, "Leave the gun"
15877
15878 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15879
15880         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15882         Fix the build.
15883
15884 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15885
15886         * docs/libs/gst-plugins-base-libs-docs.sgml:
15887         * docs/libs/gst-plugins-base-libs-sections.txt:
15888         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15889         * gst-libs/gst/video/video.h:
15890         * gst/videoscale/Makefile.am:
15891         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15893         * tests/check/Makefile.am:
15894         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15895         (main):
15896           Fix integer overflow problem with pixel-aspect-ratio calculations
15897           in videoscale and xvimagesink (#341542)
15898
15899 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15900
15901         * gst-libs/gst/tag/gstid3tag.c:
15902           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15903
15904 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15905
15906         * win32/MANIFEST:
15907           update win32 files listing
15908
15909 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15910
15911         patch by: Sjoerd Simons (sjoerd@luon.net)
15912
15913         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15914         (group_create), (group_destroy), (add_stream),
15915         (gst_play_base_bin_get_property),
15916         (gst_play_base_bin_get_streaminfo_value_array):
15917         * gst/playback/gstplaybasebin.h:
15918           API: GstPlayBaseBin::stream-info-value-array property
15919           use a more bindings-friendly way of exposing streaminfo
15920           using a GValueArray.  Tested in ipython.
15921           Closes #341114
15922
15923 2006-05-11  Wim Taymans  <wim@fluendo.com>
15924
15925         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15926         (queue_underrun_cb), (queue_filled_cb):
15927         Also catch queue underruns but don't do anything yet.
15928         Refactor and comment queue enlarging code a bit.
15929
15930         * gst/playback/gstplaybasebin.c: (queue_overrun),
15931         (queue_threshold_reached), (queue_out_of_data),
15932         (gen_preroll_element):
15933         If a queue over/underruns check that we don't create nasty
15934         deadlocks when the min-threshold is not reached but the
15935         max-bytes is. In those cases disable max-bytes when we
15936         know that the queue is fed timed data.
15937         Add more comments.
15938
15939 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15940
15941         * gst/playback/gstplaybin.c: (gen_audio_element):
15942           Make playbin automatically plug an 'audioresample'
15943           element before the audio sink as well. This solves
15944           problems with sinks that only accept a very specific
15945           sample rate, like esdsink (e.g. #340379).
15946
15947 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15948
15949         * gst/playback/gstplaybasebin.c: (gen_source_element):
15950           Make http sources send special headers so that we receive
15951           icecast metadata if the http stream is an icecast stream
15952           (otherwise the server will just ignore them). This also
15953           means that from now on users will need the 'icydemux'
15954           element from gst-plugins-good installed if they want to
15955           listen to icecast radio streams. (#341432, #333657).
15956
15957 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15958
15959         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15960         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15961           remove stupid example from docs - it should come with a simple
15962           C program instead.
15963           Clean up/fix docs
15964         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15965         (fail_if_can_read), (GST_START_TEST),
15966         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15967           add a test for changing streamheader which exposes a bug in
15968           multifdsink
15969
15970 2006-05-11  Michael Smith  <msmith@fluendo.com>
15971
15972         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15973         (gst_gnome_vfs_src_received_headers_callback):
15974         * ext/gnomevfs/gstgnomevfssrc.h:
15975           Don't set icy-caps unless we have a sane interval value. Move
15976           interval to a local variable; we never use it outside this function.
15977
15978 2006-05-11  Wim Taymans  <wim@fluendo.com>
15979
15980         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15982         Register special buffer types along with the objects so
15983         that they are not registered at runtime from N different
15984         streaming threads since they are not threadsafe.
15985
15986 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15987
15988         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15989         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15990           add two more tests, one doing streamheader
15991
15992 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15993
15994         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15995           clean up the bufqueue when shutting down
15996         * tests/check/Makefile.am:
15997         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15998         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15999         (main):
16000           add a test for the leak that was just fixed
16001
16002 2006-05-10  Wim Taymans  <wim@fluendo.com>
16003
16004         * gst/adder/gstadder.c: (gst_adder_setcaps),
16005         (gst_adder_query_duration), (gst_adder_query), (forward_event),
16006         (gst_adder_src_event), (gst_adder_sink_event),
16007         (gst_adder_class_init), (gst_adder_finalize),
16008         (gst_adder_request_new_pad), (gst_adder_collected):
16009         * gst/adder/gstadder.h:
16010         Updated some docs. Added comments and FIXMEs all over the place.
16011         Improve debugging info.
16012         Fix leak on finalize by not calling the parent.
16013         Implement duration query.
16014         Make event forwarding threadsafe.
16015         Correctly send NEWSEGMENT at start and after flush.
16016         Handle EOS correctly.
16017         Post error when not negotiated.
16018
16019         * tests/check/elements/adder.c: (GST_START_TEST):
16020         Added FIXME in the test.
16021
16022 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16023
16024         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16025         (gst_text_overlay_halign_get_type),
16026         (gst_text_overlay_wrap_mode_get_type):
16027         * ext/theora/theoradec.c: (theora_handle_type_packet),
16028         (theora_handle_data_packet):
16029         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16030         (theora_enc_sink_setcaps), (theora_enc_chain):
16031         * gst-libs/gst/cdda/gstcddabasesrc.c:
16032         (gst_cdda_base_src_mode_get_type):
16033         * gst/audiotestsrc/gstaudiotestsrc.c:
16034         (gst_audiostestsrc_wave_get_type):
16035         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
16036         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16037         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16038         (gst_sync_method_get_type), (gst_unit_type_get_type),
16039         (gst_client_status_get_type):
16040         * gst/videoscale/gstvideoscale.c:
16041         (gst_video_scale_method_get_type):
16042         * gst/videotestsrc/gstvideotestsrc.c:
16043         (gst_video_test_src_pattern_get_type):
16044         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
16045         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
16046         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
16047         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
16048         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
16049         (paint_setup_RGB565), (paint_setup_xRGB1555):
16050           Const-ify GEnumValue and GFlagsValue arrays. Use
16051           GST_ROUND_UP_* macros instead of home-made ones.
16052
16053 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16054
16055         * configure.ac:
16056           Require core CVS for the new newsegment stuff.
16057
16058 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16059
16060         Patch by: Sjoerd Simons  <sjoerd at luon net>
16061
16062         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
16063           Register nick for enum value (#341160).
16064
16065 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
16066
16067         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
16068         (plugin_init):
16069          backout typefind patch #340375
16070          
16071         * tests/check/elements/adder.c: (message_received),
16072         (GST_START_TEST), (adder_suite):
16073           redo, signal-handling of test
16074
16075 2006-05-09  Wim Taymans  <wim@fluendo.com>
16076
16077         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
16078         (gst_adder_collected):
16079         * gst/adder/gstadder.h:
16080         Remove bogus segment merging and forwarding, we don't
16081         care about timestamps anyway and we just produce a
16082         continuous stream. 
16083         Also create a nice NEWSEGMENT event when we start.
16084         Use _scale_int some more.
16085
16086 2006-05-09  Edward Hervey  <edward@fluendo.com>
16087
16088         * tests/icles/stress-xoverlay.c:
16089         Fix if core was built without parsing support.
16090
16091 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16092
16093         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16094           Add SEDG (Samsung MPEG-4) fourcc.
16095
16096 2006-05-09  Edward Hervey  <edward@fluendo.com>
16097
16098         * tests/icles/stress-xoverlay.c:
16099         * tests/examples/volume/volume.c:
16100         Fix if core was built without parsing support.
16101
16102         * tests/examples/seek/seek.c:
16103         Disable the parse_launch example if core was built without parsing
16104         support.
16105
16106 2006-05-08  Edward Hervey  <edward@fluendo.com>
16107
16108         * autogen.sh: (CONFIGURE_DEF_OPT): 
16109         libtoolize on Darwin/MacOSX is called glibtoolize
16110
16111 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16112
16113         * tests/check/Makefile.am:
16114         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
16115           Disable the adder test, until the build-slaves posses the kindness to 
16116           either like it or to give valid reason for not doing so 
16117
16118 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16119
16120         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16121         (adder_suite):
16122           Shuffle NULL state change around and raise timeout more
16123
16124 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16125
16126         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
16127         (mp4_type_find), (plugin_init):
16128           Add typefind to distinguish between "audio/x-m4a" and new type
16129           "video/mp4". Fixes #340375
16130
16131         * tests/check/elements/adder.c: (adder_suite):
16132           Raise timeout to make buildbot happy
16133
16134 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16135
16136         * gst/adder/gstadder.c: (gst_adder_sink_event),
16137         (gst_adder_request_new_pad), (gst_adder_change_state):
16138         * gst/adder/gstadder.h:
16139         * tests/check/Makefile.am:
16140         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16141         (adder_suite), (main):
16142           Add sink-event handling to adder. It tries to merge incomming
16143           newsegment-events. Added test to check if segment_done is comming
16144           through. Fixes #340060
16145
16146 2006-05-05  Andy Wingo  <wingo@pobox.com>
16147
16148         * ext/theora/theoraparse.c (gst_theora_parse_init)
16149         (theora_parse_src_convert, theora_parse_src_query):
16150         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16151         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
16152         query functions on the source pads of the theora and vorbis parse
16153         elements. Fixes position querying when doing a remux.
16154
16155 2006-05-05  Michael Smith  <msmith@fluendo.com>
16156
16157         * ext/theora/theoraparse.c: (parse_granulepos),
16158         (theora_parse_drain_queue_prematurely),
16159         (theora_parse_queue_buffer), (theora_parse_sink_event):
16160           Fix flushing.
16161           Fix invalid granulepos outputs when starting with a non-keyframe.
16162
16163 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
16164
16165         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
16166         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
16167         Rearrange MPEG system stream detection, fixing some memleaks in the
16168         process.
16169         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
16170         they clean up their data correctly.
16171         Remove unused ogganx caps and move the 'is_annodex' check to inside
16172         the 'is_ogg' if statement.
16173
16174 2006-05-05  Wim Taymans  <wim@fluendo.com>
16175
16176         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
16177         Properly remove ghostpads. Fixes #340392
16178
16179 2006-05-04  David Schleef  <ds@schleef.org>
16180
16181         * gst/typefind/gsttypefindfunctions.c:
16182
16183 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16184
16185         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16186         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
16187
16188         When typefinding an MP3 in push-based mode, don't penalise the
16189         probability down to 74% when we found 5 valid frames just because we
16190         can't peek the end of the file.
16191
16192         Make the probability for detecting MPEG Transport Streams based on the
16193         number of sequential headers we successfully detected.
16194
16195 2006-05-03  Wim Taymans  <wim@fluendo.com>
16196
16197         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16198         (vorbis_dec_push), (vorbis_dec_chain):
16199         Still produce an error when we receive an empty packet.
16200
16201 2006-05-03  Wim Taymans  <wim@fluendo.com>
16202
16203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16204         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16205         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16206         Mark buffers with DISCONT after seek and after activating new
16207         chains.
16208
16209         * ext/theora/gsttheoradec.h:
16210         * ext/theora/theoradec.c: (gst_theora_dec_reset),
16211         (theora_get_query_types), (theora_dec_sink_event),
16212         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16213         (theora_dec_change_state):
16214         Fix frame counter.
16215         Detect and mark DISCONT buffers.
16216
16217         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16218         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16219         (vorbis_dec_change_state):
16220         * ext/vorbis/vorbisdec.h:
16221         Use GstSegment.
16222         Detect and mark DISCONT buffers.
16223         Don't crash on 0 sized buffers.
16224
16225 2006-05-03  Wim Taymans  <wim@fluendo.com>
16226
16227         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16228         (volume_transform_ip):
16229         Increase "volume" property to 10.0. Fixes #340369.
16230         Set the process function to NULL when capsnego fails so that
16231         we properly error out.
16232
16233 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16234
16235         * gst/playback/gstplaybin.c: (add_sink):
16236         * gst/playback/test.c: (main):
16237         * gst/playback/test5.c: (dump_element_stats):
16238         * gst/playback/test6.c: (main):
16239           free caps using gst_caps_unref, don't leak caps-strings
16240
16241 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
16242
16243         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16244         (plugin_init):
16245           Refine musepack typefinding a bit. Return MAXIMUM
16246           probability when we detect stream version 7 to make
16247           sure the mpeg audio typefinder doesn't trump us.
16248
16249 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16250
16251         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16252           Protect against unexpected NULL strf_data buffer.
16253
16254 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16255
16256         * tests/check/elements/audioconvert.c: (verify_convert),
16257         (GST_START_TEST):
16258           interpret the out[] buffer in the order the bytes are actually
16259           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16260           Other tests should use BYTE_ORDER since the array is filled in
16261           with actual values
16262
16263 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16264
16265         * tests/check/elements/audioconvert.c: (verify_convert),
16266         (GST_START_TEST):
16267           when a test fails, give an indication of which it is
16268
16269 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16270
16271         * gst-libs/gst/cdda/gstcddabasesrc.c:
16272           compile fix; strtol() needs <stdlib.h>
16273
16274 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16275
16276         * ext/alsa/gstalsamixerelement.c:
16277         * ext/alsa/gstalsasrc.c:
16278         * ext/cdparanoia/gstcdparanoiasrc.c:
16279         * ext/gnomevfs/gstgnomevfssink.c:
16280         * ext/gnomevfs/gstgnomevfssrc.c:
16281         * ext/ogg/gstoggdemux.c:
16282         * ext/ogg/gstoggmux.c:
16283         * ext/ogg/gstoggparse.c:
16284         * ext/ogg/gstogmparse.c:
16285         * ext/pango/gstclockoverlay.c:
16286         * ext/pango/gsttextoverlay.c:
16287         * ext/pango/gsttextrender.c:
16288         * ext/pango/gsttimeoverlay.c:
16289         * ext/theora/theoradec.c:
16290         * ext/theora/theoraenc.c:
16291         * ext/vorbis/vorbisdec.c:
16292         * ext/vorbis/vorbisenc.c:
16293         * gst-libs/gst/audio/gstaudiofilter.c:
16294         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16295         * gst/audioconvert/gstaudioconvert.c:
16296         * gst/audiorate/gstaudiorate.c:
16297         * gst/audioresample/gstaudioresample.c:
16298         * gst/audiotestsrc/gstaudiotestsrc.c:
16299         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16300         * gst/playback/gstdecodebin.c:
16301         * gst/playback/gstplaybin.c:
16302         * gst/playback/gststreamselector.c:
16303         * gst/subparse/gstsubparse.c:
16304         * gst/tcp/gstmultifdsink.c:
16305         * gst/tcp/gsttcpclientsink.c:
16306         * gst/tcp/gsttcpclientsrc.c:
16307         * gst/tcp/gsttcpserversink.c:
16308         * gst/tcp/gsttcpserversrc.c:
16309         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16310         * gst/videorate/gstvideorate.c:
16311         * gst/videoscale/gstvideoscale.c:
16312         * gst/videotestsrc/gstvideotestsrc.c:
16313         * gst/volume/gstvolume.c:
16314         * sys/v4l/gstv4ljpegsrc.c:
16315         * sys/v4l/gstv4lmjpegsink.c:
16316         * sys/v4l/gstv4lmjpegsrc.c:
16317         * sys/v4l/gstv4lsrc.c:
16318         * sys/ximage/ximagesink.c:
16319         * sys/xvimage/xvimagesink.c:
16320         * tests/check/libs/cddabasesrc.c:
16321           make GstElementDetails const
16322
16323 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16324
16325         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16326         (gst_adder_init):
16327           send events from src-pad to all sink-pads fixes #338657
16328
16329 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16330
16331         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16332         (alsasink_parse_spec):
16333           query width capabilities from alsa, fixes #338919
16334
16335 2006-04-28  Wim Taymans  <wim@fluendo.com>
16336
16337         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16338         (gst_multi_fd_sink_remove_client_link):
16339         * gst/tcp/gstmultifdsink.h:
16340         Fix race condition in multifdsink that can lead to spurious 
16341         duplicate clients. this patch adds a new signal that is fired when
16342         multifdsink has removed all references to the fd.
16343         Fixes #339574.
16344         Updated documentation.
16345         API: client-fd-removed signal added
16346
16347 2006-04-28  Michael Smith  <msmith@fluendo.com>
16348
16349         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16350           When asking g_value_array_new to prealloc elements, we may as well
16351           ask for the right number of elements.
16352
16353 2006-04-28  Wim Taymans  <wim@fluendo.com>
16354
16355         * gst-libs/gst/audio/gstbaseaudiosink.c:
16356         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16357         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16358         patch to make timestamp checking more tollerant to rounding 
16359         errors given that real discontinuities are to be marked on
16360         buffers. Fixes some asf files and #338778.
16361         Also avoid some crashers when we receive an event in the 
16362         NULL state.
16363
16364 2006-04-28  Michael Smith  <msmith@fluendo.com>
16365
16366         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16367         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16368         (gst_gnome_vfs_src_get_property),
16369         (gst_gnome_vfs_src_send_additional_headers_callback),
16370         (gst_gnome_vfs_src_received_headers_callback),
16371         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16372         (gst_gnome_vfs_src_stop):
16373         * ext/gnomevfs/gstgnomevfssrc.h:
16374           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16375           proper shared support within icydemux.
16376
16377 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16378
16379         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16380         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16381           fix up docs
16382           fix a leak when no caps negotiated
16383           fix counting of input frames
16384         * tests/check/elements/.cvsignore:
16385         * tests/check/elements/videorate.c: (assert_videorate_stats),
16386         (GST_START_TEST), (videorate_suite):
16387           add tests for these
16388
16389 2006-04-28  Wim Taymans  <wim@fluendo.com>
16390
16391         * gst-libs/gst/audio/gstringbuffer.c:
16392         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16393         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16394         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16395         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16396         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16397         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16398         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16399         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16400         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16401         Check arguments passed to public functions instead of
16402         crashing.
16403
16404 2006-04-28  Wim Taymans  <wim@fluendo.com>
16405
16406         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16407         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16408         GstBaseAudioSrc must be live or it does not work.
16409
16410         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16411         Don't set live to TRUE as this is the default in the parentclass.
16412
16413 2006-04-28  Wim Taymans  <wim@fluendo.com>
16414
16415         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16416         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16417         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16418         fixation cases better. Fixes #338991
16419
16420 2006-04-28  Wim Taymans  <wim@fluendo.com>
16421
16422         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16423         Handle 0/1 framerate correctly Fixes #331901.
16424
16425 2006-04-28  Wim Taymans  <wim@fluendo.com>
16426
16427         * tests/check/elements/audioconvert.c: (get_float_caps),
16428         (GST_START_TEST), (audioconvert_suite):
16429         Added check for correct clipping when doing float samples
16430         in audioconvert.
16431
16432 2006-04-28  Wim Taymans  <wim@fluendo.com>
16433
16434         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16435         (gst_video_rate_chain):
16436         Print more debugging info.
16437
16438 2006-04-28  Wim Taymans  <wim@fluendo.com>
16439
16440         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16441         (resample_set_state_from_caps):
16442         Add support for other formats audioresample can handle such as
16443         32 bits in and float and 64 bits float. Fixes #301759
16444
16445 2006-04-28  Wim Taymans  <wim@fluendo.com>
16446
16447         * gst/audioconvert/audioconvert.c: (float):
16448         correctly clip float samples > 1.0. Fixes #338718
16449
16450 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16451
16452         Patch by: Young-Ho Cha  <ganadist at chollian net>
16453
16454         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16455         (gst_text_overlay_render_text):
16456           Don't strip newlines from the text. Also, center lines
16457           within multi-line paragraphs (#339405).
16458
16459 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16460
16461         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16462           Fix wavpack typefinding to work in more cases (don't peek
16463           for chunks of multiple hundred kBs at once, but process
16464           things step-by-step in smaller units). Fixes #339786.
16465
16466 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16467
16468         * configure.ac:
16469           back to HEAD
16470
16471 === release 0.10.6 ===
16472
16473 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16474
16475         * configure.ac:
16476           releasing 0.10.6, "Chao"
16477
16478 2006-04-26  David Schleef  <ds@schleef.org>
16479
16480         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16481           Fixes #338897.
16482
16483 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16484
16485         * configure.ac:
16486         * win32/common/config.h:
16487           new prerelease
16488
16489 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16490
16491         patch by: Wim Taymans
16492
16493         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16494         (gst_ogg_demux_perform_seek):
16495           make sure correct newsegments are sent, so that the decoder
16496           and the demuxer agree on timestamps.  Fixes playback of a lot
16497           of Ogg files that do not start from 0.  Fixes #339833.
16498
16499 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16500
16501         Patch by: Edward Hervey  <edward@fluendo.com>
16502
16503         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16504         * tests/check/Makefile.am:
16505         * tests/check/elements/videorate.c: (assert_videorate_stats),
16506         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16507         (videorate_suite), (main):
16508           Fix an infinite loop if frames are passed in with wrongly ordered
16509           timestamps.  Fixes #339013.
16510
16511 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16512
16513         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16514
16515         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16516           fix typefinding on some ISO files.  Fixes #339212.
16517
16518 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16519
16520         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16521
16522         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16523           add another H264 fourcc.  Fixes #339047.
16524
16525 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16526
16527         Patch by: Jan Schmidt
16528
16529         * gst/playback/gststreamselector.c:
16530         (gst_stream_selector_bufferalloc):
16531           Restore old StreamSelector behaviour.
16532           Fixes #338419.
16533
16534 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16535
16536         * configure.ac:
16537         * win32/common/config.h:
16538           prerelease
16539
16540 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16541
16542         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16543
16544         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16545         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16546           Fix some memory leaks: on finalize, free buffers left in the queue
16547           before destroying the queue; in _push(), unref rtp_buf even if
16548           the process vfunc returned a NULL buffer as output buffer (#337548);
16549           demote some recuring debug messages to LOG level.
16550
16551 2006-04-11  Wim Taymans  <wim@fluendo.com>
16552
16553         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16554         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16555         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16556         (gst_ogg_demux_loop):
16557         More cleanups.
16558         Respect segment stop when emiting EOS or SEGMENT_DONE.
16559         Fixes (#337945).
16560
16561 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16562
16563         * gst/playback/gststreamselector.c:
16564         (gst_stream_selector_get_property):
16565           Don't leak pad name.
16566
16567 2006-04-10  Michael Smith  <msmith@fluendo.com>
16568
16569         * tests/check/Makefile.am:
16570         * tests/check/gst-plugins-base.supp:
16571           Suppress an old libtheora bug (fixed in more recent versions), so 
16572           that FC4 buildslaves can pass.
16573
16574 2006-04-10  Wim Taymans  <wim@fluendo.com>
16575
16576         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16577         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16578         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16579         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16580         (gst_ogg_demux_loop):
16581         Don't leak events.
16582         Remember what error we got when finding chains, if we
16583         were shutdown, that would not be an error.
16584
16585 2006-04-10  Wim Taymans  <wim@fluendo.com>
16586
16587         * gst-libs/gst/audio/gstbaseaudiosink.c:
16588         (gst_base_audio_sink_event):
16589         Starting the ringbuffer when we did not acquire it can cause
16590         a deadlock, is pointless and causes nasty things for
16591         subclasses. 
16592         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16593
16594 2006-04-10  Wim Taymans  <wim@fluendo.com>
16595
16596         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16597         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16598         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16599         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16600         (gst_ogg_demux_deactivate_current_chain),
16601         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16602         (gst_ogg_demux_bisect_forward_serialno),
16603         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16604         Add some more debugging.
16605
16606 2006-04-10  Wim Taymans  <wim@fluendo.com>
16607
16608         * ext/theora/theoradec.c: (theora_dec_src_event),
16609         (theora_handle_data_packet):
16610         Some more debug info.
16611
16612         * tests/examples/seek/seek.c: (start_seek), (main):
16613         Print element messages too.
16614
16615 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16616
16617         * gst/audioresample/debug.h:
16618           replace debug macros with variable number of parameters
16619           by a simple alias to gstreamer standard debug macros 
16620          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16621           supported by MSVC 6.0 and 7.1)
16622         * gst/audioresample/resample.h:
16623           define M_PI and rint for WIN32
16624         * win32/common/libgstaudio.def:
16625         * win32/common/libgstriff.def:
16626         * win32/common/libgsttag.def:
16627         * win32/common/libgstvideo.def:
16628           add new exported functions
16629         * win32/vs6:
16630           update project files
16631
16632 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16633
16634         * ext/alsa/gstalsamixeroptions.c:
16635         (gst_alsa_mixer_options_class_init):
16636         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16637         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16638         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16639         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16640         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16641         * gst-libs/gst/audio/gstaudiofilter.c:
16642         (gst_audio_filter_class_init):
16643         * gst-libs/gst/audio/gstaudiosink.c:
16644         (gst_audioringbuffer_class_init):
16645         * gst-libs/gst/audio/gstaudiosrc.c:
16646         (gst_audioringbuffer_class_init):
16647         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16648         * gst-libs/gst/interfaces/colorbalancechannel.c:
16649         (gst_color_balance_channel_class_init):
16650         * gst-libs/gst/interfaces/mixeroptions.c:
16651         (gst_mixer_options_class_init):
16652         * gst-libs/gst/interfaces/mixertrack.c:
16653         (gst_mixer_track_class_init):
16654         * gst-libs/gst/interfaces/tunerchannel.c:
16655         (gst_tuner_channel_class_init):
16656         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16657         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16658         (gst_netbuffer_class_init):
16659         * gst-libs/gst/rtp/gstbasertppayload.c:
16660         (gst_basertppayload_class_init):
16661         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16662         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16663         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16664         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16665         * gst/playback/gststreamselector.c:
16666         (gst_stream_selector_class_init):
16667         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16668         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16669         * sys/v4l/gstv4lcolorbalance.c:
16670         (gst_v4l_color_balance_channel_class_init):
16671         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16672         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16673         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16674         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16675         (gst_v4l_tuner_norm_class_init):
16676         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16678         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16679         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16680
16681 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16682
16683         * ext/pango/gsttextrender.h:
16684         * gst-libs/gst/audio/gstaudiosink.h:
16685         * gst-libs/gst/audio/gstaudiosrc.h:
16686         * gst-libs/gst/audio/gstbaseaudiosink.h:
16687         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16688         * gst-libs/gst/audio/gstringbuffer.h:
16689         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16690         * gst-libs/gst/rtp/gstbasertppayload.h:
16691         * gst-libs/gst/video/gstvideofilter.h:
16692         * gst-libs/gst/video/gstvideosink.h:
16693         * gst/playback/gstplaybasebin.h:
16694         * gst/tcp/gstmultifdsink.h:
16695         * sys/v4l/gstv4lelement.h:
16696         Fix broken GObject macros
16697
16698 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16699
16700         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16701         More debug to trace why my USB headset is not working with gst
16702
16703 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16704
16705         * gst/playback/gstplaybasebin.c: (group_destroy):
16706         Clean up our group elements properly in the case where it never 
16707         got committed - it still got added unconditionally to the bin.
16708
16709 2006-04-07  Wim Taymans  <wim@fluendo.com>
16710
16711         * ext/theora/theoradec.c: (theora_dec_sink_event),
16712         (theora_handle_data_packet), (theora_dec_chain):
16713         Unref unhandled events.
16714         Protect against empty buffers.
16715         Perform QoS on running time.
16716
16717 2006-04-07  Michael Smith  <msmith@fluendo.com>
16718
16719         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16720         (gst_vorbis_enc_chain):
16721           Remove leaks from vorbisenc.
16722           Mostly minor changes, the only significant one is that now the
16723           buffers we set as 'streamheader' on the caps are copies of the
16724           original buffers, to avoid circular refcounting problems.
16725
16726 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16727
16728         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16729           Don't remove our mute-probe if someone else already did so.
16730           Don't set a 2nd one if there is already one pending on the pad.
16731
16732         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16733         (do_playbin_seek):
16734           When a seek fails, ensure that playbin is still set back to playing.
16735           
16736         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16737         (mpeg_ts_type_find), (plugin_init):
16738           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16739
16740 2006-04-06  Andy Wingo  <wingo@pobox.com>
16741
16742         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16743         (gst_video_rate_init): Caps-related parameters should not be reset
16744         by a flush -- move their inits to the instance init function.
16745         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16746         is not OK, just return the result.
16747
16748         * gst/audiotestsrc/gstaudiotestsrc.c
16749         (gst_audio_test_src_class_init)
16750         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16751         broken by Stefan's commit on 24 March.
16752
16753         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16754         buffers being pushed out. Fixes oggmux ! multifdsink.
16755
16756 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16757
16758         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16759         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16760         * ext/vorbis/vorbisdec.h:
16761         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16762         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16763         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16764         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16765         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16766         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16767         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16768         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16769         (gst_vorbis_enc_buffer_from_packet),
16770         (gst_vorbis_enc_buffer_from_header_packet),
16771         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16772         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16773         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16774         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16775         (gst_vorbis_enc_change_state):
16776         * ext/vorbis/vorbisenc.h:
16777           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16778           vorbisenc adhere to the official nomenclature; use boilerplate
16779           macro.
16780
16781 2006-04-04  Andy Wingo  <wingo@pobox.com>
16782
16783         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16784         Whoops, fix bug introduced. Bad hacker!
16785         
16786         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16787         Properly handle the case where you get EOS before any buffers are
16788         received. Use gst_buffer_make_metadata_writable where appropriate.
16789
16790         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16791         is often negative -- make it signed so as not to wrap around.
16792         Fixes segfaults introduced on 9 March.
16793
16794 2006-04-03  Wim Taymans  <wim@fluendo.com>
16795
16796         * ext/theora/gsttheoradec.h:
16797         * ext/theora/theoradec.c: (theora_dec_src_event):
16798         Don't try to store a gdouble in a gboolean.
16799         Small cleanups.
16800
16801 2006-04-03  Michael Smith  <msmith@fluendo.com>
16802
16803         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16804           Oggmux sucks.
16805           Make it suck slightly less by writing out the final page.
16806           Still can't encode a vorbis-in-ogg file correctly, though.
16807
16808 2006-04-03  Andy Wingo  <wingo@pobox.com>
16809
16810         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16811         a g_print.
16812
16813         * ext/theora/theora.c (plugin_init): Register theoraparse.
16814
16815         * ext/theora/gsttheoraparse.h: 
16816         * ext/theora/theoraparse.c: New files implementing a theora
16817         parser. Now we can properly remux ogg/theora+vorbis, yay.
16818
16819         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16820
16821 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16822
16823         * gst/audiotestsrc/gstaudiotestsrc.c:
16824           Fixed the sample pipeline (see #323798)
16825
16826 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16827
16828         * configure.ac:
16829         * win32/common/config.h:
16830         * win32/common/config.h.in:
16831           use AS_VERSION and AS_NANO
16832           more cleanups
16833
16834 2006-03-31  Andy Wingo  <wingo@pobox.com>
16835
16836         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16837         uninitialized variable return that would happen.
16838         
16839         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16840         uninitialized variable return that would never happen.
16841
16842         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16843         (vorbis_parse_sink_event): Add an event function to flush our
16844         state on a seek, and to drain buffers on a premature EOS.
16845         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16846         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16847         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16848         (vorbis_parse_drain_queue): Queue up buffers until we can set
16849         their timestamps and granulepos values.
16850
16851         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16852         and keep track of data needed for deriving granulepos and
16853         timestamps for buffers.
16854
16855 2006-03-29  Wim Taymans  <wim@fluendo.com>
16856
16857         Patch by: j^ <j at bootlab dot org>
16858
16859         * ext/alsa/gstalsamixerelement.c:
16860         (gst_alsa_mixer_element_class_init):
16861         * ext/alsa/gstalsasink.c:
16862         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16863         * ext/ogg/gstoggdemux.c:
16864         * ext/ogg/gstoggmux.c:
16865         * ext/ogg/gstoggparse.c:
16866         * ext/pango/gstclockoverlay.c:
16867         * ext/pango/gsttextoverlay.c:
16868         * ext/pango/gsttextrender.c:
16869         * ext/pango/gsttimeoverlay.c:
16870         * ext/theora/theoradec.c:
16871         * ext/theora/theoraenc.c:
16872         * ext/vorbis/vorbisdec.c:
16873         * ext/vorbis/vorbisenc.c:
16874         * gst/audioconvert/gstaudioconvert.c:
16875         * gst/subparse/gstsubparse.c:
16876         * gst/tcp/gstmultifdsink.c:
16877         * gst/tcp/gsttcpclientsink.c:
16878         * gst/tcp/gsttcpclientsrc.c:
16879         * gst/tcp/gsttcpserversink.c:
16880         * gst/tcp/gsttcpserversrc.c:
16881           better/unified long descriptions
16882           Fixes #336477
16883
16884 2006-03-29  Wim Taymans  <wim@fluendo.com>
16885
16886         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16887         (stop_seek):
16888         Don't let double and triple clicks mess up our state.
16889
16890 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16891
16892         * gst/playback/gstplaybin.c: (gen_video_element),
16893         (gen_text_element), (gen_audio_element), (gen_vis_element):
16894           Error out gracefully when we can't create any of the usual
16895           conversion elements for some reason. Also, don't try to
16896           create an audioscale (sic) element that's not used anyway.
16897
16898 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16899
16900         * gst/playback/gstplaybasebin.c: (setup_source):
16901           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16902           element for a particular protocol, that's confusing for users.
16903           Instead, post a RESOURCE_FAILED error, so that our own error
16904           message is actually shown in totem etc. (#336303).
16905
16906 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16907
16908         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16909
16910         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16911         (gst_gnome_vfs_src_get_icy_metadata):
16912           Fix some minor memory leaks (#336194).
16913
16914 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16915
16916         * ext/gnomevfs/gstgnomevfs.c:
16917         (gst_gnome_vfs_location_to_uri_string):
16918         * ext/gnomevfs/gstgnomevfs.h:
16919         * ext/gnomevfs/gstgnomevfssink.c:
16920         (gst_gnome_vfs_sink_set_property):
16921         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16922           Make gnomevfssink accept filenames as well as URIs for the
16923           "location" property, just like gnomevfssrc does (and
16924           filesrc/filesink do) (#336190).
16925
16926 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16927
16928         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16929           set to NULL before unreffing, fixes a valgrind leak.
16930           Why was this not triggering the error that an object needs to
16931           be NULL before unreffing ?
16932         * win32/common/config.h:
16933           update
16934
16935 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16936
16937         * gst/subparse/gstsubparse.c: (convert_encoding),
16938         (gst_sub_parse_change_state):
16939         * gst/subparse/gstsubparse.h:
16940           Text subtitle files may or may not be UTF-8. If it's not, we
16941           don't really want to see '?' characters in place of non-ASCII
16942           characters like accented characters. So let's assume the input
16943           is UTF-8 until we come across text that is clearly not. If it's
16944           not UTF-8, we don't really know what it is, so try the following:
16945           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16946           is set; if not, check (b) if the current locale encoding is
16947           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16948           the current locale encoding is UTF-8 and the environment variable
16949           was not set to any particular encoding. Not perfect, but better
16950           than nothing (and better than before, I think) (fixes #172848).
16951
16952 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16953
16954         * configure.ac:
16955           update core requirement to 0.10.4.1 because of async_playback
16956           vmethod on GstBaseSink
16957
16958 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16959
16960         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16961         * gst/adder/gstadder.c: (gst_adder_init):
16962         use DEBUG_FUNCPTR for collectpads
16963
16964 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16965
16966         * docs/plugins/Makefile.am:
16967         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16968         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16969         * ext/cdparanoia/gstcdparanoiasrc.c:
16970         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16971         (gst_gnome_vfs_sink_class_init):
16972         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16974         * ext/ogg/gstoggmux.c:
16975         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16976         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16977         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16978         * ext/pango/gsttextoverlay.c:
16979         * ext/pango/gsttextrender.c:
16980         * ext/theora/theoradec.c:
16981         * ext/theora/theoraenc.c:
16982         * ext/vorbis/vorbisdec.c:
16983         * ext/vorbis/vorbisenc.c:
16984         * gst-libs/gst/audio/gstaudiofilter.c:
16985         (gst_audio_filter_base_init):
16986         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16987         (gst_audio_filter_template_base_init):
16988         * gst/adder/gstadder.c: (gst_adder_get_type):
16989         * gst/adder/gstadder.h:
16990         * gst/audioconvert/gstaudioconvert.c:
16991         * gst/audiotestsrc/gstaudiotestsrc.c:
16992         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16993         (gst_audio_test_src_create):
16994         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16995         * gst/playback/gstdecodebin.c:
16996         * gst/playback/gstplaybin.c:
16997         * gst/playback/gststreamselector.c:
16998         (gst_stream_selector_base_init):
16999         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
17000         * gst/volume/gstvolume.c:
17001         * sys/v4l/gstv4lmjpegsink.c:
17002         * sys/v4l/gstv4lmjpegsrc.c:
17003         * tests/check/libs/cddabasesrc.c:
17004         * tests/old/examples/gob/gst-identity2.gob:
17005           Add docs for adder, use GST_ELEMENT_DETAILS macro,
17006           define GstElementDetails at the top
17007
17008 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
17009
17010         * win32/common/libgstinterfaces.def:
17011         Add a lot of export functions for gst-python
17012         * win32/vs6/libgstinterfaces.dsp:
17013         Add a missing include folder in the project configuration
17014         
17015 2006-03-23  Wim Taymans  <wim@fluendo.com>
17016
17017         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17018         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
17019         (gst_base_audio_src_change_state):
17020         Fix audio sources, forgot to make the ringbuffer
17021         startable...
17022
17023 2006-03-23  Wim Taymans  <wim@fluendo.com>
17024
17025         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17026         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
17027         (gst_base_audio_src_change_state):
17028         unparent instead of unref the ringbuffer.
17029
17030 2006-03-23  Wim Taymans  <wim@fluendo.com>
17031
17032         * gst-libs/gst/audio/gstbaseaudiosink.c:
17033         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
17034         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
17035         Implement new async_play vmethod to start slaving and allow
17036         playback start in case of async PLAY state changes. 
17037
17038         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17039         Enable QoS with new method in base class.
17040
17041 2006-03-23  Wim Taymans  <wim@fluendo.com>
17042
17043         Patch by: Julien MOUTTE <julien at moutte dot net>
17044
17045         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
17046         (gst_video_test_src_do_seek), (gst_video_test_src_create):
17047         Partially handle 0 framerate, only EOS after the first frame
17048         is missing.
17049
17050 2006-03-23  Wim Taymans  <wim@fluendo.com>
17051
17052         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17053
17054         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17055         (gst_riff_create_video_template_caps):
17056         * gst/ffmpegcolorspace/avcodec.h:
17057         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17058         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17059         (gst_ffmpegcsp_avpicture_fill):
17060         * gst/ffmpegcolorspace/imgconvert.c:
17061         Patch for support of YVU9 AVI files (#334822)
17062
17063 2006-03-22  Edward Hervey  <edward@fluendo.com>
17064
17065         * docs/design/design-decodebin.txt:
17066         Added design document for new decodebin
17067         (Target Caps): text/x-pango-markup is also a default target caps.
17068
17069 2006-03-22  Wim Taymans  <wim@fluendo.com>
17070
17071         * gst-libs/gst/audio/gstbaseaudiosink.c:
17072         (gst_base_audio_sink_dispose):
17073         Since we _parent the ringbuffer, we also need to
17074         _unparent instead of a plain _unref.
17075
17076 2006-03-22  Wim Taymans  <wim@fluendo.com>
17077
17078         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
17079         (stop_seek), (scrub_toggle_cb), (main):
17080         Add scrub checkbox.
17081
17082 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17083
17084         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
17085         (gst_ogg_parse_chain):
17086           Fix very inefficient usage of linked lists (#335365).
17087
17088 2006-03-21  Edward Hervey  <edward@fluendo.com>
17089
17090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17091         * gst/playback/gstplaybin.c: (handoff):
17092         * gst/playback/gststreamselector.c:
17093         (gst_stream_selector_set_property):
17094         gcc 4.1 unreferenced pointer fixes.
17095         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
17096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
17097         gst_buffer_ref() now takes a GstBuffer*.
17098
17099 2006-03-20  Julien MOUTTE  <julien@moutte.net>
17100
17101         * sys/xvimage/xvimagesink.c:
17102         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
17103         by Jan Schmidt.
17104
17105 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
17106
17107         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
17108         (id3v1_type_find), (apetag_type_find), (plugin_init):
17109           Can't do tag preferences via probability, as tags would then
17110           lose against types that are recognised with MAXIMUM probability
17111           (like .wav); so let all tag typefinders return MAXIMUM themselves
17112           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
17113           that we can prefer APE to ID3v1 (fixes #335028).
17114           
17115 2006-03-17  Wim Taymans  <wim@fluendo.com>
17116
17117         * gst-libs/gst/audio/gstbaseaudiosink.c:
17118         (gst_base_audio_sink_change_state):
17119         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
17120         (gst_ring_buffer_may_start):
17121         * gst-libs/gst/audio/gstringbuffer.h:
17122         Only start playback if we are playing.
17123         should fix #330748.
17124
17125 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
17126
17127         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
17128         * win32/common/config.h:
17129           Revert accidental commits to these files.
17130
17131 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17132
17133         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17134
17135         * tests/Makefile.am:
17136           Don't try to build tests in tests/icles if we
17137           don't have X (#323852)
17138
17139 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17140
17141         * gst-libs/gst/tag/gstid3tag.c:
17142           Add TXXX frame identifiers for replaygain stuff as used
17143           by some taggers (see #323721).
17144
17145 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
17146
17147         * gst/playback/gststreamselector.c:
17148         (gst_stream_selector_set_property),
17149         (gst_stream_selector_bufferalloc):
17150           Preserve the existing buggy streamselector behaviour by performing
17151           a fallback buffer allocation when downstream isn't linked yet.
17152           This should really be fixed in playbin by blocking pads until it's
17153           linked them.
17154           Also, use gst_pad_alloc_buffer instead of
17155           gst_pad_alloc_buffer_and_set.
17156
17157 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17158
17159         * gst-libs/gst/tag/gstid3tag.c:
17160           Don't crash on unknown ID3v2 TXXX frames.
17161           
17162 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17163
17164         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
17165           Chain up to the parent finalize method.
17166           Add 32-bit sample size to the template caps.
17167
17168         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17169         (gst_riff_create_video_template_caps):
17170           Add the fourcc that the VMWare codec uses.
17171           
17172         * gst/playback/gststreamselector.c:
17173         (gst_stream_selector_set_property),
17174         (gst_stream_selector_bufferalloc),
17175         (gst_stream_selector_request_new_pad):
17176           For the active pad, forward buffer-alloc requests, otherwise
17177           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
17178           having to memcpy every frame when used by playbin.
17179
17180         * gst/tcp/gstmultifdsink.c:
17181         (gst_multi_fd_sink_handle_client_write):
17182           Get negotiated caps from the sink pad, rather than the sink
17183           pad's peer.
17184
17185 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17186
17187         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17188         
17189         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
17190           Don't forget to set src->callbacks_pushed to FALSE again when
17191           popping them, otherwise re-activation in a different mode won't
17192           work (#334620).
17193
17194 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17195
17196         Patch by: Sebastien Moutte  <sebastien moutte net>
17197
17198         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
17199         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
17200         (gst_ffmpeg_smpfmt_to_caps):
17201           Replace __VA_ARGS__ caps creation macros with varargs functions.
17202           Makes things compile on MSVC (#320765), looks nicer, and we can
17203           tell the compiler to check for the NULL terminator.
17204
17205 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17206
17207         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17208
17209         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17210           Make sure the buffer we copy into is really always big
17211           enough, this time for real (#333488).
17212           
17213 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17214
17215         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17216           Add support for 24bpp DIB (#305279).
17217
17218 2006-03-14  Wim Taymans  <wim@fluendo.com>
17219
17220         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17221         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17222         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17223         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17224         (gst_video_scale_init), (gst_video_scale_src_event):
17225         Re-enable QoS after the release.
17226         Rework videoscale to use the base class src_event handler.
17227
17228 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17229
17230         * configure.ac:
17231           back to CVS.
17232
17233 === release 0.10.5 ===
17234
17235 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
17236
17237         * configure.ac:
17238           releasing 0.10.5, "Net"
17239
17240 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17241
17242         * docs/plugins/Makefile.am:
17243           Part of previous cdparanoiasrc docs fixes, forgot to commit.
17244           
17245 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17246
17247         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17248         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17249         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17250           Add cdparanoiasrc to docs.
17251
17252         * gst-libs/gst/cdda/gstcddabasesrc.c:
17253           More GstCddaBaseSrc docs.
17254
17255 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17256
17257         * docs/libs/gst-plugins-base-libs-sections.txt:
17258         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17259         * gst-libs/gst/tag/tag.h:
17260           API: libgsttag: new method gst_tag_from_id3_user_tag().
17261
17262 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17263
17264         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17265           NULL-terminate array of mpeg4 video file extensions.
17266           Fixes crash on PPC (#334226).
17267
17268 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17269
17270         * ext/gnomevfs/gstgnomevfssrc.c:
17271         (gst_gnome_vfs_src_check_get_range):
17272           gnome_vfs_uri_is_local() alone is not a good indicator
17273           whether we can operate in pull-mode with a specific URI,
17274           as it returns FALSE for file:// URIs that point to an
17275           NFS-mounted path. Be more conservative here: whitelist
17276           local files, blacklist http URIs and use the old
17277           mechanism for anything else (fixes #334216).
17278
17279 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17280
17281         * configure.ac:
17282           back to trunk
17283
17284 === release 0.10.4 ===
17285
17286 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
17287
17288         * configure.ac:
17289           releasing 0.10.4, "Power"
17290
17291 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
17292
17293         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17294         Disable max-lateness by setting it to -1 for now, so that 
17295         we can bed QoS stuff in thoroughly between now and the next
17296         release.
17297
17298 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17299
17300         Patch by: Fabrizio Gennari
17301
17302         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17303           Make sure we don't read beyond the palette buffer in case of
17304           broken or manipulated files (#333488)
17305
17306 2006-03-10  Edward Hervey  <edward@fluendo.com>
17307
17308         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17309         Fix for variable not initialized.
17310
17311 2006-03-09  Wim Taymans  <wim@fluendo.com>
17312
17313         * ext/libvisual/visual.c: (gst_visual_get_type),
17314         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17315         (gst_visual_chain):
17316         Small cleanups.
17317
17318         * ext/theora/gsttheoradec.h:
17319         * ext/theora/theoradec.c: (gst_theora_dec_init),
17320         (gst_theora_dec_reset), (_theora_granule_time),
17321         (theora_dec_src_convert), (theora_dec_sink_convert),
17322         (theora_dec_src_query), (theora_dec_src_event),
17323         (theora_dec_sink_event), (theora_handle_comment_packet),
17324         (theora_handle_header_packet), (theora_dec_push),
17325         (theora_handle_data_packet), (theora_dec_chain),
17326         (theora_dec_change_state):
17327         Add simple QoS.
17328
17329 2006-03-09  Wim Taymans  <wim@fluendo.com>
17330
17331         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17332         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17333         Some cleanups.
17334
17335 2006-03-09  Wim Taymans  <wim@fluendo.com>
17336
17337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17338         Don't try to activate NULL chains.
17339
17340 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17341
17342         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17343           Fix invalid memory access to region before peek'd data (#332964).
17344
17345 2006-03-09  Wim Taymans  <wim@fluendo.com>
17346
17347         Patch by: Christophe Fergeau
17348
17349         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17350         * ext/pango/gsttextrender.c: (gst_text_render_init):
17351         * gst/adder/gstadder.c: (gst_adder_init):
17352         Don't leak padtemplates, closes #333510.
17353
17354 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17355
17356         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17357           Fix invalid memory access: make sure string passed to
17358           regexec() is NUL-termianted.
17359
17360 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17361
17362         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17363         (mp3_type_find):
17364           Refactor mpeg/audio typefinding to make it more maintainable
17365           and easier to fine-tune. Make probing into middle of the file
17366           work properly (fixes #333900, also see #152688).
17367
17368 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17369
17370         * gst/typefind/gsttypefindfunctions.c:
17371         (utf8_type_find_have_valid_utf8_at_offset):
17372           Remove part from previous commit that was bogus:
17373           g_utf8_validate() does in fact not accept embedded
17374           zeroes, so we don't need to check for those (thanks
17375           to Mike for the hint).
17376
17377 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17378
17379         * gst/typefind/gsttypefindfunctions.c:
17380         (utf8_type_find_count_embedded_zeroes),
17381         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17382           Make plain/text typefinder more conservative: firstly, check
17383           for embedded zeroes, which are perfectly valid UTF-8 characters,
17384           but also a fairly good sign that something is not a plain text
17385           file; secondly, probe into the middle of the file if possible.
17386           If we can't probe into the middle, limit the probability value
17387           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17388
17389 2006-03-08  Michael Smith  <msmith@fluendo.com>
17390
17391         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17392           Make typefind function name for mpeg4 video unique.
17393
17394 2006-03-08  Wim Taymans  <wim@fluendo.com>
17395
17396         * ext/libvisual/visual.c: (gst_visual_init),
17397         (gst_visual_clear_actors), (gst_visual_dispose),
17398         (gst_visual_reset), (gst_visual_src_setcaps),
17399         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17400         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17401         (gst_visual_chain), (gst_visual_change_state):
17402         Cleanups, post nice errors.
17403         Handle sink and src events.
17404         Implement simple QoS.
17405
17406         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17407         Use new basesink methods to configure max-lateness.
17408         Small doc update.
17409
17410         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17411         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17412         Debug statement cleanups.
17413
17414         * gst/volume/gstvolume.c: (gst_volume_class_init):
17415         Simple cleanup.
17416
17417 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17418
17419         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17420         (gst_text_overlay_init), (gst_text_overlay_set_property),
17421         (gst_text_overlay_get_property):
17422           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17423           as string type properties, but mark them deprecated. Add
17424           'halignment' and 'valignment' properties that use enums
17425           instead of strings.
17426
17427 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17428
17429         Patch by: Fabrizio Gennari
17430
17431         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17432           Allow palettes with less than 256 colours in AVI files
17433           (#333488)
17434
17435 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17436
17437         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17438         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17439         pad. We were releasing the queued text buffer when we should keep
17440         it until video pad gets EOS or discard the text buffer because it's
17441         too old. That was eating the last subtitle buffer. Add some more
17442         debug.
17443
17444 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17445
17446         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17447         (gst_text_overlay_video_chain):
17448           Fix invalid memory access (we can't access a buffer after it's been
17449           pushed downstream without taking a reference); fix memory leak (if
17450           there's no text to render, bail out before allocating stuff).
17451
17452 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17453
17454         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17455         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17456         * ext/pango/gsttextoverlay.h:
17457           If input is plain text, escape it before passing it to
17458           pango_layout_set_markup().
17459
17460 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17461
17462         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17463           Don't ignore flow return from gst_pad_push().
17464
17465 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17466
17467         Patch by: Fabrizio Gennari
17468
17469         * ext/libvisual/visual.c: (gst_visual_getcaps),
17470         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17471         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17473         (gst_vorbisenc_convert_sink):
17474         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17475         (gst_audio_duration_from_pad_buffer):
17476         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17477         (gst_audio_filter_chain):
17478         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17479         (gst_base_rtp_depayload_setcaps):
17480         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17481         (gst_video_get_size):
17482         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17483           Don't leak references returned by gst_pad_get_parent()
17484           (#333663)
17485
17486 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17487
17488         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17489           change location param details
17490         * gst/volume/gstvolume.c: (plugin_init):
17491           correct plugin description
17492
17493 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17494
17495         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17496         (gst_gnome_vfs_src_check_get_range):
17497           Override GstBaseSrc::check_get_range() in order to avoid opening
17498           the resource just to check whether we can operate in pull-mode or
17499           not - we can predict that pretty well from the URI alone. Should
17500           fix problems with last.fm (#331690). (Requires latest core CVS).
17501
17502 2006-03-06  Wim Taymans  <wim@fluendo.com>
17503
17504         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17505         (gst_video_sink_class_init):
17506         Throw away frames that are later than 20 ms.
17507
17508 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17509
17510         Patch by: Fabrizio Gennari
17511
17512         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17513           Set depth on WMA caps (#333545)
17514
17515 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17516
17517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17518         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17519           put Theora BOS pages before others.  This hardcodes
17520           the Ogg/Theora I profile, but hey.
17521
17522 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17523
17524         * ext/ogg/README:
17525           updated with some examples
17526         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17527         (granulepos_add), (theora_buffer_from_packet):
17528         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17529         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17530         (gst_vorbisenc_chain):
17531           implement strategy from ext/ogg/README
17532         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17533         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17534         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17535         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17536           Fix muxer so that oggz-validate is happy with all streams;
17537           except for no eos mark, and the BOS page ordering
17538         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17539         (check_buffer_granulepos):
17540         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17541           update tests to check for OFFSET being set as requested
17542           fixed type of granulepos, it's not a ClockTime
17543
17544 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17545
17546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17547         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17548         Check that the xvimage we are creating has a correct size
17549         before returning it. (#314897)
17550
17551 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17552
17553         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17554           Give id3 and ape tag typefinders a rank slightly higher
17555           than PRIMARY to ensure they're always run before any of
17556           the other typefinders (in particular wav and mp3) (#324186).
17557
17558 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17559
17560         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17561           Add support for '3IVD' fourcc (#333403).
17562
17563 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17564
17565         * configure.ac:
17566           Bump requirements to GStreamer CVS for the new error enum.
17567
17568         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17569           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17570           space left on the device (fixes #333352).
17571
17572 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17573
17574         * win32/vs6:
17575           add a project file for libgstvolume
17576           update the workspace
17577
17578 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17579
17580         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17581         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17582         (GST_START_TEST):
17583           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17584           Set IN_CAPS on header buffers
17585
17586 2006-03-02  Wim Taymans  <wim@fluendo.com>
17587
17588         * docs/plugins/Makefile.am:
17589         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17590         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17591         Add audioresample to docs.
17592
17593         * gst/audioconvert/gstaudioconvert.c:
17594         Add revision date.
17595
17596         * gst/audioresample/gstaudioresample.c:
17597         (gst_audioresample_base_init), (gst_audioresample_class_init),
17598         (gst_audioresample_init), (gst_audioresample_dispose),
17599         (audioresample_get_unit_size), (audioresample_transform_caps),
17600         (resample_set_state_from_caps), (audioresample_transform_size),
17601         (audioresample_set_caps), (audioresample_event),
17602         (audioresample_do_output), (audioresample_transform),
17603         (audioresample_pushthrough), (gst_audioresample_set_property),
17604         (gst_audioresample_get_property), (plugin_init):
17605         * gst/audioresample/gstaudioresample.h:
17606         Added docs.
17607         Small code cleanups.
17608
17609 2006-03-02  Wim Taymans  <wim@fluendo.com>
17610
17611         * docs/plugins/Makefile.am:
17612         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17613         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17614         Added videoscale to docs.
17615
17616         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17617         (gst_video_rate_swap_prev), (gst_video_rate_event),
17618         (gst_video_rate_chain):
17619         Fix typo in docs.
17620
17621         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17622         (gst_video_scale_init), (gst_video_scale_prepare_size),
17623         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17624         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17625         * gst/videoscale/gstvideoscale.h:
17626         Added docs, examples.
17627         Some code cleanups.
17628         Post errors instead of g_warning.
17629
17630 2006-03-02  Wim Taymans  <wim@fluendo.com>
17631
17632         * docs/libs/gst-plugins-base-libs-docs.sgml:
17633         * docs/libs/gst-plugins-base-libs-sections.txt:
17634         * docs/libs/gst-plugins-base-libs.types:
17635         * docs/plugins/Makefile.am:
17636         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17637         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17638         Added some more docs to libs and plugins.
17639
17640         * gst-libs/gst/audio/gstringbuffer.c:
17641         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17642         * gst-libs/gst/audio/gstringbuffer.h:
17643         Document ringbuffer some more.
17644
17645         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17646         (gst_video_rate_setcaps), (gst_video_rate_reset),
17647         (gst_video_rate_init), (gst_video_rate_flush_prev),
17648         (gst_video_rate_swap_prev), (gst_video_rate_event),
17649         (gst_video_rate_chain), (gst_video_rate_change_state):
17650         * gst/videorate/gstvideorate.h:
17651         Fix videorate to use segments.
17652         Make it work with 0/1 framerates (closes #331903)
17653         Handle EOS correctly.
17654         Added docs.
17655
17656 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17657
17658         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17659         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17660         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17661           In state change function, first chain up to parent class,
17662           then handle downwards state change stuff. Remove some
17663           commented out cruft from 0.8 code.
17664
17665 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17666
17667         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17668         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17669         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17670         (gst_ogm_parse_chain):
17671           Don't remove/re-add source pad if the new caps are the same as
17672           the old caps anyway (#333042). When removing source pad, don't
17673           unref it afterwards - we didn't ref it when adding. Sprinkle some
17674           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17675           after using gst_pad_get_parent(). Return downstream flow return
17676           value in chain function.
17677
17678 2006-03-02  Wim Taymans  <wim@fluendo.com>
17679
17680         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17681         * docs/plugins/gst-plugins-base-plugins.args:
17682         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17683         * docs/plugins/gst-plugins-base-plugins.interfaces:
17684         * docs/plugins/gst-plugins-base-plugins.signals:
17685         Fix hierarchy, added some more elements to the docs.
17686
17687         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17688         (gst_ffmpegcsp_get_type):
17689         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17690         Fix docs for ffmpegcolorspace.
17691
17692 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17693
17694         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17695         (apetag_type_find), (ape_type_find), (plugin_init):
17696           Some typefinding fine-tuning:
17697           - rank ID3/APE tags in order of preference via probabilities, so that
17698             ID3v2 > APEv2 > APEv1 > ID3v1.
17699           - three or four bytes don't really justify MAXIMUM probability,
17700             change those to 'very likely' (musepack and monkeysaudio).
17701
17702 2006-03-01  Wim Taymans  <wim@fluendo.com>
17703
17704         * docs/plugins/Makefile.am:
17705         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17706         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17707         * ext/alsa/gstalsamixer.c:
17708         * ext/alsa/gstalsamixer.h:
17709         * ext/alsa/gstalsamixerelement.c:
17710         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17711         * ext/alsa/gstalsamixerelement.h:
17712         * ext/alsa/gstalsasink.c:
17713         * ext/alsa/gstalsasink.h:
17714         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17715         (gst_alsasrc_init):
17716         * ext/alsa/gstalsasrc.h:
17717         Added alsa docs.
17718         Small code cleanups.
17719
17720 2006-03-01  Wim Taymans  <wim@fluendo.com>
17721
17722         * ext/theora/Makefile.am:
17723         Dist new header too,
17724
17725 2006-03-01  Wim Taymans  <wim@fluendo.com>
17726
17727         * docs/plugins/Makefile.am:
17728         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17729         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17730         * ext/gnomevfs/gstgnomevfssink.h:
17731         * ext/gnomevfs/gstgnomevfssrc.h:
17732         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17733         * ext/vorbis/vorbisdec.h:
17734         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17735         * ext/vorbis/vorbisenc.h:
17736         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17737         (vorbis_parse_chain), (vorbis_parse_change_state):
17738         * ext/vorbis/vorbisparse.h:
17739         * gst/audioconvert/gstaudioconvert.h:
17740         * gst/tcp/gsttcpserversink.h:
17741         * gst/videotestsrc/gstvideotestsrc.c:
17742         * gst/videotestsrc/gstvideotestsrc.h:
17743         * gst/volume/gstvolume.c:
17744         * gst/volume/gstvolume.h:
17745         Fix some more docs.
17746         Added docs for vorbisdec and vorbisparse.
17747         Fix vorbisparse.
17748
17749 2006-03-01  Wim Taymans  <wim@fluendo.com>
17750
17751         * docs/plugins/Makefile.am:
17752         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17753         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17754         * ext/pango/gstclockoverlay.h:
17755         * ext/pango/gsttextoverlay.h:
17756         * ext/pango/gsttextrender.h:
17757         * ext/pango/gsttimeoverlay.h:
17758         * ext/theora/gsttheoradec.h:
17759         * ext/theora/gsttheoraenc.h:
17760         * ext/theora/theoradec.c:
17761         * ext/theora/theoraenc.c:
17762         * gst/audioconvert/gstaudioconvert.h:
17763         * gst/audiotestsrc/gstaudiotestsrc.h:
17764         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17765         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17766         * gst/tcp/gstmultifdsink.h:
17767         Updated/added documentation.
17768
17769         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17770         (gst_text_overlay_halign_get_type),
17771         (gst_text_overlay_wrap_mode_get_type),
17772         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17773         (gst_text_overlay_init), (gst_text_overlay_set_property),
17774         (gst_text_overlay_get_property):
17775         Fix up properties to be enums instead of string to make bindings,
17776         introspection and automatic GUI creation possible.
17777         Add getters for the properties.
17778
17779 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17780
17781         * gst/audiotestsrc/gstaudiotestsrc.c:
17782           added defines of M_PI and M_PI_2
17783         * gst/ffmpegcolorspace/avcodec.h:
17784           removed #include "stdint.h" for win32 as _stdint.h is 
17785           autogenerated to win32/common
17786         * win32/common/libgstaudio.def:
17787         * win32/common/libgsttag.def:
17788           added some exports
17789         * win32/vs6:
17790           some project files bugs corrected
17791         * win32/vs7:
17792           project files are reset to the default vs7 configuration 
17793           (they link to msvcr71.dll using default optimizations)
17794           
17795 2006-02-28  Wim Taymans  <wim@fluendo.com>
17796
17797         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17798         Fix some docs.
17799
17800 2006-02-28  Edward Hervey  <edward@fluendo.com>
17801
17802         * ext/alsa/gstalsasrc.c:
17803         Set proper class on the ElementDetails:
17804         Source/Audio instead of Src/Audio/
17805
17806 2006-02-28  Edward Hervey  <edward@fluendo.com>
17807
17808         * gst/videoscale/vs_scanline.c:
17809         (vs_scanline_resample_nearest_RGBA):
17810         Revert optimization in videoscale. It should go in liboil and have
17811         an appropriate liboil function.
17812
17813 2006-02-28  Wim Taymans  <wim@fluendo.com>
17814
17815         * gst-libs/gst/audio/gstbaseaudiosink.c:
17816         (gst_base_audio_sink_provide_clock):
17817         Don't try to provide a clock in the NULL state.
17818
17819 2006-02-28  Wim Taymans  <wim@fluendo.com>
17820
17821         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17822         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17823         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17824         (gst_ogg_demux_deactivate_current_chain),
17825         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17826         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17827         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17828         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17829         Use GstSegment infrastructure to remove duplicated code
17830         and handle more seek cases correctly.
17831
17832 2006-02-28  Wim Taymans  <wim@fluendo.com>
17833
17834         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17835         (gst_ffmpegcsp_transform):
17836         Don't ignore return code from ffmpeg convert function.
17837
17838         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17839         Split out some long statements to ease debugging.
17840
17841 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17842
17843         * ext/libvisual/visual.c: (gst_visual_init),
17844         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17845         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17846         being able to renegotiate the size. Instead, use the negotiation
17847         algorithm from the goom plugin to pick an initial output caps. 
17848
17849         Also, allow theoretical libvisual plugins that might support non-GL 
17850         output even if they also do GL.
17851
17852 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17853
17854         * ext/libvisual/visual.c: (gst_visual_init),
17855         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17856         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17857         possible negotiation issues.
17858
17859 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17860
17861         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17862
17863 2006-02-24  Michael Smith  <msmith@fluendo.com>
17864
17865         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17866         (cmml_type_find), (plugin_init):
17867           Fix CMML type find function to not require a specific minor version
17868           of the CMML header.
17869
17870           Add an MPEG4 video elementary stream typefind function.
17871
17872 2006-02-04  Michael Smith  <msmith@fluendo.com>
17873
17874         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17875         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17876         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17877         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17878         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17879         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17880           Annodex support in ogg demuxer. Doesn't do very much without the
17881           other annodex patches (to come).
17882
17883 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17884
17885         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17886
17887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17888           Pick up palette for MS video v1 (#327028)
17889
17890 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17891
17892         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17893         (gst_ffmpegcsp_caps_remove_format_info),
17894         (gst_ffmpegcsp_get_unit_size):
17895           The 'palette_data' field from incoming RGB caps shouldn't be
17896           proxied on outgoing YUV caps; also, restrict unit size
17897           adjustment in case of paletted data only to the unit that
17898           actually has a palette. Fixes #330711.
17899
17900 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17901
17902         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17903         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17904         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17905         (gst_ffmpegcsp_get_unit_size):
17906           Plug some memory leaks.
17907
17908 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17909
17910         * sys/ximage/Makefile.am:
17911         * sys/xvimage/Makefile.am:
17912           Add some _CFLAGS and _LIBS that seem to be missing
17913           and/or required for Cygwin (see #317048).
17914
17915 2006-02-22  Wim Taymans  <wim@fluendo.com>
17916
17917         * ext/alsa/gstalsasrc.c:
17918         Fix description as pointed out by caugier.
17919
17920 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17921
17922         Reviewed by : Edward Hervey  <edward@fluendo.com>
17923
17924         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17925         (qt_type_find):
17926         Better 3gp typefinding (#331526).
17927
17928 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17929
17930         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17931           Don't send EOS event here, the base class will send one for us.
17932
17933         * gst/playback/gstplaybasebin.c: (prepare_output):
17934           Subpictures without video stream aren't allowed either.
17935         
17936         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17937           Fix debug statement copy'n'paste-o.
17938
17939 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17940
17941         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17942           Fix issues with mixer keeping state when muting/unmuting
17943           and when changing the volume whilst muted (see #331763
17944           and #331765).
17945
17946 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17947
17948         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17949         (parse_subrip), (gst_sub_parse_format_autodetect):
17950           Set right caps given that we send escaped text. Also,
17951           honour <i></i>, <b></b> and <u></u> markers that can be found
17952           in .srt files (fixes #310202).
17953
17954 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17955
17956         * gst-libs/gst/audio/mixerutils.c:
17957         (element_factory_rank_compare_func):
17958           Make order in which elements are tried more determinable.
17959
17960 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17961
17962         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17963         (remove_element_chain), (cleanup_decodebin),
17964         (gst_decode_bin_change_state): Make decodebin reusable by
17965         fixing remove_element_chain first and then introduce a
17966         cleaner in state change to ->NULL. (Closes #331678)
17967
17968 2006-02-19  Wim Taymans  <wim@fluendo.com>
17969
17970         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17971         use 0666 mask when creating files so umask gets applied
17972         correctly. Fixes #331295.
17973
17974 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17975
17976         * gst/subparse/Makefile.am:
17977         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17978         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17979         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17980         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17981         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17982         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17983         * gst/subparse/gstssaparse.h:
17984         * gst/subparse/gstsubparse.c: (plugin_init):
17985           Add very basic parser for SSA subtitle streams (as often
17986           found in matroska files).
17987
17988 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17989
17990         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17991           That should be text/x-pango-markup, not text/x-pango-layout.
17992
17993 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17994
17995         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17996         Polishing.
17997
17998 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17999
18000         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18001         (gst_text_overlay_finalize), (gst_text_overlay_init),
18002         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18003         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18004         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
18005         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
18006         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
18007         Fix state change deadlock.
18008
18009 2006-02-19  Julien MOUTTE  <julien@moutte.net>
18010
18011         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18012         (gst_text_overlay_finalize), (gst_text_overlay_init),
18013         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18014         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18015         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
18016         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
18017         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
18018         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
18019         and subtitles files.
18020
18021 2006-02-19  Julien MOUTTE  <julien@moutte.net>
18022
18023         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
18024         should be considered as raw.
18025
18026 2006-02-19  Julien MOUTTE  <julien@moutte.net>
18027
18028         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18029         (cb_probe):
18030         * gst/playback/gststreaminfo.h: Introduce language informations.
18031
18032 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18033
18034         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18035         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
18036         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18037         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
18038         Set shared memory segments to be deleted as soon as we have attached,
18039         that way they get cleaned up automatically if we crash.
18040
18041 2006-02-18  Julien MOUTTE  <julien@moutte.net>
18042
18043         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
18044         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
18045         functions are called with lock held.
18046
18047 2006-02-18  Julien MOUTTE  <julien@moutte.net>
18048
18049         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18050         (gst_text_overlay_finalize), (gst_text_overlay_init),
18051         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18052         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18053         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
18054         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
18055         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
18056         (gst_text_overlay_change_state): Refactoring of textoverlay
18057         without collectpads. This now supports sparse subtitles coming
18058         from a demuxer instead of a sub file. Seeking is still broken 
18059         though. Need to discuss with wtay some more on how to handle
18060         seeking correctly.
18061         * ext/pango/gsttextoverlay.h:
18062         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
18063         subtitles coming from the demuxer.
18064
18065 2006-02-17  Wim Taymans  <wim@fluendo.com>
18066
18067         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
18068         (gst_vorbisenc_convert_sink):
18069         Use some more scaling functions.
18070
18071 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18072
18073         * ext/cdparanoia/gstcdparanoiasrc.c:
18074         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
18075         (gst_cd_paranoia_paranoia_callback),
18076         (gst_cd_paranoia_src_signal_is_being_watched),
18077         (gst_cd_paranoia_src_read_sector):
18078         * ext/cdparanoia/gstcdparanoiasrc.h:
18079           Add back 'transport-error' and 'uncorrected-error' signals and
18080           make them actually be fired when bad stuff happens (#319340).
18081
18082 2006-02-17  Wim Taymans  <wim@fluendo.com>
18083
18084         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18085         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18086         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
18087         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
18088         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
18089         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
18090         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
18091         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
18092         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
18093         (gst_ring_buffer_clear):
18094         Small cleanups.
18095         Added some G_LIKELY.
18096
18097 2006-02-17  Wim Taymans  <wim@fluendo.com>
18098
18099         * gst-libs/gst/audio/TODO:
18100         Update TODO
18101
18102         * gst-libs/gst/audio/gstbaseaudiosink.c:
18103         (gst_base_audio_sink_get_offset):
18104         When trying to play samples ASAP and we don't have a
18105         previous sample, try to play at position 0 instead of
18106         an invalid position.
18107
18108 2006-02-17  Wim Taymans  <wim@fluendo.com>
18109
18110         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
18111         (gst_alsasink_reset):
18112         Also release lock when we get an error in _reset();
18113         fix an error message.
18114
18115 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18116
18117         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18118         (gst_alsasink_init), (get_channel_free_structure),
18119         (caps_add_channel_configuration), (gst_alsasink_getcaps),
18120         (gst_alsasink_close):
18121         * ext/alsa/gstalsasink.h:
18122           Add support for more than 2 channels (#326720).
18123
18124 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18125
18126         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18127           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
18128           with 4 or 6 channels, assume a default channel layout to make things
18129           work (not sure there's anything else we can do in those cases).
18130
18131 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18132
18133         * gst-libs/gst/audio/multichannel.c:
18134           Minor docs fix.
18135
18136         * gst-libs/gst/riff/Makefile.am:
18137         * gst-libs/gst/riff/riff-ids.h:
18138         * gst-libs/gst/riff/riff-media.c:
18139         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
18140           Add support for WAVEFORMATEX, eg. PCM audio with more than two
18141           channels and a channel layout map.
18142           
18143 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
18144
18145         Reviewed by Edward Hervey  <edward@fluendo.com>
18146
18147         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
18148         C-level optimization of the RGBA nearest neighbour function.
18149         Eventually this might end up in liboil with vectorized versions.
18150
18151 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18152
18153         * gst-libs/gst/audio/multichannel.c:
18154         (gst_audio_get_channel_positions):
18155           When we have more than 2 channels, but no channel layout is
18156           specified in the caps, return some default channel layout
18157           to the caller and warn about about a possibly buggy element
18158           (could be buggy filtercaps as well of course) (#317038).
18159
18160 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18161
18162         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18163           Add gst-libs/gst/cdda to list of lib search paths.
18164
18165 2006-02-15  Andy Wingo  <wingo@pobox.com>
18166
18167         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
18168         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
18169         to the Lord Jesus that I do not have to touch the ogg muxer ever
18170         again.
18171
18172 2006-02-15  Edward Hervey  <edward@fluendo.com>
18173
18174         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18175         quicktime movie files can also contain 'uuid' atoms.
18176
18177 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18178
18179         * gst/audioconvert/plugin.c: (plugin_init):
18180           Register the GstAudioChannelPosition enum type with the type
18181           system in the plugin_init function, so that it is known before
18182           any element actually makes use of multi-channel stuff. This is
18183           required for example if one wants to be able to deserialise/use
18184           a caps string with channel positions before any pipeline has
18185           been setup and started, like with gst-launch.
18186
18187 2006-02-14  Wim Taymans  <wim@fluendo.com>
18188
18189         * gst-libs/gst/audio/gstringbuffer.c:
18190         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
18191         (gst_ring_buffer_samples_done), (wait_segment),
18192         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
18193         Add some compiler G_(UN_)LIKELY help.
18194         SIGNAL the ringbuffer waiters when going to PAUSED as well to
18195         make sure they can exit their functions. Should fix #330748
18196
18197 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18198
18199         * Makefile.am:
18200         * configure.ac:
18201         * win32/MANIFEST:
18202         * win32/common/_stdint.h:
18203           Windows does not have long long; copy the generated _stdint.h
18204         * win32/common/interfaces-enumtypes.c:
18205         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18206         (gst_mixer_track_flags_get_type),
18207         (gst_tuner_channel_flags_get_type):
18208         * win32/common/multichannel-enumtypes.c:
18209         (gst_audio_channel_position_get_type):
18210           update
18211
18212 2006-02-13  Wim Taymans  <wim@fluendo.com>
18213
18214         * gst-libs/gst/audio/gstbaseaudiosink.c:
18215         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18216         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18217         Always sync on first sample we receive when starting.
18218
18219 2006-02-13  Wim Taymans  <wim@fluendo.com>
18220
18221         * gst/playback/gstplaybin.c: (gen_vis_element):
18222         Update vis bin docs.
18223         Move queue after tee so we don't queue video buffers but
18224         audio samples instead. Fixes problems where the video queue
18225         is filled and the audio queue empty.
18226
18227 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
18228
18229         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18230           No need to push an EOS event here, GstBaseSrc will do that for us
18231           when we return FLOW_UNEXPECTED.
18232           
18233 2006-02-12  Wim Taymans  <wim@fluendo.com>
18234
18235         * gst-libs/gst/audio/gstbaseaudiosink.c:
18236         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18237         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18238         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18239         Use scale functions when possible.
18240         Fix error messages.
18241         Free clockid when after waiting for EOS.
18242         Use G_(UN_)LIKLY when it makes sense.
18243         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18244
18245 2006-02-12  Edward Hervey  <edward@fluendo.com>
18246
18247         * gst/playback/gstplaybasebin.c: (prepare_output): 
18248         Remove stray semi-colon (fixes #330888).
18249
18250 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
18251
18252         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18254         Fix up the XShm call testing so that we catch errors, and don't
18255         cause new ones by attempting to detach from a segment we failed
18256         to attach to. Fixes #312439.
18257
18258 2006-02-10  Edward Hervey  <edward@fluendo.com>
18259
18260         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18261         Added flv file typefind (video/x-flv).
18262
18263 2006-02-10  Edward Hervey  <edward@fluendo.com>
18264
18265         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18266         (gst_riff_create_video_template_caps):
18267         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18268         Also added the caps to the default set of riff video caps.
18269
18270 2006-02-09  Andy Wingo  <wingo@pobox.com>
18271
18272         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18273         time and the end time of the last packet in the page.
18274         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18275         on the pages in our queue, set the duration as well. Reflow a
18276         debug statement.
18277         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18278         Fixes bad muxing order.
18279
18280 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18281
18282         * gst-libs/gst/rtp/gstbasertppayload.c:
18283         (gst_basertppayload_setcaps), (gst_basertppayload_push):
18284           update seqnum before setting it on the packet; this makes sure
18285           that the timestamp and seqnum properties match after pushing
18286           a buffer
18287
18288 2006-02-09  Andy Wingo  <wingo@pobox.com>
18289
18290         * gst-libs/gst/audio/gstringbuffer.c
18291         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18292         overflow after 13.5 hours of recording. Kapow!
18293
18294         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18295         the buffer size -- we don't care about underrun/overrun reporting
18296         right now, just need to return a useful value.
18297
18298 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18299
18300         * configure.ac:
18301           Back to CVS
18302
18303 === release 0.10.3 ===
18304
18305 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18306
18307         * configure.ac:
18308           releasing 0.10.3, "Under Pressure"
18309
18310 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18311
18312         * configure.ac:
18313         Drat. Bump libtool version number for new API.
18314         Prelease 0.10.2.3 (of 0.10.3)
18315
18316 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18317
18318         * configure.ac:
18319         * win32/common/config.h:
18320         0.10.2.2 prerelease (of 0.10.3).
18321
18322 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18323
18324         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18325           Revert Andy's newsegment change pending a more correct
18326           fix.
18327
18328 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18329
18330         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18331         (qt_type_find), (plugin_init):
18332           detect more files as 3gp
18333           group and reorder the iso file formats
18334
18335 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18336
18337         * ext/vorbis/vorbis.c: (plugin_init):
18338           Register musicbrainz tags, so apps don't have to.
18339
18340 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18341
18342         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18343         (gst_tag_to_vorbis_tag):
18344           Make sure we called gst_tag_register_musicbrainz_tags()
18345           before possibly mapping a vorbiscomment string from/to a
18346           musicbrainz tag.
18347
18348 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18349
18350         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18351           In case we can't find the required number of consecutive
18352           mpeg audio frames to positively identify an MPEG audio
18353           stream, check if there's at least a valid mpeg audio
18354           frame right at offset 0 and if so suggest mpeg/audio
18355           caps with a very low probability (#153004).
18356
18357 2006-02-07  Andy Wingo  <wingo@pobox.com>
18358
18359         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18360         a TIME segment if we get timestamped buffers. Requires recent
18361         fixes in core to work properly.
18362
18363 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18364
18365         * gst/playback/gstplaybasebin.c: (prepare_output):
18366           Don't print the URI as part of the error message, it
18367           makes error dialogs look rather ugly, especially if
18368           the URI is very long or has characters in it that
18369           need escaping.
18370
18371 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18372
18373         * gst/playback/gstplaybasebin.c: (prepare_output):
18374           Error out if we have only text or subtitles, but nothing
18375           else. Also error out if we have subtitles but no video
18376           stream.
18377
18378 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18379
18380         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18381           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18382           Post an error message on the bus when we encounter an
18383           error, which will hopefully be more meaningful than the
18384           'Internal Flow Error' message users get to see if we
18385           just return GST_FLOW_ERROR.
18386
18387 2006-02-07  Andy Wingo  <wingo@pobox.com>
18388
18389         * configure.ac (GST_MAJORMINOR): Update core version req to
18390         0.10.2.2, for the collectpads API addition (#330244).
18391
18392 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18393
18394         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18395           Return FALSE from plugin_init() when GnomeVFS can't
18396           be initialised for some reason (#328423).
18397
18398 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18399
18400         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18401         Stick to seeking theory until i find the bug.
18402         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18403
18404 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18405
18406         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18407         (theora_enc_finalize), (theora_enc_sink_setcaps),
18408         (theora_set_header_on_caps), (theora_enc_chain),
18409         (theora_enc_change_state):
18410         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18411           Make theoraenc and the tests leak free. Like, really.
18412
18413 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18414
18415         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18416         (theora_enc_finalize), (theora_enc_sink_setcaps):
18417           Add a finalize method to ensure we clean up state even if
18418           someone omitted the state change back to NULL.
18419
18420         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18421         (gst_vorbisenc_chain):
18422           Free some more leaked bits.
18423
18424         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18425         (stop_pipeline):
18426           Wait for state changes to happen if they're ASYNC.
18427
18428           This ought to teach those fancy pants buildbots a lesson.
18429
18430 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18431
18432         * gst-libs/gst/tag/gstid3tag.c:
18433           Add mapping for ID3 International Standard Recording Code
18434           tag "TSRC"
18435
18436 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18437
18438         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18439           Don't leak tag names.
18440
18441 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18442
18443         * docs/libs/gst-plugins-base-libs-docs.sgml:
18444         * docs/libs/gst-plugins-base-libs-sections.txt:
18445         * gst-libs/gst/tag/gstid3tag.c:
18446         * gst-libs/gst/tag/gstvorbistag.c:
18447         * gst-libs/gst/tag/tags.c:
18448           Split libgsttag docs into multiple sections.
18449
18450 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18451
18452         * docs/libs/Makefile.am:
18453         * docs/libs/gst-plugins-base-libs-docs.sgml:
18454         * docs/libs/gst-plugins-base-libs-sections.txt:
18455         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18456         * gst-libs/gst/tag/gstvorbistag.c:
18457         * gst-libs/gst/tag/tag.h:
18458         * gst-libs/gst/tag/tags.c:
18459           Add libgsttag to the docs.
18460
18461 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18462
18463         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18464         (gst_text_overlay_init), (gst_text_overlay_src_event),
18465         (gst_text_overlay_collected): Fix clockoverlay.
18466
18467 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18468
18469         * docs/libs/compiling.sgml:
18470           Fix typo: it's pkg-config, not pkg-gconfig
18471
18472         * docs/libs/gst-plugins-base-libs-docs.sgml:
18473         * docs/libs/gst-plugins-base-libs-sections.txt:
18474         * docs/libs/tmpl/gstgconf.sgml:
18475           There is no libgstgconf in 0.10, remove it
18476           from the docs.
18477
18478 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18479
18480         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18481         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18482         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18483         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18484         (gst_sub_parse_class_init), (gst_sub_parse_init),
18485         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18486         (parse_mpsub), (parser_state_init), (handle_buffer),
18487         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18488         * gst/subparse/gstsubparse.h: Introduce seeking code.
18489
18490 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18491
18492         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18493           Add comment about LANGUAGE tag inconsistency (we want
18494           ISO-639-1, but extract three-letter identifiers?)
18495
18496         * po/POTFILES.in:
18497           Add two translatable files.
18498
18499 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18500
18501         * gst-libs/gst/tag/Makefile.am:
18502         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18503         * gst-libs/gst/tag/tag.h:
18504         * gst-libs/gst/tag/tags.c:
18505         (gst_tag_register_musicbrainz_tags_internal),
18506         (gst_tag_register_musicbrainz_tags):
18507           Forward-port some tags stuff from the 0.8 branch. This is
18508           mostly the addition of musicbrainz tags and their mapping
18509           to vorbistags, and a vorbistag mapping of the language tag.
18510
18511 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18512
18513         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18514         refactoring.
18515
18516 2006-02-04  David Schleef  <ds@schleef.org>
18517
18518         * ext/ogg/gstoggmux.c:
18519         * gst/typefind/gsttypefindfunctions.c:
18520           Add Dirac typefinding and add dirac format to oggmux.
18521
18522 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18523
18524         * gst/playback/gstdecodebin.c: (try_to_link_1):
18525           Don't put essential function call into
18526           g_return_*() macro, otherwise it'll all be
18527           replaced by NOOPs when compiling with
18528           G_DISABLE_CHECKS defined.
18529
18530 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18531
18532         * ext/ogg/gstoggdemux.c:
18533         * ext/ogg/gstoggparse.c:
18534         * gst/tcp/gsttcpserversink.c:
18535         * sys/v4l/v4lsrc_calls.c:
18536         * sys/v4l/v4lsrc_calls.h:
18537         Just make it compile with --disable-gst-debug.
18538
18539 2006-02-03  Wim Taymans  <wim@fluendo.com>
18540
18541         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18542         (gst_alsasink_class_init), (gst_alsasink_init),
18543         (gst_alsasink_write), (gst_alsasink_reset):
18544         * ext/alsa/gstalsasink.h:
18545         Add lock to protect alsa calls.
18546         Implement reset to flush samples ASAP, does not work
18547         with dmix though.
18548
18549 2006-02-02  Wim Taymans  <wim@fluendo.com>
18550
18551         * gst-libs/gst/audio/gstbaseaudiosink.c:
18552         (gst_base_audio_sink_provide_clock):
18553         Ugh.. getting late I guess...
18554
18555 2006-02-02  Wim Taymans  <wim@fluendo.com>
18556
18557         * gst-libs/gst/audio/gstbaseaudiosink.c:
18558         (gst_base_audio_sink_provide_clock),
18559         (gst_base_audio_sink_set_property),
18560         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18561         Don't try to provide a clock when we are not negotiated since
18562         we might not be able to make it run.
18563
18564 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18565
18566         * gst/playback/gstdecodebin.c: (try_to_link_1):
18567           Unlinking two source pads is ... hard.
18568
18569 2006-02-02  Wim Taymans  <wim@fluendo.com>
18570
18571         * gst-libs/gst/audio/TODO:
18572         Updated.
18573
18574         * gst-libs/gst/audio/gstbaseaudiosink.c:
18575         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18576         On EOS, wait till the last sample is played before posting EOS.
18577
18578 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18579
18580         Patch by: Kai Vehmanen
18581         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18582           Adds ability to enable newsegment bypass by setting queue_delay to
18583           zero. Also avoid thread being started if queue_delay is zero.
18584
18585 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18586
18587         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18588           Make test work again by connecting fakesinks to each decoded pad,
18589           which makes the pipeline wait until each fakesink has a buffer
18590           queued before going to PAUSED state. At that point we know the
18591           decodebin pads are negotiated.
18592
18593 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18594
18595         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18596         (gst_cdda_base_src_handle_event):
18597         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18598           Pass unhandled queries to the parent class's query function.
18599
18600 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18601
18602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18603         (gst_ogg_pad_src_query):
18604         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18605         * ext/theora/theoradec.c: (theora_dec_src_query),
18606         (theora_dec_sink_query):
18607         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18608         (vorbis_dec_sink_query):
18609         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18610         (gst_vorbisenc_sink_query):
18611         * gst/adder/gstadder.c: (gst_adder_query):
18612           Pass unhandled queries upstream instead of just
18613           dropping them (#326447). Also, fix supported
18614           query types list for some elements.
18615
18616 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18617
18618         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18619         (paris_type_find), (ilbc_type_find), (plugin_init):
18620           Fix typefinding for audio/x-au, audio/x-paris and
18621           audio/iLBC-sh. We cannot use the START_WITH macros
18622           here, because there can only be one typefind factory
18623           with the same name (caps), so the second one would
18624           replace the first one and the first one would never
18625           be called when doing typefinding (see #161712).
18626           
18627
18628 2006-01-31  Wim Taymans  <wim@fluendo.com>
18629
18630         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18631         (vorbis_handle_header_packet), (vorbis_dec_push),
18632         (vorbis_handle_data_packet):
18633         Use scale_int when we can, add some more scaling.
18634         Check packettype before parsing it.
18635
18636 2006-01-31  Wim Taymans  <wim@fluendo.com>
18637
18638         * ext/theora/theoradec.c: (_theora_granule_time),
18639         (theora_dec_src_convert), (theora_dec_sink_convert):
18640         Call right _scale functions.
18641         Use parameter instead of some other random value.
18642
18643 2006-01-31  Wim Taymans  <wim@fluendo.com>
18644
18645         * ext/theora/theoradec.c: (_theora_granule_frame),
18646         (_theora_granule_time), (_inc_granulepos),
18647         (theora_dec_src_convert), (theora_dec_sink_convert),
18648         (theora_handle_type_packet), (theora_handle_data_packet),
18649         (theora_dec_chain):
18650         Use higher precision timestamps calculation.
18651         Convert some other conversions to _scale.
18652
18653 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18654
18655         * gst/audiotestsrc/gstaudiotestsrc.c:
18656         (gst_audio_test_src_create_sine_table), (plugin_init):
18657         * gst/volume/gstvolume.c: (plugin_init):
18658           initialize gst_controller before using
18659
18660 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18661
18662         * tests/check/pipelines/theoraenc.c:
18663         * tests/check/pipelines/vorbisenc.c:
18664         Define constant using G_GINT64_CONSTANT to avoid errors when
18665         passing it around - otherwise it gets truncated to 32 bits.
18666
18667         Fixes failing tests.
18668
18669 2006-01-31  Andy Wingo  <wingo@pobox.com>
18670
18671         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18672         caps being set doesn't have a framerate value. Basically a stopgap
18673         measure.
18674
18675         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18676         technically correct enough to put into core though.
18677         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18678         DURATION. Fixes theoraenc ! oggmux.
18679
18680         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18681         fraction, not double.
18682
18683 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18684
18685         * win32/vs7:
18686         add vs7 project files created by Sergey Scobich
18687
18688 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18689
18690         * win32/vs8:
18691         add vs8 project files created by Sergey Scobich
18692         
18693 2006-01-30  Andy Wingo  <wingo@pobox.com>
18694
18695         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18696         timestamp + duration, not just timestamp -- ogg pages should be
18697         ordered by stop time. Necessary fix given the change in vorbis
18698         timestamps.
18699
18700         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18701         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18702         (granulepos_add): New function, handles the messiness of adjusting
18703         granulepos values.
18704         (theora_buffer_from_packet):
18705         (theora_enc_chain):
18706         (theora_enc_sink_event): Use granulepos_add, not +.
18707
18708         * tests/check/pipelines/theoraenc.c
18709         (check_buffer_granulepos_from_starttime): Just check the frame
18710         count, not the actual granulepos -- we can't dictate to the
18711         encoder when it should be placing keyframes.
18712
18713 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18714
18715         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18716           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18717           play an http:// stream from a server that's not serving
18718
18719 2006-01-30  Andy Wingo  <wingo@pobox.com>
18720
18721         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18722         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18723         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18724         available.
18725
18726         * ext/theora/gsttheoraenc.h:
18727         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18728         although theoraenc was timestamping correctly. Added handling of
18729         streams that start with nonzero timestamps.
18730
18731         * tests/check/Makefile.am:
18732         * tests/check/pipelines/theoraenc.c: New file, basically does same
18733         tests as vorbisenc.
18734
18735         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18736
18737 2006-01-30  Wim Taymans  <wim@fluendo.com>
18738
18739         * gst-libs/gst/audio/gstaudiosink.c:
18740         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18741         (gst_audioringbuffer_pause):
18742         Implement pause that does not wait for completion.
18743
18744         * gst-libs/gst/audio/gstbaseaudiosink.c:
18745         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18746         Don't drop buffers when going to PAUSED but perform preroll on
18747         remaining samples now that core base class supports this.
18748
18749         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18750         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18751         (gst_ring_buffer_commit):
18752         Pause should not signal waiters.
18753         Implement return value of _commit correctly.
18754
18755 2006-01-30  Andy Wingo  <wingo@pobox.com>
18756
18757         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18758
18759         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18760         updated to timestamp from the first sample, not the last.
18761         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18762         special care of granulepos and timestamp for header packets.
18763         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18764         when the first buffer has a nonzero timestamp.
18765
18766         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18767         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18768         case when the first audio buffer we get has a nonzero timestamp.
18769         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18770         properly timestamp vorbis buffers with the time of the first
18771         sample, not the last.
18772         
18773         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18774         vorbis_granule_time_copy -- now it takes the granule/subgranule
18775         offset into account.
18776
18777         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18778         timestamps, durations, and granulepos on buffers produced by
18779         vorbisenc.
18780
18781 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18782
18783         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18784         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18785           Patch from Eric Jonas to support conversions to/from UYVY 
18786           (Fixes: #324626)
18787
18788 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18789
18790         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18791         (setup_subtitle), (setup_source), (set_active_source):
18792         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18793         (gen_text_element), (gen_audio_element), (gen_vis_element),
18794         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18795
18796 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18797
18798         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18799         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18800                 use gst_guint64_to_gdouble to be compliant with vs6
18801         * gst/playback/gstdecodebin.c: (try_to_link_1)
18802         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18803                 use G_GINT64_CONSTANT for int64 constants
18804         * win32/common/libgstinterfaces.def:
18805                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18806         * win32/vs6:
18807                 update and add new project files
18808                 
18809 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18810
18811         * Makefile.am:
18812         * win32/MANIFEST:
18813         * win32/common/interfaces-enumtypes.c:
18814         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18815         (gst_mixer_track_flags_get_type),
18816         (gst_tuner_channel_flags_get_type):
18817         * win32/common/interfaces-enumtypes.h:
18818         * win32/common/multichannel-enumtypes.c:
18819         (gst_audio_channel_position_get_type):
18820         * win32/common/multichannel-enumtypes.h:
18821           add a win32-update rule like in core, and copy over enumtypes files
18822
18823 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18824
18825         * win32/MANIFEST:
18826         * win32/common/config.h:
18827         * win32/common/config.h.in:
18828           add config files just like in core
18829
18830 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18831
18832         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18833           Make gcc-4.1 happy (part of #327357).
18834
18835 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18836
18837         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18838         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18839         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18840         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18841         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18842         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18843           Update all error messages.  All of them should either use
18844           the default translated message, or actually provide a
18845           translatable string.
18846           Make the string for channel count problems meaningful.
18847
18848 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18849
18850         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18851           check for and throw RESOURCE_BUSY
18852
18853 2006-01-27  David Schleef  <ds@schleef.org>
18854
18855         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18856           checked in this change -- it requires liboil features not
18857           in 0.3.6.  Revert parts.
18858
18859 2006-01-27  David Schleef  <ds@schleef.org>
18860
18861         * REQUIREMENTS:
18862         * configure.ac: update liboil requirement to 0.3.6
18863         * gst/videoscale/Makefile.am:
18864         * gst/videoscale/vs_scanline.c: liboilify
18865
18866 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18867
18868         * ext/libvisual/visual.c: (get_buffer):
18869           When pad_alloc returns a GstFlowReturn other
18870           than GST_FLOW_OK, make sure it is passed upstream.
18871
18872 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18873
18874         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18875         (gst_alsasink_class_init):
18876           Free the device name string.
18877
18878         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18879         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18880         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18881           Don't remove a pad from the collectpads structure until it
18882           is released - it's a request pad, and may receive data again
18883           if the element gets moved back to PLAYING state.
18884
18885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18886           Ensure we turn on double buffering on the Xv port, and
18887           set the colour key to something dark and mysterious that
18888           isn't black.
18889
18890 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18891
18892         * ext/alsa/gstalsaplugin.c: (plugin_init):
18893         * ext/cdparanoia/gstcdparanoiasrc.c:
18894         (gst_cd_paranoia_src_base_init), (plugin_init):
18895         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18897           - a library should not call setlocale. see "Libraries" node in
18898             gettext manual
18899           - make sure all plugins that use translation do bindtextdomain
18900             to point to the localedir
18901         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18902         (setup_sinks), (plugin_init):
18903           all this, and check for NULL when creating sinks
18904
18905 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18906
18907         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18908         (plugin_init): Make typefinding of subtitles work again.
18909
18910 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18911
18912         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18913         (mp3_type_frame_length_from_header), (mp3_type_find),
18914         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18915         (plugin_init):
18916           Backport a bunch of typefinding fixes from the 0.8 branch.
18917           Also, improve wavpack typefinding: if we can't peek the
18918           entire wavpack block, try to parse the bits we can get and
18919           see if we find what we're looking for in those.
18920
18921 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18922
18923         * sys/ximage/ximagesink.c:
18924         (gst_ximagesink_calculate_pixel_aspect_ratio):
18925         * sys/xvimage/xvimagesink.c:
18926         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18927         more cases of pixel aspect ratio.
18928
18929 2006-01-26  Edward Hervey  <edward@fluendo.com>
18930
18931         * gst/playback/gstdecodebin.c: (pad_probe):
18932         Also consider the flush-start and tag events as unblockers
18933         for the pad probes.
18934
18935 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18936
18937         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18938         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18939         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18940         On the fly visualisation switch, works disabling, enabling as
18941         well but it won't be able to enable vis in a playbin that was
18942         created with no visualisation.
18943
18944 2006-01-25  Wim Taymans  <wim@fluendo.com>
18945
18946         * gst-libs/gst/audio/gstbaseaudiosink.c:
18947         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18948         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18949         resume after pause.
18950
18951 2006-01-25  Wim Taymans  <wim@fluendo.com>
18952
18953         * gst-libs/gst/audio/gstbaseaudiosink.c:
18954         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18955         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18956         Improve debugging.
18957         Post error when caps cannot be parsed.
18958         Resync on discontinuity in the stream.
18959         Clip samples to segment boundaries.
18960         return WRONG_STATE sooner when we are flushing.
18961
18962         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18963         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18964         Make audiosrc operate in TIME.
18965         Set TIMESTAMP and DURATION on buffers.
18966
18967 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18968
18969         * tests/examples/seek/seek.c: (main):
18970           Output tag messages as well.
18971
18972 2006-01-23  Edward Hervey  <edward@fluendo.com>
18973
18974         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18975         (free_pad_probes), (remove_fakesink), (pad_probe),
18976         (close_pad_link), (gst_decode_bin_change_state):
18977         Replace GstPadBlockCallback with pad probes that detect
18978         first buffer AND eos before removing fakesink.
18979         Fixes hang with demuxers doing EOS while pre-rolling.
18980         Solves #328279
18981
18982 2006-01-23  Andy Wingo  <wingo@pobox.com>
18983
18984         * ext/alsa/gstalsasink.c:
18985         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18986         (gst_base_rtp_depayload_setcaps),
18987         (gst_base_rtp_depayload_add_to_queue),
18988         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18989         
18990         Patch by: Jens Granseuer <jensgr at gmx dot net>
18991
18992 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18993
18994         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18995         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18996         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18997         frames. We might get a frame destroyed after changing state to
18998         NULL, adding a safety check on xcontext.
18999
19000 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
19001
19002         * gst-libs/gst/interfaces/xoverlay.c:
19003           Fix prepare-xwindow-id code example in the docs - we need to
19004           ignore all messages that aren't element messages as well.
19005           
19006 2006-01-21  Julien MOUTTE  <julien@moutte.net>
19007
19008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
19009           I think one day i'll completely undestand how caps negotiation
19010           is supposed to work. This refactoring handles buffer_alloc
19011           called with caps we can't handle. We definitely don't want a
19012           set_caps with those caps, so we define and allocate a buffer
19013           we would like to receive.
19014
19015 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19016
19017         * gst/playback/gstplaybasebin.c: (setup_source):
19018           Free iterator when done.
19019
19020 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
19021
19022         * gst-libs/gst/audio/gstbaseaudiosink.c:
19023         (gst_base_audio_sink_render):
19024           Fix playback of non-synchronised streams by assuming a rate
19025           of 1.0 instead of a random one.
19026
19027           Makes this work again:
19028
19029           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
19030           endianness=(int)4321, signed=(boolean)true, width=(int)16,
19031           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
19032           audioresample ! alsasink
19033
19034 === release 0.10.2 ===
19035
19036 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
19037
19038         * configure.ac:
19039           releasing 0.10.2, "Then the devil is six"
19040
19041 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19042
19043         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19044         * gst/playback/gststreamselector.c:
19045         (gst_stream_selector_set_property):
19046           Comment out broken code that connects to the state-changed signal.
19047           At this point, changing current stream selection is broken, but 
19048           stuff like gst-launch playbin current-audio=1 works and filters
19049           to the chosen stream.
19050
19051 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19052
19053         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19054           Fix #327216 (null dereference in vorbisdec)
19055
19056 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
19057
19058         * ext/theora/theoradec.c: (theora_handle_comment_packet):
19059           Post taglist actually on bus instead of just freeing it
19060           (fixes #327114 and totem bug #327080).
19061
19062         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
19063           Use gst_element_found_tags_for_pad(), so that the tags
19064           are sent downstream as an event as well.
19065
19066 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19067
19068         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19069         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19070         (gst_ximagesink_buffer_alloc):
19071         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19072         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
19073         (gst_xvimagesink_buffer_alloc):
19074           move all regularly occurring messages to GST_LOG level
19075           add some more object logs
19076
19077 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19078
19079         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
19080           fix a silly segfault
19081
19082 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
19083
19084         * docs/libs/gst-plugins-base-libs-docs.sgml:
19085         * docs/libs/gst-plugins-base-libs-sections.txt:
19086         * gst-libs/gst/audio/mixerutils.c:
19087         * gst-libs/gst/audio/mixerutils.h:
19088           Add docs for mixerutils stuff.
19089
19090 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
19091
19092         * gst/playback/gstplaybasebin.c: (setup_source):
19093           Fix playback for sources that emit raw audio or
19094           raw video streams (e.g.: cd audio sources) (#325984).
19095
19096 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19097
19098         * gst-libs/gst/audio/mixerutils.c:
19099         (gst_audio_mixer_filter_do_filter):
19100           actually save the element we create
19101
19102 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
19103
19104         * gst-libs/gst/cdda/gstcddabasesrc.c:
19105         (gst_cdda_base_src_handle_track_seek):
19106           No need to post a tag message on the bus when seeking
19107           within the same track, only post it when the current
19108           track changes.
19109
19110 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19111
19112         * gst/playback/gstplaybasebin.c: (group_destroy),
19113         (probe_triggered), (new_decoded_pad), (mute_group_type),
19114         (set_active_source):
19115         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19116         * gst/playback/gststreamselector.c:
19117         (gst_stream_selector_base_init),
19118         (gst_stream_selector_set_property),
19119         (gst_stream_selector_request_new_pad):
19120           Reenable stream selection. These mechanisms need a complete overhaul
19121           in the face of 0.8->0.10 changes though.
19122
19123 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19124
19125         * ext/ogg/gstoggdemux.c:
19126           Change the pad template to src_%d to match the pads that 
19127           are created from it. decodebin needs this information in order
19128           to decide that oggdemux is capable of producing multiple pads
19129           (and hence needs queues inserted).
19130
19131         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19132         (gst_ogg_mux_collected):
19133           Make debug output more useful by using GST_PTR_FORMAT.
19134
19135 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
19136
19137         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19138
19139         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
19140           Set depth and width for alaw/mulaw (fixes #326601).
19141
19142 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19143
19144         * tests/icles/Makefile.am:
19145           don't build the tests if we don't have the libs
19146
19147 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19148
19149         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
19150         (gst_cd_paranoia_paranoia_callback):
19151           Don't try to free NULL pointers.
19152
19153 2006-01-10  Edward Hervey  <edward@fluendo.com>
19154
19155         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
19156         (gst_audio_rate_change_state), (plugin_init):
19157         Add debugging category.
19158         Fix type issues.
19159         Add case for incoming buffers without valid offset/offset_end.
19160
19161 2006-01-10  Michael Smith  <msmith@fluendo.com>
19162
19163         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
19164           Don't leak GCond in audio sources.
19165
19166 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
19167
19168         * gst/playback/gstplaybin.c: (gen_audio_element):
19169           Don't leak an autoaudiosink/alsasink when we generate
19170           a new audio element. (old code, I guess)
19171
19172 2006-01-10  Michael Smith  <msmith@fluendo.com>
19173
19174         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
19175           Support float audio in audiorate.
19176           Use width rather than depth for selecting sample width.
19177
19178 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19179
19180         * gst/videotestsrc/videotestsrc.h:
19181           Use GLib types here (that way we don't have to include the
19182           generated _stdint.h header, which makes life easier for win32
19183           folks that don't use autotools for the build) (#325990, patch
19184           by: Sergey Scobich).
19185
19186 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19187
19188         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19189         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19190         (gst_ring_buffer_pause), (wait_segment):
19191         * gst-libs/gst/audio/gstringbuffer.h:
19192           Name (private) union, makes Forte compiler happy (this time
19193           for real) (#324900).
19194
19195 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19196
19197         * gst-libs/gst/audio/Makefile.am:
19198           Link against libgstinterfaces, needed for mixer
19199           and property probe stuff.
19200
19201 2006-01-09  Edward Hervey  <edward@fluendo.com>
19202
19203         * gst-libs/gst/Makefile.am:
19204
19205 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19206
19207         * gst-libs/gst/audio/Makefile.am:
19208         * gst-libs/gst/audio/mixerutils.c:
19209         (gst_audio_mixer_filter_do_filter),
19210         (gst_audio_mixer_filter_check_element),
19211         (gst_audio_mixer_filter_probe_feature),
19212         (element_factory_rank_compare_func),
19213         (gst_audio_default_registry_mixer_filter):
19214         * gst-libs/gst/audio/mixerutils.h:
19215           Add gst_audio_default_registry_mixer_filter() utility
19216           function.
19217
19218 2006-01-03  Michael Smith  <msmith@fluendo.com>
19219
19220         * gst/audioresample/resample.h:
19221           As before, but for o_buf
19222
19223 2006-01-03  Michael Smith  <msmith@fluendo.com>
19224
19225         * gst/audioresample/resample.h:
19226           Declare struct _ResampleState.buffer as unsigned char *, not void *,
19227           since we do arithmetic on it.
19228
19229 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
19230
19231         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19232         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19233         (gst_ring_buffer_pause), (wait_segment):
19234         * gst-libs/gst/audio/gstringbuffer.h:
19235           Sun's Forte compiler doesn't seem to like anonymous structs,
19236           so use same setup as in GstBaseSrc (fixes #324900).
19237
19238 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19239
19240         * configure.ac:
19241         * gst/volume/Makefile.am:
19242         * gst/volume/demo.c:
19243           move old example to tests/examples/volume/volune.c
19244         * tests/examples/Makefile.am:
19245         * tests/examples/seek/seek.c: (main):
19246           change window-close event from "delete-event" to "destroy"
19247         * tests/examples/volume/Makefile.am:
19248         * tests/examples/volume/volume.c: (value_changed_callback),
19249         (setup_gui), (message_received), (eos_message_received), (main):
19250           fix event handling and bus usage
19251
19252 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
19253
19254         * gst/audiotestsrc/gstaudiotestsrc.c:
19255         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19256         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19257         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19258         (gst_audio_test_src_create_square),
19259         (gst_audio_test_src_create_saw),
19260         (gst_audio_test_src_create_triangle),
19261         (gst_audio_test_src_create_silence),
19262         (gst_audio_test_src_create_white_noise),
19263         (gst_audio_test_src_create_pink_noise),
19264         (gst_audio_test_src_init_sine_table),
19265         (gst_audio_test_src_create_sine_table),
19266         (gst_audio_test_src_change_wave),
19267         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19268         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19269         * gst/audiotestsrc/gstaudiotestsrc.h:
19270           update to basesrc changes, implement segmented seeking and eos
19271           handling, add a 'sine-tab' waveform for performance critical playback
19272
19273 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19274
19275         * po/POTFILES.in:
19276           ... and this time the other modified file that I missed last time.
19277
19278 2005-12-29  Michael Smith  <msmith@fluendo.com>
19279
19280         * gst/playback/gstdecodebin.c: (new_pad):
19281           Fix non-C89 variable declaration not at the start of a block. Should
19282           help some compilers.
19283
19284 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19285
19286         * tests/check/Makefile.am:
19287           And now fix 'make distcheck' (builddir != srcdir)
19288
19289 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19290
19291         * configure.ac:
19292         * ext/cdparanoia/Makefile.am:
19293         * ext/cdparanoia/gstcdparanoia.c:
19294         * ext/cdparanoia/gstcdparanoia.h:
19295         * ext/cdparanoia/gstcdparanoiasrc.c:
19296         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19297         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19298         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19299         (gst_cd_paranoia_paranoia_callback),
19300         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19301         (gst_cd_paranoia_src_set_property),
19302         (gst_cd_paranoia_src_get_property), (plugin_init):
19303         * ext/cdparanoia/gstcdparanoiasrc.h:
19304           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19305           plugin again (there are still fixes required to playbin to make
19306           cdda:// uris work there).
19307
19308 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19309
19310         * tests/check/Makefile.am:
19311           Fix test case compilation.
19312
19313 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19314
19315         * gst-libs/gst/cdda/gstcddabasesrc.c:
19316         (gst_cdda_base_src_update_duration),
19317         (gst_cdda_base_src_calculate_cddb_id):
19318           An integer is not a string. Fix access to uninitialised variable.
19319
19320         * tests/check/Makefile.am:
19321           Add cddabasesrc unit test; also actually enable the vorbis test.
19322
19323         * tests/check/generic/states.c:
19324           Blacklist new cd audio elements as well.
19325
19326         * tests/check/libs/cddabasesrc.c:
19327           Unit test for GstCddaBaseSrc (discid calculation mostly).
19328
19329 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19330
19331         * docs/libs/Makefile.am:
19332         * docs/libs/gst-plugins-base-libs-docs.sgml:
19333         * docs/libs/gst-plugins-base-libs-sections.txt:
19334         * docs/libs/gst-plugins-base-libs.types:
19335           Add docs for libgstcdda/GstCddaBaseSrc.
19336
19337         * gst-libs/gst/interfaces/mixertrack.h:
19338           Do one struct member per line with a semicolon at the end, that way
19339           even gtk-doc might parse it without complaining.
19340
19341 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19342
19343         * configure.ac:
19344         * gst-libs/gst/Makefile.am:
19345         * gst-libs/gst/cdda/Makefile.am:
19346         * gst-libs/gst/cdda/base64.c:
19347         * gst-libs/gst/cdda/base64.h:
19348         * gst-libs/gst/cdda/gstcddabasesrc.c:
19349         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19350         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19351         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19352         (gst_cdda_base_src_get_property),
19353         (gst_cdda_base_src_get_track_from_sector),
19354         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19355         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19356         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19357         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19358         (gst_cdda_base_src_uri_get_protocols),
19359         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19360         (gst_cdda_base_src_uri_handler_init),
19361         (gst_cdda_base_src_setup_interfaces),
19362         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19363         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19364         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19365         (gst_cdda_base_src_add_tags),
19366         (gst_cdda_base_src_add_index_associations),
19367         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19368         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19369         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19370         (gst_cdda_base_src_create):
19371         * gst-libs/gst/cdda/gstcddabasesrc.h:
19372         * gst-libs/gst/cdda/sha1.c:
19373         * gst-libs/gst/cdda/sha1.h:
19374           Add new libgstcdda with GstCddaBaseSrc class.
19375
19376 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19377
19378         * ext/gnomevfs/gstgnomevfssink.h:
19379           Use GstBaseSinkClass as parent_class member for class struct, not
19380           GstBaseSink.
19381
19382 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19383
19384         Patch by: Michael Benes
19385
19386         * gst/videotestsrc/gstvideotestsrc.c:
19387         (gst_video_test_src_class_init), (gst_video_test_src_start):
19388           Add start method to reset running time and number of frames sent
19389           when starting up (fixes #324696)
19390
19391 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19392
19393         * docs/plugins/Makefile.am:
19394         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19395         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19396         * docs/plugins/gst-plugins-base-plugins.args:
19397         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19398         * docs/plugins/gst-plugins-base-plugins.signals:
19399           Add docs stuff for gnomevfssrc and gnomevfssink.
19400
19401         * ext/gnomevfs/gstgnomevfssrc.c:
19402           Fix example pipeline in gtk-doc blurb.
19403
19404 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19405
19406         * ext/gnomevfs/Makefile.am:
19407         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19408         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19409         (gst_gnome_vfs_handle_get_type), (plugin_init):
19410         * ext/gnomevfs/gstgnomevfs.h:
19411         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19412         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19413         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19414         (gst_gnome_vfs_sink_set_property),
19415         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19416         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19417         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19418         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19419         (gst_gnome_vfs_sink_uri_get_type),
19420         (gst_gnome_vfs_sink_uri_get_protocols),
19421         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19422         (gst_gnome_vfs_sink_uri_handler_init):
19423         * ext/gnomevfs/gstgnomevfssink.h:
19424           Port gnomevfssink; add gtk-doc blurb.
19425
19426         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19427         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19428         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19429         (gst_gnome_vfs_src_uri_get_type),
19430         (gst_gnome_vfs_src_uri_get_protocols),
19431         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19432         (gst_gnome_vfs_src_uri_handler_init),
19433         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19434         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19435         (gst_gnome_vfs_src_send_additional_headers_callback),
19436         (gst_gnome_vfs_src_received_headers_callback),
19437         (gst_gnome_vfs_src_push_callbacks),
19438         (gst_gnome_vfs_src_pop_callbacks),
19439         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19440         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19441         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19442         * ext/gnomevfs/gstgnomevfssrc.h:
19443           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19444           file; add gtk-doc blurb with example pipelines.
19445
19446 === release 0.10.1 ===
19447
19448 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19449
19450         * configure.ac:
19451           releasing 0.10.1, "Dobro Dedek"
19452
19453 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19454
19455         * gst/typefind/gsttypefindfunctions.c:
19456         iLBC30 and iLBC20 added to typefind.
19457
19458 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19459
19460         * gst-libs/gst/audio/gstbaseaudiosink.c:
19461         (gst_base_audio_sink_class_init):
19462         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19463         (gst_base_audio_src_class_init):
19464           update strings, values are in microseconds
19465           change the default sink buffer time to something that is smaller
19466           (to help software volume mixing have a slightly lower delay) but
19467           still be acceptable on Wim's laptop
19468
19469 2005-12-20  Edward Hervey  <edward@fluendo.com>
19470
19471         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19472         Made a quack, forgot to add DUCK to the riff video template.
19473
19474 2005-12-19  Edward Hervey  <edward@fluendo.com>
19475
19476         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19477         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19478         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19479         (gst_ogm_parse_chain):
19480         Make sure pads are initialized correctly.
19481         * gst-libs/gst/riff/riff-ids.h:
19482         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19483         (gst_riff_create_video_template_caps):
19484         Add a whole bunch of FOURCC <=> MimeType.
19485         Extend the riff video pad template to support the newly added fourcc.
19486
19487 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19488
19489         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19490         (gst_ogg_demux_activate_chain):
19491           Extra debug output when activating/deactivating chains.
19492
19493         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19494         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19495         (unlinked):
19496           Remove a queue from our list when it becomes unlinked.
19497           Don't add queues to elements in class 'Demux' if they
19498           can only produce one pad 
19499
19500 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19501
19502         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19503         (gst_video_sink_get_type): Add a debug category.
19504
19505 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19506
19507         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19508         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19509           Handle downstream newsegment by sending our own newsegment before the
19510           next buffer to be released. (#323900)
19511
19512 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19513
19514         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19515         (gst_base_rtp_depayload_set_gst_timestamp):
19516           add queue delay to new segment as well (as opposed to just the first
19517           buffer). (bug #322347)
19518
19519 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19520
19521         * ext/libvisual/visual.c: (make_valid_name):
19522           change some char* into char[]
19523         * gst/audiotestsrc/gstaudiotestsrc.c:
19524         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19525         (gst_audio_test_src_create):
19526         * gst/audiotestsrc/gstaudiotestsrc.h:
19527           prepare to handle EOS and SEGMENT_DONE
19528
19529 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19530
19531         * tests/check/generic/states.c: (GST_START_TEST):
19532           Blacklist cdparanoia element in state test.
19533
19534 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19535
19536           Patch by: Benjamin Pineau
19537
19538         * gst/tcp/gsttcp.c:
19539         * gst/tcp/gsttcpclientsink.c:
19540         * gst/tcp/gsttcpserversink.c:
19541         * gst/tcp/gsttcpserversrc.c:
19542           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19543
19544 2005-12-15  Michael Smith  <msmith@fluendo.com>
19545
19546         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19547         (gst_video_rate_chain):
19548           Fix timestamping for videorate when the first buffer it sees has a
19549           non-zero timestamp. Fix some misleading debug output.
19550
19551 2005-12-15  Michael Smith  <msmith@fluendo.com>
19552
19553         * gst/audioresample/gstaudioresample.c:
19554           Don't leak all input buffers to audioresample.
19555
19556 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19557
19558         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19559           Don't operate on empty text buffers. Strip newlines and
19560           tabs only from the end of the text, but leave them intact
19561           in the middle. Fix typo in gtk-doc description.
19562
19563 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19564
19565         * gst/playback/gstplaybasebin.c:
19566         * gst/playback/gstplaybin.c: (handoff):
19567           Make sure the video frame buffer we return to apps via the
19568           "frame" property always has caps set on it. Modify
19569           _gst_gvalue_set_object() macro to handle NULL objects
19570           gracefully too.
19571
19572 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19573
19574         * gst/audiotestsrc/gstaudiotestsrc.c:
19575         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19576         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19577         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19578         (gst_audio_test_src_create):
19579         * gst/audiotestsrc/gstaudiotestsrc.h:
19580         Adjust to some recent api changes and add wtays new cool seeking
19581         capabillities
19582
19583 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19584
19585         * ext/alsa/Makefile.am:
19586         * ext/alsa/gstalsadeviceprobe.c:
19587         * ext/alsa/gstalsadeviceprobe.h:
19588           Helper functions to add device probing via the GstPropertyProbe
19589           interface to a class.
19590
19591         * ext/alsa/gstalsamixer.h:
19592           Comment out GST_ALSA_MIXER, it returns a struct that's not
19593           used.
19594
19595         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19596           Add some debug info. 
19597
19598         * ext/alsa/gstalsamixerelement.c:
19599         (gst_alsa_mixer_element_interface_supported),
19600         (gst_implements_interface_init),
19601         (gst_alsa_mixer_element_init_interfaces),
19602         (gst_alsa_mixer_element_class_init),
19603         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19604         (gst_alsa_mixer_element_set_property),
19605         (gst_alsa_mixer_element_get_property),
19606         (gst_alsa_mixer_element_change_state):
19607         * ext/alsa/gstalsamixerelement.h:
19608           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19609           for device handling (gnome-volume-control will need that).
19610
19611 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19612
19613         * ext/Makefile.am: fix cdparanoia entry
19614         * gst-plugins-base.spec.in: add cdparanoia
19615
19616 2005-12-12  Michael Smith  <msmith@fluendo.com>
19617
19618         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19619           Use the correct function to free list of typefind factories.
19620
19621 2005-12-12  Wim Taymans  <wim@fluendo.com>
19622
19623         * gst/videotestsrc/gstvideotestsrc.c:
19624         (gst_video_test_src_class_init), (gst_video_test_src_init),
19625         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19626         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19627         (gst_video_test_src_create):
19628         * gst/videotestsrc/gstvideotestsrc.h:
19629         Implement seeking in videotestsrc.
19630         Small cleanups.
19631
19632 2005-12-12  Wim Taymans  <wim@fluendo.com>
19633
19634         * ext/cdparanoia/Makefile.am:
19635         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19636         (gst_paranoia_endian_get_type), (_do_init),
19637         (cdparanoia_class_init), (cdparanoia_init),
19638         (cdparanoia_set_property), (cdparanoia_get_property),
19639         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19640         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19641         (cdparanoia_convert), (cdparanoia_get_query_types),
19642         (cdparanoia_query), (cdparanoia_set_index),
19643         (cdparanoia_uri_set_uri):
19644         * ext/cdparanoia/gstcdparanoia.h:
19645         Partially ported cdparanoia now that basesrc can support a
19646         plugin like this..
19647
19648 2005-12-12  Wim Taymans  <wim@fluendo.com>
19649
19650         * tests/examples/seek/scrubby.c: (main):
19651         Set higher priority for bus events so they don't get reordered with
19652         gtk gui events.
19653
19654         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19655         (flush_toggle_cb), (main):
19656         Added checkbox to disable flushing seeks. 
19657         Disable scrubbing when doing non flushing seeks.
19658
19659 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19660
19661         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19662         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19663         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19664         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19665           Implement some sort of event handling that doesn't rely on
19666           g_return_if_fail; make sure we always push the last chunk of an 
19667           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19668           state change function; remove some old cruft. Seeking is still
19669           rather unlikely to work though.
19670
19671         * tools/.cvsignore:
19672           Ignore more.
19673
19674 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19675
19676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19677         Fixed a leak of the current image reference when cleaning up.
19678         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19679
19680 2005-12-09  Michael Smith  <msmith@fluendo.com>
19681
19682         * tools/Makefile.am:
19683         * tools/gst-launch-ext-m.m:
19684           Remove gst-launch-ext. It doesn't work, and is no longer
19685           particularly useful.
19686
19687 2005-12-08  Luca Ognibene  <luogni@tin.it>
19688
19689         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19690           don't pass random values to ogmparse convert function.
19691           Make seeking possible in the exile1.ogm file.
19692
19693 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19694
19695         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19696         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19697           Work around refcount problem with g_value_set_object() that occur
19698           if the core has been compiled against GLib-2.6 (g_value_set_object()
19699           will only g_object_ref() the element, but the caller will
19700           gst_object_unref() it and bad things will happen due to the way
19701           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19702           totem for people on FC4 using Thomas's 0.10 RPMs.
19703           
19704 2005-12-07  Edward Hervey  <edward@fluendo.com>
19705
19706         Time to welcome ogm to 0.10 :)
19707         
19708         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19709         (gst_ogg_pad_typefind):
19710         Oggdemux can now properly typefind elements with dynamic pads.
19711         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19712         Properly set caps on src pad, and set caps on outgoing buffers.
19713
19714 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19715
19716         * ext/alsa/gstalsamixer.h:
19717         * ext/alsa/gstalsamixerelement.h:
19718         * ext/alsa/gstalsamixeroptions.h:
19719         * ext/alsa/gstalsamixertrack.h:
19720         * ext/alsa/gstalsasink.c:
19721         * ext/alsa/gstalsasink.h:
19722         * ext/alsa/gstalsasrc.c:
19723         * ext/alsa/gstalsasrc.h:
19724         * ext/cdparanoia/gstcdparanoia.h:
19725         * ext/gnomevfs/gstgnomevfsuri.h:
19726         * ext/ogg/gstoggdemux.c:
19727         * ext/ogg/gstoggmux.c:
19728         * ext/pango/gsttextoverlay.h:
19729         * ext/theora/theoradec.c:
19730         * ext/theora/theoraenc.c:
19731         * ext/vorbis/vorbisdec.h:
19732         * ext/vorbis/vorbisenc.c:
19733         * ext/vorbis/vorbisenc.h:
19734         * ext/vorbis/vorbisparse.h:
19735         * gst-libs/gst/audio/gstaudioclock.h:
19736         * gst-libs/gst/audio/gstaudiosink.c:
19737         * gst-libs/gst/audio/gstaudiosink.h:
19738         * gst-libs/gst/audio/gstaudiosrc.c:
19739         * gst-libs/gst/audio/gstaudiosrc.h:
19740         * gst-libs/gst/audio/gstbaseaudiosink.c:
19741         * gst-libs/gst/audio/gstbaseaudiosink.h:
19742         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19743         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19744         * gst-libs/gst/audio/gstringbuffer.h:
19745         * gst-libs/gst/audio/multichannel.h:
19746         * gst-libs/gst/floatcast/floatcast.h:
19747         * gst-libs/gst/interfaces/colorbalance.c:
19748         * gst-libs/gst/interfaces/colorbalance.h:
19749         * gst-libs/gst/interfaces/colorbalancechannel.h:
19750         * gst-libs/gst/interfaces/mixer.h:
19751         * gst-libs/gst/interfaces/mixeroptions.h:
19752         * gst-libs/gst/interfaces/mixertrack.h:
19753         * gst-libs/gst/interfaces/navigation.h:
19754         * gst-libs/gst/interfaces/propertyprobe.h:
19755         * gst-libs/gst/interfaces/tuner.h:
19756         * gst-libs/gst/interfaces/tunerchannel.h:
19757         * gst-libs/gst/interfaces/tunernorm.h:
19758         * gst-libs/gst/interfaces/xoverlay.h:
19759         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19760         * gst-libs/gst/riff/riff-ids.h:
19761         * gst-libs/gst/riff/riff-media.h:
19762         * gst-libs/gst/riff/riff-read.h:
19763         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19764         * gst-libs/gst/rtp/gstbasertppayload.c:
19765         * gst-libs/gst/rtp/gstbasertppayload.h:
19766         * gst-libs/gst/rtp/gstrtpbuffer.c:
19767         * gst-libs/gst/rtp/gstrtpbuffer.h:
19768         * gst-libs/gst/tag/gsttageditingprivate.h:
19769         * gst-libs/gst/tag/gstvorbistag.c:
19770         (gst_tag_list_from_vorbiscomment_buffer):
19771         * gst-libs/gst/tag/tag.h:
19772         * gst-libs/gst/video/video.h:
19773         * gst/adder/gstadder.c:
19774         * gst/adder/gstadder.h:
19775         * gst/audioconvert/audioconvert.c:
19776         * gst/audioconvert/audioconvert.h:
19777         * gst/audioconvert/gstaudioconvert.c:
19778         * gst/audioconvert/gstchannelmix.c:
19779         * gst/audioconvert/gstchannelmix.h:
19780         * gst/audiorate/gstaudiorate.c:
19781         * gst/audioresample/buffer.h:
19782         * gst/audioresample/functable.h:
19783         * gst/audioresample/gstaudioresample.c:
19784         * gst/audioresample/resample.h:
19785         * gst/ffmpegcolorspace/avcodec.h:
19786         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19787         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19788         * gst/ffmpegcolorspace/imgconvert.c:
19789         * gst/ffmpegcolorspace/imgconvert_template.h:
19790         * gst/playback/gstdecodebin.c:
19791         * gst/playback/gstplaybasebin.h:
19792         * gst/playback/gstplaybin.c:
19793         * gst/playback/gststreaminfo.h:
19794         * gst/tcp/gstfdset.c:
19795         * gst/tcp/gstfdset.h:
19796         * gst/tcp/gstmultifdsink.c:
19797         * gst/tcp/gstmultifdsink.h:
19798         * gst/tcp/gsttcp.h:
19799         * gst/tcp/gsttcpclientsrc.c:
19800         * gst/tcp/gsttcpclientsrc.h:
19801         * gst/tcp/gsttcpplugin.h:
19802         * gst/tcp/gsttcpserversink.c:
19803         * gst/tcp/gsttcpserversrc.c:
19804         * gst/typefind/gsttypefindfunctions.c:
19805         * gst/videorate/gstvideorate.c:
19806         * gst/videotestsrc/gstvideotestsrc.h:
19807         * gst/videotestsrc/videotestsrc.h:
19808         * sys/v4l/gstv4lcolorbalance.h:
19809         * sys/v4l/gstv4ltuner.h:
19810         * sys/v4l/gstv4lxoverlay.h:
19811         * sys/v4l/v4l_calls.h:
19812         * sys/v4l/videodev_mjpeg.h:
19813         * tests/check/elements/audioconvert.c:
19814         * tests/check/elements/audioresample.c:
19815         * tests/check/elements/audiotestsrc.c:
19816         * tests/check/elements/videotestsrc.c:
19817         * tests/check/elements/volume.c:
19818         * tests/examples/seek/scrubby.c:
19819         * tests/examples/seek/seek.c:
19820           expand tabs
19821
19822 === release 0.10.0 ===
19823
19824 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19825
19826         * configure.ac:
19827           releasing 0.10.0, "Mont-d'or"
19828
19829 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19830
19831         * tests/examples/seek/Makefile.am:
19832         Build fix for when gtk is not available.
19833
19834 2005-12-05  Andy Wingo  <wingo@pobox.com>
19835
19836         * ext/libvisual/visual.c: (get_buffer):
19837         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19838         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19839         * ext/theora/theoradec.c: (theora_handle_data_packet):
19840         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19841         (theora_enc_chain):
19842         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19843         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19844         Update for alloc_buffer changes.
19845
19846 2005-12-05  Andy Wingo  <wingo@pobox.com>
19847
19848         patch by: Kai Vehmanen <kv2004 eca cx>
19849         
19850         * gst-libs/gst/rtp/gstbasertpdepayload.c
19851         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19852
19853 2005-12-04  Andy Wingo  <wingo@pobox.com>
19854
19855         patch by: Sebastien Cote <sebas642 yahoo ca>
19856         
19857         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19858         Fixes #319172.
19859
19860 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19861
19862         * docs/plugins/Makefile.am:
19863         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19864         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19865         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19866         * ext/pango/gstclockoverlay.c:
19867         * ext/pango/gsttextoverlay.c: 
19868         * ext/pango/gsttextrender.c:
19869         * ext/pango/gsttimeoverlay.c:
19870           Add gtk-doc blurbs to pango elements.
19871
19872 2005-12-02  Wim Taymans  <wim@fluendo.com>
19873
19874         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19875         * gst/audioresample/buffer.h:
19876         * gst/audioresample/gstaudioresample.c:
19877         * gst/audioresample/gstaudioresample.h:
19878         * gst/audioresample/resample.c: (resample_input_flush),
19879         (resample_input_pushthrough), (resample_input_eos),
19880         (resample_get_output_size_for_input),
19881         (resample_get_input_size_for_output), (resample_get_output_size),
19882         (resample_get_output_data):
19883         * gst/audioresample/resample.h:
19884         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19885         Fix audioresample, seek torture, new segments, reverse negotiation
19886         etc.. work fine.
19887
19888 2005-12-02  Wim Taymans  <wim@fluendo.com>
19889
19890         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19891         Small cleanups.
19892
19893 2005-12-02  Wim Taymans  <wim@fluendo.com>
19894
19895         * gst/audioconvert/gstaudioconvert.c:
19896         (gst_audio_convert_transform):
19897         Post errors.
19898
19899 === release 0.9.7 ===
19900
19901 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19902
19903         * configure.ac:
19904           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19905
19906 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19907
19908         * Makefile.am:
19909         * po/hu.po:
19910         * win32/MANIFEST:
19911         * win32/gst.sln:
19912           add win32 MANIFEST file
19913           do something to the hungarian translation
19914
19915 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19916
19917         * ext/Makefile.am:
19918           Add $(PANGO_DIR) to SUBDIRS
19919
19920         * ext/pango/gstclockoverlay.c:
19921         * ext/pango/gsttimeoverlay.c:
19922           Fix and improve element descriptions.
19923
19924 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19925
19926         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19927         * docs/plugins/inspect/plugin-libvisual.xml:
19928         * docs/plugins/inspect/plugin-pango.xml:
19929           add pango plugin to docs
19930
19931 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19932
19933         * configure.ac:
19934         * ext/Makefile.am:
19935           moved pango to base
19936
19937 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19938
19939         * configure.ac:
19940         * tests/Makefile.am:
19941         * tests/icles/.cvsignore:
19942         * tests/icles/Makefile.am:
19943         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19944         (close_display), (resize_window), (move_window), (create_window),
19945         (terminate_playback), (pause_playback), (start_playback), (main):
19946           add stress test for xoverlay from Julien
19947
19948 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19949
19950         * docs/libs/tmpl/gstcolorbalance.sgml:
19951         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19952         * gst-libs/gst/rtp/gstbasertppayload.c:
19953         * gst-libs/gst/rtp/gstrtpbuffer.c:
19954         * gst-libs/gst/rtp/gstrtpbuffer.h:
19955           Do burger's rename for rtp payloaders and depayloaders
19956
19957 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19958
19959         * win32/:
19960           add Visual Studio 6 build files
19961
19962 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19963
19964         * docs/libs/gst-plugins-base-libs-docs.sgml:
19965         * docs/libs/gst-plugins-base-libs-sections.txt:
19966         * docs/libs/tmpl/gstaudio.sgml:
19967         * docs/libs/tmpl/gstringbuffer.sgml:
19968         * gst-libs/gst/interfaces/xoverlay.c:
19969         * gst-libs/gst/video/gstvideofilter.c:
19970         * gst-libs/gst/video/gstvideosink.c:
19971           update documentation
19972
19973 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19974
19975         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19976         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19977         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19978         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19979         (gst_multi_fd_sink_get_stats),
19980         (gst_multi_fd_sink_remove_client_link),
19981         (gst_multi_fd_sink_handle_client_read),
19982         (gst_multi_fd_sink_client_queue_data),
19983         (gst_multi_fd_sink_client_queue_caps),
19984         (gst_multi_fd_sink_client_queue_buffer),
19985         (gst_multi_fd_sink_new_client),
19986         (gst_multi_fd_sink_handle_client_write),
19987         (gst_multi_fd_sink_recover_client),
19988         (gst_multi_fd_sink_queue_buffer),
19989         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19990         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19991         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19992         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19993         * gst/tcp/gstmultifdsink.h:
19994         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19995         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19996         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19997         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19998         (gst_tcp_client_sink_set_property),
19999         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
20000         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
20001         * gst/tcp/gsttcpclientsink.h:
20002         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
20003         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
20004         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
20005         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
20006         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
20007         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
20008         * gst/tcp/gsttcpclientsrc.h:
20009         * gst/tcp/gsttcpplugin.c: (plugin_init):
20010         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
20011         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
20012         (gst_tcp_server_sink_finalize),
20013         (gst_tcp_server_sink_handle_server_read),
20014         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
20015         (gst_tcp_server_sink_set_property),
20016         (gst_tcp_server_sink_get_property),
20017         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
20018         * gst/tcp/gsttcpserversink.h:
20019         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
20020         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
20021         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
20022         (gst_tcp_server_src_set_property),
20023         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
20024         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
20025         * gst/tcp/gsttcpserversrc.h:
20026           more borgifying
20027
20028 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20029
20030         * docs/plugins/Makefile.am:
20031         * docs/plugins/gst-plugins-base-plugins.args:
20032         * docs/plugins/inspect/plugin-libvisual.xml:
20033         * gst/audioconvert/plugin.h:
20034         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
20035         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
20036         (gst_audio_rate_setcaps), (gst_audio_rate_init),
20037         (gst_audio_rate_chain), (gst_audio_rate_set_property),
20038         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
20039         (plugin_init):
20040         * gst/audiotestsrc/gstaudiotestsrc.c:
20041         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
20042         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
20043         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
20044         (gst_audio_test_src_get_query_types),
20045         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
20046         (gst_audio_test_src_create_square),
20047         (gst_audio_test_src_create_saw),
20048         (gst_audio_test_src_create_triangle),
20049         (gst_audio_test_src_create_silence),
20050         (gst_audio_test_src_create_white_noise),
20051         (gst_audio_test_src_init_pink_noise),
20052         (gst_audio_test_src_generate_pink_noise_value),
20053         (gst_audio_test_src_create_pink_noise),
20054         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
20055         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
20056         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
20057         (plugin_init):
20058         * gst/audiotestsrc/gstaudiotestsrc.h:
20059         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
20060         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
20061         (gst_sub_parse_init), (gst_sub_parse_formats),
20062         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
20063         (convert_encoding), (get_next_line),
20064         (gst_sub_parse_data_format_autodetect),
20065         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
20066         (gst_sub_parse_loop), (gst_sub_parse_chain),
20067         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
20068         (plugin_init):
20069         * gst/subparse/gstsubparse.h:
20070         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
20071         (gst_video_rate_base_init), (gst_video_rate_class_init),
20072         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
20073         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
20074         (gst_video_rate_init), (gst_video_rate_event),
20075         (gst_video_rate_chain), (gst_video_rate_set_property),
20076         (gst_video_rate_get_property), (gst_video_rate_change_state),
20077         (plugin_init):
20078         * gst/videoscale/gstvideoscale.c:
20079         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
20080         (gst_video_scale_src_template_factory),
20081         (gst_video_scale_sink_template_factory),
20082         (gst_video_scale_get_type), (gst_video_scale_base_init),
20083         (gst_video_scale_class_init), (gst_video_scale_init),
20084         (gst_video_scale_set_property), (gst_video_scale_get_property),
20085         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
20086         (gst_video_scale_prepare_size), (parse_caps),
20087         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
20088         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
20089         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
20090         (plugin_init):
20091         * gst/videoscale/gstvideoscale.h:
20092         * gst/videotestsrc/gstvideotestsrc.c:
20093         (gst_video_test_src_pattern_get_type),
20094         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
20095         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
20096         (gst_video_test_src_set_pattern),
20097         (gst_video_test_src_set_property),
20098         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
20099         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
20100         (gst_video_test_src_event), (gst_video_test_src_get_times),
20101         (gst_video_test_src_create), (plugin_init):
20102         * gst/videotestsrc/gstvideotestsrc.h:
20103         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
20104         (gst_video_test_src_smpte), (gst_video_test_src_snow),
20105         (gst_video_test_src_black):
20106         * gst/videotestsrc/videotestsrc.h:
20107           borgify further
20108           clean up docs a little
20109
20110 2005-11-30  Wim Taymans  <wim@fluendo.com>
20111
20112         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20113         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
20114         (gst_basertppayload_event), (gst_basertppayload_push),
20115         (gst_basertppayload_change_state):
20116         * gst-libs/gst/rtp/gstbasertppayload.h:
20117         closed #320644.
20118
20119 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20120
20121         * docs/libs/gst-plugins-base-libs-docs.sgml:
20122         * docs/libs/gst-plugins-base-libs-sections.txt:
20123         * gst-libs/gst/video/gstvideofilter.c:
20124         * gst-libs/gst/video/gstvideosink.c:
20125         * gst-libs/gst/video/gstvideosink.h: Adding docs.
20126
20127 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20128
20129         * LICENSE:
20130           move
20131         * po/af.po:
20132         * po/az.po:
20133         * po/cs.po:
20134         * po/en_GB.po:
20135         * po/hu.po:
20136         * po/it.po:
20137         * po/nb.po:
20138         * po/nl.po:
20139         * po/or.po:
20140         * po/sq.po:
20141         * po/sr.po:
20142         * po/sv.po:
20143         * po/uk.po:
20144         * po/vi.po:
20145         * Makefile.am:
20146           update
20147         * scripts/autoplugins.sh:
20148           remove
20149
20150 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20151
20152         * Makefile.am:
20153         * configure.ac:
20154         * examples/Makefile.am:
20155         * examples/capsfilter/Makefile.am:
20156         * examples/capsfilter/capsfilter1.c:
20157         * examples/gob/Makefile.am:
20158         * examples/gob/gst-identity2.gob:
20159         * examples/indexing/.cvsignore:
20160         * examples/indexing/Makefile.am:
20161         * examples/indexing/indexmpeg.c:
20162         * examples/seeking/.cvsignore:
20163         * examples/seeking/Makefile.am:
20164         * examples/seeking/cdparanoia.c:
20165         * examples/seeking/cdplayer.c:
20166         * examples/seeking/chained.c:
20167         * examples/seeking/scrubby.c:
20168         * examples/seeking/seek.c:
20169         * examples/stats/Makefile.am:
20170         * examples/stats/mp2ogg.c:
20171         * examples/switch/.cvsignore:
20172         * examples/switch/Makefile.am:
20173         * examples/switch/switcher.c:
20174         * tests/Makefile.am:
20175         * tests/check/generic/.cvsignore:
20176         * tests/check/pipelines/.cvsignore:
20177         * tests/examples/Makefile.am:
20178         * tests/examples/seek/Makefile.am:
20179           reorganize stuff under tests/
20180
20181 2005-11-30  Edward Hervey  <edward@fluendo.com>
20182
20183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20184         Go away you stupid GstStaticPadTemplate memleak.
20185
20186 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20187
20188         * gst-libs/gst/net/Makefile.am:
20189         * gst-libs/gst/net/README:
20190         * gst-libs/gst/net/gstnetbuffer.c:
20191         * gst-libs/gst/net/gstnetbuffer.h:
20192           this was moved to "netbuffer"
20193
20194 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20195
20196         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
20197         (gst_video_filter_class_init), (gst_video_filter_init):
20198         * gst-libs/gst/video/gstvideofilter.h:
20199           borgify name to bring in line with other classes
20200
20201 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20202
20203         * gst/audioscale/.cvsignore:
20204         * gst/audioscale/Makefile.am:
20205         * gst/audioscale/README:
20206         * gst/audioscale/audioscale.vcproj:
20207         * gst/audioscale/dtof.c:
20208         * gst/audioscale/dtos.c:
20209         * gst/audioscale/functable.c:
20210         * gst/audioscale/gstaudioscale.c:
20211         * gst/audioscale/gstaudioscale.h:
20212         * gst/audioscale/private.h:
20213         * gst/audioscale/resample.c:
20214         * gst/audioscale/resample.h:
20215         * gst/audioscale/test.c:
20216           remove
20217
20218 2005-11-30  Edward Hervey  <edward@fluendo.com>
20219
20220         * gst-libs/gst/netbuffer/Makefile.am:
20221         really, really tired
20222
20223 2005-11-30  Edward Hervey  <edward@fluendo.com>
20224
20225         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20226         Update for new GstTypeFindFactory _register()
20227
20228 2005-11-30  Edward Hervey  <edward@fluendo.com>
20229
20230         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
20231         Let's not override libgstnet from core for no reason...
20232         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20233         Ok, maybe not so quick next time.
20234
20235 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20236
20237         * configure.ac:
20238         * gst-libs/gst/Makefile.am:
20239           moved gst-libs/gst/net to netbuffer through CVS surgery
20240           remove old directory
20241           updating build to accomodate
20242           (#322257)
20243
20244 2005-11-29  Andy Wingo  <wingo@pobox.com>
20245
20246         * pkgconfig/gstreamer-plugins-base.pc.in:
20247         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20248         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20249         (#322257).
20250
20251 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20252
20253         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20254         3rd time's the charm. Correct ref-counting for discarded buffers.
20255
20256 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20257
20258         * gst/playback/gststreamselector.c:
20259         (gst_stream_selector_class_init),
20260         (gst_stream_selector_set_property),
20261         (gst_stream_selector_get_property),
20262         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20263         Fix ref-counting
20264
20265 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20266
20267         * gst/subparse/gstsubparse.c: (feed_textbuf):
20268           Don't access already unref'ed buffer.
20269
20270 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20271
20272         * gst/playback/gststreamselector.c:
20273         (gst_stream_selector_class_init), (gst_stream_selector_init),
20274         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20275         (gst_stream_selector_get_property),
20276         (gst_stream_selector_get_linked_pad),
20277         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20278         * gst/playback/gststreamselector.h:
20279         Add the active-pad property for playbin to use shortly. Ignore buffers
20280         from any other pad, returning GST_FLOW_NOT_LINKED
20281
20282 2005-11-29  Julien MOUTTE  <julien@moutte.net>
20283
20284         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20285         patch from bug #322704 (Alessandro Decina).
20286
20287 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20288
20289         * gst-libs/gst/audio/Makefile.am:
20290           folded audiofilter into the audio library
20291
20292 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20293
20294         * gst/videoscale/gstvideoscale.h:
20295         * gst/videoscale/gstvideoscale.c:
20296           remove unimplemented scale methods
20297
20298 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20299
20300         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20301           Don't leak caps.
20302
20303 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20304
20305         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20306         (gst_ximagesink_setcaps):
20307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20308         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20309         happens (only visible on ximagesink but bug is in xv too) set_caps was
20310         destroying the internal x[v]image used to memcpy non locally alloced
20311         buffers so that it got renewed on next _chain. The issue is that 
20312         _expose will try to put that image as it reffed it in _put.
20313         Using gst_buffer_unref instead of destroy fixes it !
20314
20315 2005-11-28  Edward Hervey  <edward@fluendo.com>
20316
20317         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20318         (try_to_link_1), (queue_filled_cb):
20319         Better use of the queues. Start with a small size queue and only increase
20320         the size of the queues when the other queues are empty.
20321
20322 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20323
20324         * gst-libs/gst/video/Makefile.am:
20325           compile in copied-over videofilter into the video library
20326         * gst-libs/gst/video/videosink.h:
20327           rename the header to gstvideosink.h since it's a base GstObject class
20328         * sys/ximage/ximagesink.h:
20329         * sys/xvimage/xvimagesink.h:
20330           use the new header
20331
20332 2005-11-28  Wim Taymans  <wim@fluendo.com>
20333
20334         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20335         * gst/playback/gstplaybasebin.h:
20336         Prepare to handle errors betters.
20337
20338         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20339         Set sinks to PAUSED first before adding and linking them so that
20340         we don't interrupt dataflow.
20341
20342 2005-11-28  Wim Taymans  <wim@fluendo.com>
20343
20344         * gst-libs/gst/audio/TODO:
20345         Updated TODO
20346
20347         * gst-libs/gst/audio/gstaudiosink.c:
20348         (gst_audioringbuffer_open_device),
20349         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20350         (gst_audioringbuffer_release):
20351         Small cleanups.
20352
20353         * gst-libs/gst/audio/gstbaseaudiosink.c:
20354         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20355         (gst_base_audio_sink_change_state):
20356         Slave to the master clock when going to PLAYING and unslave when
20357         going to PAUSED.
20358
20359         * gst-libs/gst/audio/gstringbuffer.c:
20360         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20361         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20362         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20363         (gst_ring_buffer_clear_all), (wait_segment),
20364         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20365         (gst_ring_buffer_advance):
20366         * gst-libs/gst/audio/gstringbuffer.h:
20367         Add some docs and cleanups.
20368
20369 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20370
20371         * sys/xvimage/xvimagesink.c:
20372         (gst_xvimagesink_navigation_send_event): Fix navigation events
20373         coordinates translation with pixel aspect ratios.
20374
20375 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20376
20377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20378         Use calculated video geometry from _setcaps instead of buffer
20379         caps to respect pixel aspect ratio. (fixes #322388)
20380
20381 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20382
20383         * docs/libs/tmpl/gstcolorbalance.sgml:
20384         * docs/libs/tmpl/gstmixer.sgml:
20385         * docs/libs/tmpl/gstxoverlay.sgml:
20386         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20387         interface.
20388
20389 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20390
20391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20392         Refuse to create an XvImage if we can't find the format.
20393
20394 2005-11-28  Edward Hervey  <edward@fluendo.com>
20395
20396         * gst-libs/gst/riff/riff-media.c:
20397         (gst_riff_create_audio_template_caps):
20398         Add ATRAC3 to the list of riff-possible audio caps.
20399         I know we still don't have a plugin for atrac3, but it's saner to output
20400         that than a cryptic mimetype.
20401
20402 2005-11-27  Edward Hervey  <edward@fluendo.com>
20403
20404         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20405         Don't try to create a zero-sized subbuffer.
20406
20407 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20408
20409         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20410         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20411         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20412         (gst_ximagesink_expose): Fixed a tricky race.
20413         * sys/ximage/ximagesink.h:
20414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20415         (gst_xvimagesink_expose): Fixed a tricky race.
20416         * sys/xvimage/xvimagesink.h:
20417
20418 2005-11-27  Edward Hervey  <edward@fluendo.com>
20419
20420         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20421         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20422         Remove unused properties, and add queues between demuxers and decoders
20423         so that a lot more files can preroll properly.
20424
20425 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20426
20427         * gst-libs/gst/net/Makefile.am:
20428         * gst-libs/gst/rtp/Makefile.am:
20429         * gst-libs/gst/tag/Makefile.am:
20430           remove silly include
20431         * gst/tags/Makefile.am:
20432         * gst/tags/gsttagediting.c:
20433         * gst/tags/gsttageditingprivate.h:
20434         * gst/tags/tagedit.vcproj:
20435           remove directory, is as good as empty
20436
20437 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20438
20439         * configure.ac:
20440           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20441         * gst-libs/Makefile.am:
20442         * gst-libs/gst/audio/Makefile.am:
20443         * gst-libs/gst/interfaces/Makefile.am:
20444         * gst-libs/gst/net/Makefile.am:
20445         * gst-libs/gst/riff/Makefile.am:
20446         * gst-libs/gst/rtp/Makefile.am:
20447         * gst-libs/gst/tag/Makefile.am:
20448         * gst-libs/gst/video/Makefile.am:
20449           and use them
20450
20451 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20452
20453         * docs/libs/tmpl/gstcolorbalance.sgml:
20454         * docs/libs/tmpl/gstmixer.sgml:
20455         * docs/libs/tmpl/gstxoverlay.sgml:
20456         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20457         * sys/ximage/ximagesink.h:
20458         * sys/xvimage/xvimagesink.h: More and more documentation.
20459
20460 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20461
20462         * docs/libs/gst-plugins-base-libs-docs.sgml:
20463         * docs/libs/gst-plugins-base-libs-sections.txt:
20464         * docs/libs/tmpl/gstcolorbalance.sgml:
20465         * docs/libs/tmpl/gstmixer.sgml:
20466         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20467         to documentation.
20468
20469 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20470
20471         * docs/plugins/Makefile.am:
20472         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20473         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20474         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20475
20476 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20477
20478         * docs/plugins/Makefile.am:
20479         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20480         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20481         * docs/plugins/inspect/plugin-adder.xml:
20482         * docs/plugins/inspect/plugin-alsa.xml:
20483         * docs/plugins/inspect/plugin-audioconvert.xml:
20484         * docs/plugins/inspect/plugin-audiorate.xml:
20485         * docs/plugins/inspect/plugin-audioresample.xml:
20486         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20487         * docs/plugins/inspect/plugin-decodebin.xml:
20488         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20489         * docs/plugins/inspect/plugin-gnomevfs.xml:
20490         * docs/plugins/inspect/plugin-ogg.xml:
20491         * docs/plugins/inspect/plugin-playbin.xml:
20492         * docs/plugins/inspect/plugin-subparse.xml:
20493         * docs/plugins/inspect/plugin-tcp.xml:
20494         * docs/plugins/inspect/plugin-theora.xml:
20495         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20496         * docs/plugins/inspect/plugin-video4linux.xml:
20497         * docs/plugins/inspect/plugin-videorate.xml:
20498         * docs/plugins/inspect/plugin-videoscale.xml:
20499         * docs/plugins/inspect/plugin-videotestsrc.xml:
20500         * docs/plugins/inspect/plugin-volume.xml:
20501         * docs/plugins/inspect/plugin-vorbis.xml:
20502         * docs/plugins/inspect/plugin-ximagesink.xml:
20503         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20504         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20505
20506 2005-11-26  Edward Hervey  <edward@fluendo.com>
20507
20508         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20509         Properly return GstFlowReturn from gst_pad_push in chain functions.
20510
20511 2005-11-25  Michael Smith  <msmith@fluendo.com>
20512
20513         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20514         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20515         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20516         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20517           Handle various conditions better when we don't understand a stream.
20518           Removes a heap of CRITICALs on ogg streams containing unknown data.
20519
20520 2005-11-24  Andy Wingo  <wingo@pobox.com>
20521
20522         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20523         Be threadsafe.
20524
20525 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20526
20527         * configure.ac: back to HEAD
20528
20529 === release 0.9.6 ===
20530
20531 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20532
20533         * configure.ac:
20534           releasing 0.9.6, "White Eight"
20535
20536 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20537
20538         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20539         * docs/plugins/inspect/plugin-sine.xml:
20540           remove sinesrc some more
20541
20542 2005-11-23  Wim Taymans  <wim@fluendo.com>
20543
20544         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20545         If we are reading too slowly, jump forward in the ringbuffer
20546         instead of blocking.
20547
20548 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20549
20550         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20551         (gst_visual_chain):
20552         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20553         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20554         (gst_videorate_chain):
20555         * gst/videotestsrc/gstvideotestsrc.c:
20556         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20557         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20558         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20559         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20560         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20561         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20562           Updates for API changes
20563
20564 2005-11-23  Wim Taymans  <wim@fluendo.com>
20565
20566         * gst-libs/gst/audio/gstbaseaudiosink.c:
20567         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20568         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20569         Fix for calibration API change.
20570
20571 2005-11-23  Michael Smith <msmith@fluendo.com>
20572
20573         * gst-libs/gst/audio/multichannel.c:
20574         (gst_audio_get_channel_positions),
20575         (gst_audio_set_channel_positions),
20576         (gst_audio_set_structure_channel_positions_list),
20577         (gst_audio_fixate_channel_positions):
20578           Use gst_value_array_*() functions on value arrays, not
20579           gst_value_list_*().
20580
20581 2005-11-23  Edward Hervey  <edward@fluendo.com>
20582
20583         * autogen.sh:
20584         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20585         Fixes autogen
20586
20587 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20588
20589         * check/Makefile.am:
20590         * check/elements/videotestsrc.c: (setup_videotestsrc),
20591         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20592         (main):
20593           add a test for videotestsrc
20594
20595 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20596
20597         * gst/sine/.cvsignore:
20598         * gst/sine/Makefile.am:
20599         * gst/sine/gstsinesrc.c:
20600         * gst/sine/gstsinesrc.h:
20601         * gst/sine/sinesrc.vcproj:
20602           and remove sinesrc from the repository.  Closes #321446
20603
20604 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20605
20606         * configure.ac:
20607         * gst-plugins-base.spec.in:
20608           remove sinesrc from the build
20609
20610 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20611
20612         * check/Makefile.am:
20613         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20614         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20615         (main):
20616           add a test for audiotestsrc, testing all waves.  Even seems
20617           leak-free at first glance, nice job Stefan
20618
20619 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20620
20621         * po/af.po:
20622         * po/az.po:
20623         * po/cs.po:
20624         * po/en_GB.po:
20625         * po/hu.po:
20626         * po/it.po:
20627         * po/nb.po:
20628         * po/nl.po:
20629         * po/or.po:
20630         * po/sq.po:
20631         * po/sr.po:
20632         * po/sv.po:
20633         * po/uk.po:
20634         * po/vi.po:
20635           Translation string updates
20636
20637         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20638         (gst_v4lsrc_set_caps):
20639         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20640         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20641         * sys/v4l/v4lsrc_calls.h:
20642           Improve v4lsrc, by making it work again.
20643
20644 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20645
20646         * ext/libvisual/visual.c: (gst_visual_chain):
20647           Fix the fps calculations.
20648
20649         * gst/ffmpegcolorspace/avcodec.h:
20650           Move structure element for clarity
20651
20652         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20653         * gst-libs/gst/interfaces/tunernorm.h:
20654         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20655         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20656         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20657         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20658         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20659         (gst_v4lmjpegsrc_getcaps):
20660         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20661         (gst_v4lsrc_set_caps):
20662         * sys/v4l/gstv4lsrc.h:
20663         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20664         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20665         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20666         * sys/v4l/v4lsrc_calls.h:
20667           Fractional framerates...
20668
20669 2005-11-22  Wim Taymans  <wim@fluendo.com>
20670
20671         * gst-libs/gst/audio/gstbaseaudiosink.c:
20672         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20673         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20674         And we provide a clock by default, of course...
20675
20676 2005-11-22  Wim Taymans  <wim@fluendo.com>
20677
20678         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20679         This clock can be slaved to a master clock now.
20680
20681         * gst-libs/gst/audio/gstbaseaudiosink.c:
20682         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20683         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20684         (gst_base_audio_sink_set_clock),
20685         (gst_base_audio_sink_set_property),
20686         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20687         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20688         * gst-libs/gst/audio/gstbaseaudiosink.h:
20689         Handle slaving the internal clock to the clock selected in the
20690         pipeline.
20691         Add property to make the basesink not provide a clock.
20692
20693         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20694         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20695         (gst_base_rtp_depayload_wait):
20696         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20697         We can use the clock in GstElement, no need to store it ourselves.
20698
20699 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20700
20701         * docs/libs/tmpl/gstaudio.sgml:
20702           update
20703         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20704         (gst_paranoia_endian_get_type):
20705         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20706         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20707         * gst/audiotestsrc/gstaudiotestsrc.c:
20708         (gst_audiostestsrc_wave_get_type):
20709         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20710         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20711         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20712         (gst_sync_method_get_type), (gst_unit_type_get_type),
20713         (gst_client_status_get_type), (gst_multifdsink_class_init),
20714         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20715         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20716         (gst_multifdsink_get_property):
20717         * gst/tcp/gstmultifdsink.h:
20718         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20719         * gst/videotestsrc/gstvideotestsrc.c:
20720         (gst_videotestsrc_pattern_get_type):
20721           remove deprecated properties
20722           fix up enums to correctly have short lowercase dashed nicks
20723
20724 2005-11-22  Michael Smith <msmith@fluendo.com>
20725
20726         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20727         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20728           Add underscore.
20729
20730 2005-11-22  Michael Smith <msmith@fluendo.com>
20731
20732         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20733         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20734           Use utility method for scaling clocktime for fractional framerates.
20735
20736 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20737
20738         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20739         (gst_visual_chain):
20740         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20741         * ext/theora/theoradec.c: (theora_handle_type_packet):
20742         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20743         (theora_enc_chain):
20744         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20745         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20746         * gst-libs/gst/video/video.h:
20747         * gst/ffmpegcolorspace/avcodec.h:
20748         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20749         (gst_ffmpeg_caps_to_pixfmt):
20750         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20751         (gst_ffmpegcsp_set_caps):
20752         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20753         (gst_videorate_setcaps), (gst_videorate_blank_data),
20754         (gst_videorate_chain):
20755         * gst/videotestsrc/gstvideotestsrc.c:
20756         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20757         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20758         (gst_videotestsrc_event), (gst_videotestsrc_create):
20759         * gst/videotestsrc/gstvideotestsrc.h:
20760         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20761         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20762         (gst_ximagesink_get_times), (gst_ximagesink_init):
20763         * sys/ximage/ximagesink.h:
20764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20765         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20766         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20767         * sys/xvimage/xvimagesink.h:
20768           Convert elements to use fractions for their framerate.
20769           V4L elements to come later tonight.
20770
20771 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20772
20773         * gst-libs/gst/audio/audio.c:
20774         * gst-libs/gst/audio/audio.h:
20775           remove some deprecated functions
20776
20777 2005-11-22  Andy Wingo  <wingo@pobox.com>
20778
20779         * Update for gst_tag_setter API changes.
20780
20781 2005-11-22  Andy Wingo  <wingo@pobox.com>
20782
20783         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20784         (gst_ogg_demux_perform_seek):
20785         * ext/theora/theoradec.c (theora_dec_sink_event):
20786         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20787         update-funcnames.
20788
20789 2005-11-22  Wim Taymans  <wim@fluendo.com>
20790
20791         * examples/seeking/seek.c: (main):
20792         Give higher priority to bus signals than the gtk events
20793         to fix a race condition in the segment looping.
20794
20795 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20796
20797         * ext/theora/Makefile.am:
20798         * ext/vorbis/Makefile.am:
20799         * gst-libs/gst/tag/Makefile.am:
20800         * gst-plugins-base.spec.in:
20801           Rename libgsttagedit to libgsttag (#322117).
20802
20803 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20804
20805         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20807           Call gst_x_overlay_prepare_xwindow_id() to give applications
20808           a final chance to set their own xwindow id before the video
20809           sink creates its own window.
20810
20811 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20812
20813         * sys/xvimage/xvimagesink.c:
20814         (gst_xvimagesink_navigation_send_event): Handle navigation
20815         events correcly with borders if applicable.
20816
20817 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20818
20819         Patch by: Luca Ognibene
20820
20821         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20822         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20823         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20824         (gst_ffmpegcsp_caps_remove_format_info):
20825         * gst/ffmpegcolorspace/imgconvert.c:
20826         * gst/ffmpegcolorspace/imgconvert_template.h:
20827           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20828           #318353); use gst_structure_has_name().
20829
20830 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20831
20832         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20833         (gst_ximagesink_class_init): Add debug macros on functions.
20834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20835         (gst_xvimagesink_xwindow_draw_borders),
20836         (gst_xvimagesink_xvimage_put),
20837         (gst_xvimagesink_xwindow_update_geometry),
20838         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20839         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20840         (gst_xvimagesink_xcontext_clear),
20841         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20842         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20843         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20844         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20845         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20846         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20847         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20848         expose while being PAUSED, out of data flow navigation events, etc..
20849
20850 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20851
20852         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20853         * gst-libs/gst/audio/audio.h:
20854           fix prototype - wondering why the test worked regardless
20855
20856 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20857
20858         * check/Makefile.am:
20859         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20860         * gst-libs/gst/audio/audio.h:
20861           add a method that returns a proper GstClockTime
20862
20863 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20864
20865         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20866         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20867         * gst-libs/gst/interfaces/xoverlay.h:
20868           Remove everything having to do with the desired size; add 
20869           gst_x_overlay_prepare_xwindow_id() function; remove the
20870           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20871           post a message on the bus instead (#321816).
20872
20873         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20875         (gst_xvimagesink_xoverlay_init):
20876           Remove desired size stuff (#321816).
20877
20878 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20879
20880         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20881         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20882         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20883           Terminate vararg functions with NULL instead of 0 to 
20884           make gcc4 happy.
20885
20886 2005-11-21  Andy Wingo  <wingo@pobox.com>
20887
20888         patch by: Sebastien Cote <sebas642@yahoo.ca>
20889         
20890         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20891         * gst-libs/gst/rtp/gstrtpbuffer.c
20892         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20893
20894 2005-11-21  Andy Wingo  <wingo@pobox.com>
20895
20896         * gst/playback/gstplaybin.c (gen_audio_element) 
20897         (gen_video_element): Use the new MISSING_PLUGIN core error
20898         category. Closes #320060.
20899
20900         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20901         * gst/videorate/gstvideorate.c (gst_videorate_event):
20902         * ext/theora/theoradec.c (theora_dec_sink_event): 
20903         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20904         stream lock.
20905
20906         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20907         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20908         stream lock changes.
20909
20910 2005-11-21  Wim Taymans  <wim@fluendo.com>
20911
20912         * gst-libs/gst/audio/gstbaseaudiosink.c:
20913         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20914         (gst_base_audio_sink_provide_clock),
20915         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20916         (gst_base_audio_sink_change_state):
20917         * gst/audioresample/gstaudioresample.c:
20918         Segment update fix.
20919
20920 2005-11-21  Andy Wingo  <wingo@pobox.com>
20921
20922         * *.h:
20923         * *.c: Ran scripts/update-macros. Oh yes.
20924
20925 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20926
20927         * sys/ximage/Makefile.am:
20928         * sys/ximage/ximage.c:
20929           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20930           remove your old libgstximage.* manually if necessary).
20931
20932 2005-11-21  Michael Smith <msmith@fluendo.com>
20933
20934         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20935           Minimal fix for bug #320200: set the min/max bitrate in the correct
20936           units. A better fix would be to upgrade to the RATEMANAGE2
20937           interface, rather than using the deprecated interface used here, but
20938           that would require an update in our libvorbis dependency (to 1.1),
20939           which is probably undesirable.
20940
20941 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20942
20943         * ext/libvisual/visual.c: (get_buffer):
20944         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20945         (gst_base_audio_src_fixate):
20946         * gst/audioconvert/gstaudioconvert.c:
20947         (gst_audio_convert_fixate_caps):
20948         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20949         * gst/audiotestsrc/gstaudiotestsrc.c:
20950         (gst_audiotestsrc_src_fixate):
20951         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20952         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20953         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20954         * gst/videotestsrc/gstvideotestsrc.c:
20955         (gst_videotestsrc_src_fixate):
20956         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20958           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20959           (#322027)
20960
20961
20962 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20963
20964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20965         (gst_riff_create_iavs_caps):
20966         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20967         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20968         (gst_riff_parse_info):
20969         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20970         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20972           Fixes for GST_FOURCC_FORMAT API change.
20973
20974 2005-11-21  Andy Wingo  <wingo@pobox.com>
20975
20976         patch by: Alessandro Dessina <alessandro nnva org>
20977
20978         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20979         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20980         (gst_ogg_parse_chain):
20981         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20982         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20983         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20984         gst_value_list calls on arrays. Fixes #321962.
20985
20986 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20987
20988         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20989         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20990         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20991         * gst/adder/gstadder.c: (gst_adder_init),
20992         (gst_adder_request_new_pad), (gst_adder_collected),
20993         (gst_adder_change_state):
20994           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20995           API change.
20996
20997 2005-11-21  Michael Smith <msmith@fluendo.com>
20998
20999         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21000         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
21001           Properly handle pad_push return values.
21002
21003 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
21004
21005         * gst-libs/gst/tag/Makefile.am:
21006         * gst-libs/gst/tag/gstvorbistag.c:
21007         (gst_tag_list_to_vorbiscomment_buffer):
21008           Remove obsolete vorbistag element and debug category.
21009
21010         * gst/playback/gstplaybasebin.c: (check_queue):
21011           Don't divide by 0 when queue-threshold is 0.
21012
21013         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
21014           Don't modify an existing pixel-aspect-ratio if we fail to read
21015           a new one.
21016
21017 2005-11-20  Wim Taymans  <wim@fluendo.com>
21018
21019         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
21020         (gst_vorbisenc_push_packet):
21021         GST_PAD_IS_USABLE is gone, use the return value of
21022         the push or pad_alloc_buffer instead.
21023
21024 2005-11-18  Julien MOUTTE  <julien@moutte.net>
21025
21026         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
21027         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
21028         (gst_ximagesink_ximage_destroy),
21029         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
21030         (gst_ximagesink_xwindow_new),
21031         (gst_ximagesink_xwindow_update_geometry),
21032         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
21033         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21034         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
21035         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
21036         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
21037         (gst_ximagesink_navigation_send_event),
21038         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
21039         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21040         (gst_ximagesink_finalize), (gst_ximagesink_init),
21041         (gst_ximagesink_class_init):
21042         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
21043         This new version brings correct software scaling, non flickering
21044         window while resizing, pixel aspect ratio handling, usage of
21045         hardware buffer pools, out of data flow event thread for 
21046         navigation and handling of expose events even when being PAUSED,
21047         a new property to keep video aspect ratio when resizing, etc...
21048
21049 2005-11-18  Julien MOUTTE  <julien@moutte.net>
21050
21051         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21052         (gst_videoscale_fixate_caps): Introduce back caps fixate with
21053         handling of PAR.
21054
21055 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
21056
21057         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
21058         Unsetting IS_SINK flag from the fakesink, so decodebin
21059         never behaves as a sink.
21060
21061 2005-11-17  Wim Taymans  <wim@fluendo.com>
21062
21063         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21064         (gst_base_audio_src_change_state):
21065         Fix the audiosrc base class again, we did not unflush.
21066
21067 2005-11-17  Julien MOUTTE  <julien@moutte.net>
21068
21069         * examples/seeking/seek.c: (make_dv_pipeline),
21070         (make_vorbis_theora_pipeline), (make_avi_pipeline),
21071         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
21072         to ogg/vorbis/theora pipeline.
21073
21074 2005-11-17  Wim Taymans  <wim@fluendo.com>
21075
21076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21077         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
21078         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
21079         Fix EOS on multiple streams.
21080         More debugging.
21081
21082 2005-11-16  Wim Taymans  <wim@fluendo.com>
21083
21084         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
21085         (gst_ogg_demux_perform_seek):
21086         Segment done must include stream time.
21087
21088         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21089         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
21090         (gst_ogg_mux_change_state):
21091         Fix ogg muxer again.
21092
21093 2005-11-16  Wim Taymans  <wim@fluendo.com>
21094
21095         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
21096         Fix compile again.
21097
21098 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21099
21100         * ext/libvisual/visual.c: (gst_visual_init):
21101         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21102         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
21103         (gst_ogg_parse_chain):
21104         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
21105         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
21106         * ext/theora/theoradec.c: (gst_theora_dec_init):
21107         * ext/theora/theoraenc.c: (gst_theora_enc_init):
21108         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21109         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
21110         * gst/adder/gstadder.c: (gst_adder_class_init),
21111         (gst_adder_dispose):
21112         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
21113         * gst/subparse/gstsubparse.c: (gst_subparse_init):
21114         * gst/videorate/gstvideorate.c: (gst_videorate_init):
21115           Fix a whole set of pad template leaks
21116
21117 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21118
21119         * check/generic/states.c: (GST_START_TEST):
21120           fix the test so that it only checks for elements that are part of
21121           this source module
21122
21123 2005-11-16  Michael Smith <msmith@fluendo.com>
21124
21125         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
21126         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
21127         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21128         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21129         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
21130         (gst_ogg_mux_change_state):
21131           Fix leaking collectpads.
21132
21133 2005-11-16  Edward Hervey  <edward@fluendo.com>
21134
21135         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21136         (gst_videorate_event), (gst_videorate_chain):
21137         Handle segment seeks
21138
21139 2005-11-16  Wim Taymans  <wim@fluendo.com>
21140
21141         * gst-libs/gst/audio/gstbaseaudiosink.c:
21142         (gst_base_audio_sink_provide_clock),
21143         (gst_base_audio_sink_change_state):
21144         Set ringbuffer to non-flushing when going to PAUSED, set to
21145         flushing again when going to READY.
21146
21147         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
21148         (gst_ring_buffer_stop):
21149         Start in flushing mode by default.
21150         Don't set flushing in the _stop method, let the app call
21151         this explicitly.
21152
21153 2005-11-16  Julien MOUTTE  <julien@moutte.net>
21154
21155         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
21156         * gst-libs/gst/video/videosink.h: Add helper function needed
21157         for video sinks.
21158
21159 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
21160
21161         * gst/videoscale/gstvideoscale.c:
21162         (gst_videoscale_handle_src_event):
21163           Don't leak reference to pad parent.
21164
21165 2005-11-16  Wim Taymans  <wim@fluendo.com>
21166
21167         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
21168         Set ringbuffer to flushing when stopping so that we don't
21169         block on wait_segment anymore and livelock.
21170
21171 2005-11-16  Wim Taymans  <wim@fluendo.com>
21172
21173         * examples/seeking/seek.c: (send_event), (do_seek),
21174         (loop_toggle_cb), (segment_done), (main):
21175         Added looping checkbox.
21176
21177 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21178
21179         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21180         (gst_ogg_demux_init):
21181         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21182         (gst_vorbis_dec_init):
21183           revert unrefs, they don't pass make check
21184
21185 2005-11-15  Johan Dahlin  <johan@gnome.org>
21186
21187         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21188         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
21189         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21190         (gst_vorbis_dec_init):
21191         Fix pad template leaks. 
21192
21193 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
21194
21195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
21196           Make state change function thread safe.
21197
21198 2005-11-15  Edward Hervey  <edward@fluendo.com>
21199
21200         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
21201         (gst_ogg_demux_class_init):
21202         Implement GstElement::send_event, so we can send seek events
21203         in GST_STATE_READY
21204
21205 2005-11-14  Julien MOUTTE  <julien@moutte.net>
21206
21207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21208         Discovered how to take away flickering while resizing the
21209         window. Please don't put that in ximagesink, refactoring in
21210         progress.
21211
21212 2005-11-14  Michael Smith <msmith@fluendo.com>
21213
21214         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21215         (gst_multifdsink_render):
21216           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21217
21218 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
21219
21220         * gst/playback/gstplaybin.c: (gen_audio_element):
21221           Use autoaudiosink, it tends to be more widely available than
21222           autoaudiiosink.
21223           
21224 2005-11-14  Andy Wingo  <wingo@pobox.com>
21225
21226         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21227         as well if it is available. Fixes #316442.
21228
21229 2005-11-14  Michael Smith <msmith@fluendo.com>
21230
21231         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21232         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21233         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21234         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21235         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21236         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21237         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21238         (gst_vorbisenc_change_state):
21239           Fix a small memory leak in vorbisenc.
21240           Fix large memory leaks in oggmux, also fix lots of state change
21241           bugs in oggmux.
21242
21243 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21244
21245         * gst/videotestsrc/gstvideotestsrc.c:
21246         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21247         (gst_videotestsrc_src_fixate):
21248           move fixation to a fixate function
21249           remove negotiate function, basesrc's is good enough
21250           fixes a bug for check when using the element alone
21251
21252 2005-11-13  Edward Hervey  <edward@fluendo.com>
21253
21254         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21255         (key_toggle_cb), (main):
21256         Added checkboxes for adding/removing the accurate and key_unit seek
21257         flags.
21258
21259 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21260
21261         * configure.ac: back to HEAD
21262
21263 === release 0.9.5 ===
21264
21265 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
21266
21267         * configure.ac:
21268           releasing 0.9.5, "No No Kia"
21269
21270 2005-11-11  Edward Hervey  <edward@fluendo.com>
21271
21272         * examples/seeking/seek.c: (make_parselaunch_pipeline):
21273         Added parse-launch syntax seeking mode for the seeking example.
21274         This should help stress-test even more cases.
21275         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21276
21277 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21278
21279         * sys/xvimage/xvimagesink.c:
21280         (gst_xvimagesink_navigation_send_event):
21281           Check whether peer pad exists before sending navigation events
21282           to it.
21283
21284 2005-11-11  Michael Smith <msmith@fluendo.com>
21285
21286         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21287         (gst_vorbisenc_buffer_from_packet):
21288         * ext/vorbis/vorbisenc.h:
21289           Set duration on encoded buffers. This allows oggmux's
21290           max_page_delay parameter to actually work.
21291
21292 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21293
21294         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21295         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21296         (gst_ffmpegcsp_avpicture_fill):
21297         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21298         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21299           Make palettes work again (see #132341). Use our own macros
21300           for rounding up.
21301
21302 2005-11-10  Andy Wingo  <wingo@pobox.com>
21303
21304         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21305         string doober.
21306
21307 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21308
21309         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21310         (gst_ffmpegcsp_transform_caps):
21311           Prefer passthrough in transform_caps
21312
21313 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21314
21315         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21316           check for ALSA errors properly, instead of relying on ALSA's
21317           error strings to serve to the user.
21318
21319 2005-11-10  Wim Taymans  <wim@fluendo.com>
21320
21321         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21322         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21323         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21324         Modernise the seek code.
21325
21326 2005-11-10  Michael Smith <msmith@fluendo.com>
21327         
21328         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21329         (setup_substreams), (set_active_source):
21330           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21331           trying to go to NULL if we failed to read a file.
21332
21333 2005-11-10  Wim Taymans  <wim@fluendo.com>
21334
21335         * gst/audiotestsrc/gstaudiotestsrc.c:
21336         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21337         (gst_audiotestsrc_create):
21338         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21339         (gst_sinesrc_get_times), (gst_sinesrc_create):
21340         * gst/videotestsrc/gstvideotestsrc.c:
21341         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21342         (gst_videotestsrc_create):
21343         The base class can now sync for us.
21344
21345 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21346
21347         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21348           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21349           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21350           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21351           format=(fourcc)I420" ! xvimagesink
21352
21353 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21354
21355         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21356         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21357         (gst_sinesrc_newsegment):
21358           Send newsegment event in TIME format, set duration if
21359           num-buffers is set, fix duration querying.
21360
21361 2005-11-10  Michael Smith <msmith@fluendo.com>
21362
21363         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21364         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21365         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21366         (gst_ogg_mux_collected):
21367          Fix EOS handling, partially. Now forwarding an EOS event once we have
21368          EOS on all pads works correctly. However, we still don't properly set
21369          EOS on the actual ogg stream pages.
21370
21371 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21372
21373         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21374           Set elements to NULL state before disposing of them.
21375
21376 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21377
21378         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21379
21380         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21381         (gst_base_rtp_depayload_init),
21382         (gst_base_rtp_depayload_set_gst_timestamp):
21383         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21384           We need to send a newsegment event for each instance, not
21385           just for the first instance of this class (get rid of
21386           static variable in function). (#321011).
21387           
21388 2005-11-08  Michael Smith <msmith@fluendo.com>
21389
21390         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21391         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21392         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21393         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21394           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21395           This makes us mux things correctly according to the ogg muxing
21396           rules. Still not handling EOS correctly right now, though.
21397
21398 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21399
21400         * gst/audioconvert/gstaudioconvert.c:
21401           Fix typo in docs. 
21402
21403 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21404
21405         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21406         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21407           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21408           creating a new chain; should fix live streaming. Also
21409           add more debug output and fix a typo.
21410
21411 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21412
21413         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21414
21415         * gst/volume/gstvolume.c: (volume_set_caps):
21416           Fix compilation on Solaris with Forte. (#320923)
21417
21418 2005-11-08  Wim Taymans  <wim@fluendo.com>
21419
21420         * gst-libs/gst/audio/gstbaseaudiosink.c:
21421         (gst_base_audio_sink_render):
21422         No need to do a typecheck.
21423
21424 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21425
21426         * ext/alsa/gstalsa.h:
21427           We register a debug category, so let's use it.
21428
21429 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21430
21431         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21432         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21433         Fixed a small problem.
21434
21435 2005-11-04  Wim Taymans  <wim@fluendo.com>
21436
21437         * examples/seeking/Makefile.am:
21438         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21439         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21440         (make_playerbin_pipeline), (format_value), (update_scale),
21441         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21442         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21443         (print_usage), (main):
21444         Added app for playback speed testing.
21445
21446         * examples/seeking/seek.c: (dynamic_link),
21447         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21448         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21449         (message_received), (main):
21450         Updated seek example.
21451
21452 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21453
21454         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21455         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21456         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21457         (gst_base_rtp_depayload_set_clock):
21458         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21459         Don't sleep on the bench (system clock) when you have a nice 
21460         comfortable bed (Gstreamer clock) to sleep on.
21461
21462 2005-11-03  Wim Taymans  <wim@fluendo.com>
21463
21464         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21465         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21466         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21467         Handle the case where a pad_block failed.
21468
21469 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21470
21471         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21472
21473         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21474         (gst_base_rtp_depayload_add_to_queue),
21475         (gst_base_rtp_depayload_push),
21476         (gst_base_rtp_depayload_set_gst_timestamp),
21477         (gst_base_rtp_depayload_queue_release):
21478           Fixes some bugs in the depayloader's queuing/de-queueing code.
21479
21480 2005-10-31  Michael Smith <msmith@fluendo.com>
21481
21482         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21483         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21484         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21485           Patch from Alessandro Decina <alessandro@nnva.org>.
21486           Make oggdemux only find the final time in a chain, not per-pad,
21487           since the per-pad information can be very expensive to locate, and
21488           it isn't used anywhere. This makes reading a file containing
21489           OggSkeleton reasonably fast.
21490           Also, make chain finding work when there are logical bitstreams that
21491           can't be decoded. Fixes #319110.
21492
21493 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21494
21495         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21496         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21497         (gst_base_rtp_depayload_chain),
21498         (gst_base_rtp_depayload_add_to_queue),
21499         (gst_base_rtp_depayload_push),
21500         (gst_base_rtp_depayload_set_gst_timestamp),
21501         (gst_base_rtp_depayload_queue_release),
21502         (gst_base_rtp_depayload_start_thread),
21503         (gst_base_rtp_depayload_set_property),
21504         (gst_base_rtp_depayload_get_property):
21505         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21506         Some random fixes, to fullfill the desires of thomas.
21507
21508 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21509
21510         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21511         (gst_base_rtp_depayload_add_to_queue),
21512         (gst_base_rtp_depayload_push):
21513         Fixed the queueing algorithm.
21514
21515 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21516
21517         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21518         (gst_base_rtp_depayload_push):
21519         A small fix
21520
21521 2005-10-31  Wim Taymans  <wim@fluendo.com>
21522
21523         * gst-libs/gst/audio/gstringbuffer.h:
21524         Don't break ABI.
21525
21526         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21527         (gst_ffmpeg_caps_to_pixfmt):
21528         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21529         (gst_ffmpegcsp_set_caps):
21530         Some more comments.
21531         Handle missing required caps fields better.
21532
21533 2005-10-31  Wim Taymans  <wim@fluendo.com>
21534
21535         * gst-libs/gst/audio/gstbaseaudiosink.c:
21536         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21537         (gst_base_audio_sink_render):
21538         * gst-libs/gst/audio/gstringbuffer.c:
21539         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21540         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21541         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21542         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21543         (gst_ring_buffer_read):
21544         * gst-libs/gst/audio/gstringbuffer.h:
21545         Add flushing mode to the ringbuffer so that it in all cases does
21546         not try to handle more audio. This makes sure it does not try to
21547         block anymore when flushing and fixes a livelock.
21548
21549 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21550
21551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21552         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21553         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21554           Explicitly check for -1 values before doing a conversion
21555           and always map them to -1. (#315545)
21556
21557 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21558
21559         * gst/playback/gstplaybin.c: (gen_video_element):
21560           first try autovideosink, then xvimagesink, then error out
21561         * po/POTFILES.in:
21562           add translatable file
21563         * po/af.po:
21564         * po/az.po:
21565         * po/cs.po:
21566         * po/en_GB.po:
21567         * po/hu.po:
21568         * po/it.po:
21569         * po/nb.po:
21570         * po/nl.po:
21571         * po/or.po:
21572         * po/sq.po:
21573         * po/sr.po:
21574         * po/sv.po:
21575         * po/uk.po:
21576         * po/vi.po:
21577           update translations
21578
21579 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21580
21581         * gst-libs/gst/rtp/gstbasedepayload.c:
21582         * gst-libs/gst/rtp/gstbasedepayload.h:
21583           Minor cleanups
21584
21585 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21586
21587         * gst/playback/.cvsignore:
21588         * gst/playback/decodetest.c:
21589         * gst/playback/test3.c:
21590           Port these two tests as well.
21591
21592 2005-10-27  Wim Taymans  <wim@fluendo.com>
21593
21594         * ext/theora/theoradec.c: (theora_dec_src_query),
21595         (theora_dec_sink_event):
21596         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21597         (theora_enc_change_state):
21598         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21599         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21600         Take proper locks when handling events.
21601
21602 2005-10-27  Wim Taymans  <wim@fluendo.com>
21603
21604         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21605         (gst_adder_change_state):
21606         Fix timestamps and fix deadlock when stopping the collectpads.
21607
21608 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21609
21610         * gst-libs/gst/rtp/gstrtpbuffer.h:
21611         Declaring the payload types as strings too so that they can be used
21612         in the padtemplate inialization.
21613
21614 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21615
21616         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21617
21618         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21619         (gst_base_rtp_depayload_class_init):
21620         Fixes a small but nasty bug. The derived elements no longer segfaults
21621         on finalization.
21622
21623 2005-10-26  Michael Smith <msmith@fluendo.com>
21624
21625         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21626           When clearing an audioconvert context, set tmpbufsize to zero, so
21627           we'll allocate it again later if required.
21628           This fixes audioconvert re-negotiating formats, which previously
21629           segfaulted with a NULL destination buffer.
21630
21631 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21632
21633         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21634         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21635         (gst_base_rtp_depayload_set_gst_timestamp),
21636         (gst_base_rtp_depayload_queue_release):
21637         Fixed a smalll memleak.
21638
21639 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21640         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21641         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21642         (gst_base_rtp_depayload_finalize),
21643         (gst_base_rtp_depayload_setcaps),
21644         (gst_base_rtp_depayload_add_to_queue),
21645         (gst_base_rtp_depayload_push),
21646         (gst_base_rtp_depayload_set_gst_timestamp),
21647         (gst_base_rtp_depayload_queue_release),
21648         (gst_base_rtp_depayload_thread),
21649         (gst_base_rtp_depayload_change_state):
21650         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21651         Changed the C++ comments to C comments
21652
21653 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21654
21655         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21656         * gst/tcp/gsttcpclientsrc.h:
21657         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21658         * gst/tcp/gsttcpserversrc.h:
21659           Remove unused 'curoffset' structure member.
21660
21661 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21662
21663         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21664         (gst_base_rtp_depayload_base_init),
21665         (gst_base_rtp_depayload_finalize):
21666         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21667         * gst-libs/gst/rtp/gstbasertppayload.h:
21668           The pad-template on the sinkpad should be set by the derived classes.
21669           Also added some useful macros.
21670
21671 2005-10-24  Wim Taymans  <wim@fluendo.com>
21672
21673         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21674         Correctly flush decoder samples even if we could not
21675         copy them to an output buffer. Fixes #319618.
21676
21677 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21678
21679         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21681         the caps against our xcontext caps.
21682
21683 2005-10-24  Wim Taymans  <wim@fluendo.com>
21684
21685         * gst-libs/gst/audio/gstbaseaudiosink.c:
21686         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21687         Remove g_print
21688         Use sync property from baseclass to disable sync.
21689
21690 2005-10-24  Wim Taymans  <wim@fluendo.com>
21691
21692         * gst-libs/gst/audio/gstbaseaudiosink.c:
21693         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21694         Buffers with no timestamps get aligned with previous buffers or
21695         on underrun, played ASAP.
21696
21697 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21698
21699         * gst-libs/gst/video/video.h:
21700         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21701         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21703         here comes my change on caps for framerate and geometry range.
21704         We are now accepting 1 to MAXINT for width and height, and from
21705         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21706         to be blended correctly in videomixer.
21707
21708 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21709
21710         * configure.ac:
21711           back to HEAD
21712
21713 === release 0.9.4 ===
21714
21715 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21716
21717         * NEWS:
21718         * RELEASE:
21719         * configure.ac:
21720           releasing 0.9.4, "Velociraptor"
21721
21722 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21723
21724         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21725         * po/POTFILES.in:
21726           STOPPED -> FAILED
21727
21728 2005-10-21  Wim Taymans  <wim@fluendo.com>
21729
21730         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21731         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21732         (pad_blocked), (close_pad_link), (new_pad):
21733         Don't try to remove elements twice.
21734
21735 2005-10-21  Wim Taymans  <wim@fluendo.com>
21736
21737         * ext/theora/theoradec.c: (theora_dec_src_query),
21738         (theora_dec_sink_event):
21739         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21740         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21741         (vorbis_handle_data_packet):
21742         * ext/vorbis/vorbisdec.h:
21743         Fix old naming.
21744
21745         * gst-libs/gst/audio/gstbaseaudiosink.c:
21746         (gst_base_audio_sink_render):
21747         Don't try to sync on buffers without a timestamp.
21748
21749 2005-10-21  Wim Taymans  <wim@fluendo.com>
21750
21751         * ext/theora/theoradec.c: (theora_dec_src_query),
21752         (theora_dec_sink_event):
21753         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21754         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21755         (vorbis_handle_data_packet):
21756         * ext/vorbis/vorbisdec.h:
21757         Fix old naming.
21758
21759 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21760
21761         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21762         (gst_vorbisenc_src_query):
21763           Implement position and duration queries.
21764
21765         * gst/playback/test3.c: (update_scale), (main):
21766           Fix for async state changes and print nicer output.
21767
21768 2005-10-20  Wim Taymans  <wim@fluendo.com>
21769
21770         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21771         (dump_element_stats), (main):
21772         * gst/playback/test6.c: (main):
21773         Fix tests again
21774
21775 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21776
21777         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21778         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21779           Don't use functions for position queries when handling
21780           duration queries.
21781
21782 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21783
21784         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21785         (vorbis_handle_data_packet), (vorbis_dec_chain),
21786         (vorbis_dec_change_state):
21787         * ext/vorbis/vorbisdec.h:
21788           Vorbis streams can be embedded in other container formats
21789           than ogg, container formats where the demuxer might set 
21790           timestamps on encoded vorbis buffers instead of those silly 
21791           granulepos thingies. In short: make vorbisdec handle 
21792           timestamps on incoming buffers as well.
21793
21794 2005-10-20  Wim Taymans  <wim@fluendo.com>
21795
21796         * gst/playback/gstplaybasebin.c: (group_destroy),
21797         (gst_play_base_bin_change_state):
21798         Fix leak.
21799         Handle case where playbasebin is now ASYNC because
21800         decodebin is.
21801
21802 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21803
21804         * gst/audioconvert/Makefile.am:
21805         * gst/audioconvert/bufferframesconvert.c:
21806         * gst/audioconvert/plugin.c: (plugin_init):
21807         * gst/audioconvert/plugin.h:
21808           And bye bye buffer-frames-convert
21809
21810 2005-10-19  Wim Taymans  <wim@fluendo.com>
21811
21812         * check/elements/audioconvert.c:
21813         * docs/libs/tmpl/gstaudio.sgml:
21814         * docs/libs/tmpl/gstcolorbalance.sgml:
21815         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21816         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21817         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21818         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21819         * gst-libs/gst/audio/audio.h:
21820         * gst/audioconvert/audioconvert.h:
21821         * gst/audioconvert/gstaudioconvert.c:
21822         (gst_audio_convert_parse_caps):
21823         * gst/volume/gstvolume.c:
21824         Bye bye buffer-frames.
21825
21826 2005-10-19  Wim Taymans  <wim@fluendo.com>
21827
21828         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21829         (query_positions_elems), (query_positions_pads), (update_scale),
21830         (do_seek), (set_update_scale), (message_received), (main):
21831         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21832         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21833         (gst_ogg_demux_loop):
21834         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21835         * ext/theora/theoradec.c: (theora_dec_src_query),
21836         (theora_dec_sink_event):
21837         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21838         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21839         * gst/adder/gstadder.c: (gst_adder_query):
21840         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21841         * gst/playback/test3.c: (update_scale):
21842         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21843         (dump_element_stats), (main):
21844         * gst/playback/test6.c: (main):
21845         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21846         Query API update.
21847
21848 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21849
21850         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21851         (xml_check_first_element), (xml_type_find), (smil_type_find),
21852         (plugin_init):
21853           Add typefinding for SMIL and for generic XML. Based on patch by
21854           Akos Maroy (#308663).
21855
21856 2005-10-18  Wim Taymans  <wim@fluendo.com>
21857
21858         * gst/playback/Makefile.am:
21859         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21860         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21861         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21862         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21863         (gst_decode_bin_change_state):
21864         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21865         (gst_play_bin_send_event_to_sink):
21866         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21867         (dump_element_stats), (main):
21868         * gst/playback/test6.c: (main):
21869         Make playbin async, it'll commit state to paused when all streams
21870         are detected.
21871         Remove ugly hack.
21872         Added test6.c to show async behaviour.
21873
21874 2005-10-18  Wim Taymans  <wim@fluendo.com>
21875
21876         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21877         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21878         Fix for segment-start/stop API change.
21879
21880 2005-10-18  Wim Taymans  <wim@fluendo.com>
21881
21882         * check/Makefile.am:
21883         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21884         (main):
21885         Add future test for clock selection.
21886
21887 2005-10-18  Wim Taymans  <wim@fluendo.com>
21888
21889         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21890         (gst_alsasink_close):
21891         Set handle to NULL.
21892
21893         * gst-libs/gst/audio/gstringbuffer.c:
21894         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21895         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21896         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21897         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21898         (gst_ring_buffer_read):
21899         More debug info.
21900
21901 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21902
21903         * gst/audiotestsrc/Makefile.am:
21904         * gst/sine/Makefile.am:
21905         * gst/volume/Makefile.am:
21906           fix broken build of controllerized plugins
21907
21908 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21909
21910         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21911
21912         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21913         (gst_riff_create_video_template_caps):
21914           Add support for Indeo-3 (IV32).
21915
21916 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21917
21918         * configure.ac:
21919           rewrite
21920
21921 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21922
21923         * gst-libs/gst/video/video.c: (gst_video_get_size):
21924         * gst/audiotestsrc/gstaudiotestsrc.c:
21925           doc updates
21926
21927 2005-10-17  Andy Wingo  <wingo@pobox.com>
21928
21929         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21930         with the collectpads change.
21931         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21932
21933         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21934
21935         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21936
21937         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21938         alloc_buffer flow return to callers.
21939         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21940         change. Fix some memleaks in theoraenc.
21941
21942         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21943         in strange circumstance.
21944
21945 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21946
21947         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21948         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21949         from caps, let's use the caps...
21950
21951 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21952
21953         * configure.ac:
21954           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21955
21956 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21957
21958         * gst-libs/gst/interfaces/Makefile.am:
21959           fix silly typo
21960
21961 2005-10-16  Andy Wingo  <wingo@pobox.com>
21962
21963         * gst/playback/gstdecodebin.c
21964         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21965         function!
21966         (try_to_link_1): Increase kraziness level.
21967
21968 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21969
21970         * configure.ac:
21971           restructure like the core one
21972         * gst-libs/gst/audio/Makefile.am:
21973         * gst-libs/gst/interfaces/Makefile.am:
21974         * gst-libs/gst/net/Makefile.am:
21975         * gst-libs/gst/riff/Makefile.am:
21976         * gst-libs/gst/rtp/Makefile.am:
21977         * gst-libs/gst/tag/Makefile.am:
21978         * gst-libs/gst/video/Makefile.am:
21979           use correct linker flags, now the libs are properly versioned
21980         * check/elements/audioconvert.c: (verify_convert):
21981         * ext/alsa/gstalsaplugin.c:
21982         * ext/cdparanoia/gstcdparanoia.c:
21983         * ext/gnomevfs/gstgnomevfs.c:
21984         * ext/libvisual/visual.c:
21985         * ext/ogg/gstogg.c:
21986         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21987         * ext/theora/theora.c:
21988         * ext/vorbis/vorbis.c:
21989         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21990         * gst-libs/gst/tag/gsttagediting.c:
21991         * gst-libs/gst/video/video.c:
21992         * gst/adder/gstadder.c:
21993         * gst/audioconvert/plugin.c:
21994         * gst/audiorate/gstaudiorate.c:
21995         * gst/audioresample/gstaudioresample.c:
21996         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21997         * gst/audioscale/gstaudioscale.c:
21998         * gst/audioscale/resample.c:
21999         * gst/audiotestsrc/gstaudiotestsrc.c:
22000         * gst/ffmpegcolorspace/gstffmpeg.c:
22001         * gst/playback/gstdecodebin.c: (close_pad_link):
22002         * gst/playback/gstplaybin.c: (gen_video_element),
22003         (gen_audio_element):
22004         * gst/sine/gstsinesrc.c:
22005         * gst/subparse/gstsubparse.c:
22006         * gst/tags/gsttagediting.c:
22007         * gst/tcp/gsttcpplugin.c:
22008         * gst/typefind/gsttypefindfunctions.c:
22009         * gst/videorate/gstvideorate.c:
22010         * gst/videoscale/gstvideoscale.c:
22011         * gst/videotestsrc/gstvideotestsrc.c:
22012         * gst/volume/gstvolume.c:
22013         * sys/v4l/gstv4l.c:
22014         * sys/ximage/ximage.c:
22015         * sys/xvimage/xvimagesink.c:
22016           fix up defines
22017
22018 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
22019
22020         * ext/vorbis/vorbisenc.c:
22021         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22022         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
22023         (gst_tag_to_vorbis_comments):
22024           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
22025
22026 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
22027
22028         * examples/stats/mp2ogg.c:
22029         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22030           typo fixes
22031
22032 2005-10-13  Michael Smith <msmith@fluendo.com>
22033
22034         * ext/ogg/gstoggmux.c:
22035           Use magic glib macros to define constants as 64 bit, to ensure
22036           appropriate vararg passing.
22037
22038 2005-10-13  Michael Smith <msmith@fluendo.com>
22039
22040         * ext/ogg/gstoggmux.c:
22041         * gst/audioconvert/audioconvert.c: (float):
22042           Don't use LL suffix, as it's not portable, and neither of these
22043           uses required it anyway.
22044
22045 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
22046
22047         * examples/indexing/indexmpeg.c: (main):
22048         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
22049         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
22050         (cdparanoia_convert), (cdparanoia_query):
22051         * ext/cdparanoia/gstcdparanoia.h:
22052         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22053         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
22054         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
22055         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
22056         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
22057         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
22058         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
22059         (gst_multifdsink_render), (gst_multifdsink_start),
22060         (gst_multifdsink_stop):
22061         * gst/tcp/gstmultifdsink.h:
22062         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
22063         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
22064         (gst_tcpclientsink_stop):
22065         * gst/tcp/gsttcpclientsink.h:
22066         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
22067         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
22068         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
22069         * gst/tcp/gsttcpclientsrc.h:
22070         * gst/tcp/gsttcpserversink.h:
22071         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
22072         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
22073         (gst_tcpserversrc_stop):
22074         * gst/tcp/gsttcpserversrc.h:
22075         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
22076         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
22077         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
22078           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
22079           moved bitshift from macro to enum definition
22080
22081 2005-10-12  Wim Taymans  <wim@fluendo.com>
22082
22083         * examples/seeking/Makefile.am:
22084         Oops.
22085
22086 2005-10-12  Wim Taymans  <wim@fluendo.com>
22087
22088         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22089         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22090         Don't assert on normal stuff.
22091
22092         * gst/playback/gstplaybin.c: (do_playbin_seek):
22093         API fix.
22094
22095 2005-10-12  Wim Taymans  <wim@fluendo.com>
22096
22097         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22098         * examples/seeking/Makefile.am:
22099         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
22100         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22101         (do_seek), (set_update_scale), (message_received), (main):
22102         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22103         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22104         Update for _get_state() API change.
22105
22106 2005-10-11  Wim Taymans  <wim@fluendo.com>
22107
22108         * gst-libs/gst/audio/gstbaseaudiosink.c:
22109         (gst_base_audio_sink_render):
22110         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22111         (gst_base_audio_src_create):
22112         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22113         (gst_ring_buffer_read):
22114         Cleanups.
22115         Commit and read from ringbuffer in samples rather than bytes.
22116
22117 2005-10-11  Wim Taymans  <wim@fluendo.com>
22118
22119         * gst-libs/gst/audio/gstbaseaudiosink.c:
22120         (gst_base_audio_sink_render):
22121         Respect segment rate and accum when scheduling samples.
22122
22123 2005-10-11  Julien MOUTTE  <julien@moutte.net>
22124
22125         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
22126         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
22127         EOS correctly, that needs more work.
22128
22129 2005-10-11  Wim Taymans  <wim@fluendo.com>
22130
22131         * check/generic/states.c: (GST_START_TEST):
22132         remove old property.
22133
22134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22135         (gst_ogg_demux_perform_seek):
22136         * ext/theora/theoradec.c: (theora_dec_sink_event):
22137         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22138         (vorbis_handle_data_packet):
22139         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22140         (gst_base_rtp_depayload_set_gst_timestamp):
22141         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22142         Update for newsegment API change.
22143
22144 2005-10-11  Michael Smith <msmith@fluendo.com>
22145
22146         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
22147         (do_playbin_seek), (gst_play_bin_send_event):
22148           Override send_event differently, so that we can takes bits of
22149           functionality from GstPipeline (special handling for seeks,
22150           including pausing/resuming, and resetting stream time) and still get
22151           the appropriate behaviour of only forwarding event to a single sink,
22152           rather than all of them.
22153           Unfortunately requires a lot of code duplication, but the
22154           alternatives are equally ugly in the end.
22155
22156 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22157
22158         * check/elements/audioconvert.c: (setup_audioconvert),
22159         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22160         (GST_START_TEST), (audioconvert_suite):
22161           clean up tests a little, fix some leaks.
22162
22163 2005-10-10  Wim Taymans  <wim@fluendo.com>
22164
22165         * ext/alsa/gstalsasink.c:
22166         Also allow unsigned int.
22167
22168         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22169         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22170         Small cleanup
22171
22172 2005-10-10  Wim Taymans  <wim@fluendo.com>
22173
22174         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22175         Small update, use API as stated in design docs.
22176
22177         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22178         (update_scale), (do_seek), (seek_cb), (set_update_scale),
22179         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
22180         (message_received), (main):
22181         Updated seek example for GOption. Some usability improvements.
22182
22183 2005-10-10  Wim Taymans  <wim@fluendo.com>
22184
22185         * gst/audioconvert/audioconvert.h:
22186         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22187         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
22188         Alloc temp storage somewhere else where we can do it more
22189         portable.
22190
22191 2005-10-10  Wim Taymans  <wim@fluendo.com>
22192
22193         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
22194         (gst_tcpserversrc_start):
22195         Don't block in accept while doing the state change, move
22196         to poll and make cancellable.
22197
22198 2005-10-09  Philippe Khalaf <burger@speedy.org>
22199
22200         * gst-libs/gst/rtp/rtpbasedepayload.c:
22201         Set timestamp and add queue delay to timestamp
22202         * gst-libs/gst/rtp/rtpbuffer.h:
22203         Set correct payload type for h263
22204
22205 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22206
22207         * gst/audiotestsrc/gstaudiotestsrc.c:
22208         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22209         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22210         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22211         (gst_audiotestsrc_create_triangle),
22212         (gst_audiotestsrc_create_silence),
22213         (gst_audiotestsrc_create_white_noise),
22214         (gst_audiotestsrc_init_pink_noise),
22215         (gst_audiotestsrc_generate_pink_noise_value),
22216         (gst_audiotestsrc_create_pink_noise),
22217         (gst_audiotestsrc_change_wave):
22218         * gst/audiotestsrc/gstaudiotestsrc.h:
22219           fixed typo, added pink noise
22220
22221 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22222
22223         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22224         (plugin_init):
22225           Add wavpack and spc typefind functions from 0.8 branch.
22226
22227 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22228
22229         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22230         (ar_type_find), (msdos_type_find), (plugin_init):
22231           Add typefind functions for tar archives, ar archives,
22232           RAR archives, and msdos-executables (dlls, exe, etc.).
22233           Some of those would be wrongly identified as mpeg
22234           streams of some sort before (#315550).
22235
22236 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22237
22238         * configure.ac:
22239         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22240         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22241         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22242         * gst/audiotestsrc/Makefile.am:
22243         * gst/audiotestsrc/gstaudiotestsrc.c:
22244         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22245         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22246         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22247         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22248         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22249         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22250         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22251         (gst_audiotestsrc_create_silence),
22252         (gst_audiotestsrc_create_white_noise),
22253         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22254         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22255         (gst_audiotestsrc_start), (plugin_init):
22256         * gst/audiotestsrc/gstaudiotestsrc.h:
22257           add new plugin and element
22258         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22259           use gobject_class
22260
22261 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22262
22263         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22264         (gst_adder_init), (gst_adder_request_new_pad),
22265         (gst_adder_change_state):
22266           Add query function to source pad, so adder reports the correct
22267           time/sample position when queried (#315457); fix state change
22268           function; use GST_DEBUG_FUNCPTR() for pad functions.
22269
22270 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22271
22272         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22273           Fix leaks in typefind registration
22274           Clean up the gratuitous commenting and whitespacing a little
22275
22276 2005-10-08  Wim Taymans  <wim@fluendo.com>
22277
22278         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22279         Only actually wait for the thread to be stopped if it's 
22280         running.
22281
22282 2005-10-08  Wim Taymans  <wim@fluendo.com>
22283
22284         * gst-libs/gst/audio/gstbaseaudiosink.c:
22285         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22286         If we receive EOS we can start playback of what we had.
22287
22288 2005-10-08  Wim Taymans  <wim@fluendo.com>
22289
22290         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22291         (gst_multifdsink_finalize), (multifdsink_hash_remove),
22292         (gst_multifdsink_stop):
22293         Fix crasher when going to NULL multiple times.
22294
22295 2005-10-06  Wim Taymans  <wim@fluendo.com>
22296
22297         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22298         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22299         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22300         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22301         patch from Edgard Lima <edgard.lima@indt.org.br>
22302         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22303
22304 2005-10-06  Wim Taymans  <wim@fluendo.com>
22305
22306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22307         Report the FLOW_RETURN as string in the error message.
22308
22309         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22310         Don't assert when clearing an unnegotiated buffer.
22311
22312 2005-10-04  Michael Smith <msmith@fluendo.com>
22313
22314         * gst/playback/gstplaybasebin.c: (group_destroy),
22315         (gen_preroll_element), (remove_groups), (setup_source):
22316         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22317         (setup_sinks), (gst_play_bin_send_event),
22318         (gst_play_bin_change_state):
22319           Set state to NULL before removing from bin. Fix refcounting.
22320
22321 2005-10-04  Michael Smith <msmith@fluendo.com>
22322
22323         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22324           Correct refcounting in send_event() function. Previously was wrong
22325           if the first sink was unable to handle the event.
22326
22327 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22328
22329         * configure.ac:
22330           back to development
22331
22332 === release 0.9.3 ===
22333
22334 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22335
22336         * configure.ac:
22337           Releasing 0.9.3, "De Facto"
22338
22339 2005-10-03  Andy Wingo  <wingo@pobox.com>
22340
22341         * gst/playback/gstdecodebin.c (try_to_link_1)
22342         (remove_element_chain): set element to NULL before removing it.
22343
22344 2005-10-02  Johan Dahlin  <johan@gnome.org>
22345
22346         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22347         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22348         MT safe.
22349
22350 2005-10-02  Andy Wingo  <wingo@pobox.com>
22351
22352         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22353         (gst_ring_buffer_prepare_read): 
22354         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22355         Demote to LOG.
22356
22357 2005-09-29  Wim Taymans  <wim@fluendo.com>
22358
22359         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22360         * ext/theora/theoradec.c: (theora_handle_data_packet):
22361         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22362         Propagate error codes from alloc_buffer too.
22363
22364 2005-09-29  Wim Taymans  <wim@fluendo.com>
22365
22366         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22367         We use fixed caps.
22368
22369         * gst/playback/Makefile.am:
22370         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22371         (dump_element_stats), (main):
22372         Added example stream introspection code.
22373
22374 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22375
22376         * gst/adder/gstadder.c: (gst_adder_collected):
22377           fix adder for float elements
22378
22379 2005-09-28  Wim Taymans  <wim@fluendo.com>
22380
22381         * gst-libs/gst/audio/gstbaseaudiosink.c:
22382         (gst_base_audio_sink_class_init),
22383         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22384         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22385         (gst_base_audio_src_class_init),
22386         (gst_base_audio_src_provide_clock):
22387         get_clock -> provide_clock
22388
22389 2005-09-28  Andy Wingo  <wingo@pobox.com>
22390
22391         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22392         and unlocking.
22393
22394         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22395         unlocking.
22396
22397         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22398         Actually add the pad template.
22399         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22400
22401         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22402         I'm at it...
22403
22404         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22405         from fdsrc. Get caps in create() instead of start() so it can be
22406         interrupted. Interruption somewhat untested.
22407
22408         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22409         Proper EOS handling.
22410
22411 2005-09-27  Andy Wingo  <wingo@pobox.com>
22412
22413         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22414
22415         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22416
22417         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22418
22419         * gst/tcp/gsttcp.h: 
22420         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22421         out of tcpclientsrc.c. Cancellable.
22422         (gst_tcp_socket_read): Made private, cancellable, with better
22423         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22424         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22425         whole buffer, and better diagnostics.
22426         (gst_tcp_gdp_read_caps): Same.
22427
22428         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22429
22430 2005-09-26  Andy Wingo  <wingo@pobox.com>
22431
22432         * gst/sine/gstsinesrc.h:
22433         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22434         change the 'sync' property to 'is-live' and implement it halfway,
22435         update for controller api change.
22436
22437         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22438         controller api change.
22439
22440 2005-09-24  Wim Taymans  <wim@fluendo.com>
22441
22442         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22443         * gst-libs/gst/audio/gstaudiosink.c:
22444         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22445         (gst_audioringbuffer_stop):
22446         * gst-libs/gst/audio/gstbaseaudiosink.c:
22447         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22448         (gst_base_audio_sink_change_state):
22449         * gst-libs/gst/audio/gstbaseaudiosink.h:
22450         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22451         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22452         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22453         * gst-libs/gst/audio/gstringbuffer.h:
22454         Fix sync again. Moved sample alignment to basesink.
22455
22456 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22457
22458         * docs/plugins/Makefile.am:
22459         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22460         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22461         * gst/volume/gstvolume.c:
22462           add/fix docs
22463         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22464         * gst-libs/gst/audio/audio.h:
22465           add conversion macros for frames <-> clocktime
22466
22467 2005-09-23  David Schleef  <ds@schleef.org>
22468
22469         * gst/audioresample/Makefile.am:
22470         * gst/audioresample/debug.h:
22471         * gst/audioresample/gstaudioresample.c:
22472         * gst/audioresample/resample.c: Convert to using gst debugging
22473
22474 2005-09-22  Wim Taymans  <wim@fluendo.com>
22475
22476         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22477         (gst_play_bin_send_event):
22478         Only seek on one sink, the first one that succeeds.
22479
22480 2005-09-22  Michael Smith <msmith@fluendo.com>
22481
22482         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22483         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22484         Don't flush encoder state unless we have an initialised encoder.
22485         Clear out encoder state on PAUSED_TO_READY.
22486
22487 2005-09-22  Wim Taymans  <wim@fluendo.com>
22488
22489         * gst-libs/gst/rtp/gstbasertppayload.c:
22490         (gst_basertppayload_class_init), (gst_basertppayload_init),
22491         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22492         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22493         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22494         (gst_basertppayload_set_property),
22495         (gst_basertppayload_get_property),
22496         (gst_basertppayload_change_state):
22497         * gst-libs/gst/rtp/gstbasertppayload.h:
22498         Added max-ptime to control amount of data in the rtp packets.
22499
22500 2005-09-21  Andy Wingo  <wingo@pobox.com>
22501
22502         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22503         thingies.
22504
22505         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22506         can be called multiple times, dogs.
22507
22508 2005-09-21  Wim Taymans  <wim@fluendo.com>
22509
22510         * gst-libs/gst/rtp/gstbasertppayload.c:
22511         (gst_basertppayload_class_init), (gst_basertppayload_init),
22512         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22513         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22514         (gst_basertppayload_push), (gst_basertppayload_get_property),
22515         (gst_basertppayload_change_state):
22516         Allow 0 ssrc too.
22517
22518 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22519
22520         * docs/libs/compiling.sgml:
22521           fixing typos
22522
22523 2005-09-20  Wim Taymans  <wim@fluendo.com>
22524
22525         * gst-libs/gst/rtp/gstbasertppayload.c:
22526         (gst_basertppayload_class_init), (gst_basertppayload_init),
22527         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22528         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22529         (gst_basertppayload_push), (gst_basertppayload_set_property),
22530         (gst_basertppayload_get_property),
22531         (gst_basertppayload_change_state):
22532         * gst-libs/gst/rtp/gstbasertppayload.h:
22533         Added property to configure sequence number offsets.
22534
22535 2005-09-20  Wim Taymans  <wim@fluendo.com>
22536
22537         * gst-libs/gst/rtp/gstbasertppayload.c:
22538         (gst_basertppayload_class_init), (gst_basertppayload_init),
22539         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22540         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22541         (gst_basertppayload_push), (gst_basertppayload_set_property),
22542         (gst_basertppayload_get_property),
22543         (gst_basertppayload_change_state):
22544         * gst-libs/gst/rtp/gstbasertppayload.h:
22545         Make timestamp offset configurable.
22546
22547 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22548
22549         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22550           fix wrong pop/unref
22551
22552 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22553
22554         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22555
22556         * gst-libs/gst/interfaces/propertyprobe.c:
22557         (gst_property_probe_probe_property_name),
22558         (gst_property_probe_needs_probe_name),
22559         (gst_property_probe_get_values_name),
22560         (gst_property_probe_probe_and_get_values_name):
22561           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22562           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22563
22564 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22565
22566         * check/Makefile.am:
22567           have some tests be disabled for valgrinding
22568         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22569         (GST_START_TEST):
22570         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22571           Fix A Leak.  Chain To Parent Finalize.
22572
22573 2005-09-19  Wim Taymans  <wim@fluendo.com>
22574
22575         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22576         Fixed wav pipeline.
22577
22578 2005-09-19  Wim Taymans  <wim@fluendo.com>
22579
22580         * gst-libs/gst/rtp/gstbasertppayload.c:
22581         (gst_basertppayload_class_init), (gst_basertppayload_init),
22582         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22583         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22584         (gst_basertppayload_push), (gst_basertppayload_get_property),
22585         (gst_basertppayload_change_state):
22586         Posting ERROR and WARNING messages is good.
22587
22588 2005-09-19  Wim Taymans  <wim@fluendo.com>
22589
22590         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22591         (gst_base_rtp_depayload_add_to_queue),
22592         (gst_base_rtp_depayload_push),
22593         (gst_base_rtp_depayload_set_gst_timestamp),
22594         (gst_base_rtp_depayload_queue_release):
22595         This one was not supposed to go in.
22596
22597 2005-09-19  Wim Taymans  <wim@fluendo.com>
22598
22599         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22600         Fix for bus API.
22601
22602         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22603         (gst_base_rtp_depayload_chain),
22604         (gst_base_rtp_depayload_add_to_queue),
22605         (gst_base_rtp_depayload_push),
22606         (gst_base_rtp_depayload_set_gst_timestamp),
22607         (gst_base_rtp_depayload_queue_release):
22608         Some cleanups.
22609
22610         * gst-libs/gst/rtp/gstbasertppayload.c:
22611         (gst_basertppayload_class_init), (gst_basertppayload_init),
22612         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22613         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22614         (gst_basertppayload_get_property),
22615         (gst_basertppayload_change_state):
22616         Added debugging category.
22617
22618 2005-09-18  David Schleef  <ds@schleef.org>
22619
22620         * gst/playback/gstdecodebin.c: free plugin list correctly
22621         * gst/playback/gstplaybin.c: emit warning if autovideosink
22622           and autoaudiosink can't be found (instead of segfaulting)
22623
22624 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22625
22626         * check/elements/audioconvert.c: (GST_START_TEST):
22627           try out 24 bit conversion
22628
22629 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22630
22631         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22632         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22633         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22634         * ext/vorbis/vorbisenc.h:
22635           Fix EOS handling.  Still needs a fix in the ogg muxer to
22636           mark the last page as eos.
22637
22638 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22639
22640         * common/gtk-doc-plugins.mak:
22641         * docs/plugins/Makefile.am:
22642         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22643         * gst/ffmpegcolorspace/Makefile.am:
22644         * gst/ffmpegcolorspace/avcodec.h:
22645         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22646         * gst/tcp/gstmultifdsink.c:
22647           fix up ffmpegcolorspace docs; extract header
22648
22649 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22650
22651         * common/gtk-doc-plugins.mak:
22652         * docs/plugins/Makefile.am:
22653         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22654         * ext/theora/Makefile.am:
22655         * ext/theora/gsttheoraenc.h:
22656         * ext/theora/theoraenc.c:
22657         * ext/vorbis/vorbisenc.c:
22658           pick up signals and args for vorbis; add some docs for vorbis
22659
22660 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22661
22662         * common/gstdoc-scangobj:
22663         * common/gtk-doc-plugins.mak:
22664         * docs/libs/Makefile.am:
22665         * docs/plugins/gst-plugins-base-plugins.args:
22666         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22667         * docs/plugins/gst-plugins-base-plugins.interfaces:
22668         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22669         * docs/plugins/gst-plugins-base-plugins.signals:
22670           only scanobj stuff from our source module.  Not sure yet
22671           if that's correct, given the hierarchy stuff :)
22672
22673 2005-09-15  Wim Taymans  <wim@fluendo.com>
22674
22675         * gst/audioconvert/gstaudioconvert.c:
22676         And enable 24 bits mode as well..
22677
22678 2005-09-15  Wim Taymans  <wim@fluendo.com>
22679
22680         * gst-libs/gst/rtp/Makefile.am:
22681         * gst-libs/gst/rtp/gstbasertppayload.c:
22682         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22683         (gst_basertppayload_class_init), (gst_basertppayload_init),
22684         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22685         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22686         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22687         (gst_basertppayload_set_property),
22688         (gst_basertppayload_get_property),
22689         (gst_basertppayload_change_state):
22690         * gst-libs/gst/rtp/gstbasertppayload.h:
22691         Added rtp payloader base class.
22692
22693 2005-09-15  Andy Wingo  <wingo@pobox.com>
22694
22695         * configure.ac (plugindir): Remove the EOL matcher from the
22696         regexp, as it causes me problems. Libtool? Make? Who knows?
22697
22698 2005-09-14  David Schleef  <ds@schleef.org>
22699
22700         * check/generic/states.c: 
22701         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22702         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22703           Fixes for changes in registry API.
22704
22705         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22706           to GST_PLUGIN_LDFLAGS.
22707         * ext/libvisual/visual.c: Make the library shut up.
22708         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22709         * gst-libs/gst/audio/gstaudiofilter.c: same
22710
22711 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22712
22713         * docs/plugins/Makefile.am:
22714         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22715         * docs/plugins/inspect/plugin-libvisual.xml:
22716         * docs/plugins/tmpl/element-tcpserversink.sgml:
22717         * ext/theora/theoraenc.c:
22718           add libvisual plugin and theoraenc element to docs
22719
22720 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22721
22722         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22723         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22724         * ext/theora/theoraenc.c:
22725           add theoraenc
22726
22727 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22728
22729         * gst/audioconvert/Makefile.am:
22730           Audioconvert derives from GstBaseTransform and should
22731           link to the library with our base elements to avoid
22732           unresolved symbols. Makes things work with MinGW (#316160)
22733
22734         * gst/playback/test4.c: (main):
22735           Fix MinGW build problem and use g_usleep() instead of 
22736           sleep() (#316162)
22737
22738 2005-09-12  Wim Taymans  <wim@fluendo.com>
22739
22740         * gst/audioconvert/audioconvert.c: (float),
22741         (audio_convert_prepare_context), (audio_convert_convert):
22742         * gst/audioconvert/audioconvert.h:
22743         Cleanups, speedups, simplifications, added back support
22744         for 24 bits.
22745
22746 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22747
22748         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22749         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22750         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22751         * docs/plugins/tmpl/element-tcpserversink.sgml:
22752         * gst/ffmpegcolorspace/gstffmpeg.c:
22753         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22754         * gst/videotestsrc/gstvideotestsrc.c:
22755         * gst/volume/gstvolume.c:
22756           add more elements to the docs
22757
22758 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22759
22760         * check/Makefile.am:
22761         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22762         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22763           Add extra tests for basetransform based components. 
22764           Comment out the test_element_negotiation test until we decide
22765           if it's testing correct behaviour.
22766         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22767         (gst_visual_chain), (gst_visual_change_state):
22768           Slightly more correct but still bogus timestamping.
22769           Fix state change function.
22770         * gst/audioconvert/gstaudioconvert.c:
22771         (gst_audio_convert_class_init):
22772         * gst/audioresample/gstaudioresample.c:
22773         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22774         (gst_ffmpegcsp_class_init):
22775         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22776         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22777         (gst_videoscale_prepare_image):
22778         * gst/volume/gstvolume.c: (gst_volume_class_init),
22779         (volume_transform_ip):
22780           Basetransform updates. Enable passthrough modes.
22781         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22782         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22783         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22784           Negotiation fix that allows the window to return to the original
22785           size and renegotiate passthrough upstream. Extra debug output.
22786
22787 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22788
22789         * gst/sine/gstsinesrc.c:
22790         * gst/volume/gstvolume.c:
22791           fix up header include
22792
22793 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22794
22795         * gst-libs/gst/audio/gstbaseaudiosink.c:
22796         (gst_base_audio_sink_render):
22797         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22798         * gst/volume/gstvolume.c: (gst_volume_class_init),
22799         (volume_transform):
22800           fixing lost sync, some more debugging
22801
22802 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22803
22804         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22805         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22806         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22807         (gst_xvimagesink_check_xshm_calls):
22808           Fix compilation when XShm is not available.
22809
22810 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22811
22812         * ext/libvisual/visual.c: (gst_visual_dispose),
22813         (gst_visual_getcaps), (gst_visual_src_setcaps),
22814         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22815         (gst_visual_change_state):
22816           Finish fixing up libvisual plugin so that it runs. 
22817
22818 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22819
22820         * ext/vorbis/vorbisenc.c:
22821         * gst-libs/gst/tag/gstvorbistag.c:
22822           gsttaginterface.h -> gsttagsetter.h
22823
22824 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22825
22826         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22827           added another test that failes for me (test is not active by default)
22828
22829 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22830
22831         * configure.ac:
22832           v4l2 is no longer in gst-plugins-base
22833
22834 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22835
22836         * configure.ac:
22837           In the output at the end, don't show the first plugin on the same
22838           line as "Core plug-ins, always built:".
22839           Indent the output as for other plugin categories
22840         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22841           #define that can be used to not use peer buffer_alloc functions for
22842           test purposes.
22843         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22844         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22845         (gst_ximagesink_show_frame):
22846         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22847         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22848         (gst_xvimagesink_show_frame):
22849           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22850           fails gracefully instead of XError aborting or deadlocking.
22851
22852 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22853
22854         * ext/libvisual/Makefile.am:
22855           link against gst-base-libs
22856
22857 2005-09-06  David Schleef  <ds@schleef.org>
22858
22859         * configure.ac: Enable libvisual plugin.
22860         * ext/libvisual/Makefile.am:
22861         * ext/libvisual/visual.c: Fixes to make it compile.
22862
22863 === release 0.9.2 ===
22864
22865 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22866
22867         * NEWS:
22868         * RELEASE:
22869         * configure.ac:
22870         * docs/random/ChangeLog-0.8:
22871           releasing 0.9.2, "Spoon"
22872
22873 2005-09-05  Michael Smith <msmith@fluendo.com>
22874
22875         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22876           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22877           that in the vorbisenc element.
22878
22879 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22880
22881         * common/gtk-doc-plugins.mak:
22882         * docs/plugins/Makefile.am:
22883           fix distcheck
22884         * gst/audioresample/resample.c:
22885           fix wrong docstring
22886
22887 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22888
22889         * common/gst-xmlinspect.py:
22890         * common/gtk-doc-plugins.mak:
22891           only inspect plugins for this given package
22892           require gst-python 0.9
22893
22894 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22895
22896         * Makefile.am:
22897         * autogen.sh:
22898         * common/gst-xmlinspect.py:
22899         * configure.ac:
22900         * docs/Makefile.am:
22901         * docs/plugins/inspect/plugin-alsa.xml:
22902         * docs/plugins/inspect/plugin-audioresample.xml:
22903         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22904         * docs/plugins/inspect/plugin-ogg.xml:
22905         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22906         * docs/plugins/tmpl/element-multifdsink.sgml:
22907         * docs/plugins/tmpl/element-tcpserversink.sgml:
22908         * docs/plugins/tmpl/element-vorbisenc.sgml:
22909         * gst-plugins-base.spec.in:
22910           various doc-related updates
22911
22912 2005-08-31  Wim Taymans  <wim@fluendo.com>
22913
22914         * gst-libs/gst/audio/gstbaseaudiosink.c:
22915         (gst_base_audio_sink_render):
22916         Resync if the buffer timestamps drift more than a 10th 
22917         of a second.
22918
22919 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22920
22921         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22922         (gst_v4lsrc_get_property):
22923           The 'timestamp-offset' property is registered as an int64, so
22924           let's use g_value_{set|get}_int64() in our setter and getter
22925           functions (makes it work and fixes warnings with gst-inspect).
22926
22927 2005-08-30  Wim Taymans  <wim@fluendo.com>
22928
22929         * check/elements/audioconvert.c: (setup_audioconvert):
22930         * check/elements/audioresample.c: (setup_audioresample):
22931         * check/elements/volume.c: (setup_volume):
22932         Fix checks.
22933
22934 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22935
22936         * common/gtk-doc-plugins.mak:
22937         * common/plugins.xsl:
22938         * docs/plugins/Makefile.am:
22939           make module a param
22940
22941 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22942
22943         * examples/seeking/seek.c: (make_mp3_pipeline),
22944         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22945         (play_cb), (pause_cb), (stop_cb):
22946           update the example
22947
22948 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22949
22950         * gst/volume/gstvolume.c: (gst_volume_class_init),
22951         (volume_transform):
22952           do not update controlled params, if buffer has no timestamp
22953
22954 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22955
22956         * configure.ac:
22957         * gst/sine/Makefile.am:
22958         * gst/volume/Makefile.am:
22959           controllerized elements also need to link against controller-libs ;)
22960
22961 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22962
22963         * docs/libs/tmpl/gstcolorbalance.sgml:
22964         * docs/libs/tmpl/gstgconf.sgml:
22965         * docs/libs/tmpl/gstmixer.sgml:
22966         * docs/libs/tmpl/gstringbuffer.sgml:
22967         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22968         (gst_sinesrc_create):
22969         * gst/volume/gstvolume.c: (gst_volume_class_init),
22970         (volume_transform):
22971           controllerized two audio plugins
22972
22973 2005-08-29  Andy Wingo  <wingo@pobox.com>
22974
22975         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22976         (vorbis_handle_data_packet): Fix some int overflow errors.
22977
22978         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22979         -1.
22980         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22981         valid.
22982         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22983         if it's valid. Fixed streaming-mode playback.
22984
22985         * check/elements/volume.c (cleanup_volume): Fix for running
22986         CK_FORK=no.
22987
22988         * check/elements/audioconvert.c: Convert from native endian, not
22989         little endian.
22990
22991 2005-08-29  Michael Smith <msmith@fluendo.com>
22992
22993         * ext/ogg/Makefile.am:
22994         * ext/ogg/gstogg.c: (plugin_init):
22995         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22996         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22997         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22998         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22999         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
23000         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
23001         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
23002         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
23003         Add an ogg parser element.
23004
23005 2005-08-28  Andy Wingo  <wingo@pobox.com>
23006
23007         * Updates for two-arg init from GST_BOILERPLATE_FULL.
23008
23009 2005-08-26  Wim Taymans  <wim@fluendo.com>
23010
23011         * gst/audioconvert/audioconvert.c: (if), (float),
23012         (audio_convert_get_func_index), (check_default),
23013         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23014         (audio_convert_clean_context), (audio_convert_get_sizes),
23015         (audio_convert_convert):
23016         Cleanups.
23017
23018 2005-08-26  Wim Taymans  <wim@fluendo.com>
23019
23020         * gst/audioconvert/audioconvert.c: (if), (float),
23021         (audio_convert_get_func_index), (check_default),
23022         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23023         (audio_convert_clean_context), (audio_convert_get_sizes),
23024         (audio_convert_convert):
23025         More elegant and working temp buffer selection algo.
23026
23027 2005-08-26  Wim Taymans  <wim@fluendo.com>
23028
23029         * gst/audioconvert/audioconvert.c: (if), (float),
23030         (audio_convert_get_func_index), (check_default),
23031         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23032         (audio_convert_clean_context), (audio_convert_get_sizes),
23033         (get_temp_buffer), (audio_convert_convert):
23034         Use realloc else we lose our original data.
23035
23036 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23037
23038         * gst/audioresample/gstaudioresample.c:
23039           use base class' newsegment to properly timestamp
23040
23041 2005-08-26  Wim Taymans  <wim@fluendo.com>
23042
23043         * gst/audioconvert/audioconvert.c: (if), (float),
23044         (audio_convert_get_func_index), (check_default),
23045         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23046         (audio_convert_clean_context), (audio_convert_get_sizes),
23047         (get_temp_buffer), (audio_convert_convert):
23048         * gst/audioconvert/gstaudioconvert.c:
23049         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
23050         (gst_audio_convert_transform_caps),
23051         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
23052         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
23053         Oops, allocate enough space to perform the channel mix.
23054
23055 2005-08-26  Wim Taymans  <wim@fluendo.com>
23056
23057         * gst/audioconvert/Makefile.am:
23058         * gst/audioconvert/audioconvert.c: (if), (float),
23059         (audio_convert_get_func_index), (check_default),
23060         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23061         (audio_convert_clean_context), (audio_convert_get_sizes),
23062         (get_temp_buffer), (audio_convert_convert):
23063         * gst/audioconvert/audioconvert.h:
23064         * gst/audioconvert/gstaudioconvert.c:
23065         (gst_audio_convert_class_init), (gst_audio_convert_init),
23066         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
23067         (gst_audio_convert_get_unit_size),
23068         (gst_audio_convert_transform_caps),
23069         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
23070         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
23071         * gst/audioconvert/gstaudioconvert.h:
23072         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
23073         (gst_channel_mix_fill_identical),
23074         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
23075         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
23076         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
23077         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
23078         (gst_channel_mix_mix):
23079         * gst/audioconvert/gstchannelmix.h:
23080         Cleanups, librarify a bit, optimize, better negotiation and more.
23081
23082 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23083
23084         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
23085         Another from MikeS:
23086         During typefinding, don't support negative offsets
23087         (offsets from the end of the stream) in our typefind->peek() function
23088         - nothing embedded in ogg ever needs them. However, we need to recognise
23089         those requests and reject them, otherwise we return invalid pointers.
23090
23091 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23092
23093         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23094         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
23095         (vorbisdec_finalize), (vorbis_handle_type_packet):
23096           Big shout-out to MikeS for fixing this giant memory leak.
23097           Huzzah!
23098
23099 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23100
23101         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
23102         (audio_convert_get_unit_size):
23103           plug some leaks
23104
23105 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23106
23107         * check/Makefile.am:
23108         * check/elements/audioconvert.c: (setup_audioconvert),
23109         (cleanup_audioconvert), (get_int_caps), (verify_convert),
23110         (GST_START_TEST), (audioconvert_suite), (main):
23111           add a test for audioconvert
23112         * gst/audioresample/gstaudioresample.c:
23113         * gst/audioresample/gstaudioresample.h:
23114           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
23115           note that for buffers of 1/3 sec this means DURATION(c) is 
23116           one nanosecond more than for a and b
23117
23118 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23119
23120         * check/Makefile.am:
23121         * check/elements/audioresample.c: (setup_audioresample),
23122         (cleanup_audioresample), (fail_unless_perfect_stream),
23123         (test_perfect_stream_instance), (GST_START_TEST),
23124           add a check for audioresample
23125         (audioresample_suite), (main):
23126         * check/elements/volume.c: (GST_START_TEST):
23127           remove unused method
23128         * gst/audioresample/gstaudioresample.c:
23129           set correct buffer parameters since we're changing them
23130         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23131           add some debug
23132
23133 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23134
23135         * gst/audioresample/debug.c:
23136         * gst/audioresample/gstaudioresample.c:
23137           add room for extra overlap samples when asked to transform size
23138           protect against possible mem corruption and check for discrepancies
23139           between written size and outbuffer's size so we can warn for
23140           potential problems
23141         * gst/audioresample/resample.c: (resample_init),
23142         (resample_get_output_size_for_input), (resample_get_output_size),
23143         (resample_set_n_channels), (resample_set_format):
23144           set debug level based on RESAMPLE_DEBUG env var
23145           make sure that get_output_size* returns a whole number of
23146           sample_size
23147           set sample_size each time either channel or format is set
23148         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
23149         * gst/audioresample/resample_functable.c:
23150         (resample_scale_functable):
23151         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23152           remove r->sample_size, it's done in resample.c now
23153           add some debugging to the ref implementation
23154           make sure we only give back bytes that are wholes of the sample
23155           size
23156
23157 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
23158         * gst/playback/gstplaybasebin.c: (fill_buffer):
23159         Revert unpopular change for GST_MESSAGE_SRC to GObject.
23160
23161 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
23162
23163         * gst/volume/gstvolume.c:
23164           made set_caps function static
23165
23166 2005-08-24  Wim Taymans  <wim@fluendo.com>
23167
23168         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23169         (gst_vorbisenc_change_state):
23170         Stop leaking taglists.
23171
23172 2005-08-24  Wim Taymans  <wim@fluendo.com>
23173
23174         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
23175         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
23176         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
23177         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
23178         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23179         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
23180         Parse seeking events better.
23181         Unref static caps.
23182         Generate correct newsegment events, fixes seeking in live oggs.
23183
23184         * ext/theora/theoradec.c: (theora_dec_src_query),
23185         (theora_dec_src_event), (theora_dec_src_getcaps),
23186         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
23187         Use newsegment values to report correct play time.
23188
23189         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23190         (vorbis_dec_src_event), (vorbis_dec_sink_event):
23191         * ext/vorbis/vorbisdec.h:
23192         Parse and use newsegment values to report correct play time.
23193
23194         * gst-libs/gst/audio/gstbaseaudiosink.c:
23195         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23196         Clear ringbuffer on flush.
23197         Use newsegment values to calculate playback time.
23198
23199         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
23200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23201         Basesink does newsegment calculations for us now.
23202
23203 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23204
23205         * check/Makefile.am:
23206         * configure.ac:
23207           add core's plugins to the mix so that playbin works
23208         * check/generic/states.c: (GST_START_TEST):
23209           set a 0 timeout on pipelines, so they don't force the next
23210           state change
23211         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23212         (gst_play_base_bin_change_state):
23213           remove the crappy error handling and do GST error handling
23214
23215 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23216
23217         * check/Makefile.am:
23218         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23219           add same test as to core, it bitches out on playbin atm.
23220
23221 2005-08-24  Wim Taymans  <wim@fluendo.com>
23222
23223         * configure.ac:
23224         Remove audioscale.
23225
23226 2005-08-24  Wim Taymans  <wim@fluendo.com>
23227
23228         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23229         (gst_videoscale_prepare_size), (parse_caps),
23230         (gst_videoscale_set_caps), (gst_videoscale_get_size),
23231         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23232         (gst_videoscale_transform):
23233         * gst/videoscale/gstvideoscale.h:
23234         Refactor, make use of BaseTranform really well.
23235
23236 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23237
23238         * configure.ac:
23239           compile audioresample
23240         * gst/audioresample/Makefile.am:
23241         * gst/audioresample/buffer.c:
23242         * gst/audioresample/functable.c:
23243         * gst/audioresample/gstaudioresample.c:
23244         * gst/audioresample/gstaudioresample.h:
23245         * gst/audioresample/resample.c:
23246         (resample_get_output_size_for_input):
23247         * gst/audioresample/resample.h:
23248         * gst/audioresample/resample_chunk.c:
23249         * gst/audioresample/resample_functable.c:
23250         * gst/audioresample/resample_ref.c:
23251           port to use basetransform; doesn't work in all cases yet
23252
23253 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23254
23255         * gst/audioconvert/gstaudioconvert.c:
23256         (gst_audio_convert_class_init), (gst_audio_convert_init),
23257         (audio_convert_get_unit_size), (audio_convert_transform_caps),
23258         (audio_convert_fixate_caps), (audio_convert_set_caps),
23259         (audio_convert_transform),
23260         (gst_audio_convert_buffer_to_default_format),
23261         (gst_audio_convert_buffer_from_default_format),
23262         (gst_audio_convert_channels):
23263         * gst/audioconvert/gstchannelmix.c:
23264         * gst/audioconvert/gstchannelmix.h:
23265           port to basetransform
23266         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23267         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23268         (gst_ffmpegcsp_get_unit_size):
23269         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23270         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23271           fix for basetransform changes
23272
23273 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
23274
23275         * check/Makefile.am:
23276           Add CHECK_CFLAGS and LDFLAGS
23277
23278         * gst/playback/gstplaybasebin.c: (fill_buffer):
23279           GST_MESSAGE_SRC became a GObject
23280
23281 2005-08-24  Wim Taymans  <wim@fluendo.com>
23282
23283         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23284         (gst_ring_buffer_clear_all):
23285         * gst-libs/gst/audio/gstringbuffer.h:
23286         Added function to clear the ringbuffer.
23287
23288 2005-08-24  Andy Wingo  <wingo@pobox.com>
23289
23290         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
23291         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23292         of _open and _close.
23293
23294         * sys/v4l/gstv4lxoverlay.h:
23295         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23296         an Xv connection here, instead of all the time. Make Xv only be
23297         loaded if you axe for it. Kindof a workaround for buggy behaviour
23298         of Xv when using remote xservers (XvQueryExtension would block).
23299         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23300         replace the _open and _close public API. Only start the xv
23301         connection if necessary.
23302         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23303
23304 2005-08-23  David Schleef  <ds@schleef.org>
23305
23306         * gst/audioresample/Makefile.am: Leet audioresampling code
23307         * gst/audioresample/buffer.c:
23308         * gst/audioresample/buffer.h:
23309         * gst/audioresample/debug.c:
23310         * gst/audioresample/debug.h:
23311         * gst/audioresample/functable.c:
23312         * gst/audioresample/functable.h:
23313         * gst/audioresample/gstaudioresample.c:
23314         * gst/audioresample/gstaudioresample.h:
23315         * gst/audioresample/resample.c:
23316         * gst/audioresample/resample.h:
23317         * gst/audioresample/resample_chunk.c:
23318         * gst/audioresample/resample_functable.c:
23319         * gst/audioresample/resample_ref.c:
23320
23321 2005-08-23  Wim Taymans  <wim@fluendo.com>
23322
23323         * examples/seeking/seek.c: (make_vorbis_pipeline),
23324         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23325         Small seek updates.
23326
23327 2005-08-23  Andy Wingo  <wingo@pobox.com>
23328
23329         * gst-libs/gst/audio/gstbaseaudiosrc.c
23330         (gst_base_audio_src_fixate): Only fixate endianness if it is
23331         present in the caps.
23332
23333 2005-08-22  Andy Wingo  <wingo@pobox.com>
23334
23335         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23336         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23337         device-name property.
23338
23339         * gst-libs/gst/audio/gstaudiosrc.h:
23340         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23341         close_device in the ring buffer, like gstaudiosink.
23342
23343         * ext/alsa/gstalsamixer.h:
23344         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23345         macro to implement the interface without much code. Cleanups. 
23346
23347         * ext/alsa/gstalsasrc.h:
23348         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23349         READY.
23350
23351         * ext/alsa/Makefile.am: Add new files.
23352         * ext/alsa/gstalsamixerelement.c: 
23353         * ext/alsa/gstalsamixerelement.c: Split element code out from
23354         mixer code so that alsasrc can be a mixer too.
23355
23356 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23357
23358         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23359         (GST_START_TEST):
23360         * check/elements/vorbisdec.c: (setup_vorbisdec),
23361         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23362         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23363         (vorbis_handle_identification_packet),
23364         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23365         (vorbis_handle_header_packet), (vorbis_dec_push),
23366         (vorbis_dec_chain):
23367           use the setup/teardown methods to save code.  save code is good.
23368
23369 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23370
23371         * check/Makefile.am:
23372           add ext dir for plugins
23373           add vorbisdec test conditionally
23374         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23375         (GST_START_TEST), (volume_suite):
23376           add a test with wrong caps
23377         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23378         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23379           add a vorbisdec test
23380         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23381         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23382           clean up debug output
23383         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23384           yay, fix a segfault/security issue in vorbisdec
23385           gst-launch fakesrc ! vorbisdec wasn't happy
23386         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23387         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23388         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23389         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23390         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23391         (gst_vorbisenc_set_metadata), (get_constraints_string),
23392         (update_start_message), (gst_vorbisenc_setup),
23393         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23394         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23395         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23396         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23397         * ext/vorbis/vorbisenc.h:
23398           march in line
23399         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23400         (gst_ffmpegcsp_transform):
23401           have the kow come home
23402         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23403           debug my func ptr
23404         * gst/volume/gstvolume.c: (volume_set_caps):
23405           add a debug
23406
23407 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23408
23409         * Makefile.am:
23410         * check/.cvsignore:
23411         * check/Makefile.am:
23412         * check/elements/.cvsignore:
23413         * check/elements/volume.c: (chain_func), (event_func),
23414         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23415         (main):
23416         * configure.ac:
23417           add unit test structure for gst-plugins-base
23418           add a test for volume
23419         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23420         (gst_volume_set_volume), (gst_volume_get_volume),
23421         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23422         (volume_funcfind), (volume_process_float), (volume_process_int16),
23423         (volume_set_caps), (volume_transform), (volume_update_mute),
23424         (volume_update_volume), (volume_set_property),
23425         (volume_get_property):
23426           document a little; use basetransform vmethod _set_caps
23427
23428 2005-08-19  Andy Wingo  <wingo@pobox.com>
23429
23430         * ext/alsa/gstalsamixertrack.h:
23431         * ext/alsa/gstalsamixertrack.c:
23432         * ext/alsa/gstalsamixeroptions.h:
23433         * ext/alsa/gstalsamixeroptions.c:
23434         * ext/alsa/gstalsamixer.h:
23435         * ext/alsa/gstalsamixer.c: Port to 0.9.
23436
23437         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23438         Remove gstalsa.c and alsaclock. No more cruft here.
23439         
23440 2005-08-18  Wim Taymans  <wim@fluendo.com>
23441
23442         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23443         (gst_base_rtp_depayload_chain),
23444         (gst_base_rtp_depayload_add_to_queue),
23445         (gst_base_rtp_depayload_push),
23446         (gst_base_rtp_depayload_queue_release):
23447         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23448         Fix for RTPBuffer changes.
23449
23450         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23451         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23452         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23453         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23454         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23455         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23456         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23457         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23458         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23459         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23460         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23461         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23462         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23463         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23464         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23465         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23466         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23467         (gst_rtpbuffer_get_payload):
23468         * gst-libs/gst/rtp/gstrtpbuffer.h:
23469         Don't subclass GstBuffer but add methods and helper functions
23470         to construct and manipulate RTP packets in regular GstBuffers.
23471
23472 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23473
23474         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23475           moved statement below switch
23476         * gst/volume/gstvolume.c: (gst_volume_class_init):
23477           added debug ptr
23478
23479 2005-08-16  Wim Taymans  <wim@fluendo.com>
23480
23481         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23482         (gst_base_audio_src_change_state):
23483         Open and close device in READY<->NULL state change.
23484
23485 2005-08-16  Andy Wingo  <wingo@pobox.com>
23486
23487         * examples/seeking/Makefile.am: Don't compile non-compiling
23488         compiled objects with the compiler.
23489
23490         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23491         elements.
23492
23493 2005-08-12  Philippe Khalaf <burger@speedy.org>
23494         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23495         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23496           Made a thread to release the queue.
23497           Removed timestamp conversion for now.
23498
23499 2005-08-10  Philippe Khalaf <burger@speedy.org>
23500         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23501         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23502           Added rtp timestamp -> gst timestamp conversion.
23503           Fixed several problems with queue.
23504
23505 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23506
23507         * gst-libs/gst/audio/gstaudioclock.h:
23508         * gst-libs/gst/audio/gstaudiofilter.h:
23509         * gst-libs/gst/audio/gstaudiosink.h:
23510         * gst-libs/gst/audio/gstaudiosrc.h:
23511         * gst-libs/gst/audio/gstbaseaudiosink.h:
23512         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23513         * gst-libs/gst/audio/gstringbuffer.h:
23514         * gst-libs/gst/net/gstnetbuffer.h:
23515         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23516         * gst-libs/gst/rtp/gstrtpbuffer.h:
23517           Add padding (you will need to rebuild gst-plugins-base,
23518           gst-plugins and all applications afterwards!)
23519
23520 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23521
23522         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23523         (gst_riff_parse_chunk):
23524           Fix bug in debug message and add some more debug messages.
23525
23526 2005-08-08  Edward Hervey  <edward@fluendo.com>
23527
23528         * gst-libs/gst/riff/riff-media.c:
23529         backported updates since branch
23530
23531 2005-08-08  Andy Wingo  <wingo@pobox.com>
23532
23533         * gst-libs/gst/audio/gstbaseaudiosink.c
23534         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23535         like good elements should. Close on READY->NULL too.
23536
23537         * gst-libs/gst/audio/gstaudiosink.c
23538         (gst_audioringbuffer_open_device,
23539         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23540         (gst_audioringbuffer_release): Updates for new ring buffer API,
23541         hook into the new audio sink api.
23542
23543         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23544         (GstAudioSinkClass.close): Just open and close the device -- no
23545         resource allocation or configuration.
23546         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23547         vmethods, handle device setup and resource allocation.
23548
23549         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23550         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23551         base class API.
23552
23553         * gst-libs/gst/audio/gstringbuffer.h
23554         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23555         New vmethods.
23556
23557         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23558         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23559         New API functions. The device should be opened before acquiring
23560         and closed after releasing.
23561
23562 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23563
23564         * gst-libs/gst/interfaces/mixer.h:
23565           Reset padding to GST_PADDING.
23566
23567 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23568
23569         * gst/playback/gstplaybin.c: (remove_sinks):
23570           Remove visualization from parent explicitely; works around some
23571           apparent refcount issue that I haven't tracked down yet.
23572
23573 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23574
23575         * ext/alsa/gstalsasink.c: (set_hwparams):
23576           Assign debug category, add negotiation debug msgs.
23577
23578 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23579
23580         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23581           Fix error code for file-not-found to NOT_FOUND.
23582
23583 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23584
23585         * common/gtk-doc-plugins.mak:
23586         * docs/plugins/Makefile.am:
23587         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23588         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23589           renamed to actual element names, so much nicer to look at
23590         * docs/plugins/tmpl/gstmultifdsink.sgml:
23591           remove
23592         * docs/plugins/tmpl/multifdsink.sgml:
23593         * docs/plugins/tmpl/tcpserversink.sgml:
23594           add
23595         * ext/alsa/gstalsa.c:
23596         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23597         * ext/ogg/gstoggmux.c:
23598         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23599         * gst/playback/gstdecodebin.c:
23600         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23601         * gst/tcp/gsttcpserversink.c:
23602           various fixes and documentation additions
23603
23604 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23605
23606         * common/Makefile.am:
23607         * common/gstdoc-scangobj:
23608         * common/gtk-doc-plugins.mak:
23609         * common/gtk-doc.mak:
23610           add a custom scangobj that uses the registry
23611           add a custom gtk-doc-plugins.mak that uses it
23612           some doc build fixes
23613         * configure.ac:
23614         * docs/Makefile.am:
23615         * docs/plugins/Makefile.am:
23616         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23617         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23618         * docs/plugins/gst-plugins-base-plugins.types:
23619         * docs/plugins/tmpl/gstmultifdsink.sgml:
23620           add docs for one element, multifdsink
23621         * gst/adder/gstadder.h:
23622         * gst/volume/gstvolume.h:
23623           don't privatize enum
23624         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23625         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23626         (gst_sync_method_get_type), (gst_client_status_get_type),
23627         (gst_multifdsink_class_init),
23628         (gst_multifdsink_client_queue_buffer),
23629         (gst_multifdsink_handle_client_write):
23630         * gst/tcp/gstmultifdsink.h:
23631         * gst/tcp/gsttcp.h:
23632         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23633         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23634         (gst_tcpclientsink_render):
23635         * gst/tcp/gsttcpclientsink.h:
23636         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23637         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23638         (gst_tcpclientsrc_start):
23639         * gst/tcp/gsttcpclientsrc.h:
23640         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23641         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23642         * gst/tcp/gsttcpserversrc.h:
23643         * gst/typefind/gsttypefindfunctions.c:
23644           remove superfluous Type stuff
23645
23646 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23647
23648         * gst/playback/gstplaybin.c: (gen_video_element):
23649           Enable videoscale.
23650
23651 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23652
23653         * gst-libs/gst/gconf/gconf.c:
23654         * gst-libs/gst/gconf/gconf.h:
23655           Fix some Andy Problem [tm].
23656
23657 2005-08-04  Andy Wingo  <wingo@pobox.com>
23658
23659         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23660         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23661         (gst_ffmpegcsp_get_size): Adapt to API changes.
23662
23663         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23664         Implement an in-place do-nothing transform.
23665
23666 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23667
23668         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23669         (gst_ximagesink_renegotiate_size):
23670           Do not set new window sizes yet if we prepare a new buffer size
23671           for upstream renegotiation (software scaling) at some point in the
23672           future, because this new size waqs not actually accepted yet. Once
23673           accepted, renegotiation later on will set the new sizes just fine.
23674           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23675           embedding testcase.
23676
23677 2005-08-03  Andy Wingo  <wingo@pobox.com>
23678
23679         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23680         (gst_ximagesink_buffer_alloc): 
23681         Protect the height, width, and desired_caps with the pool_lock.
23682         Fixes videotestsrc ! queue ! ximagesink.
23683
23684 2005-08-02  Edward Hervey  <edward@fluendo.com>
23685
23686         * gst/volume/gstvolume.c:
23687         include left from controller cleanup
23688
23689 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23690         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23691           Stop collectpads before calling the parent state
23692           change function on PAUSED->READY.
23693
23694 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23695         * configure.ac:
23696           When testing for X libs, use the X CFlags 
23697         * gst/adder/gstadder.c: (gst_adder_change_state):
23698           Stop the collectpads before calling parent state change function
23699           on PAUSED->READY, otherwise we deadlock deactivating pads.
23700
23701 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23702
23703         * configure.ac:
23704         * docs/libs/tmpl/gstcolorbalance.sgml:
23705         * docs/libs/tmpl/gstmixer.sgml:
23706         * examples/Makefile.am:
23707         * gst/sine/Makefile.am:
23708         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23709         (gst_sinesrc_set_property), (plugin_init):
23710         * gst/sine/gstsinesrc.h:
23711         * gst/volume/Makefile.am:
23712         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23713         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23714         (volume_process_float), (volume_process_int16),
23715         (volume_set_property), (plugin_init):
23716         * gst/volume/gstvolume.h:
23717           deactivate and remove dparams (libgstcontrol)
23718
23719 2005-07-29  Wim Taymans  <wim@fluendo.com>
23720
23721         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23722         Convert me to BaseTransform!! help..
23723
23724 2005-07-29  Andy Wingo  <wingo@pobox.com>
23725
23726         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23727         sinks.
23728
23729         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23730         support of both endiannesses.
23731
23732 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23733
23734         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23735           Fix confusing debug message (s/event/query/)
23736
23737 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23738
23739         * gst/videotestsrc/videotestsrc.h:
23740           Use "_stdint.h" instead of <stdint.h>
23741
23742 2005-07-27  Wim Taymans  <wim@fluendo.com>
23743
23744         * ext/vorbis/Makefile.am:
23745         Revert wrong commit.
23746
23747 2005-07-27  Wim Taymans  <wim@fluendo.com>
23748
23749         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23750         More compilation fixen.
23751
23752 2005-07-27  Wim Taymans  <wim@fluendo.com>
23753
23754         * gst-libs/gst/audio/gstbaseaudiosink.c:
23755         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23756         (gst_base_audio_sink_create_ringbuffer),
23757         (gst_base_audio_sink_change_state):
23758         Fix compilation.
23759
23760 2005-07-27  Wim Taymans  <wim@fluendo.com>
23761
23762         * examples/seeking/seek.c: (setup_dynamic_link),
23763         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23764         (query_positions_elems), (query_positions_pads), (do_seek):
23765         Update seek example.
23766
23767         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23768         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23769         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23770         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23771         (gst_ogg_demux_handle_event),
23772         (gst_ogg_demux_deactivate_current_chain),
23773         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23774         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23775         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23776         (gst_ogg_demux_loop):
23777         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23778         * ext/theora/theoradec.c: (theora_dec_src_event),
23779         (theora_dec_src_getcaps), (theora_dec_sink_event),
23780         (theora_dec_push), (theora_dec_chain):
23781         * ext/vorbis/Makefile.am:
23782         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23783         (vorbis_dec_sink_event), (vorbis_dec_push),
23784         (vorbis_handle_data_packet):
23785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23786         (gst_vorbisenc_chain):
23787         * gst/playback/gststreaminfo.c: (cb_probe):
23788         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23789         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23790         * gst/videoscale/gstvideoscale.c:
23791         (gst_videoscale_handle_src_event):
23792         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23793         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23794         (gst_ximagesink_navigation_send_event):
23795         * sys/xvimage/xvimagesink.c:
23796         (gst_xvimagesink_navigation_send_event):
23797         Various event updates and cleanups
23798
23799 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23800
23801         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23802           Fix segfault for I420/YV12.
23803
23804 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23805
23806         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23807           Report bitrate.
23808
23809 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23810
23811         * gst/playback/gstplaybin.c: (gen_video_element),
23812         (gen_audio_element):
23813           Switch to auto*sink elements as default sinks; add volume element
23814           so that volume control in totem works.
23815
23816 2005-07-21  Wim Taymans  <wim@fluendo.com>
23817
23818         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23819         * gst/playback/gstplaybin.c: (setup_sinks),
23820         (gst_play_bin_change_state):
23821         Refcount fix and more comments.
23822
23823 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23824
23825         * sys/ximage/Makefile.am:
23826         * sys/ximage/ximage.c: (plugin_init):
23827         * sys/ximage/ximagesink.c:
23828         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23829         
23830
23831 2005-07-21  Wim Taymans  <wim@fluendo.com>
23832
23833         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23834         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23835         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23836         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23837         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23838         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23839         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23840         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23841         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23842         Generate correct disconts for live chained oggs.
23843
23844         * gst-libs/gst/audio/gstbaseaudiosink.c:
23845         (gst_base_audio_sink_render),
23846         (gst_base_audio_sink_create_ringbuffer),
23847         (gst_base_audio_sink_change_state):
23848         Handle discont math correctly.
23849
23850         * gst/playback/gstplaybin.c: (add_sink):
23851         Some small debug cleanup.
23852
23853 2005-07-21  Wim Taymans  <wim@fluendo.com>
23854
23855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23856         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23857         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23858         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23859         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23860         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23861         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23862         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23863         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23864         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23865         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23866         (gst_ogg_demux_change_state), (gst_ogg_print):
23867         Reorganize code to send the right disconts when in streaming
23868         mode.
23869
23870 2005-07-20  Andy Wingo  <wingo@pobox.com>
23871
23872         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23873         fix (?), fixes a seggie mcfalterson (#310894).
23874
23875 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23876
23877         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23878         (gst_ogg_mux_set_header_on_caps):
23879         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23880         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23881         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23882         * gst-libs/gst/audio/multichannel.c:
23883         (gst_audio_set_channel_positions),
23884         (gst_audio_set_structure_channel_positions_list):
23885         * gst/playback/gstdecodebin.c: (dynamic_create):
23886         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23887         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23888           Fixes for API changes in core.
23889
23890 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23891
23892         * gst/playback/gstplaybasebin.c: (fill_buffer):
23893           Use _new_custom() so we can set custom message types for buffering
23894           messages.
23895
23896 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23897
23898         * configure.ac:
23899         * gst-libs/gst/Makefile.am:
23900         * gst-libs/gst/gconf/.cvsignore:
23901         * gst-libs/gst/gconf/Makefile.am:
23902         * gst-libs/gst/gconf/test-gconf.c:
23903         * pkgconfig/Makefile.am:
23904         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23905         * pkgconfig/gstreamer-gconf.pc.in:
23906           Remove gconf stuff, use gconf elements instead from now on.
23907
23908 2005-07-20  Wim Taymans  <wim@fluendo.com>
23909
23910         * gst-libs/gst/audio/TODO:
23911         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23912         (gst_audio_clock_get_internal_time):
23913         * gst-libs/gst/audio/gstaudioclock.h:
23914         * gst-libs/gst/audio/gstbaseaudiosink.c:
23915         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23916         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23917         (gst_base_audio_sink_render),
23918         (gst_base_audio_sink_create_ringbuffer),
23919         (gst_base_audio_sink_change_state):
23920         Make sure the audio clock always returns an increasing value.
23921
23922 2005-07-19  Andy Wingo  <wingo@pobox.com>
23923
23924         * gst/videotestsrc/: Cleanups.
23925
23926 2005-07-19  Wim Taymans  <wim@fluendo.com>
23927
23928         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23929         Better debugging.
23930
23931 2005-07-19  Wim Taymans  <wim@fluendo.com>
23932
23933         * examples/seeking/seek.c: (make_dv_pipeline),
23934         (make_vorbis_theora_pipeline), (query_rates),
23935         (query_positions_elems), (query_positions_pads), (do_seek):
23936         Make correct DV pipeline.
23937
23938 2005-07-18  Andy Wingo  <wingo@pobox.com>
23939
23940         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23941         default. Also because it's the only thing that really works. (This
23942         is used in the GConf elements).
23943         Use AS_LIBTOOL_TAGS.
23944
23945 2005-07-18  Wim Taymans  <wim@fluendo.com>
23946
23947         * gst/playback/gstdecodebin.c: (remove_element_chain):
23948         * gst/playback/gstplaybin.c: (add_sink):
23949         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23950         (gst_stream_info_set_mute):
23951         * gst/playback/gststreamselector.c:
23952         (gst_stream_selector_get_linked_pad),
23953         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23954         More leak and compile fixes.
23955
23956 2005-07-18  Wim Taymans  <wim@fluendo.com>
23957
23958         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23959         (query_rates), (query_positions_elems), (query_positions_pads),
23960         (do_seek), (seek_cb), (stop_seek):
23961         Updated seek example. 
23962
23963         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23964         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23965         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23966         * gst/playback/gstplaybin.c: (add_sink):
23967         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23968         (gst_stream_info_set_mute):
23969         Some refcount leak fixes.
23970
23971 2005-07-16  Wim Taymans  <wim@fluendo.com>
23972
23973         * gst-libs/gst/audio/gstbaseaudiosink.c:
23974         (gst_base_audio_sink_render):
23975         Align samples even if we have roundoff errors in the 
23976         timestamp conversion.
23977
23978 2005-07-16  Wim Taymans  <wim@fluendo.com>
23979
23980         * docs/libs/tmpl/gstringbuffer.sgml:
23981         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23982         (query_rates), (query_positions_elems), (query_positions_pads),
23983         (update_scale), (do_seek):
23984         Updated seek example.
23985
23986         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23987         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23988         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23989         (gst_ogg_demux_loop):
23990         Push out correct discont values.
23991
23992         * ext/theora/theoradec.c: (theora_dec_src_convert),
23993         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23994         (theora_dec_sink_event), (theora_handle_type_packet),
23995         (theora_handle_header_packet), (theora_dec_push),
23996         (theora_handle_data_packet), (theora_dec_chain),
23997         (theora_dec_change_state):
23998         Better timestamping.
23999
24000         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24001         (vorbis_dec_sink_event), (vorbis_dec_push),
24002         (vorbis_handle_data_packet), (vorbis_dec_chain):
24003         * ext/vorbis/vorbisdec.h:
24004         Better timestamping.
24005
24006         * gst-libs/gst/audio/gstbaseaudiosink.c:
24007         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
24008         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
24009         Handle syncing on timestamps instead of sample offsets. Make
24010         use of DISCONT values as described in design docs.
24011
24012         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24013         (gst_base_audio_src_get_time):
24014         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
24015         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
24016         (gst_ring_buffer_read):
24017         * gst-libs/gst/audio/gstringbuffer.h:
24018         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
24019         (gst_ximagesink_show_frame):
24020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
24021         Correcly convert buffer timestamp to stream time.
24022
24023 2005-07-16  Wim Taymans  <wim@fluendo.com>
24024
24025         * gst/audioconvert/gstaudioconvert.c:
24026         (gst_audio_convert_get_buffer):
24027         Timestamp buffers correctly.
24028
24029         * gst/playback/gstplaybin.c: (gen_video_element):
24030         Make internal fakesink silent.
24031
24032 2005-07-15  Wim Taymans  <wim@fluendo.com>
24033
24034         * gst/ffmpegcolorspace/Makefile.am:
24035         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24036         (gst_ffmpegcsp_caps_remove_format_info),
24037         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
24038         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
24039         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
24040         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
24041         Ported ffmpegcolorspace to basetransform.
24042
24043         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
24044         * gst/volume/gstvolume.c: (volume_transform):
24045         Ported to new API.
24046
24047 2005-07-14  Wim Taymans  <wim@fluendo.com>
24048
24049         * gst/videotestsrc/Makefile.am:
24050         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
24051         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
24052         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
24053         (gst_videotestsrc_init), (gst_videotestsrc_event),
24054         (gst_videotestsrc_create), (gst_videotestsrc_start),
24055         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
24056         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
24057         (gst_videotestsrc_get_property):
24058         * gst/videotestsrc/gstvideotestsrc.h:
24059         Make videotestsrc a pushsrc.
24060
24061 2005-07-14  Wim Taymans  <wim@fluendo.com>
24062
24063         * gst/tcp/gstfdset.c: (gst_fdset_free):
24064         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
24065         (gst_multifdsink_add), (gst_multifdsink_remove),
24066         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24067         (gst_multifdsink_remove_client_link),
24068         (gst_multifdsink_client_queue_data),
24069         (gst_multifdsink_client_queue_caps),
24070         (gst_multifdsink_client_queue_buffer),
24071         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24072         (gst_multifdsink_stop):
24073         * gst/tcp/gstmultifdsink.h:
24074         0.8 backporting.
24075
24076         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24077         Also draw image when not from a pool.
24078
24079 2005-07-14  Wim Taymans  <wim@fluendo.com>
24080
24081         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24082         (mute_stream), (silence_stream):
24083         Small debug additions.
24084
24085 2005-07-14  Wim Taymans  <wim@fluendo.com>
24086
24087         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24088         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24089         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
24090         Better error recovery, ignore unconnected pads and
24091         non-fatal errors.
24092
24093 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24094
24095         * docs/libs/tmpl/gstaudio.sgml:
24096         * docs/libs/tmpl/gstcolorbalance.sgml:
24097         * docs/libs/tmpl/gstgconf.sgml:
24098         * docs/libs/tmpl/gstmixer.sgml:
24099         * docs/libs/tmpl/gstringbuffer.sgml:
24100         * docs/libs/tmpl/gsttuner.sgml:
24101         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24102         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24103         (gst_tcpclientsrc_class_init):
24104         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24105         (gst_tcpserversrc_class_init):
24106         * sys/v4l/gstv4lelement.c:
24107           more autistic cleanliness in functions/names/defines
24108
24109 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24110
24111         * configure.ac:
24112           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
24113           added manually to each Makefile.am so we are sure it goes
24114           *last* and doesn't add -L flags before linking in libs of our
24115           own, like, say, internal .la libs, that then accidentally pick
24116           up the installed copy.
24117         * docs/libs/Makefile.am:
24118         * ext/alsa/Makefile.am:
24119         * ext/cdparanoia/Makefile.am:
24120         * ext/gnomevfs/Makefile.am:
24121         * ext/libvisual/Makefile.am:
24122         * ext/ogg/Makefile.am:
24123         * ext/theora/Makefile.am:
24124         * ext/vorbis/Makefile.am:
24125         * gst-libs/gst/video/Makefile.am:
24126         * gst/adder/Makefile.am:
24127         * gst/audioconvert/Makefile.am:
24128         * gst/audiorate/Makefile.am:
24129         * gst/audioscale/Makefile.am:
24130         * gst/ffmpegcolorspace/Makefile.am:
24131         * gst/playback/Makefile.am:
24132         * gst/sine/Makefile.am:
24133         * gst/subparse/Makefile.am:
24134         * gst/tags/Makefile.am:
24135         * gst/tcp/Makefile.am:
24136         * gst/typefind/Makefile.am:
24137         * gst/videorate/Makefile.am:
24138         * gst/videoscale/Makefile.am:
24139         * gst/videotestsrc/Makefile.am:
24140         * gst/volume/Makefile.am:
24141         * sys/v4l/Makefile.am:
24142         * sys/ximage/Makefile.am:
24143         * sys/xvimage/Makefile.am:
24144           adapt properly to this change. This should make sure that
24145           plugins and libs properly link to the as-yet-uninstalled
24146           copies of stuff like libgstinterfaces and libgstvideo
24147
24148 2005-07-13  Andy Wingo  <wingo@pobox.com>
24149
24150         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
24151         (gst_v4lsrc_fixate): Fixate on format as well.
24152
24153         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
24154         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
24155         buffer points to it.
24156         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
24157         rather just doing X calls ourselves. Also fixes a memleak.
24158
24159 2005-07-12  Andy Wingo  <wingo@pobox.com>
24160
24161         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
24162         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
24163         (gst_v4lsrc_create): Re-add the copy-mode property, default to
24164         TRUE to avoid deadlocks if an element holds on to our buffers.
24165
24166 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24167
24168         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24169         (gst_sinesrc_init), (gst_sinesrc_create),
24170         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24171         (gst_sinesrc_start):
24172         * gst/sine/gstsinesrc.h:
24173           removing num-buffers property before moving it
24174
24175 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24176
24177         * configure.ac:
24178           use overridable ERROR_CFLAGS
24179         * docs/libs/gst-plugins-base-libs.types:
24180         * docs/libs/tmpl/gstringbuffer.sgml:
24181         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24182         (gst_alsasink_class_init):
24183         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24184         (gst_alsasrc_class_init):
24185         * gst-libs/gst/audio/audio.h:
24186         * gst-libs/gst/audio/gstaudioclock.h:
24187         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
24188         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
24189         (gst_audio_filter_link), (gst_audio_filter_init),
24190         (gst_audio_filter_chain), (gst_audio_filter_set_property),
24191         (gst_audio_filter_get_property),
24192         (gst_audio_filter_class_add_pad_templates):
24193         * gst-libs/gst/audio/gstaudiofilter.h:
24194         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24195         (gst_audio_filter_template_get_type),
24196         (gst_audio_filter_template_base_init),
24197         (gst_audio_filter_template_class_init),
24198         (gst_audio_filter_template_init),
24199         (gst_audio_filter_template_set_property),
24200         (gst_audio_filter_template_get_property), (plugin_init),
24201         (gst_audio_filter_template_setup),
24202         (gst_audio_filter_template_filter),
24203         (gst_audio_filter_template_filter_inplace):
24204         * gst-libs/gst/audio/gstaudiosink.c:
24205         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24206         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24207         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24208         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24209         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24210         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24211         * gst-libs/gst/audio/gstaudiosink.h:
24212         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24213         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24214         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24215         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24216         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24217         (gst_audio_src_class_init), (gst_audio_src_init),
24218         (gst_audio_src_create_ringbuffer):
24219         * gst-libs/gst/audio/gstaudiosrc.h:
24220         * gst-libs/gst/audio/gstbaseaudiosink.c:
24221         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24222         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24223         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24224         (gst_base_audio_sink_set_property),
24225         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24226         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24227         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24228         (gst_base_audio_sink_create_ringbuffer),
24229         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24230         * gst-libs/gst/audio/gstbaseaudiosink.h:
24231         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24232         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24233         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24234         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24235         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24236         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24237         (gst_base_audio_src_event), (gst_base_audio_src_create),
24238         (gst_base_audio_src_create_ringbuffer),
24239         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24240         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24241         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24242         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24243         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24244         (gst_ring_buffer_debug_spec_caps),
24245         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24246         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24247         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24248         (gst_ring_buffer_start), (gst_ring_buffer_pause),
24249         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24250         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24251         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24252         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24253         (gst_ring_buffer_clear):
24254         * gst-libs/gst/audio/gstringbuffer.h:
24255         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24256         (gst_video_sink_class_init), (gst_video_sink_get_type):
24257         * gst-libs/gst/video/videosink.h:
24258         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24259         (gst_multifdsink_class_init),
24260         (gst_multifdsink_handle_client_write),
24261         (gst_multifdsink_change_state):
24262         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24263         (gst_tcpclientsink_setcaps):
24264         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24265         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24266         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24267         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24268         (gst_ximagesink_send_pending_navigation),
24269         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24270         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24272         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24273         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24274         (gst_xvimagesink_send_pending_navigation),
24275         (gst_xvimagesink_navigation_send_event),
24276         (gst_xvimagesink_set_xwindow_id),
24277         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24278         (gst_xvimagesink_get_type):
24279         more macro splitting
24280
24281 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24282
24283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24284           plug a memleak, allows me to import 1479 albums in one go
24285           in jamboree
24286         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24287         (vorbis_handle_type_packet), (vorbis_dec_chain),
24288         (vorbis_dec_change_state):
24289           fix some format strings
24290
24291 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24292
24293         * docs/libs/tmpl/gstcolorbalance.sgml:
24294         * docs/libs/tmpl/gstmixer.sgml:
24295         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24296         (gst_alsasink_set_property), (gst_alsasink_get_property):
24297         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24298         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24299           add device property
24300
24301 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24302
24303         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24304         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24305         (audiocast_register_listener), (audiocast_thread_run),
24306         (gst_gnomevfssrc_send_additional_headers_callback),
24307         (gst_gnomevfssrc_received_headers_callback),
24308         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24309         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24310         (gst_gnomevfssrc_get_size):
24311           add/clean up debugging
24312         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24313           cleanups
24314
24315 2005-07-07  Andy Wingo  <wingo@pobox.com>
24316
24317         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24318         framerate. Need to get a handle on when exactly this function is
24319         called, tho.
24320
24321         * sys/v4l/v4lsrc_calls.h:
24322         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24323         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24324         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24325
24326         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24327         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24328         v4lelements are sources.
24329
24330         * sys/v4l/gstv4lxoverlay.h:
24331         * sys/v4l/gstv4lxoverlay.c:
24332         * sys/v4l/gstv4ltuner.h:
24333         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24334         
24335         * sys/v4l/gstv4lsrc.h:
24336         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24337         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24338         or something should handle that. Made a live source.
24339
24340         * sys/v4l/gstv4lelement.h:
24341         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24342         signals. Some cleanups.
24343
24344         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24345
24346         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24347         stuff.
24348
24349         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24350         stuff.
24351
24352         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24353
24354 2005-07-07  Wim Taymans  <wim@fluendo.com>
24355
24356         * ext/theora/theoradec.c: (theora_get_query_types),
24357         (theora_dec_src_getcaps), (theora_dec_push):
24358         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24359         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24360         Remove deprecated/unused query types.
24361
24362 2005-07-06  Wim Taymans  <wim@fluendo.com>
24363
24364         * ext/alsa/Makefile.am:
24365         * ext/alsa/gstalsaplugin.c: (plugin_init):
24366         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24367         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24368         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24369         (gst_alsasrc_class_init), (gst_alsasrc_init),
24370         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24371         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24372         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24373         (gst_alsasrc_reset):
24374         * ext/alsa/gstalsasrc.h:
24375         * gst-libs/gst/audio/Makefile.am:
24376         * gst-libs/gst/audio/gstaudiosink.c:
24377         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24378         (gst_audioringbuffer_start):
24379         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24380         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24381         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24382         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24383         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24384         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24385         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24386         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24387         * gst-libs/gst/audio/gstaudiosrc.h:
24388         * gst-libs/gst/audio/gstbaseaudiosink.c:
24389         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24390         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24391         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24392         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24393         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24394         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24395         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24396         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24397         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24398         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24399         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24400         (gst_baseaudiosrc_change_state):
24401         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24402         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24403         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24404         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24405         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24406         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24407         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24408         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24409         * gst-libs/gst/audio/gstringbuffer.h:
24410         Added audiosource base classes.
24411         Ported alsasrc, still very basic.
24412
24413 2005-07-06  Wim Taymans  <wim@fluendo.com>
24414
24415         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24416         (theora_dec_push), (theora_handle_data_packet):
24417         Prepare for better timestamp fix later.
24418
24419         * gst/audioconvert/gstaudioconvert.c:
24420         List most accurate caps first
24421
24422         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24423         Use proper pad task function.
24424
24425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24426         (gst_xvimagesink_show_frame):
24427         Fix deadlock when alloc failed.
24428
24429 2005-07-05  Andy Wingo  <wingo@pobox.com>
24430
24431         * ext/gnomevfs/gstgnomevfssrc.c:
24432         * gst/sine/gstsinesrc.c:
24433         * gst/tcp/gsttcpserversrc.c:
24434         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24435
24436         * sys/v4l/: Port from 0.8.
24437
24438         * Many files: Null if we got it....
24439
24440 2005-07-05  Andy Wingo  <wingo@pobox.com>
24441
24442         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24443         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24444         Signedness fixes.
24445
24446 2005-07-05  Wim Taymans  <wim@fluendo.com>
24447
24448         * configure.ac:
24449         * gst/tcp/Makefile.am:
24450         * gst/tcp/README:
24451         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24452         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24453         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24454         (is_sync_frame), (gst_multifdsink_handle_client_write),
24455         (gst_multifdsink_render), (gst_multifdsink_start),
24456         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24457         * gst/tcp/gstmultifdsink.h:
24458         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24459         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24460         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24461         * gst/tcp/gsttcp.h:
24462         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24463         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24464         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24465         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24466         * gst/tcp/gsttcpclientsink.h:
24467         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24468         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24469         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24470         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24471         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24472         * gst/tcp/gsttcpclientsrc.h:
24473         * gst/tcp/gsttcpplugin.c: (plugin_init):
24474         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24475         * gst/tcp/gsttcpserversink.h:
24476         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24477         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24478         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24479         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24480         (gst_tcpserversrc_stop):
24481         * gst/tcp/gsttcpserversrc.h:
24482         * gst/tcp/gsttcpsink.c:
24483         * gst/tcp/gsttcpsink.h:
24484         * gst/tcp/gsttcpsrc.c:
24485         * gst/tcp/gsttcpsrc.h:
24486         Ported tcp plugins to 0.9. 
24487         
24488
24489 2005-07-05  Andy Wingo  <wingo@pobox.com>
24490
24491         * gst/playback/gstplaybasebin.c (fill_buffer):
24492         message_new_application fixen.
24493
24494         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24495         Style fix.
24496
24497 2005-07-04  Wim Taymans  <wim@fluendo.com>
24498
24499         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24500         Set caps on output buffer.
24501
24502 2005-07-04  Andy Wingo  <wingo@pobox.com>
24503
24504         * ext/gnomevfs/gstgnomevfssrc.c
24505         (gst_gnomevfssrc_received_headers_callback) 
24506         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24507         hopefully.
24508
24509         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24510         No refcount leakage.
24511
24512         * configure.ac: Enable -Werror.
24513         
24514         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24515         * gst/audioconvert/bufferframesconvert.c
24516         (buffer_frames_convert_fixate):
24517         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24518         (gst_audio_convert_fixate):
24519         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24520         (gst_sinesrc_create): Fixate func changes.
24521         
24522         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24523         (gst_ximagesink_buffer_alloc): Unused var.
24524
24525 2005-07-01  Andy Wingo  <wingo@pobox.com>
24526
24527         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24528         getcaps to do explicit caps. Needs to be done in all decoders,
24529         possibly via a base class.
24530
24531         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24532
24533         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24534         caps on the sink pad, just rely on the pad template. Also, setting
24535         ANY caps on a pad is not valid because the caps are not fixed.
24536
24537         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24538         caps on the buffer, and get the width from the desired_caps if
24539         they're set.
24540         (gst_ximagesink_renegotiate_size): Implement via setting the
24541         desired_caps on the ximagesink.
24542         (gst_ximagesink_setcaps): Only reset the width of the player if it
24543         wasn't already set. Not sure if this is right.
24544         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24545
24546         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24547         that the user wants. NULL unless the window has been resized.
24548
24549         * gst/volume/gstvolume.c (volume_transform): Adapt to
24550         basetransform refcount changes.
24551         
24552 2005-07-01  Andy Wingo  <wingo@pobox.com>
24553
24554         * gst/videoscale/gstvideoscale.c:
24555         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24556         from BaseTransform, implements a transform_caps. Removed dead code
24557         including some PAR stuff that was never reached -- should probably
24558         be added back somehow.
24559
24560 2005-07-01  Andy Wingo  <wingo@pobox.com>
24561
24562         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24563         come later.
24564
24565 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24566
24567         * configure.ac:
24568         * docs/libs/Makefile.am:
24569         * docs/libs/gst-plugins-libs.types:
24570         * ext/alsa/Makefile.am:
24571         * ext/alsa/gstalsamixer.h:
24572         * ext/alsa/gstalsamixeroptions.h:
24573         * ext/alsa/gstalsamixertrack.h:
24574         * gst-libs/gst/Makefile.am:
24575         * gst-libs/gst/colorbalance/.cvsignore:
24576         * gst-libs/gst/colorbalance/Makefile.am:
24577         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24578         * gst-libs/gst/colorbalance/colorbalance.c:
24579         * gst-libs/gst/colorbalance/colorbalance.h:
24580         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24581         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24582         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24583         * gst-libs/gst/interfaces/Makefile.am:
24584         * gst-libs/gst/interfaces/colorbalance.c:
24585         (gst_color_balance_class_init):
24586         * gst-libs/gst/interfaces/colorbalance.h:
24587         * gst-libs/gst/interfaces/interfaces-marshal.list:
24588         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24589         * gst-libs/gst/interfaces/mixer.h:
24590         * gst-libs/gst/interfaces/mixeroptions.h:
24591         * gst-libs/gst/interfaces/navigation.c:
24592         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24593         * gst-libs/gst/interfaces/tuner.h:
24594         * gst/volume/Makefile.am:
24595         * gst/volume/gstvolume.c:
24596         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24597         * sys/ximage/Makefile.am:
24598         * sys/ximage/ximagesink.c:
24599         * sys/xvimage/Makefile.am:
24600         * sys/xvimage/xvimagesink.c:
24601           fold in all interfaces into an interfaces dir, preserving CVS
24602           history
24603
24604 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24605
24606         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24607           Fix build after riff changes.
24608
24609 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24610
24611         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24612         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24613         (gst_riff_create_video_template_caps),
24614         (gst_riff_create_audio_template_caps),
24615         (gst_riff_create_iavs_template_caps):
24616         * gst-libs/gst/riff/riff-media.h:
24617         * gst-libs/gst/riff/riff-read.h:
24618         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24619           Add gst_riff_init() to initialize the debug category, instead
24620           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24621
24622 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24623
24624         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24625           Oops, I shouldn't apply hacks.
24626
24627 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24628
24629         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24630           Remove pad_loop function which doesn't work.
24631
24632 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24633
24634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24635           Send EOS when deactivating.
24636         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24637         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24638         (gen_preroll_element), (probe_triggered), (mute_stream),
24639         (silence_stream), (new_decoded_pad), (setup_substreams),
24640         (set_active_source):
24641         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24642         (remove_sinks), (add_sink):
24643         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24644           Change for new probe API.
24645
24646 2005-06-29  Wim Taymans  <wim@fluendo.com>
24647
24648         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24649         * gst-libs/gst/audio/gstbaseaudiosink.c:
24650         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24651         (gst_baseaudiosink_change_state):
24652         * gst-libs/gst/audio/gstbaseaudiosink.h:
24653         * gst-libs/gst/audio/gstringbuffer.c:
24654         (gst_ringbuffer_set_callback):
24655         Fix compilation error.
24656         Ringbuffer starts out as not running.
24657         Free our clock in dispose.
24658         When releasing the ringbuffer we need to renegotiate so
24659         clear the pad caps.
24660
24661 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24662
24663         * autogen.sh:
24664         * configure.ac:
24665         * docs/Makefile.am:
24666         * docs/libs/Makefile.am:
24667         * docs/libs/gst-plugins-libs-docs.sgml:
24668         * docs/libs/gst-plugins-libs-sections.txt:
24669         * docs/libs/gst-plugins-libs.types:
24670         * docs/libs/tmpl/gstaudio.sgml:
24671         * docs/libs/tmpl/gstcolorbalance.sgml:
24672         * docs/libs/tmpl/gstringbuffer.sgml:
24673         * gst-libs/gst/audio/gstringbuffer.c:
24674         (gst_ringbuffer_set_callback):
24675           reinstate gtk-doc docs for plugin libs
24676
24677 2005-06-28  Wim Taymans  <wim@fluendo.com>
24678
24679         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24680         (gst_ogg_demux_init):
24681         Removed pad loop function.
24682
24683 2005-06-28  Wim Taymans  <wim@fluendo.com>
24684
24685         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24686         If we're building a chain we are not in an error case
24687         when we queue a buffer.
24688
24689 2005-06-28  Andy Wingo  <wingo@pobox.com>
24690
24691         * *.c: Don't cast to GstObject before reffing/unreffing.
24692
24693 2005-06-27  Andy Wingo  <wingo@pobox.com>
24694
24695         * gst/videotestsrc/gstvideotestsrc.c
24696         (gst_videotestsrc_activate_push): Activation API changes.
24697
24698         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24699         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24700         they have refs on the decodebin.
24701
24702         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24703         parent class.
24704         (gst_ogg_pad_typefind): Don't leak a pad ref.
24705         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24706         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24707         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24708
24709 2005-06-27  Edward Hervey  <edward@fluendo.com>
24710
24711         * ext/theora/theoradec.c: (theora_dec_change_state): 
24712         re-arranged call to parent's state change in order to avoid locks (or
24713         worse).
24714
24715 2005-06-26  Edward Hervey  <edward@fluendo.com>
24716
24717         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24718         2nd argument of 'unknow-type' signal is a GstCaps and not a
24719         GstMiniObject
24720
24721 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24722         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24723           Set the worker thread's running flag to TRUE before starting the
24724           thread.
24725         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24726           Catch a failure to add typefind to the bin.
24727
24728 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24729
24730         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24731         (gst_sinesrc_init), (gst_sinesrc_create),
24732         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24733         (gst_sinesrc_start):
24734         * gst/sine/gstsinesrc.h:
24735           add num-buffers and timestamp-offset properties
24736         * gst/videotestsrc/gstvideotestsrc.c:
24737         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24738         (gst_videotestsrc_get_property):
24739           add timestamp-offset property
24740
24741 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24742
24743         * configure.ac: add videorate
24744         * gst-plugins-base.spec.in: add videorate
24745
24746 2005-06-23  Wim Taymans  <wim@fluendo.com>
24747
24748         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24749         (gst_videorate_getcaps), (gst_videorate_setcaps),
24750         (gst_videorate_event), (gst_videorate_chain):
24751         Fixed videorate, fixating an already fixated caps is not
24752         an error.
24753
24754 2005-06-23  Wim Taymans  <wim@fluendo.com>
24755
24756         * ext/ogg/README:
24757         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24758         Buffer on caps is not boxed anymore.
24759
24760 2005-06-22  Wim Taymans  <wim@fluendo.com>
24761
24762         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24763         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24764         Set buffers on caps as miniobjects and not as boxed.
24765
24766 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24767
24768         * configure.ac:
24769           back to HEAD
24770
24771 === release 0.9.1 ===
24772
24773 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24774
24775         * .cvsignore:
24776         * NEWS:
24777         * README:
24778         * RELEASE:
24779         * configure.ac:
24780         * po/af.po:
24781         * po/az.po:
24782         * po/cs.po:
24783         * po/en_GB.po:
24784         * po/hu.po:
24785         * po/it.po:
24786         * po/nb.po:
24787         * po/nl.po:
24788         * po/or.po:
24789         * po/sq.po:
24790         * po/sr.po:
24791         * po/sv.po:
24792         * po/uk.po:
24793         * po/vi.po:
24794           updates for release
24795
24796 2005-06-09  Andy Wingo  <wingo@pobox.com>
24797
24798         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24799         
24800 2005-06-09  Andy Wingo  <wingo@pobox.com>
24801
24802         * configure.ac:
24803         * gst-libs/gst/Makefile.am:
24804         * gst-libs/gst/net/Makefile.am:
24805         Add gstnet to build.
24806
24807 2005-06-09  Andy Wingo  <wingo@pobox.com>
24808
24809         * gst-libs/gst/gconf/gconf.c:
24810         * gst/playback/test.c:
24811         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24812         fixes.
24813
24814         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24815
24816         * ext/theora/theoraenc.c (theora_enc_chain): 
24817         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24818
24819         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24820         RealPad.
24821
24822 2005-06-02  Wim Taymans  <wim@fluendo.com>
24823
24824         * gst-libs/gst/net/Makefile.am:
24825         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24826         * pkgconfig/gstreamer-libs.pc.in:
24827         Added net stuff, version net lib.
24828
24829 2005-06-02  Wim Taymans  <wim@fluendo.com>
24830
24831         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24832         (query_rates), (query_positions_elems), (query_positions_pads),
24833         (do_seek):
24834         Updated seek example.
24835
24836 2005-06-02  Andy Wingo  <wingo@pobox.com>
24837
24838         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24839         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24840         list.
24841
24842         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24843         remove the typefind, the bin dispose will do it for us. When it's
24844         removed and unreffed, the signal handler will be disconnected,
24845         too.
24846         (unlinked): It's too difficult to disconnect from unlinked
24847         handlers, as they are on pads not elements. Just punt if the pads
24848         aren't grandkids of the bin.
24849
24850 2005-06-02  Wim Taymans  <wim@fluendo.com>
24851
24852         * ext/ogg/README:
24853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24854         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24855         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24856         * ext/theora/theoradec.c: (theora_dec_src_query),
24857         (theora_handle_data_packet):
24858         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24859         (theora_enc_chain):
24860         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24861         (vorbis_handle_data_packet):
24862         * gst/audioconvert/bufferframesconvert.c:
24863         (buffer_frames_convert_chain):
24864         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24865         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24866         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24867         (gst_ffmpegcsp_chain):
24868         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24869         (gst_videorate_getcaps), (gst_videorate_setcaps),
24870         (gst_videorate_event), (gst_videorate_chain):
24871         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24872         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24873         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24874         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24875         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24876         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24877         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24878         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24879         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24880         Cleanups and buffer alloc.
24881
24882 2005-05-31  Wim Taymans  <wim@fluendo.com>
24883
24884         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24885         Don't try to call the delay method when the device is not
24886         opened.
24887
24888 2005-05-31  Wim Taymans  <wim@fluendo.com>
24889
24890         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24891         Get actual segment size and buffer size after opening
24892         the device.
24893
24894 2005-05-30  Wim Taymans  <wim@fluendo.com>
24895
24896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24897         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24898         Also FLUSH upstream, makes the loop function exit faster.
24899         
24900         * ext/theora/theoradec.c: (theora_dec_src_query):
24901         Some more debug info in the query.
24902         
24903         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24904         (gst_ximagesink_setcaps):
24905         Release lock on par error, better error reporting.
24906
24907 2005-05-26  Wim Taymans  <wim@fluendo.com>
24908
24909         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24910         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24911         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24912         Clear chains in READY
24913         Queue packets until the chain is activated.
24914
24915 2005-05-25  Wim Taymans  <wim@fluendo.com>
24916
24917         * gst-libs/gst/audio/gstaudiosink.c:
24918         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24919         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24920         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24921         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24922         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24923         (gst_audiosink_create_ringbuffer):
24924         * gst-libs/gst/audio/gstbaseaudiosink.c:
24925         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24926         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24927         (gst_baseaudiosink_set_property), (build_linear_format),
24928         (debug_spec_caps), (debug_spec_buffer),
24929         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24930         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24931         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24932         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24933         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24934         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24935         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24936         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24937         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24938         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24939         (wait_segment), (gst_ringbuffer_commit),
24940         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24941         (gst_ringbuffer_clear):
24942         Various small cleanups.
24943
24944         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24945         (gst_audio_convert_change_state):
24946         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24947         No need to take the locks anymore.
24948
24949 2005-05-25  Wim Taymans  <wim@fluendo.com>
24950
24951         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24952         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24953         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24954         (type_found):
24955         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24956         (group_destroy), (group_commit), (queue_overrun),
24957         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24958         (mute_stream), (new_decoded_pad), (setup_substreams),
24959         (setup_source), (mute_group_type), (set_active_source),
24960         (gst_play_base_bin_change_state):
24961         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24962         (gen_video_element), (gen_text_element), (gen_audio_element),
24963         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24964         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24965         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24966         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24967         Some playbin cleanups mostly refcounting sloppyness.
24968
24969 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24970
24971         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24972           Work with streaming input.
24973
24974 2005-05-25  Wim Taymans  <wim@fluendo.com>
24975
24976         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24977         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24978         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24979         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24980         No need to take the STREAM lock anymore.
24981
24982 2005-05-25  Wim Taymans  <wim@fluendo.com>
24983
24984         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24985         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24986         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24987         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24988         (gst_ogg_demux_sink_activate):
24989         * ext/theora/theoradec.c: (theora_dec_src_event),
24990         (theora_handle_comment_packet), (theora_dec_chain),
24991         (theora_dec_change_state):
24992         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24993         (vorbis_handle_data_packet), (vorbis_dec_chain),
24994         (vorbis_dec_change_state):
24995         Remove STREAM locks as they are taken in core now.
24996         Never set bogus granulepos on vorbis/theora.
24997         Fix leaks in theoradec tag parsing.
24998
24999 2005-05-25  Wim Taymans  <wim@fluendo.com>
25000
25001         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
25002         Fix memleaks, GST_BUFFER_DATA() is not freed.
25003
25004 2005-05-25  Wim Taymans  <wim@fluendo.com>
25005
25006         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
25007         Open non-blocking, set to blocking mode afterwards to avoid
25008         lockups when audio device is busy.
25009
25010 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25011
25012         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
25013           This can't be good.
25014
25015 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25016
25017         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25018         (gst_audio_convert_chain), (gst_audio_convert_link_src),
25019         (gst_audio_convert_setcaps):
25020           Implement instant setup switching.
25021
25022 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25023
25024         * gst/playback/gstplaybasebin.c: (probe_triggered):
25025           Fix missing unlock.
25026         * gst/playback/gstplaybin.c: (add_sink):
25027           First add, then link (otherwise pad link fails).
25028
25029 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25030
25031         * examples/Makefile.am:
25032         fix buildbot (make distcheck)
25033
25034 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25035
25036         * gst/playback/gstplaybin.c: (gen_vis_element):
25037           Remove some wrong code. Doesn't work yet.
25038
25039 2005-05-19  Wim Taymans  <wim@fluendo.com>
25040
25041         * gst-libs/gst/net/Makefile.am:
25042         * gst-libs/gst/net/README:
25043         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
25044         (gst_netbuffer_class_init), (gst_netbuffer_init),
25045         (gst_netbuffer_finalize), (gst_netbuffer_copy),
25046         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
25047         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
25048         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
25049         * gst-libs/gst/net/gstnetbuffer.h:
25050         Added buffer subclass to store extra to/from addresses for
25051         network sources/sinks.
25052
25053 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25054
25055         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25056           Don't lock an unassigned variable.
25057
25058 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25059
25060         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
25061           Increase buffer for video, decrease buffer for other media types.
25062         * gst/playback/gstplaybin.c: (gen_video_element),
25063         (gen_audio_element):
25064           Change names for debugging purposes.
25065
25066 2005-05-18  Wim Taymans  <wim@fluendo.com>
25067
25068         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25069         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25070         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
25071         (gst_ffmpegcsp_chain):
25072         Enable buffer alloc passthrough if the source and dest
25073         formats are the same.
25074
25075 2005-05-17  Wim Taymans  <wim@fluendo.com>
25076
25077         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
25078         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
25079         (gst_ogg_demux_chain_unlocked):
25080         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25081         (gst_audio_convert_caps_remove_format_info),
25082         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25083         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
25084         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25085         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25086         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
25087         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
25088         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25089         (gst_ffmpegcsp_get_property):
25090         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
25091         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
25092         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
25093         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
25094         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
25095         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
25096         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
25097         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
25098         Leak fixes in oggdemux.
25099         Some cleanups in audioconvert.
25100         Make passthrough work along with buffer_alloc etc.
25101         Make buffer_alloc and buffer recycling actually work in
25102         xvimagesink.
25103
25104 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
25105
25106         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
25107           make the compiler happy
25108
25109 2005-05-17  Wim Taymans  <wim@fluendo.com>
25110
25111         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
25112         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
25113         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
25114         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
25115         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
25116         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
25117         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
25118         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25119         (gst_xvimagesink_set_xwindow_id):
25120         * sys/xvimage/xvimagesink.h:
25121         Port xvimagesink to new MiniObject.
25122
25123 2005-05-17  Wim Taymans  <wim@fluendo.com>
25124
25125         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25126         (gst_audiofilter_chain):
25127         * gst-libs/gst/audio/gstaudiosink.c:
25128         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25129         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25130         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25131         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25132         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25133         (gst_audiosink_create_ringbuffer):
25134         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25135         (gst_audio_convert_caps_remove_format_info),
25136         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25137         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25138         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25139         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25140         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25141         Fix passthrough in ffmpegcolorspace.
25142         Fix memset in audiosink on wrong memory.
25143
25144 2005-05-16  David Schleef  <ds@schleef.org>
25145
25146         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
25147         to GstMiniObject.
25148
25149 2005-05-16  David Schleef  <ds@schleef.org>
25150
25151         Port from GstData to GstMiniObject.
25152         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
25153         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
25154         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
25155         (gst_ogg_mux_collected):
25156         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25157         * ext/theora/theoradec.c: (theora_handle_comment_packet),
25158         (theora_handle_data_packet):
25159         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25160         (theora_set_header_on_caps), (theora_enc_chain):
25161         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25162         (vorbis_handle_comment_packet):
25163         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
25164         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
25165         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
25166         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
25167         * gst/audioconvert/gstaudioconvert.c:
25168         (gst_audio_convert_get_buffer):
25169         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25170         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
25171         (mute_stream), (silence_stream):
25172         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
25173         * gst/volume/gstvolume.c: (volume_transform):
25174         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
25175         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
25176         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
25177         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25178         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
25179         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
25180         (gst_ximagesink_buffer_alloc):
25181         * sys/ximage/ximagesink.h:
25182
25183 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25184
25185         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25186         (fill_buffer), (check_queue), (queue_threshold_reached),
25187         (queue_out_of_data):
25188         * gst/playback/gstplaybasebin.h:
25189           Post buffer-fullness on the bus.
25190
25191 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25192
25193         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25194         (try_to_link_1):
25195         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25196         (group_commit), (probe_triggered), (setup_source),
25197         (gst_play_base_bin_change_state):
25198         * gst/playback/gstplaybasebin.h:
25199         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25200         (gst_play_bin_init), (remove_sinks), (setup_sinks),
25201         (gst_play_bin_change_state):
25202           Move setup_output_pads into a virtual function, remove
25203           group-switch (no longer needed) and redirect (handled by bus
25204           now) signals.
25205
25206 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25207
25208         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25209         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25210         (get_active_group), (get_building_group), (group_destroy),
25211         (group_commit), (check_queue), (queue_overrun),
25212         (queue_threshold_reached), (queue_out_of_data),
25213         (gen_preroll_element), (remove_groups), (unknown_type),
25214         (add_element_stream), (no_more_pads), (probe_triggered),
25215         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25216         (setup_substreams), (setup_source), (finish_source),
25217         (prepare_output), (muted_group_change_state),
25218         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25219         (gst_play_base_bin_change_state):
25220         * gst/playback/gstplaybasebin.h:
25221         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25222         (gst_play_bin_init), (gst_play_bin_set_property),
25223         (gen_video_element), (gen_text_element), (gen_audio_element),
25224         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25225         (gst_play_bin_change_state):
25226         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25227         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25228         (stream_info_change_state), (gst_stream_info_set_mute),
25229         (gst_stream_info_get_property):
25230         * gst/playback/gststreaminfo.h:
25231         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25232         (gst_stream_selector_get_linked_pad),
25233         (gst_stream_selector_getcaps),
25234         (gst_stream_selector_get_linked_pads),
25235         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25236         * gst/playback/gststreamselector.h:
25237           Rough port of playbin. Needs some more work, but is mostly done,
25238           and uses a few locks in important places, which should make stuff
25239           like chain-switches clean. Still uses GST_STATE() in a few places,
25240           which isn't all that good an idea, subtitles/elements disabled
25241           because no elements to test with and thus probably broken, query
25242           and event handling moved to GstBin, internal thread removed
25243           alltogether because the pipeline does that for us now. Can play
25244           Ogg/Vorbis files. Haven't tested anything else yet.
25245
25246 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25247
25248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25249           Do no-more-pads (needed for autoplugging).
25250
25251 2005-05-10  Andy Wingo  <wingo@pobox.com>
25252
25253         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25254         message to the bus with the tags. Still not sent downstream tho.
25255
25256         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25257         get_parent.
25258         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25259         avoid refcounting hassles.
25260
25261 2005-05-09  Andy Wingo  <wingo@pobox.com>
25262
25263         * gst/volume/Makefile.am:
25264         * gst/volume/demo.c
25265         * gst/volume/gstvolume.h
25266         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25267         basetransform. Probably need an audio filter base class.
25268
25269 2005-05-09  Wim Taymans  <wim@fluendo.com>
25270
25271         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25272         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25273         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25274         (gst_vorbisenc_chain):
25275         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25276         (gst_audio_convert_caps_remove_format_info),
25277         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25278         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25279         Make caps writable before writing to it.
25280         Fix negotiation in audioconvert some more.
25281
25282 2005-05-09  Wim Taymans  <wim@fluendo.com>
25283
25284         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25285         (gst_videorate_getcaps), (gst_videorate_setcaps),
25286         (gst_videorate_event), (gst_videorate_chain):
25287         Better negotiation.
25288
25289 2005-05-09  Wim Taymans  <wim@fluendo.com>
25290
25291         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25292         (gst_videorate_getcaps), (gst_videorate_setcaps),
25293         (gst_videorate_blank_data), (gst_videorate_init),
25294         (gst_videorate_event), (gst_videorate_chain),
25295         (gst_videorate_change_state):
25296         Port videorate, do a better job at negotiation while we're at
25297         it.
25298
25299 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25300
25301         * configure.ac:
25302           Disable libvisual
25303
25304         * examples/Makefile.am:
25305         * gst-libs/gst/audio/Makefile.am:
25306         * gst-libs/gst/riff/Makefile.am:
25307         * gst-libs/gst/tag/Makefile.am:
25308         * gst-libs/gst/video/Makefile.am:
25309           Fixups for missing variables.
25310
25311 2005-05-09  Wim Taymans  <wim@fluendo.com>
25312
25313         * examples/seeking/seek.c: (make_theora_pipeline),
25314         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25315         (query_rates), (query_positions_elems), (query_positions_pads),
25316         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25317         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25318         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25319         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25320         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25321         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25322         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25323         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25324         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25325         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25326         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25327         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25328         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25329         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25330         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25331         (theora_dec_src_convert), (theora_dec_sink_convert),
25332         (theora_dec_src_query), (theora_dec_sink_query),
25333         (theora_dec_src_event), (theora_dec_sink_event),
25334         (theora_handle_comment_packet), (theora_handle_type_packet),
25335         (theora_handle_header_packet), (theora_handle_data_packet),
25336         (theora_dec_chain):
25337         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25338         (vorbis_dec_convert), (vorbis_dec_src_query),
25339         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25340         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25341         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25342         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25343         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25344         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25345         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25346         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25347         (gst_play_bin_query):
25348         * gst/playback/test3.c: (update_scale):
25349         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25350         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25351         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25352         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25353         (gst_videotestsrc_src_query):
25354         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25355         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25356         (paint_hline_YUV9):
25357         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25358         Port to new query API.
25359         Updated seek.
25360         Cleanups in x[v]imagesink
25361
25362 2005-05-09  Andy Wingo  <wingo@pobox.com>
25363
25364         * ext/alsa/gstalsasink.h:
25365         * ext/gnomevfs/gstgnomevfssrc.c:
25366         (gst_gnomevfssrc_get_icy_metadata):
25367         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25368         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25369         * ext/theora/theoradec.c (theora_dec_src_query)
25370         (theora_dec_src_event, theora_dec_sink_event)
25371         (theora_handle_comment_packet, theora_handle_data_packet):
25372         * ext/theora/theoraenc.c (theora_enc_chain):
25373         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25374         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25375         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25376         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25377         (qt_type_find):
25378         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25379         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25380         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25381         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25382         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25383         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25384         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25385         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25386         (paint_setup_RGB565, paint_setup_xRGB1555):
25387         * gst/videotestsrc/videotestsrc.h:
25388         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25389         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25390         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25391         GCC4 fixes.
25392         
25393         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25394         gst_pad_query_position. Fixes oggdemux.
25395
25396 2005-05-08  David Schleef  <ds@schleef.org>
25397
25398         * configure.ac: Require liboil.
25399         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25400         a few more.
25401         * gst/videotestsrc/videotestsrc.c:
25402         * gst/videotestsrc/videotestsrc.h:
25403
25404 2005-05-06  Wim Taymans  <wim@fluendo.com>
25405
25406         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25407         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25408         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25409         Well, unreffing a buffer right before pushing it is asking
25410         for trouble..
25411
25412 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25413
25414         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25415
25416 2005-05-06  Wim Taymans  <wim@fluendo.com>
25417
25418         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25419         (gst_audio_convert_caps_remove_format_info),
25420         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25421         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25422         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25423         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25424         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25425         * gst/sine/Makefile.am:
25426         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25427         (gst_sinesrc_class_init), (gst_sinesrc_init),
25428         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25429         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25430         (gst_sinesrc_update_freq):
25431         * gst/sine/gstsinesrc.h:
25432         * gst/tcp/gstmultifdsink.c:
25433         * sys/xvimage/xvimagesink.c:
25434         Fixed negotiation wrt _peer_get_caps()
25435         Some cleanups.
25436
25437
25438 2005-05-06  Wim Taymans  <wim@fluendo.com>
25439
25440         * gst-libs/gst/audio/gstaudiosink.c:
25441         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25442         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25443         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25444         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25445         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25446         (gst_audiosink_create_ringbuffer):
25447         * gst-libs/gst/audio/gstbaseaudiosink.c:
25448         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25449         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25450         (gst_baseaudiosink_set_property), (build_linear_format),
25451         (debug_spec_caps), (debug_spec_buffer),
25452         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25453         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25454         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25455         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25456         * gst-libs/gst/audio/gstbaseaudiosink.h:
25457         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25458         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25459         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25460         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25461         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25462         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25463         (wait_segment), (gst_ringbuffer_commit),
25464         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25465         (gst_ringbuffer_clear):
25466         * gst-libs/gst/audio/gstringbuffer.h:
25467         Make the base audiosink return an error when there is no
25468         audiobuffer negotiated.
25469
25470 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25471
25472         * ext/Makefile.am:
25473         Disable cdparanoia until someone ports it!
25474
25475 2005-05-06  Wim Taymans  <wim@fluendo.com>
25476
25477         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25478         (gst_ogg_demux_sink_activate):
25479         And revert after wingo's revert.. sigh..
25480
25481 2005-05-05  Andy Wingo  <wingo@pobox.com>
25482
25483         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25484         GObject.
25485         * configure.ac: Return audiorate and subparse from the ghetto.
25486         Re-enable -Wall -Werror.
25487         * gst/subparse/gstsubparse.c:
25488         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25489         or chain-based. Cleaned up a bit. Not tested.
25490         
25491 2005-05-05  Christian Schaller <christian@fluendo.com> 
25492
25493         * Makefile.am: remove stuff that is not building
25494         * configure.ac: remove stuff that is not building
25495         * examples/Makefile.am: remove stuff that is not building
25496         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25497         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25498         * sys/Makefile.am: remove stuff that is not building
25499         * testsuite/Makefile.am: remove stuff that is not building
25500
25501 2005-05-05  Andy Wingo  <wingo@pobox.com>
25502
25503         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25504         * gst-libs/gst/tag/gstvorbistag.c:
25505         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25506         * gst/adder/gstadder.h:
25507         * gst/audioconvert/gstchannelmix.c:
25508         (gst_audio_convert_fill_one_other):
25509         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25510         (gst_audiorate_init), (gst_audiorate_chain):
25511         * gst/playback/gstplaybasebin.c: (setup_source):
25512         * gst/playback/test3.c: (update_scale):
25513         Some GCC4 fixes
25514         
25515         * po/af.po:
25516         * po/az.po:
25517         * po/cs.po:
25518         * po/en_GB.po:
25519         * po/hu.po:
25520         * po/it.po:
25521         * po/nb.po:
25522         * po/nl.po:
25523         * po/or.po:
25524         * po/sq.po:
25525         * po/sr.po:
25526         * po/sv.po:
25527         * po/uk.po:
25528         * po/vi.po: Foo
25529
25530 2005-05-05  Wim Taymans  <wim@fluendo.com>
25531
25532         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25533         (gst_audio_convert_caps_remove_format_info),
25534         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25535         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25536         * gst/videotestsrc/gstvideotestsrc.c:
25537         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25538         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25539         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25540         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25541         Don't ignore _push() return values.
25542         Make sure no processing is done when shutting down.
25543         Videotestsrc pad activation fix.
25544
25545 2005-05-05  Wim Taymans  <wim@fluendo.com>
25546
25547         * gst/adder/Makefile.am:
25548         * gst/adder/gstadder.c: (gst_adder_setcaps),
25549         (gst_adder_class_init), (gst_adder_init),
25550         (gst_adder_request_new_pad), (gst_adder_collected),
25551         (gst_adder_change_state):
25552         * gst/adder/gstadder.h:
25553         Ported adder as an example of a mixer element using
25554         collect pads. Needs more negotiation work.
25555
25556 2005-05-05  Wim Taymans  <wim@fluendo.com>
25557
25558         * ext/theora/theoradec.c: (_inc_granulepos),
25559         (theora_dec_src_event), (theora_dec_sink_event),
25560         (theora_handle_comment_packet), (theora_handle_type_packet),
25561         (theora_handle_header_packet), (theora_handle_data_packet),
25562         (theora_dec_chain):
25563         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25564         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25565         (theora_push_buffer), (theora_push_packet),
25566         (theora_enc_sink_event), (theora_enc_chain),
25567         (theora_enc_change_state), (theora_enc_set_property),
25568         (theora_enc_get_property):
25569         Added stream lock to decoder so that we can serialize
25570         the discont event.
25571         More theoraenc porting, recover from errors, do clean
25572         shutdown.
25573
25574 2005-05-05  Wim Taymans  <wim@fluendo.com>
25575
25576         * ext/ogg/Makefile.am:
25577         * ext/ogg/README:
25578         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25579         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25580         (gst_ogg_print):
25581         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25582         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25583         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25584         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25585         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25586         (gst_ogg_mux_change_state):
25587         Ported ogg muxer.
25588
25589 2005-05-05  Wim Taymans  <wim@fluendo.com>
25590
25591         * docs/design-audiosinks.txt:
25592         * gst-libs/gst/audio/TODO:
25593         * gst-libs/gst/audio/gstaudiosink.c:
25594         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25595         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25596         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25597         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25598         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25599         (gst_audiosink_create_ringbuffer):
25600         * gst-libs/gst/audio/gstbaseaudiosink.c:
25601         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25602         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25603         (gst_baseaudiosink_set_property), (build_linear_format),
25604         (debug_spec_caps), (debug_spec_buffer),
25605         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25606         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25607         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25608         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25609         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25610         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25611         (gst_ringbuffer_release), (gst_ringbuffer_play),
25612         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25613         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25614         (gst_ringbuffer_set_sample), (wait_segment),
25615         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25616         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25617         More work on the audiosink, mostly debugging and a race in
25618         shutdown.
25619
25620 2005-04-28  Wim Taymans  <wim@fluendo.com>
25621
25622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25623         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25624         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25625         (vorbis_dec_src_query), (vorbis_dec_src_event),
25626         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25627         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25628         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25629         Don't crap out when seeking back to position 0.
25630
25631 2005-04-28  Wim Taymans  <wim@fluendo.com>
25632
25633         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25634         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25635         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25636         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25637         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25638         Make audio sink configurable, use alsasink as default.
25639
25640 2005-04-28  Wim Taymans  <wim@fluendo.com>
25641
25642         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25643         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25644         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25645         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25646         (vorbis_dec_change_state):
25647         * ext/vorbis/vorbisdec.h:
25648         Refactor, use STREAM_LOCK.
25649
25650 2005-04-28  Wim Taymans  <wim@fluendo.com>
25651
25652         * ext/theora/theoradec.c: (_inc_granulepos),
25653         (theora_dec_sink_event), (theora_handle_comment_packet),
25654         (theora_handle_type_packet), (theora_handle_header_packet),
25655         (theora_handle_data_packet), (theora_dec_chain),
25656         (theora_dec_change_state):
25657         Refactor a bit, use STREAM_LOCK.
25658
25659 2005-04-28  Wim Taymans  <wim@fluendo.com>
25660
25661         * ext/alsa/Makefile.am:
25662         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25663         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25664         (gst_alsa_link), (gst_alsa_close_audio):
25665         * ext/alsa/gstalsaplugin.c: (plugin_init):
25666         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25667         (gst_alsasink_dispose), (gst_alsasink_base_init),
25668         (gst_alsasink_class_init), (gst_alsasink_init),
25669         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25670         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25671         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25672         (gst_alsasink_reset):
25673         * ext/alsa/gstalsasink.h:
25674         Implement alsasink with simple open/write/close API. 
25675         Make alsa dir build by disabling compilation of code.
25676
25677 2005-04-28  Wim Taymans  <wim@fluendo.com>
25678
25679         * gst-libs/gst/audio/Makefile.am:
25680         * gst-libs/gst/audio/audio.h:
25681         * gst-libs/gst/audio/audioclock.c:
25682         * gst-libs/gst/audio/audioclock.h:
25683         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25684         (gst_audio_clock_class_init), (gst_audio_clock_init),
25685         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25686         * gst-libs/gst/audio/gstaudioclock.h:
25687         * gst-libs/gst/audio/gstaudiosink.c:
25688         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25689         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25690         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25691         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25692         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25693         (gst_audiosink_create_ringbuffer):
25694         * gst-libs/gst/audio/gstbaseaudiosink.c:
25695         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25696         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25697         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25698         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25699         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25700         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25701         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25702         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25703         * gst-libs/gst/audio/gstbaseaudiosink.h:
25704         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25705         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25706         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25707         (gst_ringbuffer_release), (gst_ringbuffer_play),
25708         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25709         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25710         (gst_ringbuffer_set_sample), (wait_segment),
25711         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25712         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25713         * gst-libs/gst/audio/gstringbuffer.h:
25714         Make ringbuffer faster and more simple by removing the locks
25715         in the playback thread.
25716         Add sample accurate playback based on buffer sample offsets.
25717         Make the baseaudiosink provide a clock.
25718         Parse caps in the base class.
25719         Correctly handle seeking, flushing and state changes.
25720
25721 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25722
25723         * configure.ac:
25724         * gst/audioconvert/Makefile.am:
25725         * gst/audioscale/Makefile.am:
25726           Fix part of the build.  Come on guys, autogen didn't even work :)
25727
25728 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25729
25730         * configure.ac:
25731         * gst-libs/gst/Makefile.am:
25732         * gst-libs/gst/media-info/.cvsignore:
25733         * gst-libs/gst/media-info/Makefile.am:
25734         * gst-libs/gst/media-info/README:
25735         * gst-libs/gst/media-info/media-info-priv.c:
25736         * gst-libs/gst/media-info/media-info-priv.h:
25737         * gst-libs/gst/media-info/media-info-test.c:
25738         * gst-libs/gst/media-info/media-info.c:
25739         * gst-libs/gst/media-info/media-info.h:
25740         * gst-libs/gst/media-info/media-info.vcproj:
25741         * pkgconfig/Makefile.am:
25742         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25743         * pkgconfig/gstreamer-media-info.pc.in:
25744           Remove media-info, which is also successed by playbin (see Totem
25745           implementation).
25746
25747 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25748
25749         * configure.ac:
25750         * examples/Makefile.am:
25751         * examples/gstplay/.cvsignore:
25752         * examples/gstplay/Makefile.am:
25753         * examples/gstplay/player.c:
25754         * gst-libs/gst/Makefile.am:
25755         * gst-libs/gst/play/.cvsignore:
25756         * gst-libs/gst/play/Makefile.am:
25757         * gst-libs/gst/play/play.c:
25758         * gst-libs/gst/play/play.h:
25759         * gst-libs/gst/play/play.vcproj:
25760         * pkgconfig/Makefile.am:
25761         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25762         * pkgconfig/gstreamer-play.pc.in:
25763           Remove libgstplay, playbin is now the official successor.
25764
25765 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25766
25767         * configure.ac:
25768         * gst-libs/gst/Makefile.am:
25769         * gst-libs/gst/xwindowlistener/Makefile.am:
25770         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25771         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25772           Remove deprecated xwindowlistener (I've moved xwindowlistening
25773           in the v4l/v4l2 plugins over to serverside).
25774
25775 2005-04-25  David Schleef  <ds@schleef.org>
25776
25777         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25778         to examples/dynparams.  Examples do not belong interspersed with
25779         source code.
25780         * examples/dynparams/demo-dparams.c:
25781         * gst/sine/Makefile.am:
25782         * gst/sine/demo-dparams.c:
25783
25784 2005-04-25  David Schleef  <ds@schleef.org>
25785
25786         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25787         * gst-libs/gst/audio/Makefile.am:
25788         * gst-libs/gst/riff/Makefile.am:
25789         * gst-libs/gst/tag/Makefile.am:
25790         * gst-libs/gst/video/Makefile.am:
25791         * gst-libs/gst/xwindowlistener/Makefile.am:
25792
25793         Convert to 0.9 API, seems to work:
25794         * sys/ximage/Makefile.am:
25795         * sys/ximage/ximagesink.c:
25796
25797 2005-04-24  David Schleef  <ds@schleef.org>
25798
25799         Link plugins against libraries:
25800         * ext/alsa/Makefile.am:
25801         * gst/tcp/Makefile.am:
25802
25803         Remove asm code that should be in liboil
25804         * gst/videoscale/Makefile.am:
25805         * gst/videoscale/videoscale_x86_asm.s:
25806
25807         gettext wants these checked in:
25808         * po/af.po:
25809         * po/az.po:
25810         * po/cs.po:
25811         * po/en_GB.po:
25812         * po/hu.po:
25813         * po/it.po:
25814         * po/nb.po:
25815         * po/nl.po:
25816         * po/or.po:
25817         * po/sq.po:
25818         * po/sr.po:
25819         * po/sv.po:
25820         * po/uk.po:
25821         * po/vi.po:
25822
25823 2005-04-24  David Schleef  <ds@schleef.org>
25824
25825         Convert gst_main() to g_main_loop_run()
25826         * gst/playback/decodetest.c: (main):
25827         * gst/playback/test2.c: (main):
25828         * gst/playback/test3.c: (main):
25829         * gst/playback/test4.c: (main):
25830
25831         Link plugins against libraries:
25832         * ext/libvisual/Makefile.am:
25833         * sys/xvimage/Makefile.am:
25834
25835 2005-04-24  David Schleef  <ds@schleef.org>
25836
25837         * configure.ac: Remove idct and resample libs
25838         * gst-libs/gst/Makefile.am: same
25839
25840         Remove usage of gst_library_load():
25841         * ext/alsa/gstalsaplugin.c: (plugin_init):
25842         * ext/libvisual/visual.c: (plugin_init):
25843         * ext/ogg/gstogg.c: (plugin_init):
25844         * ext/theora/theora.c: (plugin_init):
25845         * ext/vorbis/vorbis.c: (plugin_init):
25846         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25847         * gst/audioscale/gstaudioscale.c:
25848         * gst/adder/gstadder.c: (plugin_init):
25849         * gst/audioconvert/plugin.c: (plugin_init):
25850         * sys/ximage/ximagesink.c: (plugin_init):
25851         * sys/xvimage/xvimagesink.c: (plugin_init):
25852         * gst/tcp/gsttcpplugin.c: (plugin_init):
25853
25854         Link plugins against libraries:
25855         * ext/ogg/Makefile.am:
25856         * ext/theora/Makefile.am:
25857         * ext/vorbis/Makefile.am:
25858         * gst/audioconvert/Makefile.am:
25859
25860         Create proper libraries:
25861         * gst-libs/gst/riff/Makefile.am:
25862         * gst-libs/gst/audio/Makefile.am:
25863         * gst-libs/gst/video/Makefile.am:
25864
25865         Move resample library to audioscale plugin directory:
25866         * gst-libs/gst/resample/Makefile.am:
25867         * gst-libs/gst/resample/README:
25868         * gst-libs/gst/resample/dtof.c:
25869         * gst-libs/gst/resample/dtos.c:
25870         * gst-libs/gst/resample/functable.c:
25871         * gst-libs/gst/resample/private.h:
25872         * gst-libs/gst/resample/resample.c:
25873         * gst-libs/gst/resample/resample.h:
25874         * gst-libs/gst/resample/resample.vcproj:
25875         * gst-libs/gst/resample/test.c:
25876         * gst/audioscale/Makefile.am:
25877         * gst/audioscale/README:
25878         * gst/audioscale/dtof.c:
25879         * gst/audioscale/dtos.c:
25880         * gst/audioscale/functable.c:
25881         * gst/audioscale/private.h:
25882         * gst/audioscale/resample.c:
25883         * gst/audioscale/resample.h:
25884         * gst/audioscale/test.c:
25885
25886         Move tagedit library to gst-libs:
25887         * gst-libs/gst/tag/Makefile.am:
25888         * gst-libs/gst/tag/gstid3tag.c:
25889         * gst-libs/gst/tag/gsttagediting.c:
25890         * gst-libs/gst/tag/gsttageditingprivate.h:
25891         * gst-libs/gst/tag/gstvorbistag.c:
25892         * gst/tags/Makefile.am:
25893         * gst/tags/gstid3tag.c:
25894         * gst/tags/gstvorbistag.c:
25895
25896         Fix for core changes:
25897         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25898         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25899         (gst_sinesrc_getrange):
25900
25901 2005-04-23  David Schleef  <ds@schleef.org>
25902
25903         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25904         in gst-plugins in a long time, and properly belongs in liboil.
25905         * gst-libs/gst/idct/Makefile.am:
25906         * gst-libs/gst/idct/README:
25907         * gst-libs/gst/idct/dct.h:
25908         * gst-libs/gst/idct/doieee:
25909         * gst-libs/gst/idct/fastintidct.c:
25910         * gst-libs/gst/idct/floatidct.c:
25911         * gst-libs/gst/idct/idct.c:
25912         * gst-libs/gst/idct/idct.h:
25913         * gst-libs/gst/idct/idtc.vcproj:
25914         * gst-libs/gst/idct/ieeetest.c:
25915         * gst-libs/gst/idct/intidct.c:
25916
25917 2005-04-20  Wim Taymans  <wim@fluendo.com>
25918
25919         * docs/design-audiosinks.txt:
25920         * gst-libs/gst/audio/Makefile.am:
25921         * gst-libs/gst/audio/TODO:
25922         * gst-libs/gst/audio/gstaudiosink.c:
25923         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25924         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25925         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25926         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25927         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25928         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25929         (gst_audiosink_class_init), (gst_audiosink_init),
25930         (gst_audiosink_create_ringbuffer):
25931         * gst-libs/gst/audio/gstaudiosink.h:
25932         * gst-libs/gst/audio/gstbaseaudiosink.c:
25933         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25934         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25935         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25936         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25937         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25938         (gst_baseaudiosink_create_ringbuffer),
25939         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25940         * gst-libs/gst/audio/gstbaseaudiosink.h:
25941         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25942         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25943         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25944         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25945         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25946         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25947         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25948         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25949         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25950         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25951         * gst-libs/gst/audio/gstringbuffer.h:
25952         An attempt at a set of audio base classes together with some
25953         design docs.
25954
25955 2005-04-20  Wim Taymans  <wim@fluendo.com>
25956
25957         * gst/audioconvert/Makefile.am:
25958         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25959         (gst_audio_convert_caps_remove_format_info),
25960         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25961         (gst_audio_convert_channels):
25962         Link against audio libs.
25963         Fix audio convert plugin.
25964
25965 2005-04-20  Wim Taymans  <wim@fluendo.com>
25966
25967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25968         (gst_ogg_demux_sink_activate):
25969         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25970         (theora_set_header_on_caps), (theora_enc_sink_event),
25971         (theora_enc_chain):
25972         Fix theora encoder.
25973
25974 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25975
25976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25977         * gst/playback/gstdecodebin.c: (find_compatibles):
25978           Work with staticpadtemplates in elementfactories.
25979
25980 2005-04-12  Wim Taymans  <wim@fluendo.com>
25981
25982         * gst/playback/README:
25983         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25984         (compare_ranks), (print_feature), (gst_decode_bin_init),
25985         (dynamic_create), (dynamic_free), (find_compatibles),
25986         (mimetype_is_raw), (close_pad_link), (got_redirect),
25987         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25988         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25989         (gst_decode_bin_change_state):
25990         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25991         (gst_play_base_bin_init), (group_destroy), (group_commit),
25992         (check_queue), (queue_overrun), (queue_threshold_reached),
25993         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25994         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25995         (got_redirect), (setup_source), (play_base_eos),
25996         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25997         (gst_play_base_bin_remove_element):
25998         * gst/playback/gstplaybasebin.h:
25999         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26000         (gst_play_bin_init), (gst_play_bin_dispose),
26001         (gst_play_bin_set_property), (gen_video_element),
26002         (gen_text_element), (gen_audio_element), (remove_sinks),
26003         (gst_play_bin_send_event):
26004         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
26005         (stream_info_change_state), (gst_stream_info_set_mute):
26006         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26007         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
26008         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
26009         (gst_stream_selector_chain):
26010         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26011         (main):
26012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
26013         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
26014         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26015         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
26016         Raw and crude port of decodebin. 
26017         Make playbin compile.
26018
26019 2005-04-06  Wim Taymans  <wim@fluendo.com>
26020
26021         * ext/gnomevfs/Makefile.am:
26022         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
26023         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26024         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
26025         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
26026         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
26027         (gst_gnomevfssrc_stop):
26028         * ext/ogg/Makefile.am:
26029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
26030         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
26031         * ext/theora/Makefile.am:
26032         * ext/theora/theoradec.c: (_inc_granulepos),
26033         (theora_dec_sink_event), (theora_dec_chain):
26034         * ext/vorbis/Makefile.am:
26035         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
26036         (vorbis_dec_sink_event), (vorbis_dec_chain):
26037         * gst-libs/gst/audio/Makefile.am:
26038         * sys/xvimage/Makefile.am:
26039         Make gnomevfssrc extend the source base class.
26040         Fix linking against libs in various plugins.
26041
26042 2005-04-06  Andy Wingo  <wingo@pobox.com>
26043
26044         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
26045         GST_BASE_LIBS.
26046
26047         * configure.ac: Add check and AC_SUBST for libgstbase.
26048
26049 2005-03-31  Wim Taymans  <wim@fluendo.com>
26050
26051         * examples/seeking/Makefile.am:
26052         * examples/seeking/cdparanoia.c: (main):
26053         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
26054         (play_cb), (pause_cb), (stop_cb), (main):
26055         * examples/seeking/playbin.c:
26056         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
26057         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
26058         (make_sid_pipeline), (make_vorbis_pipeline),
26059         (make_theora_pipeline), (make_vorbis_theora_pipeline),
26060         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
26061         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
26062         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
26063         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
26064         (stop_cb), (main):
26065         * examples/seeking/spider_seek.c:
26066         * examples/seeking/vorbisfile.c:
26067         * ext/gnomevfs/Makefile.am:
26068         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26069         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
26070         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26071         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
26072         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
26073         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
26074         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
26075         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
26076         * ext/ogg/README:
26077         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
26078         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
26079         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
26080         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
26081         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
26082         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
26083         (gst_ogg_pad_event), (gst_ogg_pad_reset),
26084         (gst_ogg_demux_factory_filter), (compare_ranks),
26085         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
26086         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
26087         (gst_ogg_chain_new), (gst_ogg_chain_free),
26088         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
26089         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
26090         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
26091         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
26092         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
26093         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
26094         (gst_ogg_demux_get_prev_page),
26095         (gst_ogg_demux_deactivate_current_chain),
26096         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
26097         (gst_ogg_demux_bisect_forward_serialno),
26098         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
26099         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
26100         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
26101         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
26102         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
26103         (gst_ogg_demux_change_state), (gst_ogg_print):
26104         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26105         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
26106         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26107         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
26108         (gst_ogg_mux_loop):
26109         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
26110         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
26111         (theora_dec_src_convert), (theora_dec_sink_convert),
26112         (theora_dec_src_query), (theora_dec_src_event),
26113         (theora_dec_sink_event), (theora_dec_chain),
26114         (theora_dec_change_state):
26115         * ext/theora/theoraenc.c: (gst_theora_enc_init),
26116         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
26117         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
26118         (theora_enc_change_state):
26119         * ext/vorbis/Makefile.am:
26120         * ext/vorbis/oggvorbisenc.c:
26121         * ext/vorbis/oggvorbisenc.h:
26122         * ext/vorbis/vorbis.c: (plugin_init):
26123         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
26124         (vorbis_dec_src_query), (vorbis_dec_src_event),
26125         (vorbis_dec_sink_event), (vorbis_dec_chain),
26126         (vorbis_dec_change_state):
26127         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26128         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
26129         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
26130         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
26131         (gst_vorbisenc_change_state):
26132         * ext/vorbis/vorbisenc.h:
26133         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
26134         * gst-libs/gst/audio/audioclock.c:
26135         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26136         (gst_audiofilter_init), (gst_audiofilter_chain):
26137         * gst-libs/gst/audio/testchannels.c: (main):
26138         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
26139         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
26140         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
26141         (gmip_find_track_streaminfo), (gmip_find_track_format):
26142         * gst-libs/gst/media-info/media-info.c:
26143         (gst_media_info_read_idler):
26144         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
26145         (gst_play_get_all_by_interface):
26146         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
26147         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
26148         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
26149         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
26150         (gst_riff_parse_info):
26151         * gst-libs/gst/riff/riff-read.h:
26152         * gst-libs/gst/riff/riff.c: (plugin_init):
26153         * gst-libs/gst/video/Makefile.am:
26154         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
26155         (gst_videosink_class_init), (gst_videosink_get_type):
26156         * gst-libs/gst/video/videosink.h:
26157         * gst/audioconvert/bufferframesconvert.c:
26158         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
26159         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
26160         * gst/audioconvert/channelmixtest.c: (main):
26161         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26162         (gst_audio_convert_chain),
26163         (gst_audio_convert_caps_remove_format_info),
26164         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
26165         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
26166         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
26167         (gst_audio_convert_buffer_to_default_format),
26168         (gst_audio_convert_buffer_from_default_format),
26169         (gst_audio_convert_channels):
26170         * gst/audioconvert/gstchannelmix.h:
26171         * gst/ffmpegcolorspace/avcodec.h:
26172         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26173         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26174         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
26175         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
26176         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
26177         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26178         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26179         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26180         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26181         (dv_type_find):
26182         * gst/videotestsrc/gstvideotestsrc.c:
26183         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
26184         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
26185         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
26186         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
26187         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
26188         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
26189         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
26190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26191         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
26192         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
26193         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
26194         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26195         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
26196         (gst_xvimagesink_navigation_send_event),
26197         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
26198         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
26199         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26200         * sys/xvimage/xvimagesink.h:
26201         Plugin port to 0.9, ogg/theora playback should work in the seek
26202         example now.
26203         Removed old examples.
26204         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26205         explained in 0.9 TODO doc.
26206
26207
26208 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26209
26210         * autogen.sh:
26211         * configure.ac:
26212         * ext/Makefile.am:
26213         * gst/Makefile.am:
26214         * po/POTFILES.in:
26215         * po/af.po:
26216         * po/az.po:
26217         * po/cs.po:
26218         * po/en_GB.po:
26219         * po/hu.po:
26220         * po/it.po:
26221         * po/nb.po:
26222         * po/nl.po:
26223         * po/or.po:
26224         * po/sq.po:
26225         * po/sr.po:
26226         * po/sv.po:
26227         * po/uk.po:
26228         * po/vi.po:
26229         * sys/Makefile.am:
26230         * testsuite/Makefile.am:
26231           remove a whole bunch of plugins.  This module now contains a set
26232           of free reference plugins/elements as agreed.
26233
26234 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26235
26236         * configure.ac:
26237           hunting season on 0.9 is now OPEN
26238
26239 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26240
26241         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26242           Kick the hell out of gcc for not warning me about a symbol conflict.
26243
26244 2005-02-22  Luca Ognibene  <luogni@tin.it>
26245
26246         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26247
26248         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26249           Don't leak caps string (fixes #168134)
26250
26251         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26252         (gst_jpegenc_init), (gst_jpegenc_finalize),
26253         (gst_jpegenc_change_state):
26254           Don't leak line buffers and context struct (fixes #168133).
26255
26256 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26257
26258         * configure.ac:
26259         * ext/dirac/gstdiracdec.cc:
26260         (gst_diracdec_chain):
26261           Since dirac 0.5.0 the framerate in dirac is expressed as a
26262           rational number. Fix build and up requirement to 0.5.0, and
26263           also pass parameters to gst_diracdec_link in the right order
26264           (fixes #167959).
26265
26266 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
26267
26268         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26269         * ext/faad/gstfaad.h:
26270         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
26271         certain invalid muxed streams, where some packets will contain 
26272         junk after decoder data. Partially fixes #149158.
26273
26274 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
26275         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26276           Make sure we only write to writable buffers
26277
26278 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
26279
26280         * gst-libs/gst/riff/riff-media.c:
26281         (gst_riff_create_audio_caps_with_data):
26282           Do actually fix invalid RIFF fmt header values for alaw
26283           and mulaw audio instead of just saying so.
26284
26285         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26286           Give gst_riff_create_audio_caps_with_data() a chance to
26287           fix up broken format header fields before extracting any
26288           parameters from the header. (fixes #167633)
26289
26290 2005-02-19  Martin Holters  <martin.holters@gmx.de>
26291
26292         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26293
26294         * gst/audioconvert/bufferframesconvert.c:
26295         (buffer_frames_convert_link):
26296           Don't leak othercaps. (fixes #167878)
26297
26298 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26299
26300         * configure.ac:
26301         * ext/libvisual/visual.c: (gst_visual_srclink),
26302         (gst_visual_change_state):
26303           Support libvisual 0.2.0.
26304
26305 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26306
26307         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26308         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26309           Use same rowstrides for I420 as used everywhere else.
26310
26311 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26312
26313         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26314           Declare variables at beginning of block and make gcc-2.95 happy
26315           (fixes # 167482, patch by Gergely Nagy).
26316           
26317         * gst/tcp/gsttcpclientsrc.c:
26318         * gst/tcp/gsttcpclientsrc.h:
26319           Move some includes into the header, so that struct sockaddr_in is
26320           defined when it should be defined on FreeBSD as well (fixes
26321           #167483).
26322           
26323         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26324           Don't pass uninitialised values to setsockopt() here either.
26325
26326 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26327
26328         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26329
26330         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26331           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26332
26333 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26334
26335         * gst/playback/gstplaybin.c: (add_sink):
26336           Invert bin_add/link order to workaround deadlock in opt.
26337
26338 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26339
26340         * gst/modplug/gstmodplug.cc:
26341           Add missing break causing position queries to fail.
26342
26343 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26344
26345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26346           Granpos can apparently be -1, which screws up calculations...
26347
26348 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26349
26350         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26351         (gst_ximagesink_send_pending_navigation),
26352         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26353         (gst_ximagesink_init):
26354         * sys/ximage/ximagesink.h:
26355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26356         (gst_xvimagesink_send_pending_navigation),
26357         (gst_xvimagesink_navigation_send_event),
26358         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26359         * sys/xvimage/xvimagesink.h:
26360           Use a mutex protected list to marshal navigation
26361           events into the stream thread from whichever thread
26362           sends them.
26363
26364 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26365
26366         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26367           Display current position and track length; misc. clean-ups.
26368           
26369         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26370         (speed_init), (speed_chain):
26371           Add query function, so that the stream length and current position
26372           get adjusted when queried (note that current position queries may
26373           still be wrong if the audio sink returns values based on buffer
26374           timestamps instead of passing on the query).
26375
26376 2005-02-13  Benjamin Otte  <otte@gnome.org>
26377
26378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26379         (gst_audio_convert_channels):
26380           create channel conversion matrix when linking
26381         * gst/audioconvert/.cvsignore:
26382         * gst/audioconvert/Makefile.am:
26383         * gst/audioconvert/channelmixtest.c: (main):
26384           add (ugly) test that ensures stereo <=> mono conversion works
26385           correctly
26386
26387 2005-02-13  Benjamin Otte  <otte@gnome.org>
26388
26389         * gst/audioconvert/gstchannelmix.h:
26390           include missing header file
26391         * gst/audioconvert/gstchannelmix.c:
26392         (gst_audio_convert_fill_compatible):
26393           use same sign for both channels when converting to/from compatible
26394           channel. Previously used different signs made the signals cancel
26395           each other out and appear like silence. (fixes #167269)
26396
26397 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26398
26399         * gst/ffmpegcolorspace/avcodec.h:
26400         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26401         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26402         (gst_ffmpegcsp_avpicture_fill):
26403         * gst/ffmpegcolorspace/imgconvert.c:
26404           Convert to and from YV12 (fixes #156379).
26405
26406 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26407
26408         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26409         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26410         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26411         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26412         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26413         methods from chain and negotiation and vice versa (Fixes #166142).
26414         * sys/ximage/ximagesink.h: Add stream_lock.
26415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26416         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26417         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26418         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26419
26420 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26421
26422         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26423           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26424           error message when we can't open the DVD device (when dvdnav_open()
26425           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26426           the above). Send something more useful instead (fixes #167117).
26427
26428 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26429
26430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26431         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26432         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26433         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26434         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26435         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26436         methods from chain and negotiation and vice versa (Fixes #166142).
26437         Fix a possible bug of images in the buffer pool being discarded because
26438         we are looking at the wrong geometry.
26439         * sys/xvimage/xvimagesink.h: Add stream_lock.
26440
26441 2005-02-11  David Schleef  <ds@schleef.org>
26442
26443         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26444         unsigned int. (fixes #167128)
26445
26446 2005-02-11  David Schleef  <ds@schleef.org>
26447
26448         * gst/librfb/Makefile.am: Testing stuff before committing is
26449           for wimps... and people with fast machines.  Fix stupid
26450           mistake.
26451
26452 2005-02-11  David Schleef  <ds@schleef.org>
26453
26454         * configure.ac: Pull in librfb from my CVS tree, because it is
26455           too small and annoying to be separate.  Move rfbsrc plugin
26456           to gst/.
26457         * ext/Makefile.am:
26458         * ext/librfb/Makefile.am:
26459         * ext/librfb/gstrfbsrc.c:
26460         * gst/librfb/Makefile.am:
26461         * gst/librfb/gstrfbsrc.c:
26462         * gst/librfb/rfb.c:
26463         * gst/librfb/rfb.h:
26464         * gst/librfb/rfbbuffer.c:
26465         * gst/librfb/rfbbuffer.h:
26466         * gst/librfb/rfbbytestream.c:
26467         * gst/librfb/rfbbytestream.h:
26468         * gst/librfb/rfbcontext.h:
26469         * gst/librfb/rfbdecoder.c:
26470         * gst/librfb/rfbdecoder.h:
26471         * gst/librfb/rfbutil.h:
26472
26473 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26474
26475         * gst/speed/Makefile.am:
26476         * gst/speed/demo-mp3.c: (main):
26477         * gst/speed/filter.func:
26478         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26479         (speed_class_init), (speed_init), (speed_chain_int16),
26480         (speed_chain_float32), (speed_chain), (speed_set_property),
26481         (speed_get_property), (speed_change_state):
26482         * gst/speed/gstspeed.h:
26483           Fix speed element and make it chain-based (fixes #156467),
26484           and make it handle more than one channel.
26485
26486 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26487
26488         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26489         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26490         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26491         * ext/dts/gstdtsdec.h:
26492           Don't clobber the stack constructing the channels array.
26493           Make the element chain-based. DTS tracks can now be played.
26494           
26495 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26496
26497         * gst-libs/gst/audio/multichannel.h:
26498         * gst-libs/gst/gconf/gconf.h:
26499         * gst-libs/gst/idct/idct.h:
26500         * gst-libs/gst/media-info/media-info-priv.h:
26501         * gst-libs/gst/play/play.h:
26502         * gst-libs/gst/resample/private.h:
26503         * gst-libs/gst/resample/resample.h:
26504         * gst-libs/gst/riff/riff-ids.h:
26505         * gst-libs/gst/video/video.h:
26506         * gst-libs/gst/video/videosink.h:
26507           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26508           missing, so that they work when included from C++ code.
26509
26510 2005-02-09  David Schleef  <ds@schleef.org>
26511
26512         * testsuite/gst-lint: Check for non-statically scoped
26513           parent_class variables.  This won't be a problem once
26514           plugins are loaded with RTLD_LOCAL.
26515
26516 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26517
26518         * ext/mplex/gstmplexibitstream.cc:
26519           gcc madness.
26520
26521 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26522
26523         * ext/ogg/gstogmparse.c:
26524         * gst/debug/gstnavigationtest.c:
26525           Die, thou faulty symbol pollutors (non-static parent_class).
26526
26527 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26528
26529         * ext/mplex/gstmplexibitstream.cc:
26530           Fix event handling (#165525).
26531
26532 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26533
26534         * ext/mikmod/gstmikmod.c:
26535         * gst/modplug/gstmodplug.cc:
26536           Add missing endianness to template (fixes #165509).
26537
26538 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26539
26540         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26541           Fix wrong order of reading of optional bytes (#165290).
26542
26543 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26544
26545         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26546           Implement FILLER event awareness.
26547
26548 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26549
26550         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26551           Fix track calculations (#166208).
26552
26553 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26554
26555         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26556
26557         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26558         * ext/libpng/gstpngenc.c:
26559           Fix byte-order, use proper fixed caps. Fixes #164197.
26560
26561 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26562
26563         * configure.ac:
26564           Add dvdlpcmdec 
26565
26566         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26567         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26568           Don't push buffers if the src pad isn't negotiated yet.
26569           
26570         * gst/audioconvert/gstaudioconvert.c:
26571         (gst_audio_convert_buffer_to_default_format),
26572         (gst_audio_convert_buffer_from_default_format):
26573           Add support for 24-bit width.
26574
26575         * gst/dvdlpcmdec/.cvsignore:
26576         * gst/dvdlpcmdec/Makefile.am:
26577         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26578         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26579         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26580         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26581         (plugin_init):
26582         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26583           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26584           format. Needs support for the channels maps if someone can find 
26585           a DVD LPCM track with > 2 channels.
26586
26587         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26588         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26589         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26590         * gst/mpegstream/gstdvddemux.h:
26591         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26592         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26593         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26594         * gst/mpegstream/gstmpegdemux.h:
26595         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26596         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26597         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26598         (gst_mpeg_parse_handle_src_query),
26599         (gst_mpeg_parse_handle_src_event):
26600           Use audio/x-dvd-lpcm for LPCM output.
26601           Add DTS output.
26602
26603 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26604
26605         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26606
26607         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26608         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26609           Add BGRA handling (#165736).
26610
26611 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26612
26613         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26614
26615         * gst/law/alaw-decode.c: (alawdec_link):
26616         * gst/law/alaw-encode.c: (alawenc_link):
26617         * gst/law/mulaw-decode.c: (mulawdec_link):
26618         * gst/law/mulaw-encode.c: (mulawenc_link):
26619           Fix caps memleaks (#166600).
26620
26621 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26622
26623         * ext/tarkin/mem.h:
26624         * ext/tarkin/wavelet.h:
26625         * ext/tarkin/yuv.h:
26626         * gst/ffmpegcolorspace/avcodec.h:
26627           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26628           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26629
26630 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26631
26632         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26634         (gst_xvimagesink_change_state):
26635           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26636           Xv video (and thereby regenerate Xv colourkey) in clear() so
26637           that PLAY -> READY -> PLAY works (fixes #162504).
26638
26639 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26640
26641         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26642           Switch to list instead of range, since MJPEG-devices really just
26643           support decimations, not any size.
26644
26645 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26646         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26647         (gst_mpeg2dec_reset), (free_all_buffers),
26648         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26649         * ext/mpeg2dec/gstmpeg2dec.h:
26650           The libmpeg2 user-allocated buffer management is awkward, 
26651           to say the least. Hopefully this fixes things.
26652
26653 2005-02-04  Andy Wingo  <wingo@pobox.com>
26654
26655         * gst/audioconvert/bufferframesconvert.c
26656         (buffer_frames_convert_fixate): New function, fixates to 256
26657         frames per buffer by default. (Much better than 1.)
26658         (buffer_frames_convert_init): Set the fixate function for both src
26659         and sink pad.
26660         (buffer_frames_convert_link): After success setting nonfixed caps,
26661         get the negotiated caps so we can know how many buffer-frames it
26662         will be. No idea how this worked at all before.
26663
26664 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26665
26666         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26667         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26668         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26669         (handle_sequence), (handle_picture):
26670         * ext/mpeg2dec/gstmpeg2dec.h:
26671           Rearrange buffer tracking and refcounting and refactor
26672           a little for readability. 
26673
26674 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26675         * sys/v4l/gstv4l.c: (plugin_init):
26676         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26677         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26678         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26679         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26680         * sys/v4l/gstv4ljpegsrc.h:
26681         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26682         * sys/v4l/v4l_calls.h:
26683         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26684         (gst_v4lsrc_get_fps):
26685         * sys/v4l/v4lsrc_calls.h:
26686           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26687           you jpeg inside rgb frames" driver.
26688           Don't error in the v4lsrc link function, just return 
26689           REFUSED.
26690
26691 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26692
26693         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26694         (gst_qcamsrc_open):
26695           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26696
26697 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26698
26699         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26700           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26701
26702 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26703
26704         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26705           Reset negotiated state on PAUSED->READY.
26706
26707 2005-02-02  David Schleef  <ds@schleef.org>
26708
26709         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26710         whereever possible.  (Fixes #165997)
26711         * examples/capsfilter/capsfilter1.c: (main):
26712         * examples/dynparams/filter.c: (create_ui):
26713         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26714         * examples/seeking/chained.c: (main):
26715         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26716         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26717         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26718         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26719         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26720         * examples/switch/switcher.c: (main):
26721         * ext/dv/demo-play.c: (main):
26722         * ext/faad/gstfaad.c: (gst_faad_change_state):
26723         * ext/mad/gstmad.c: (gst_mad_chain):
26724         * ext/smoothwave/demo-osssrc.c: (main):
26725         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26726         (gst_gconf_render_bin_from_description),
26727         (gst_gconf_get_default_audio_sink),
26728         (gst_gconf_get_default_video_sink),
26729         (gst_gconf_get_default_audio_src),
26730         (gst_gconf_get_default_video_src),
26731         (gst_gconf_get_default_visualization_element):
26732         * gst/level/demo.c: (main):
26733         * gst/level/plot.c: (main):
26734         * gst/playback/gstplaybin.c: (gen_video_element),
26735         (gen_audio_element):
26736         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26737         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26738         * gst/sine/demo-dparams.c: (main):
26739         * gst/spectrum/demo-osssrc.c: (main):
26740         * gst/speed/demo-mp3.c: (main):
26741         * gst/volume/demo.c: (main):
26742         * testsuite/embed/embed.c: (main):
26743
26744 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26745
26746         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26747         (gst_tcpclientsink_finalize):
26748         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26749         (gst_tcpclientsrc_finalize):
26750         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26751         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26752         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26753         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26754           Don't leak the hostname when shutting down.
26755           In tcpserversrc, take a copy of the default hostname.
26756
26757 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26758
26759         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26760           Set caps to systemstream=TRUE.
26761
26762 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26763
26764         * testsuite/Makefile.am:
26765           Fix more OSX buildbots.
26766
26767 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26768
26769         * ext/mpeg2dec/gstmpeg2dec.c:
26770           Don't send things to NULL PAD_PEERs
26771
26772         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26773           Copy-on-write the incoming buffer.
26774
26775         * gst/mpegstream/gstdvddemux.h:
26776         * gst/mpegstream/gstmpegclock.h:
26777         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26778         (normal_seek), (gst_mpeg_demux_handle_src_event):
26779         * gst/mpegstream/gstmpegdemux.h:
26780         * gst/mpegstream/gstmpegpacketize.h:
26781         * gst/mpegstream/gstmpegparse.c:
26782         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26783         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26784         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26785         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26786         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26787         * gst/mpegstream/gstmpegparse.h:
26788         * gst/mpegstream/gstrfc2250enc.h:
26789           Various changes to the way time is computed that make seeking and
26790           total time estimation much better here.
26791           Use G_BEGIN/END_DECLS instead of __cplusplus
26792
26793         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26794           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26795
26796 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26797
26798         * gst/subparse/gstsubparse.c:
26799           Fix OSX buildbot.
26800
26801 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26802
26803         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26804         (theora_enc_chain), (theora_enc_change_state):
26805         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26806         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26807         (gst_vorbisenc_change_state):
26808         * ext/vorbis/vorbisenc.h:
26809           Set granulepos and timestamp correctly for streams not
26810           starting at 0, taking into account the initial delay.
26811
26812 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26813
26814         * gst/mpegstream/gstdvddemux.c:
26815           Add audio/x-dts to audio pad template caps
26816
26817 2005-01-30  David Schleef  <ds@schleef.org>
26818
26819         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26820         (create_context), (gst_polypsink_link): Fix silly endianness
26821         bug.  Add some debugging.  Remove float from caps; it doesn't
26822         work.  Attempt to get remote audio working.
26823
26824 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26825
26826         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26827           Add 3IV2 fourcc.
26828
26829 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26830
26831         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26832         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26833         (gst_avi_demux_stream_data):
26834         * gst/avi/gstavidemux.h:
26835           Invert DIB images. Fixes #132341.
26836
26837 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26838
26839         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26840         (gst_ffmpegcsp_chain):
26841           D'oh, reference the palette data, not the palette structure.
26842           Fixes color distortion in #132341.
26843
26844 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26845
26846         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26847           PAR can be non-fixed when not provided as argument (#162626).
26848
26849 2005-01-29  David Moore  <dcm@acm.org>
26850
26851         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26852
26853         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26854         (gst_qtdemux_loop_header):
26855           Re-apply patch from #142272 that allows non-seekable sources,
26856           re-proposed by Daniel Drake <dsd@gentoo.org>.
26857
26858 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26859
26860         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26861           Use the src template for creating the src pad (#162330).
26862
26863 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26864
26865         * configure.ac:
26866         * ext/musepack/Makefile.am:
26867         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26868         (gst_musepackdec_init), (gst_musepackdec_dispose),
26869         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26870         (gst_musepack_stream_init), (gst_musepackdec_loop),
26871         (gst_musepackdec_change_state):
26872         * ext/musepack/gstmusepackdec.cpp:
26873         * ext/musepack/gstmusepackdec.h:
26874         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26875         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26876         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26877         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26878         * ext/musepack/gstmusepackreader.cpp:
26879         * ext/musepack/gstmusepackreader.h:
26880           Update to 1.1 API (#165446).
26881
26882 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26883
26884         * ext/Makefile.am:
26885           Unbreak buildbot.
26886
26887 2005-01-28  Andy Wingo  <wingo@pobox.com>
26888
26889         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26890         to reflect a different dubious internet source. Add a reference
26891         and some commentary.
26892
26893 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26894
26895         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26896         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26897         * gst/playback/gststreamselector.h:
26898           Be more selective when we're redoing caps negotiation from
26899           within the chain function on a stream change.
26900
26901 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26902
26903         * configure.ac:
26904         * ext/Makefile.am:
26905         * ext/amrnb/Makefile.am:
26906         * ext/amrnb/amrnb.c: (plugin_init):
26907         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26908         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26909         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26910         (gst_amrnbdec_state_change):
26911         * ext/amrnb/amrnbdec.h:
26912         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26913         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26914         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26915         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26916         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26917         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26918         * ext/amrnb/amrnbparse.h:
26919           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26920         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26921           Add AMR-NB/-WB raw formats.
26922         * ext/alsa/gstalsa.c: (gst_alsa_link):
26923           Keep valid time when changing format.
26924         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26925         (qtdemux_parse_trak):
26926           Add some more format-specific options (#140141, #143555, #155163).
26927
26928 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26929
26930         * gst/matroska/matroska-demux.c:
26931         (gst_matroska_demux_parse_blockgroup):
26932           Fix logic error in timing of subtitle stream synchronization.
26933         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26934           Add skip-chunk, which is found in kodak-camera streams.
26935
26936 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26937
26938         * po/LINGUAS:
26939         * po/vi.po:
26940           Adding Vietnamese translation (submitted by Clytie Siddall)
26941
26942 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26943
26944         * gst/playback/gstdecodebin.c: (try_to_link_1):
26945           Use realpad for signal.
26946
26947 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26948
26949         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26950           Fix category so decodebin picks it up.
26951
26952 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26953
26954         * ext/mad/Makefile.am:
26955         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26956         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26957         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26958         (found_type), (gst_id3demux_bin_change_state):
26959         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26960         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26961         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26962         (gst_id3_tag_change_state), (plugin_init):
26963         * ext/mad/gstmad.h:
26964           Add id3demuxbin (which is a simple bin consisting of id3demux
26965           and typefind), take over rank from id3demux, remove typefind
26966           code from id3demux. Makes all broken mp3s that I know of work,
26967           and thereby fixes #152688.
26968
26969 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26970
26971         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26972
26973         * ext/mad/gstmad.c: (gst_mad_src_event):
26974         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26975           Allow seeks on audio pad, make mad forward those (#164826).
26976         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26977           Set duration (#165335).
26978
26979 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26980
26981         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26982         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26983         (gst_asf_demux_process_ext_content_desc),
26984         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26985         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26986         * gst/asfdemux/gstasfdemux.h:
26987           Improve metadata display, e.g. if the metadata comes before the
26988           streams are loaded (which is perfectly valid).
26989
26990 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26991
26992         * tools/gst-launch-ext-m.m:
26993           Fix AVI/ASF pipelines (#165340).
26994
26995 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26996         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26997         build failure on amd64
26998
26999 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
27000
27001         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
27002         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
27003           Check environment variables GST_ID3V2_TAG_ENCODING,
27004           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
27005           list of character encodings to force interpretation of non-unicode
27006           strings stored in an ID3v2 tag to a particular encoding. If none
27007           is specified, try to use current locale's encoding, then fall back
27008           to ISO-8859-1 (which will always succeed). (Resolves #149274)
27009         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
27010         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
27011           Check environment variables GST_ID3V1_TAG_ENCODING,
27012           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
27013           list of character encodings to use in case a string encountered
27014           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
27015           specified, try to use the current locale's encoding, then fall
27016           back to ISO-8859-1 (which will always succeed).
27017
27018 2005-01-25  Benjamin Otte  <otte@gnome.org>
27019
27020         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27021           - on half framerate, compute the rate in advance so the comparisons
27022             don't compare wrong values
27023           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
27024             behaviour
27025           - don't use mad_header_decode anymore, mad_frame_decode does that
27026             automatically
27027           - when getting rid of consumed bytes, reset the stream's skiplen
27028           (fixes #163867)
27029
27030 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
27031
27032         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
27033           Use 1/2 a second for default max_discont, as PES streams from DVB
27034           seem to have larger spacings in the SCR. 
27035           Fix a typo.
27036
27037 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27038
27039         * gst/playback/gstplaybasebin.c: (group_commit):
27040           Notify delayed stream-info availability.
27041
27042 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
27043         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27044         (gst_a52dec_handle_event), (gst_a52dec_chain):
27045         Add some debug output. Check that a discont has a valid
27046         time associated.
27047         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27048         (gst_alsa_sink_loop):
27049         Ignore TAG events. A little extra debug for broken timestamps.
27050         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
27051         (dvdnavsrc_change_state):
27052         Ensure we send a discont to engage the link before we send any
27053         other events.
27054         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
27055         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
27056         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
27057         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
27058         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
27059         dvd://title works in totem because typefinding sends a seek that ends
27060         up going back to chapter 1 regardless.
27061         * ext/mpeg2dec/gstmpeg2dec.c:
27062         * ext/mpeg2dec/gstmpeg2dec.h:
27063         Output correct timestamps and handle disconts.
27064         * ext/ogg/gstoggdemux.c: (get_relative):
27065         Small guard against a null dereference.
27066         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
27067         (gst_textoverlay_set_property):
27068         Free memory when done. Don't call gst_event_filler_get_duration on
27069         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
27070         g_warning.
27071         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
27072         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
27073         (gst_sw_srclink), (gst_smoothwave_chain):
27074         Draw solid lines, prettier colours.
27075         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
27076         Add a default palette that'll work for some movies.
27077         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
27078         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
27079         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
27080         * gst/mpegstream/gstdvddemux.h:
27081         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
27082         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
27083         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
27084         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
27085         * gst/mpegstream/gstmpegparse.h:
27086         Use PTM/NAV events when for timestamp adjustment when connected to 
27087         dvdnavsrc. Don't use many discont events where one suffices.
27088         * gst/playback/gstplaybasebin.c: (group_destroy),
27089         (gen_preroll_element), (gst_play_base_bin_add_element):
27090         * gst/playback/gstplaybasebin.h:
27091         Make sure we remove subtitles from the same bin we put them in.
27092         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
27093         (gst_subparse_buffer_format_autodetect),
27094         (gst_subparse_change_state):
27095         Fix some memleaks and invalid accesses.
27096         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
27097         (oggskel_type_find), (cmml_type_find), (plugin_init):
27098         Some typefind functions for Annodex v3.0 files
27099         * gst/wavparse/gstwavparse.h:
27100         GstRiffReadClass is the correct parent class.
27101
27102 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27103
27104         * gst-libs/gst/riff/riff-media.c:
27105         (gst_riff_create_video_caps_with_data):
27106           Add extradata to huffyuv (fixes #165013).
27107         * gst-libs/gst/riff/riff-read.c:
27108         (gst_riff_read_strf_vids_with_data):
27109           Fix extradata extraction if it is in the chunk size.
27110
27111 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
27112
27113         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27114
27115         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
27116         (gst_quarktv_change_state), (gst_quarktv_dispose):
27117           Memory free'ing location fix (#164708).
27118
27119 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27120
27121         * gst/playback/gstplaybasebin.c: (group_commit),
27122         (gen_preroll_element), (probe_triggered), (gen_source_element),
27123         (setup_source), (gst_play_base_bin_change_state),
27124         (gst_play_base_bin_add_element):
27125           Don't block for streams.
27126         * gst/playback/gststreaminfo.c: (stream_info_change_state),
27127         (gst_stream_info_set_mute):
27128           Use gst_pad_set_active_recursive.
27129
27130 2005-01-25  Andy Wingo  <wingo@pobox.com>
27131
27132         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
27133         for #ifndef HAVE_XVIDEO.
27134
27135 2005-01-24  Jeffrey C. Ollie
27136
27137         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
27138
27139         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
27140         * ext/gsm/gstgsmdec.h:
27141         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
27142         * ext/gsm/gstgsmenc.h:
27143         Fix rate to 8kHz as per spec, removes obscure errors when no rate
27144         was given by property. Add proper buffer timestamps and offsets.
27145
27146 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27147
27148         * gst-libs/gst/riff/riff-media.c:
27149         (gst_riff_create_audio_caps_with_data):
27150           Audio can be <8000Hz.
27151
27152 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27153
27154         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27155           Explicit state change to workaround refcount bugs.
27156
27157 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27158
27159         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
27160         (gst_avimux_riff_get_avi_header):
27161           Fix...
27162
27163 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27164
27165         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
27166         (gst_riff_read_element_data):
27167         * gst-libs/gst/riff/riff-read.h:
27168           Add _peek version (req'ed in CDXA).
27169         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
27170         (gst_cdxaparse_loop):
27171           Fix parsing in playbin.
27172         * gst/playback/gstdecodebin.c: (close_pad_link):
27173           Ignore current_ pads, they cause major annoyance.
27174
27175 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27176
27177         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27178           Safety guard.
27179
27180 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27181
27182         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
27183           Fix padding...
27184
27185 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27186
27187         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
27188           Allow for 0-sized buffers. Fixes length query problems in
27189           starwars.mkv from the testsuite.
27190
27191 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
27192
27193         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
27194         (gst_video_box_i420), (gst_video_box_chain):
27195           Fix row strides for I420 (fixes #163159)
27196           
27197 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27198
27199         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27200           MPEG2 has a useful rate property, so we can actually use that.
27201           For MPEG-1, continue using the bytes/time properties.
27202
27203 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27204
27205         * gst-libs/gst/riff/riff-media.c:
27206         (gst_riff_create_video_caps_with_data),
27207         (gst_riff_create_video_template_caps):
27208           Add intel-h263.
27209
27210 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27211
27212         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27213           Fail if caps negotiation fails. Should fix #162184, and should
27214           definately be in there regardless of it fixing the actual bug.
27215         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27216         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27217         (gst_avimux_riff_get_avix_header),
27218         (gst_avimux_riff_get_video_header),
27219         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27220         (gst_avimux_start_file), (gst_avimux_handle_event),
27221         (gst_avimux_change_state):
27222         * gst/avi/gstavimux.h:
27223           Refactor structure writing to use GST_WRITE_UINT macros, add
27224           metadata writing support.
27225
27226 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27227
27228         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27229           Elements may already be destroyed when this function is called.
27230
27231 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27232
27233         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27234         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27235           More memory leak fixes (#149162).
27236
27237 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27238
27239         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27240         (gst_qtdemux_add_stream):
27241           Fix two memleaks.
27242
27243 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27244
27245         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27246           Argh...
27247
27248 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27249
27250         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27251           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27252           when fixating to six channels in Totem.
27253
27254 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27255
27256         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27257           Fix compile warnings on Solaris 10 buildbot
27258
27259 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27260
27261         * ext/dvdread/dvdreadsrc.c: (_read):
27262           Don't read beyond the last cell in a chapter (fixes 
27263           invalid memory access)
27264
27265 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27266
27267         * ext/dvdread/stream_labels.c:
27268         (dvdreadsrc_get_audio_stream_labels):
27269           Use NULL for an empty GList instead of g_list_alloc(); fix 
27270           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
27271           of GString (easier to bulk free later)
27272
27273 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27274
27275         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27276
27277         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27278         (gst_ffmpeg_pixfmt_to_caps):
27279           Fix BGRA32 caps (#164209).
27280
27281 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27282
27283         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27284
27285         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27286         (gst_ffmpeg_caps_to_pixfmt):
27287           alpha_mask can be RGBA/ABGR. Fixes #164265.
27288
27289 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
27290
27291         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27292
27293         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27294         (gst_mpeg2dec_alloc_buffer):
27295         * ext/mpeg2dec/gstmpeg2dec.h:
27296           Crop if decoding size is not the actual image size (#163676).
27297
27298 2005-01-17  Steve Baker  <steve@stevebaker.org>
27299
27300         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27301
27302         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27303         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27304           Add libsndfile typefind functions (#163309).
27305
27306 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27307
27308         * tools/gst-launch-ext-m.m:
27309           Add .aac, fix .m1v/.m2v (#163891).
27310
27311 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27312
27313         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27314           Sanity check, don't wait endlessly since the clock might not
27315           actually run at this point (which is a deadlock). Fixes #164069.
27316
27317 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27318
27319         * gst/playback/gstplaybasebin.c: (probe_triggered):
27320           Of course, only pause if group is done...
27321
27322 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27323
27324         * gst/playback/gstplaybasebin.c: (probe_triggered):
27325           Thread safety.
27326
27327 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27328
27329         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27330           Don't return state change success when the parent
27331           failed.
27332
27333 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27334
27335         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27336           Free events (fix memleak in #162905).
27337
27338 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27339
27340         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27341
27342         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27343         (gst_ffmpeg_caps_to_pixfmt):
27344           Fix for depth = 15. Fixes #161675.
27345
27346 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27347
27348         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27349           Set FPS correctly, even for webcams and the like.
27350         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27351           Don error on setting while capturing.
27352
27353 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27354
27355         * ext/dv/gstdvdec.c:
27356         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27357         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27358           I'm a bad boy. using /1001. to force C to do float division
27359           and not integer division (as it did in my last commit)
27360           Thanks to David I. Lehn for pointing this mistake.
27361
27362 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27363
27364         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27365           Revert Johan's 1.35->1.36 since it breaks compat.
27366
27367 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27368
27369         * ext/dv/gstdvdec.c:
27370         * ext/libfame/gstlibfame.c:
27371         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27372         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27373           replace framerate aproximations by their real value
27374           (24000/1001, 30000/1001, 60000/1001)
27375           Finish fixing bug #164049
27376
27377 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27378
27379         * ext/ogg/gstoggmux.c:
27380           eos/bos debugging
27381         * gst/tcp/gstmultifdsink.c:
27382         * gst/tcp/gstmultifdsink.h:
27383         * gst/tcp/gsttcp.c:
27384         * gst/tcp/gsttcp.h:
27385         * gst/tcp/gsttcpclientsink.c:
27386         * gst/tcp/gsttcpclientsrc.c:
27387         * gst/tcp/gsttcpserversink.c:
27388         * gst/tcp/gsttcpserversrc.c:
27389           improve reusability of elements after state changes and errors
27390           make multifdsink throw away streamheaders when receiving new ones
27391
27392 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27393
27394         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27395           Fix for if items are already in list...
27396
27397 2005-01-12  Benjamin Otte  <otte@gnome.org>
27398
27399         * gst/adder/gstadder.c: (gst_adder_loop):
27400           fix adder a bit so it doesn't screw up with events as much anymore
27401
27402 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27403
27404         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27405         (pixbufscale_scale), (gst_pixbufscale_chain):
27406         * ext/gdk_pixbuf/pixbufscale.h:
27407           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27408           to ensure rowstrides are calculated the same way as 
27409           ffmpegcolorspace
27410           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27411           that we pick up duration and offset also.
27412
27413 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27414
27415         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27416         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27417           Reusability fixes.
27418
27419 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27420
27421         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27422         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27423         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27424         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27425           Update flags when requested.
27426
27427 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27428
27429         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27430           Fix dmix.
27431
27432 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27433
27434         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27435         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27436         (probe_triggered), (new_decoded_pad), (gen_source_element),
27437         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27438         * gst/playback/gstplaybasebin.h:
27439         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27440         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27441         (gst_play_bin_change_state):
27442           Implement group-switch signal for use in apps to clear metadata
27443           cache, clean up subtitle, add suburi property instead of # hack,
27444           some error-out fixes.
27445
27446 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27447
27448         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27449           Debug.
27450         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27451           If we got a state change in the _get handler, don't return success.
27452
27453 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27454
27455         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27456         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27457           Make jpegdec quiet on MJPEG decoding
27458         * gst/asfdemux/README:
27459           Fix mimetypes for MJPEG and H263
27460
27461 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27462
27463         * ext/theora/theoradec.c: (theora_dec_chain):
27464           Fix broken code generation by gcc by swapping arguments.
27465         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27466           Fix \n in debug.
27467
27468 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27469
27470         * TODO:
27471           delete this file, it is by far outdated
27472         * ext/alsa/gstalsa.1: remove
27473         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27474         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27475         (gst_alsa_get_caps):
27476           Add HW probing for supported sample rates. Fixes #161704
27477
27478 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27479
27480         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27481           Don't crash, biatch! :).
27482
27483 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27484
27485         * ext/musepack/gstmusepackreader.cpp:
27486         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27487           Some work on tags - still doesn't work in playbin...
27488         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27489           Handle events...
27490
27491 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27492
27493         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27494           Also shove tags on kid pads.
27495
27496 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27497
27498         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27499           Don't bail on unknown events.
27500         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27501           Don't crash on events before negotiation.
27502         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27503           Send tags on pads, too.
27504         * gst/playback/gststreamselector.c:
27505         (gst_stream_selector_request_new_pad):
27506           Forward events on first pad if no input was selected yet.
27507
27508 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27509
27510         * gst/playback/gstplaybasebin.c: (setup_substreams):
27511           Don't disable streamtype if the stream doesn't exist, since
27512           then playing a video after audio will disable both and nothing
27513           will happen. Fixes the testsuite.
27514
27515 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27516
27517         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27518         (gst_v4l_xoverlay_set_xwindow_id):
27519         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27520         (gst_v4l2_xoverlay_set_xwindow_id):
27521           Add debug categories, fix overlay disabling.
27522
27523 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27524
27525         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27526         * ext/alsa/gstalsa.h:
27527           Add HW probing for period_count/size and buffer_size MIX/MAX
27528           Adjust default/user defined value if out of bounds
27529           Should fix bug #162024
27530
27531 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27532
27533         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27534           Fix warning (#161191).
27535
27536 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27537
27538         * ext/dvdread/stream_labels.c:
27539         (dvdreadsrc_get_audio_stream_labels):
27540           Fix warning (init the good variable in switch default)
27541
27542 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27543
27544         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27545
27546         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27547           Fix gcc-2.95 compile (#163485).
27548
27549 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27550
27551         * configure.ac:
27552         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27553         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27554         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27555         (gst_flacenc_change_state):
27556         * ext/flac/gstflacenc.h:
27557           Update for API change in flac-1.1.1. Update requirement in
27558           configure.ac. Fixes #162974.
27559
27560 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27561
27562         * gst/playback/gstplaybasebin.c: (group_destroy):
27563           Remove hack to get rid of assert and get rid of unlinked
27564           signals properly.
27565
27566 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27567
27568         * gst/playback/gstplaybasebin.c: (setup_source):
27569           Set source to NULL so that resources are free'ed. Fixes issues
27570           with playback of CDDA and similar device-accessing things.
27571
27572 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27573
27574         * testsuite/embed/Makefile.am:
27575           test->noinst, fix make test in buildbot.
27576
27577 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27578
27579         * ext/dvdread/stream_labels.c: new file
27580         * ext/dvdread/stream_labels.h: new file
27581         * ext/dvdread/Makefile.am:
27582         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27583           Extract audio stream label from DVD IFO files.
27584           It only dump them on the console for now, still have to
27585           make playbin aware of them.
27586
27587 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27588
27589         * gst/playback/gstplaybasebin.c: (setup_source):
27590           Fix hanging subs.
27591
27592 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27593
27594         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27595         (gen_preroll_element), (remove_groups), (setup_subtitle),
27596         (gen_source_element), (setup_source):
27597         * gst/playback/gstplaybasebin.h:
27598           Multiple .sub files is just a stupid idea... Fix some threading
27599           mistakes. Interestingly, external .sub files cause playbin to
27600           hang, I don't know why... Parsing fixes contributed by Fran??ois
27601           Kooman <fkooman@tuxed.net>.
27602
27603 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27604
27605         * testsuite/embed/Makefile.am:
27606           Fix buildbot.
27607
27608 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27609
27610         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27611
27612         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27613         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27614         (gst_pngenc_set_property):
27615         * ext/libpng/gstpngenc.h:
27616           Add compression level property (#163323).
27617
27618 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27619
27620         * configure.ac:
27621         * examples/capsfilter/capsfilter1.c: (main):
27622         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27623         * ext/dvdread/Makefile.am:
27624         * ext/dvdread/demo-play:
27625         * ext/dvdread/demo-play.c:
27626         * gconf/gstreamer.schemas.in:
27627         * gst-libs/gst/gconf/gconf.c:
27628         * sys/v4l/TODO:
27629         * testsuite/Makefile.am:
27630         * testsuite/embed/Makefile.am:
27631         * testsuite/embed/embed.c: (cb_expose), (main):
27632           Remove all references to xvideosink, fix examples (#140845).
27633         * gst/playback/gstplaybasebin.c: (group_destroy):
27634           Apparently, disposal does not unlink - so do explicitely.
27635         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27636           Add debug.
27637
27638 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27639
27640         * README: fix PKG_CONFIG_PATH instructions, what was there
27641         previously was breaking default search path, not nice. 
27642         Fixes #163358
27643
27644 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27645
27646         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27647         (gst_audioscale_chain):
27648           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27649           when resampling - how the ^@$^!@^! is this possible?!?
27650
27651 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27652
27653         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27654           Reset variables on READY.
27655         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27656         (gst_matroska_mux_loop):
27657           Require data before writing header.
27658
27659 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27660
27661         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27662
27663         * ext/mad/gstmad.c: (gst_mad_chain):
27664           Don't call mad_stream_sync() directly after recovering sync.
27665           Fixes #151661.
27666
27667 2005-01-09  Martin Eikermann  <meiker@upb.de>
27668
27669         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27670
27671         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27672         (snapshot_handler), (gst_snapshot_sinkconnect),
27673         (gst_snapshot_chain):
27674           Allocate resources when required, fix recursive signal emission
27675           and fix caps. Fixes #161667.
27676
27677 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27678
27679         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27680
27681         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27682         (gst_pngdec_chain):
27683           Handle only 8-bppc (bits-per-pixel-component) images, better
27684           error handling and correct strides. Fixes #163177.
27685         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27686         (gst_pngenc_chain):
27687           Better error handling. Fixes #163348.
27688
27689 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27690
27691         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27692         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27693         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27694         (dvdnavsrc_uri_handler_init):
27695           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27696         * gst/playback/gstplaybasebin.c: (gen_source_element):
27697           Add MMS to streaming URIs.
27698
27699 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27700
27701         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27702         * sys/xvimage/xvimagesink.c:
27703         (gst_xvimagesink_navigation_send_event):
27704           Check for pad availability before sending event.
27705
27706 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27707
27708         * gst-plugins.spec.in:
27709           Add subparse.
27710
27711 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27712
27713         * configure.ac:
27714           Since we use functions from CVS, up requirement.
27715
27716 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27717
27718         * gst/playback/Makefile.am:
27719         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27720         (group_destroy), (group_commit), (group_is_muted),
27721         (gen_preroll_element), (add_stream), (unknown_type),
27722         (probe_triggered), (preroll_unlinked), (mute_stream),
27723         (silence_stream), (new_decoded_pad), (setup_substreams),
27724         (setup_source), (get_active_source), (mute_group_type),
27725         (muted_group_change_state), (set_active_source),
27726         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27727         (play_base_eos), (gst_play_base_bin_change_state):
27728         * gst/playback/gstplaybasebin.h:
27729         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27730         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27731         (gst_stream_info_dispose), (stream_info_mute_pad),
27732         (stream_info_change_state), (gst_stream_info_set_mute):
27733         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27734         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27735         (gst_stream_selector_init), (gst_stream_selector_dispose),
27736         (gst_stream_selector_get_linked_pad),
27737         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27738         (gst_stream_selector_get_linked_pads),
27739         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27740         * gst/playback/gststreamselector.h:
27741           Adding stream selection support plus required properties for
27742           applications to use this. Fully fixes #100931.
27743
27744 2005-01-08  Benjamin Otte  <otte@gnome.org>
27745
27746         * gst/games/gstpuzzle.c: (nav_event_handler):
27747           - handle nav events differently: forward every event no matter if it
27748             was handled or not.
27749           - translate events
27750           You can now cheat by using navigationtest ! puzzle and moving the
27751           mouse close to the edge of a tile. ;)
27752
27753 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27754
27755         * configure.ac:
27756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27757         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27758         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27759         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27760         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27761         (gst_ogm_parse_plugin_init):
27762         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27763         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27764         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27765         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27766         * ext/pango/gsttextoverlay.h:
27767         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27768         (gst_matroska_demux_handle_seek_event),
27769         (gst_matroska_demux_sync_streams),
27770         (gst_matroska_demux_parse_blockgroup),
27771         (gst_matroska_demux_subtitle_caps),
27772         (gst_matroska_demux_plugin_init):
27773         * gst/matroska/matroska-ids.h:
27774         * gst/playback/gstdecodebin.c: (close_pad_link):
27775         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27776         (gen_preroll_element), (remove_groups), (add_stream),
27777         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27778         (setup_source):
27779         * gst/playback/gstplaybasebin.h:
27780         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27781         * gst/subparse/Makefile.am:
27782         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27783         (gst_subparse_base_init), (gst_subparse_class_init),
27784         (gst_subparse_init), (gst_subparse_formats),
27785         (gst_subparse_eventmask), (gst_subparse_event),
27786         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27787         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27788         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27789         (parse_mpsub_deinit), (parse_mpsub_init),
27790         (gst_subparse_buffer_format_autodetect),
27791         (gst_subparse_format_autodetect), (gst_subparse_loop),
27792         (gst_subparse_change_state), (gst_subparse_type_find),
27793         (plugin_init):
27794         * gst/subparse/gstsubparse.h:
27795         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27796         (plugin_init):
27797           Add subtitle support, .sub parser (supports SRT and MPsub),
27798           OGM text support, Matroska UTF-8 text support, deadlock fixes
27799           all over the place, subtitle awareness in decodebin/playbin
27800           and some fixes to textoverlay to handle subtitles in a stream
27801           correctly. Fixes #100931.
27802
27803 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27804
27805         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27806           Check for pad availability before doing a query on it.
27807
27808 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27809
27810         * ext/dv/gstdvdec.c:
27811           really fix bpp24/32 dvdec caps (classic rgba indeed)
27812         * gst/asfdemux/gstasfdemux.c:
27813         (gst_asf_demux_process_ext_content_desc):
27814           don't send text tags if they are empty (bis repetita)
27815
27816 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27817
27818         * ext/dv/gstdvdec.c:
27819          remove unneeded comment from dvdec
27820           (related to DV 4CC codes in AVI files)
27821           moved them in gstreamer/docs/random/mimetypes
27822         * gst/asfdemux/gstasfdemux.c:
27823         (gst_asf_demux_process_ext_content_desc):
27824          don't send text tags if they are empty
27825          fix mem leak on error path
27826         * gst/ffmpegcolorspace/avcodec.h:
27827         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27828         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27829         (gst_ffmpegcsp_avpicture_fill):
27830         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27831         * gst/ffmpegcolorspace/imgconvert_template.h:
27832          adds BGR32 and BGRA32 to ffmpegcolorspace
27833           (still bad colors, fixing it on next commit)
27834           helps with dvdec outputing BGR32
27835
27836 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27837
27838         * ext/dv/gstdvdec.c:
27839          Fix audio caps i just broke (missing ',')
27840         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27841         (gst_matroska_mux_reset):
27842          Fix typo + add FIXME about old "x-gst-metadata" crap
27843
27844 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27845
27846         * ext/dv/demo-play.c: (main):
27847          xvideosink -> xvimagesink
27848         * ext/dv/gstdvdec.c:
27849          change rgb 32/32 caps to 24/32 (no alpha)
27850          change nb of channels to be a list (2 or 4, not 2)
27851          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27852         * gst/asfdemux/gstasfdemux.c:
27853         (gst_asf_demux_process_ext_content_desc):
27854          Add 'date/year' to extracted metadata list
27855
27856 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27857
27858         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27859           The return value of fixate_to does not imply that the requested
27860           value was set, so don't assume.
27861
27862 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27863
27864         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27865
27866         * ext/libpng/gstpngdec.c:
27867         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27868         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27869         * ext/libpng/gstpngenc.h:
27870           Alpha support (encoder; #163161), mime fixage.
27871
27872 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27873
27874         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27875
27876         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27877         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27878         (gst_faac_set_property), (gst_faac_get_property):
27879         * ext/faac/gstfaac.h:
27880           Allow for ADTS output (#153434).
27881
27882 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27883
27884         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27885           Fix against template (#150576).
27886
27887 2005-01-06  Benjamin Otte  <otte@gnome.org>
27888
27889         * gst/games/gstpuzzle.c: (draw_puzzle):
27890           don't draw a puzzle if either width or height of tiles would be 0.
27891
27892 2005-01-06  Benjamin Otte  <otte@gnome.org>
27893
27894         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27895         (gst_puzzle_class_init), (gst_puzzle_finalize):
27896           no memleaks, please
27897         (gst_puzzle_create), (gst_puzzle_init),
27898         (gst_puzzle_set_property), (gst_puzzle_setup):
27899           change initialization code around so we don't reshuffle on resize
27900         (draw_puzzle):
27901           fix another stupid typo
27902
27903 2005-01-06  Benjamin Otte  <otte@gnome.org>
27904
27905         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27906           fix stupid typo that borked copying on YUY2
27907
27908 2005-01-06  Benjamin Otte  <otte@gnome.org>
27909
27910         * gst/games/gstpuzzle.c: (draw_puzzle):
27911           fix edges when image sizes aren't multiples of tile sizes
27912
27913 2005-01-06  Benjamin Otte  <otte@gnome.org>
27914
27915         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27916           make RGB endianness work correctly
27917         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27918           refactor and fix race with initial shuffling
27919         (nav_event_handler):
27920           allow using the mouse to puzzle
27921         (draw_puzzle):
27922           insist on tiles having width and height as multiples of 4 to get
27923           clean YUV image handling
27924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27925         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27926           s/DEBUG/LOG/ for common messages
27927         (gst_xvimagesink_navigation_send_event):
27928           fix mouse event translation to not include screen PAR
27929         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27930           fix mouse event translation to actually work
27931
27932 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27933
27934         * gst/asfdemux/gstasfdemux.c:
27935         (gst_asf_demux_process_ext_content_desc):
27936          Extract TrackNumber metadata + clean up code
27937         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27938          Hope this is the good fix (var used unitialised)
27939
27940 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27941
27942         * ext/faad/gstfaad.c: (gst_faad_chain):
27943           Only increment timestamp if it's valid. Fixes raw AAC streams.
27944
27945 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27946
27947         * configure.ac:
27948         * gst/games/Makefile.am:
27949         * gst/games/gstpuzzle.c:
27950           add a puzzle game with...
27951         * gst/games/gstvideoimage.c:
27952         * gst/games/gstvideoimage.h:
27953           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27954           from videotestsrc and made into something that would be a nice
27955           library for a lot of other plugins.
27956
27957 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27958
27959         * configure.ac:
27960          don't compile faad plugin if a RC of 2.0 is found
27961          Fixes #155346 (and FC1 buildbot)
27962         * gst/asfdemux/gstasfdemux.c:
27963         (gst_asf_demux_process_ext_content_desc):
27964          try to make Solaris compiler happier
27965
27966 2005-01-06  Paul Jack  <pjack@sfaf.org>
27967
27968         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27969
27970         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27971           Fix segfault (#161667).
27972
27973 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27974
27975         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27976           Fix framerate reporting.
27977
27978 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27979
27980         * gst-libs/gst/riff/riff-ids.h:
27981         * gst/wavenc/riff.h:
27982          Add AMR (VBR and CBR) ids to riff.h audio codec list
27983         * gst/asfdemux/gstasfdemux.c:
27984         (gst_asf_demux_process_ext_content_desc),
27985         (gst_asf_demux_process_object):
27986           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27987
27988 2005-01-05  Martin Eikermann  <meiker@upb.de>
27989
27990         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27991
27992         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27993         (gst_dvd_demux_handle_discont):
27994         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27995         (gst_mpeg_demux_handle_discont):
27996           Recreate pads on new-media (#160730).
27997         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27998           Send discont even if manager changes timestamps (#161929).
27999
28000 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
28001
28002         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28003
28004         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
28005           Fix invalid memory access (#159211).
28006
28007 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28008
28009         * examples/gstplay/player.c: (main):
28010           Don't iterate.
28011         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
28012           Add visualizations.
28013         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
28014         (gst_a52dec_handle_frame):
28015           Set duration.
28016         * ext/dvdnav/gst-dvd:
28017           Add audioconvert. Fixes #161325.
28018         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
28019           Explicitely case to gint64. Possible valgrind error.
28020         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
28021         (gst_play_tick_callback), (gst_play_change_state),
28022         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
28023         (gst_play_set_location), (gst_play_get_location),
28024         (gst_play_seek_to_time), (gst_play_set_data_src),
28025         (gst_play_set_video_sink), (gst_play_set_audio_sink),
28026         (gst_play_set_visualization), (gst_play_connect_visualization),
28027         (gst_play_get_framerate), (gst_play_get_all_by_interface),
28028         (gst_play_new):
28029           Use playbin. Fixes #139749 and #147744.
28030         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
28031           Add genre tag.
28032         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28033         (audioscale_get_type), (gst_audioscale_base_init),
28034         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
28035         (gst_audioscale_getcaps), (gst_audioscale_fixate),
28036         (gst_audioscale_link), (gst_audioscale_get_buffer),
28037         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
28038         (gst_audioscale_init), (gst_audioscale_dispose),
28039         (gst_audioscale_chain), (gst_audioscale_set_property),
28040         (gst_audioscale_get_property), (plugin_init):
28041           Indent properly.
28042         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
28043           Fix LPCM.
28044         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
28045         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
28046         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
28047           Add more metadata (fixes #162656).
28048
28049 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28050
28051         * configure.ac:
28052           back to cvs
28053
28054 === release 0.8.7 ===
28055
28056 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28057
28058         * NEWS:
28059         * RELEASE:
28060         * configure.ac:
28061           releasing 0.8.7, "Hyperspace"
28062
28063 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28064
28065         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
28066
28067         * gst/playback/gstplaybasebin.c:
28068          Fix for #162924 - free caps after use, not before
28069
28070 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28071
28072         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28073
28074         * gst/playback/gstplaybasebin.c:
28075         * gst/wavparse/gstwavparse.c:
28076           Fix for #154773 - fixes playback of small .wav files
28077
28078 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28079
28080         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28081
28082         * gst/audioscale/gstaudioscale.c:
28083           Fix for #162819 - make audioscale reusable
28084           Fixes playback of more than one file with playbin/totem
28085
28086 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28087
28088         * gst/ffmpegcolorspace/avcodec.h:
28089         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28090         * gst/ffmpegcolorspace/imgconvert.c:
28091           clean up the mess that made me cry and avoid needless duplication
28092
28093 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28094
28095         * gst/ffmpegcolorspace/imgconvert.c:
28096           give some indication of why we're segfaulting
28097
28098 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28099
28100         * configure.ac:
28101           Fix indentation, fix v4l2 plugin detection.
28102         * ext/Makefile.am:
28103           Fix libmms location (Maciej, use diff -u!).
28104         * ext/alsa/gstalsa.c: (gst_alsa_init):
28105           Initialize caps cache to NULL.
28106         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28107           Only change state on audiosink if it exists.
28108
28109 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
28110
28111         * gst/matroska/matroska-demux.c:
28112         * gst/matroska/matroska-ids.h:
28113         * gst/matroska/matroska-demux.h:
28114         Fix Vorbis streams failing to decode in some files, where cluster_time
28115         isn't 0, because then it doesn't send codec_priv before actual data.
28116         Remove time-based test and replace it with marker set on beginning of
28117         new stream
28118
28119 2004-12-28  David Schleef  <ds@schleef.org>
28120
28121         Merge patch from Ronald fixing problems with streaming
28122         text.
28123         * ext/cairo/gstcairo.c: (plugin_init):
28124         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28125         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28126         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28127         (gst_textoverlay_font_init), (gst_textoverlay_init),
28128         (gst_textoverlay_set_property):
28129         * ext/cairo/gsttextoverlay.h:
28130
28131 2004-12-27  David Schleef  <ds@schleef.org>
28132
28133         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28134         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28135         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28136         (gst_textoverlay_font_init), (gst_textoverlay_init),
28137         (gst_textoverlay_set_property): Improvements to actually
28138         render text as white on black outline on video, including
28139         font selection and horizontal/vertical alignment.  (Ronald's
28140         christmas present)
28141         * ext/cairo/gsttextoverlay.h:
28142
28143 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28144
28145         * ext/ogg/gstogg.c:
28146         * ext/ogg/gstogmparse.c:
28147           fix ogm[audio/video]parse plugin registration
28148           (riff won't load if bytestream is already loaded)
28149
28150 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28151
28152         * gst/audioconvert/gstchannelmix.c:
28153           fix for GLIB < 2.4
28154
28155 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28156
28157         * Makefile.am:
28158         * configure.ac:
28159           disable docs again until it actually passes make distcheck.
28160
28161 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28162
28163         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
28164         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
28165         (plugin_init):
28166           Add 3GP (variables name Q3GP because they can't start with a
28167           number). Add samr audio fourcc (used in .3gp files), decoder
28168           is work in progress. Also do a GST_WARNING instead of ERROR
28169           in case of unknown nodes, to decrease output.
28170
28171 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28172
28173         * Makefile.am:
28174           really fix dist
28175
28176 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28177
28178         * configure.ac:
28179         * ext/speex/gstspeexdec.h:
28180         * ext/speex/gstspeexenc.h:
28181           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
28182           Fix detection code in configure.ac
28183
28184 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28185
28186         * gst/matroska/matroska-demux.c:
28187         (gst_matroska_demux_parse_blockgroup):
28188           Save position, so that queries give proper return values. Don't
28189           know how this could ever have worked before...
28190
28191 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28192
28193         * configure.ac:
28194           Put additional LAME check inside the conditional.  Fixes #152339
28195
28196 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28197
28198         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28199         (gst_avi_demux_stream_scan):
28200           Add some more debug. Fix logic error when setting movi offset
28201           while reading index.
28202
28203 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28204
28205         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28206         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28207         (gst_avi_demux_process_next_entry):
28208           Add some debugging. Better detection of broken indexes and the
28209           accompanying index recovery. No infinite loops on state changes
28210           when we're still in our loopfunction.
28211
28212 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28213
28214         * configure.ac:
28215           Fix up.
28216
28217 2004-12-22  Archana Shah  <archana.shah@wipro.com>
28218
28219         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28220
28221         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28222           Normalizing the value before setting
28223         (gst_sunaudiomixer_get_volume):
28224           Normalizing the value after getting. Fixes bug# 161980
28225
28226 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28227
28228         * Makefile.am: Make sure docs gets disted
28229         * docs/Makefile.am: Make sure all needed files get disted
28230         * gst-plugins.spec.in: latest updates
28231
28232 2004-12-22  Wim Taymans  <wim@fluendo.com>
28233
28234         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28235         Revert patch 1.38 as clock distribution over schedulers does
28236         not work correcly in the core yet.
28237
28238 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28239
28240         * sys/oss/README: remove this file, which predates my birth
28241           (and which content is by far outdated)
28242
28243 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
28244
28245         * Makefile.am:
28246         * configure.ac:
28247         * docs/Makefile.am:
28248         * docs/libs/Makefile.am:
28249         * docs/libs/gst-plugins-libs-docs.sgml:
28250         * docs/libs/gst-plugins-libs-sections.txt:
28251         * docs/libs/tmpl/gstgconf.sgml:
28252         * docs/upload.mak:
28253         * docs/version.entities.in:
28254           Added boilerplate gtk-doc files for plugin-libs documentation.
28255
28256 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28257
28258         * gst/auparse/gstauparse.c: fix int and float audio caps
28259
28260 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28261
28262         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28263         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28264           g_assert() can be a macro, don't use #ifdef inside it.
28265
28266 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
28267
28268         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28269
28270         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28271         (gst_videorate_init), (gst_videorate_chain),
28272         (gst_videorate_change_state):
28273           Event handling (fixes #159986).
28274
28275 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28276
28277         * gst-libs/gst/riff/riff-media.c:
28278         (gst_riff_create_video_caps_with_data):
28279           Add BLZ0 (Blizzard's version of DivX) fourcc.
28280
28281 2004-12-18  David Schleef  <ds@schleef.org>
28282
28283         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28284         portability fix.
28285
28286 2004-12-18  David Schleef  <ds@schleef.org>
28287
28288         * gst/tta/ttadec.h: Disable some header code that isn't used
28289         and clearly isn't portable.
28290
28291 2004-12-18  David Schleef  <ds@schleef.org>
28292
28293         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28294         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28295         (avcodec_get_pix_fmt), (avpicture_layout),
28296         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28297         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28298         Fix code to not use GCC extensions (and c99 extensions that
28299         Forte does not like.)
28300
28301 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28302
28303         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28304
28305         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28306         (gst_deinterlace_chain):
28307           Rowstride fixes. Fixes #161039.
28308         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28309         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28310         (gst_video_crop_getcaps), (gst_video_crop_link),
28311         (gst_video_crop_i420), (gst_video_crop_chain),
28312         (gst_video_crop_change_state):
28313           Rework of negotiation. Actually works now. Fixes #158650.
28314
28315 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28316
28317         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28318           That was very stupid.
28319
28320 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28321
28322         * gst/matroska/matroska-demux.c:
28323         (gst_matroska_demux_parse_blockgroup):
28324           Fix possible crasher.
28325
28326 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28327
28328         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28329         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28330           Lace sizes can be zero.
28331
28332 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28333
28334         * ext/musepack/gstmusepackdec.cpp:
28335           Fetch error return values. Fixes #161624.
28336         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28337           Really EOS.
28338
28339 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28340
28341         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28342           Work for truncated (unfinished download etc.) files. Fixes #160514.
28343
28344 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28345
28346         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28347           Fix for integer overflow. Makes #156001 not crash. Probably masks
28348           the real bug.
28349
28350 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28351
28352         * gst/ac3parse/gstac3parse.c: (plugin_init):
28353           Parsers never have ranks. Fixes #159651.
28354
28355 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28356
28357         * gst/playback/gstdecodebin.c: (compare_ranks):
28358           make sure the facotries are ordered the same every time even if they
28359           have the same rank by using the name
28360         * gst/playback/gstdecodebin.c: (find_compatibles):
28361           make sure we don't add factories to the list twice
28362
28363 2004-12-16  David Schleef  <ds@schleef.org>
28364
28365         * configure.ac: look for musepack headers as musepack/*.h
28366         (fixes #159847)
28367         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28368         * ext/musepack/gstmusepackreader.h: same
28369
28370 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28371
28372         * gst-libs/gst/riff/riff-read.c:
28373         (gst_riff_read_strf_auds_with_data):
28374           Read extradata correctly (fixes #155879).
28375
28376 2004-12-16  David Schleef  <ds@schleef.org>
28377
28378         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28379         audio.  does _not_ attempt or allow conversion unless channels
28380         is 1 or 2.
28381
28382 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28383
28384         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28385
28386 2004-12-16  David Schleef  <ds@schleef.org>
28387
28388         * gst/audioscale/gstaudioscale.c: the resample library only
28389         handles 1 or 2 channels.  Change caps to compensate.
28390
28391 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28392
28393         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28394         (gst_matroska_demux_audio_caps):
28395           Some MPEG-AAC hacks, because else it doesn't work...
28396
28397 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28398
28399         * gst-libs/gst/riff/riff-media.c:
28400         (gst_riff_create_video_caps_with_data),
28401         (gst_riff_create_video_template_caps):
28402           Add h264.
28403
28404 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28405
28406         * gst-libs/gst/audio/Makefile.am:
28407           Try to fix buildbot.
28408
28409 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28410
28411         * gst/tcp/gstmultifdsink.c:
28412           Clean up and uniformize debugging.
28413
28414 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28415
28416         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28417
28418         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28419         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28420         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28421         (gst_mpeg_demux_change_state):
28422           Reset on ready. Fixes 160276.
28423
28424 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28425
28426         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28427
28428         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28429         (gst_ffmpegcsp_pad_link):
28430           Fix memleak (#154815).
28431
28432 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28433
28434         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28435
28436         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28437         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28438         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28439         * ext/musicbrainz/gsttrm.h:
28440           Add support for using a proxy server when getting a trm id from
28441           the MusicBrainz database (#149613).
28442
28443 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28444
28445         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28446
28447         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28448         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28449           Fix memleaks (#157233).
28450
28451 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28452
28453         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28454
28455         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28456         * gst-libs/gst/resample/resample.h:
28457         * gst/audioscale/gstaudioscale.c:
28458           Fix memleak (#159215).
28459
28460 2004-12-16  Toni Willberg  <toniw@iki.fi>
28461
28462         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28463
28464         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28465         * sys/oss/oss_probe.c: (main):
28466           Check for mono/stereo support (similar to samplerate probing),
28467           fixes #159433. Also add missing copyright header to oss_probe.c.
28468
28469 2004-12-15  David Schleef  <ds@schleef.org>
28470
28471         * configure.ac: add audioresample and cairo plugins.  Remove
28472         HAVE_MMX stuff, because it's not used.
28473         * ext/Makefile.am: same
28474         * ext/audioresample/Makefile.am: You are not ready for an
28475         audio resampling element based on audioresample.
28476         * ext/audioresample/gstaudioresample.c:
28477         * ext/audioresample/gstaudioresample.h:
28478         * ext/cairo/Makefile.am: You are not ready for overlay elements
28479         based on cairo.  Don't look too closely, these elements kinda
28480         suck right now.
28481         * ext/cairo/gstcairo.c: new
28482         * ext/cairo/gsttextoverlay.c: new
28483         * ext/cairo/gsttextoverlay.h: new
28484         * ext/cairo/gsttimeoverlay.c: new
28485         * ext/cairo/gsttimeoverlay.h: new
28486         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28487         problem with compilers that don't support variadic macros.
28488
28489 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28490
28491         Reviewed by:  David Schleef  <ds@schleef.org>
28492
28493         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28494         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28495         bit.  Also ran indent-gst.
28496         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28497         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28498         (gst_sunaudiosrc_setparams):
28499
28500 2004-12-14  David Schleef  <ds@schleef.org>
28501
28502         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28503         output rate to 16000.  Should fix #160235.
28504
28505 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28506
28507         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28508         Add typefinding for mpeg2 pes streams
28509
28510 2004-12-13  David Schleef  <ds@schleef.org>
28511
28512         * configure.ac:  Applied patch from bug #143659, making default
28513         sources and sinks OS-dependent (for Solaris), and added code
28514         for OS/X.
28515         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28516
28517 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28518
28519         * gst-libs/gst/riff/riff-media.c:
28520           forgot to add h2.64 to avidemux template caps
28521
28522 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28523
28524         * gst/wavenc/riff.h:
28525         * gst-libs/gst/riff/riff-media.c:
28526         * gst-libs/gst/riff/riff-ids.h:
28527         * gst/avi/gstavimux.c
28528         add 4CC code for VideoSoft h264 in AVI (VSSH)
28529           fixes bug #160655
28530         remove s323 from riff, it's quicktime specific :(
28531
28532 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28533
28534         * gst/asfdemux/README
28535         * gst/wavenc/riff.h
28536         * gst-libs/gst/riff/riff-ids.h
28537         * gst-libs/gst/riff/riff-media.c
28538         * gst/qtdemux/qtdemux.c:
28539           add new 4CC codes for h263 related codecs
28540           fixes partially bug #155163
28541
28542 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28543
28544         * configure.ac: Update polyaudio requirement to 0.7
28545         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28546
28547 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28548
28549         * gst/interleave/deinterleave.c:
28550         fix my name's spelling! :)
28551
28552 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28553
28554         * AUTHORS ChangeLog
28555         * gst/auparse/gstauparse.c
28556         * gst/interleave/deinterleave.c
28557         * gst/law/:
28558                 alaw-decode.c alaw-encode.c
28559                 mulaw-decode.c mulaw-encode.c
28560         * gst/oneton/gstoneton.c
28561         * sys/osxaudio/:
28562                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28563         * sys/osxvideo/:
28564                 cocoawindow.h cocoawindow.m
28565                 osxvideosink.h osxvideosink.m
28566
28567         put the same mail address for Zaheer Abbas Merali everywhere
28568
28569 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28570
28571         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28572           Align by packetsize, and assert that we a packet available before
28573           playing. The first makes webstreams work (they often include
28574           trailing padding data in a packet), the second allows pausing a
28575           ASF stream in totem without getting demux errors afterwards.
28576
28577 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28578
28579         * ext/ogg/gstoggdemux.c: (get_relative):
28580           Check for non-NULL before accessing member (end-of-chain).
28581
28582 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28583
28584         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28585         (cdparanoia_set_property), (cdparanoia_get_property):
28586         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28587         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28588         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28589         (dvdreadsrc_init), (dvdreadsrc_set_property),
28590         (dvdreadsrc_get_property):
28591         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28592         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28593           Synchronize property names where not yet the case. Devices are
28594           now device=X, other versions are deprecated (but still exist).
28595           Also use g_free() unconditionally.
28596         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28597         (setup_source), (gst_play_base_bin_get_property):
28598           Expose source.
28599
28600 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28601
28602         * configure.ac: move GCONF macro outside conditional for the am
28603           conditional. Fixes #160439
28604
28605 2004-12-08  David Schleef  <ds@schleef.org>
28606
28607         * tools/gst-visualise-m.m: Switch to elements that currently
28608         exist.
28609
28610 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28611
28612         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28613           We love wrong commas.
28614
28615 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28616
28617         * gst/matroska/matroska-demux.c:
28618         (gst_matroska_demux_handle_src_query):
28619           Don't set DEFAULT, unsupported - makes length display incorrectly
28620           in some cases.
28621
28622 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28623
28624         * gst/monoscope/README: remove blurb about files being GPL
28625         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28626         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28627           monoscope is now effectively LGPL licensed
28628
28629 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28630
28631         * gst/monoscope/README: Update information to be more correct
28632         * gst/monoscope/convolve.c: Relicense to LGPL
28633         * gst/monoscope/convolve.h: Relicense to LGPL
28634
28635 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28636
28637         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28638           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28639         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28640           set default_duration for mpeg1 audio
28641
28642 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28643
28644         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28645         * ext/alsa/gstalsa.h:
28646           refactor big chunks of the core caps negotiation code to make it
28647           a lot faster, because people claim it's really slow
28648           (actually, just cache the getcaps when the device is opened)
28649
28650 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28651
28652         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28653         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28654         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28655         (gst_a52dec_change_state), (plugin_init):
28656         * ext/a52dec/gsta52dec.h:
28657           Do something useful with timestamps. Make chain-based (since
28658           there's really no reason to be loopbased).
28659         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28660           Update current_byte/frame correctly.
28661
28662 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28663
28664         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28665         (gst_ape_demux_stream_init):
28666           Forward tags, too.
28667
28668 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28669
28670         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28671           Let's make sure we're done typefinding when detecting tags.
28672
28673 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28674
28675         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28676         (gst_ebml_read_init), (gst_ebml_read_use_event),
28677         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28678         (gst_ebml_read_seek), (gst_ebml_read_skip),
28679         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28680         (gst_ebml_read_master):
28681         * gst/matroska/ebml-read.h:
28682         * gst/matroska/matroska-demux.c:
28683         (gst_matroska_demux_parse_contents),
28684         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28685           Disgustingly evil hack for working around INTERRUPT events and
28686           their extremely annoying habit of being a pain in the ass. We
28687           simply peek a cluster before reading any of it.
28688
28689 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28690
28691         * ext/musepack/gstmusepackdec.cpp:
28692           There's also floating point libmusepacks.
28693
28694 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28695
28696         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28697         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28698           Set DURATION even if source buffer didn't. Also use increasing
28699           timestamps.
28700         * gst-libs/gst/riff/riff-media.c:
28701         (gst_riff_create_audio_caps_with_data):
28702           Block_align can have larger values than 8192.
28703
28704 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28705
28706         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28707         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28708         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28709         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28710           Fix caps.
28711
28712 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28713
28714         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28715           Fix logic bug.
28716
28717 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28718
28719         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28720           Yay, another one.
28721
28722 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28723
28724         * ext/esd/esdsink.c: (gst_esdsink_chain):
28725           Make error actually say something useful (fixes #156798).
28726         * gst-libs/gst/riff/riff-media.c:
28727         (gst_riff_create_video_caps_with_data),
28728         (gst_riff_create_video_template_caps):
28729           Add Intel Video 5.0 fourcc (IV50).
28730
28731 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28732
28733         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28734         detection on mono and stereo mp3 files.
28735
28736 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28737
28738         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28739           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28740           the contained stream).
28741
28742 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28743
28744         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28745           Oops, remove debug.
28746
28747 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28748
28749         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28750
28751         * gst/law/alaw-decode.c: (alawdec_getcaps):
28752         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28753           Prevent warnings when negotiating caps (fixes #159338).
28754
28755 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28756
28757         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28758         (gst_ffmpegcsp_chain):
28759           Remove old leftover that shouldn't be there...
28760
28761 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28762
28763         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28764
28765         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28766           Don't forward DISCONT events (fixes #159684).
28767
28768 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28769
28770         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28771           Unlink manually since sometimes bin disposal (and therefore
28772           pad unlinking) is delayed, which will cause a new media file
28773           to not be able to start playing instantly.
28774
28775 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28776
28777         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28778           On mute of an unlinked stream, check for pad availability so
28779           we don't crash on unlinked pad.
28780
28781 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28782
28783         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28784         (gst_avi_demux_massage_index):
28785           Fix quite humiliating bug in omitting 0-sized index chunks but
28786           forgetting to count them for timestamps.
28787
28788 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28789
28790         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28791           Actually leave the loop if we failed to sync. Don't crash.
28792
28793 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28794
28795         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28796         (gst_dvd_demux_process_private):
28797         * gst/mpegstream/gstdvddemux.h:
28798           Fix crash (#159759). Doesn't work, though. :-(.
28799
28800 2004-11-28  Benjamin Otte  <otte@gnome.org>
28801
28802         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28803           more overwriting protection due to modifying channels one by one
28804           instead of all at once
28805
28806 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28807
28808         * gst/audioconvert/gstchannelmix.c:
28809         (gst_audio_convert_fill_normalize):
28810           Normalize using absolute values.
28811
28812 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28813
28814         * configure.ac:
28815         * ext/Makefile.am:
28816         * ext/directfb/Makefile.am:
28817         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28818         (gst_directfbvideosink_get_pixel_format),
28819         (gst_directfbvideosink_get_format_from_fourcc),
28820         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28821         (gst_directfbvideosink_sink_link),
28822         (gst_directfbvideosink_change_state),
28823         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28824         (gst_directfbvideosink_buffer_alloc),
28825         (gst_directfbvideosink_interface_supported),
28826         (gst_directfbvideosink_interface_init),
28827         (gst_directfbvideosink_navigation_send_event),
28828         (gst_directfbvideosink_navigation_init),
28829         (gst_directfbvideosink_set_property),
28830         (gst_directfbvideosink_get_property),
28831         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28832         (gst_directfbvideosink_base_init),
28833         (gst_directfbvideosink_class_init),
28834         (gst_directfbvideosink_get_type), (plugin_init):
28835         * ext/directfb/directfbvideosink.h: Adding a first version of
28836         directfbvideosink.
28837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28838         more.
28839
28840 2004-11-28  Benjamin Otte  <otte@gnome.org>
28841
28842         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28843           walk the samples backwards if out_channels > in_channels so we don't
28844           overwrite data
28845
28846 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28847
28848         * gst/audioconvert/Makefile.am:
28849         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28850         (gst_audio_convert_link), (gst_audio_convert_change_state),
28851         (gst_audio_convert_channels):
28852         * gst/audioconvert/gstchannelmix.c:
28853         (gst_audio_convert_unset_matrix),
28854         (gst_audio_convert_fill_identical),
28855         (gst_audio_convert_fill_compatible),
28856         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28857         (gst_audio_convert_fill_others),
28858         (gst_audio_convert_fill_normalize),
28859         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28860         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28861         * gst/audioconvert/gstchannelmix.h:
28862           Implement a channel mixer.
28863
28864 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28865
28866         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28867         * ext/alsa/gstalsa.h:
28868         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28869         Make alsasink actually honor gst_element_set_clock and use that
28870         clock instead of its internal one.
28871
28872 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28873
28874         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28875         (gst_play_base_bin_change_state): nullify source and decoder when
28876         going from READY to NULL so that we don't try to do weird stuff with
28877         them when going from NULL to READY
28878         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28879         instead of g_object_unref
28880         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28881         it should be correct
28882         (gst_play_bin_change_state): don't call remove_sinks if we are
28883         currently disposing the object
28884
28885 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28886
28887         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28888           Don't forget bass if it's there. Else left channel is silent...
28889
28890 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28891
28892         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28893         (gst_a52dec_change_state):
28894           Don't do sample adjusting anymore, we use float audio now.
28895         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28896           Don't fixate to non-existing properties.
28897
28898 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28899
28900         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28901         (gst_a52dec_change_state):
28902           Advertise that we can do surround sound.
28903
28904 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28905
28906         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28907           Add buffer-frames=0.
28908         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28909         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28910         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28911         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28912         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28913         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28914         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28915         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28916         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28917         * ext/dvdread/dvdreadsrc.h:
28918           Add seeking, querying for bytes, sectors, title, angle and
28919           chapter. Handle multiple chapters. Relicense to LGPL because
28920           Billy agreed on that (thanks Billy!).
28921
28922 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28923
28924         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28925         call parent dispose method
28926
28927 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28928
28929         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28930         (gst_audio_clock_get_internal_time):
28931         Fix active <-> inactive transitions: ensure time value always
28932         grows and avoid abrupt value changes.
28933
28934 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28935
28936         * configure.ac:
28937         * gst/tta/Makefile.am:
28938         * gst/tta/crc32.h:
28939         * gst/tta/filters.h:
28940         * gst/tta/gsttta.c:
28941         * gst/tta/gstttadec.c:
28942         * gst/tta/gstttadec.h:
28943         * gst/tta/gstttaparse.c:
28944         * gst/tta/gstttaparse.h:
28945         * gst/tta/ttadec.h:
28946           added TTA parser and decoder
28947
28948 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28949
28950         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28951         (probe_triggered), (check_queue), (buffer_underrun),
28952         (buffer_running), (buffer_overrun), (gen_source_element),
28953         (setup_source):
28954         * gst/playback/gstplaybasebin.h:
28955           Implement buffering. Needs some more work.
28956
28957 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28958
28959         * ext/theora/theoradec.c: (theora_dec_chain):
28960           Fix ilog mask range overflow.
28961
28962 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28963
28964         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28965           Don't omit the last (which in case of dmix is the only :) )
28966           channel count. Don't set channels if <= 2.
28967
28968 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28969
28970         * gst/playback/gstplaybin.c: (gen_video_element),
28971         (gen_audio_element): Removed 2 obsolete comments
28972
28973 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28974
28975         * ext/vorbis/oggvorbisenc.c
28976         * ext/vorbis/vorbisenc.c :
28977           change description fields of those plugins to differentiate them
28978           (pitivi show Encoders by description, they had the same one)
28979
28980 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28981
28982         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28983
28984         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28985         (gst_play_bin_set_property), (gen_video_element),
28986         (gen_audio_element):
28987           Refcounting fixes for provided audio-/videosinks.
28988
28989 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28990
28991         * gst/playback/gstplaybin.c: (gen_video_element),
28992         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28993           Don't reference all sinks, but only the video- and audiosinks.
28994           The vis. element should be disposed when we're done with it.
28995           We don't have any reason to keep it around. This fixes warnings
28996           when reusing playbin for playing multiple audio files with
28997           vis. enabled. Also release audio device on pause - idea stolen
28998           from Rhythmbox.
28999
29000 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29001
29002         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
29003         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
29004         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
29005         * ext/alsa/gstalsaplugin.c: (plugin_init):
29006         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
29007         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
29008         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
29009         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
29010         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
29011         (gst_faad_change_state), (plugin_init):
29012         * ext/faad/gstfaad.h:
29013         * ext/vorbis/vorbis.c: (plugin_init):
29014         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29015         * gst-libs/gst/audio/Makefile.am:
29016         * gst-libs/gst/audio/audio.c: (plugin_init):
29017         * gst-libs/gst/audio/multichannel.c:
29018         (gst_audio_check_channel_positions),
29019         (gst_audio_get_channel_positions),
29020         (gst_audio_set_channel_positions),
29021         (gst_audio_set_structure_channel_positions_list),
29022         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
29023         (gst_audio_fixate_channel_positions):
29024         * gst-libs/gst/audio/multichannel.h:
29025         * gst-libs/gst/audio/testchannels.c: (main):
29026         * gst/audioconvert/gstaudioconvert.c:
29027         (gst_audio_convert_class_init), (gst_audio_convert_init),
29028         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
29029         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
29030         (gst_audio_convert_fixate), (gst_audio_convert_channels):
29031         * gst/audioconvert/plugin.c: (plugin_init):
29032           Surround sound support.
29033
29034 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29035
29036         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
29037           Fix position for discont if we're close as well. Nitpicking, but
29038           saves a few milliseconds of extra waiting or skipping.
29039
29040 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29041
29042         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
29043           We sometimes need parsers for playback, so add those too.
29044
29045 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29046
29047         * configure.ac:
29048         * gst/apetag/Makefile.am:
29049         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
29050         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
29051         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
29052         (gst_ape_demux_get_src_query_types),
29053         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
29054         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
29055         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
29056         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
29057         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
29058         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
29059         (gst_ape_demux_change_state):
29060         * gst/apetag/apedemux.h:
29061         * gst/apetag/apetag.c: (plugin_init):
29062         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
29063         (plugin_init):
29064           APE v1/2 tag reader plus typefind function.
29065
29066 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29067
29068         * configure.ac:
29069         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29070         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29071           Remove hacks for older core. Require newer core version
29072           accordingly.
29073
29074 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29075
29076         * gst/cdxaparse/Makefile.am:
29077         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
29078         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
29079         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
29080         * gst/cdxaparse/gstcdxaparse.h:
29081         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
29082         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
29083         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
29084         (gst_cdxastrip_get_src_query_types),
29085         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
29086         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
29087         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
29088         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
29089         * gst/cdxaparse/gstcdxastrip.h:
29090           SVCD/VCD header stripping separated from CDXA image parsing.
29091         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29092         (plugin_init):
29093           Add VCD/SVCD header typefinding for VCD/SVCD.
29094         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
29095         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
29096         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
29097         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
29098         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
29099         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
29100         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
29101         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
29102         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
29103         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
29104         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
29105         * sys/vcd/vcdsrc.h:
29106           Fix up, add seeking, querying, URI interface. Works in totem now.
29107
29108 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29109
29110         * configure.ac:
29111           back to CVS
29112
29113 === release 0.8.6 ===
29114
29115 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29116
29117         * NEWS:
29118         * RELEASE:
29119         * configure.ac:
29120         * po/af.po:
29121         * po/az.po:
29122         * po/cs.po:
29123         * po/en_GB.po:
29124         * po/hu.po:
29125         * po/it.po:
29126         * po/nb.po:
29127         * po/nl.po:
29128         * po/or.po:
29129         * po/sq.po:
29130         * po/sr.po:
29131         * po/sv.po:
29132         * po/uk.po:
29133           releasing 0.8.6, "IOU Love"
29134
29135 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29136
29137         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29138
29139         * gst/playback/gstplaybasebin.c:
29140           Fix unplayable files error handling.  Fixes #158365
29141
29142 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29143
29144         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29145
29146         * gst/typefind/gsttypefindfunctions.c:
29147           Fix broken mp3 typefinding.  Fixes #158375
29148
29149 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29150
29151         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29152
29153         * ext/ogg/gstoggdemux.c:
29154           Fix sync on broken files.  Fixes #158976
29155
29156 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29157
29158         patch by: Edward Hervey <bilboed@bilboed.com>
29159
29160         * ext/libpng/gstpngenc.c:
29161           Copy over buffer properties.  Fixes #158832
29162
29163 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29164
29165         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
29166
29167         * ext/dvdread/dvdreadsrc.c:
29168           Fixes invalid reads (#158462)
29169
29170 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29171
29172         * sys/v4l/gstv4lsrc.c:
29173         * sys/v4l/gstv4lsrc.h:
29174         * sys/v4l/v4lsrc_calls.c:
29175           Probe less and cache it.  Fixes #159187.
29176
29177 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29178
29179         * gst/videorate/gstvideorate.c:
29180           Handle all video formats. Fixes #159186.
29181
29182 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
29183         * gst/synaesthesia/gstsynaesthesia.c:
29184         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
29185         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
29186         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
29187         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
29188         (gst_synaesthesia_change_state), (plugin_init):
29189         Fix up synaesthesia to work under different samplerates/ buffer sizes.
29190         Force 320x200 output, as that's the only thing the underlying
29191         synaesthesia implementation supports. Still needs to be made
29192         re-entrant.
29193
29194 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29195
29196         * configure.ac:
29197           Fix mpeg2enc configure check (similar to mplex check below).
29198
29199 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
29200
29201         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29202
29203         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29204           Fix for gcc-2.95 (fixes #158221).
29205
29206 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29207
29208         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29209           Re-add clock distribution hack (until new core is released).
29210           Fixes #158125.
29211
29212 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
29213         * configure.ac:
29214           fix mplex configure check segfaulting on some systems (bug #140994)
29215
29216 2004-11-13  Benjamin Otte  <otte@gnome.org>
29217
29218         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29219           add debugging
29220         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29221           do a wait when we enter the loop func with no data available to
29222           write instead of getting into an 100% CPU loop by just returning and
29223           being called again by the scheduler
29224
29225 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
29226
29227         * configure.ac:
29228         * ext/libvisual/visual.c: (gst_visual_get_type),
29229         (libvisual_log_handler), (gst_visual_getcaps),
29230         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29231         (plugin_init):
29232           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29233         * ext/smoothwave/Makefile.am:
29234         * ext/smoothwave/demo-osssrc.c: (main):
29235         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29236         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29237         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29238         (plugin_init):
29239         * ext/smoothwave/gstsmoothwave.h:
29240           Make gstsmoothwave a working element in the 20th century.
29241
29242         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29243           Fix incorrect link function
29244
29245 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29246
29247         * gst/volume/gstvolume.c:
29248           Allow buffer-frames=0.
29249
29250 2004-11-12 Iain <iaingnome@gmail.com>
29251
29252         * configure.ac: Check for polypaudio
29253
29254         * ext/Makefile.am: Build the polyp dir
29255
29256         * ext/polyp: The polypsink sources.
29257
29258 2004-10-30 Iain <iaingnome@gmail.com>
29259
29260         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29261         caps to reflect the new number of channels.
29262
29263 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29264
29265         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29266           Fix for negotiation order problem. This would show when the
29267           ALSA loopfuction was called before any other function. ALSA
29268           wouldn't do anything because we're not negotiated yet, leading
29269           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29270
29271 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29272
29273         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29274
29275         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29276           No warnings (#157986).
29277
29278 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29279
29280         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29281           Prefer apev1/2 and id3v1 (at end of file) over musepack.
29282
29283 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29284
29285         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29286           Signal no-more-pads (so it works in playbin).
29287
29288 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29289
29290         * ext/musepack/gstmusepackreader.cpp:
29291           Workaround for older core.
29292
29293 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29294
29295         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29296           Actually test for odd width/height rather than testing whether
29297           a temporary variable that was 0 before we subtracted 1 is now
29298           not equal to zero (which it always is).
29299
29300 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29301
29302         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29303         Fix compilation if HAVE_XVIDEO is not defined
29304
29305 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29306
29307         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29308         Fix compilation if HAVE_XVIDEO is not defined
29309
29310 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29311
29312         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29313         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29314         (gst_goom_change_state), (plugin_init):
29315         Use the bytestream adapter so goom doesn't depend on the input
29316         buffer size.
29317         Add a debug category
29318
29319 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29320
29321         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29322           Only set hardware parameters *after* negotiation. Before
29323           negotiation, it will set ANY and that seems to cause crashes
29324           (see e.g. #151288, #153227).
29325
29326 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29327
29328         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29329           This seems to be antique leftover. It needs to pass error
29330           checking.
29331         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29332         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29333         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29334         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29335           Fix GstXOverlay implementation (#151059).
29336
29337 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29338
29339         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29340           Don't assert (#157853).
29341
29342 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29343
29344         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29345           Fix bytes/samples confustion.
29346         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29347           Fix for underrun (#144389).
29348
29349 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29350
29351         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29352           Disable halfway-seek for pending release (since it needs a new
29353           core release).
29354
29355 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29356
29357         * sys/v4l/gstv4lsrc.c:
29358         * sys/v4l/gstv4lsrc.h:
29359         * sys/v4l/v4lsrc_calls.c:
29360           add autoprobe-fps property so we can separate autoprobing parts
29361
29362 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29363
29364         * sys/v4l/gstv4lsrc.c:
29365         * sys/v4l/v4lsrc_calls.c:
29366         initialise fourcc to catch unset fourcc's, and debug
29367
29368 2004-11-09  Wim Taymans  <wim@fluendo.com>
29369
29370         * gst/playback/README:
29371         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29372         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29373         (gst_play_bin_dispose), (gst_play_bin_set_property),
29374         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29375         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29376         (gst_play_bin_get_formats), (gst_play_bin_convert),
29377         (gst_play_bin_get_query_types), (gst_play_bin_query):
29378         Cleanups and some more documentation.
29379
29380 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29381
29382         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29383         (gst_cacasink_init), (gst_cacasink_chain):
29384         * ext/libcaca/gstcacasink.h:
29385         Cacasink inherits from VideoSink, so let that store the clock.
29386
29387 2004-11-09  Wim Taymans  <wim@fluendo.com>
29388
29389         * gst/playback/README:
29390         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29391         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29392         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29393         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29394         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29395         (setup_sinks):
29396         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29397         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29398         * gst/playback/gststreaminfo.h:
29399         Updated README.
29400         Only switch groups if all streams have muted (EOSed).
29401         Send Tags in sync with the stream playback instead of in
29402         the playback/preroll phase.
29403         Some cleanups, free the fakesrc elements.
29404
29405 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29406
29407         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29408           buffer-frames property was missing
29409         * ext/arts/gst_arts.c:
29410           rate missing from sinkcaps
29411         * ext/audiofile/gstafparse.c:
29412         * ext/audiofile/gstafsink.c:
29413         * ext/audiofile/gstafsrc.c:
29414         * ext/swfdec/gstswfdec.c:
29415           int audio doesn't know buffer-frames
29416         * ext/cdparanoia/gstcdparanoia.c:
29417           int audio doesn't know chunksize either
29418         * ext/nas/nassink.c:
29419           it's endianness, not endianess
29420         * gst-libs/gst/audio/audio.h:
29421           make float standard pad template caps really describe float
29422         * gst/law/mulaw.c: (linear_factory):
29423           signed only, please
29424         * gst/mpegstream/gstdvddemux.c:
29425           widths of 20 are not valid
29426
29427 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29428
29429         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29430
29431         * po/LINGUAS:
29432         * po/it.po:
29433           Add Italian
29434
29435 2004-11-08  Wim Taymans  <wim@fluendo.com>
29436
29437         * gst/playback/README:
29438         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29439         * gst/playback/gstplaybasebin.c: (probe_triggered),
29440         (gst_play_base_bin_change_state):
29441         Updated README, added more comments for fixmes etc..
29442
29443 2004-11-08  Wim Taymans  <wim@fluendo.com>
29444
29445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29446         We can remove this hack now.
29447
29448 2004-11-08  Wim Taymans  <wim@fluendo.com>
29449
29450         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29451         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29452         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29453         Only mix AYUV for maximum quality.
29454
29455 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29456
29457         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29458         (gst_ogg_demux_push), (gst_ogg_pad_push):
29459           Let's act as if we're synchronized now! :).
29460         * ext/theora/theoradec.c: (theora_dec_chain):
29461           Add some debug.
29462
29463 2004-11-08  Wim Taymans  <wim@fluendo.com>
29464
29465         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29466         (gst_alpha_set_property), (gst_alpha_sink_link),
29467         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29468         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29469         (gst_alpha_init_params), (gst_alpha_chain):
29470         Implement alpha functions for AYUV too, this increases
29471         accuracy quite a bit.
29472
29473 2004-11-08  Wim Taymans  <wim@fluendo.com>
29474
29475         * gst/ffmpegcolorspace/avcodec.h:
29476         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29477         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29478         (gst_ffmpegcsp_avpicture_fill):
29479         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29480         (gst_ffmpegcsp_caps_remove_format_info):
29481         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29482         (shrink12), (img_get_alpha_info), (deinterlace_line),
29483         (deinterlace_line_inplace):
29484         * gst/ffmpegcolorspace/imgconvert_template.h:
29485         Added AYUV colorspace and handle RGBA a bit more respectful.
29486
29487 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29488
29489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29490           Actually always send a discont (cornercase when resending the
29491           same serial-tagged chain twice).
29492
29493 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29494
29495         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29496         (gst_ximagesink_finalize):
29497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29498         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29499
29500 2004-11-08  Wim Taymans  <wim@fluendo.com>
29501
29502         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29503         Don't segfault on NULL data.
29504
29505 2004-11-08  Wim Taymans  <wim@fluendo.com>
29506
29507         * gst/playback/gstdecodebin.c: (unlinked):
29508         * gst/playback/gstplay-marshal.list:
29509         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29510         (gst_play_base_bin_init), (group_create), (get_active_group),
29511         (get_building_group), (group_destroy), (group_commit),
29512         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29513         (add_element_stream), (no_more_pads), (probe_triggered),
29514         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29515         (state_change), (setup_source), (gst_play_base_bin_get_property),
29516         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29517         (gst_play_base_bin_link_stream),
29518         (gst_play_base_bin_get_streaminfo):
29519         * gst/playback/gstplaybasebin.h:
29520         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29521         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29522         Add support for chained ogg files. Prepare for playlist
29523         support. This patch introduces the concept of pad groups, which
29524         together compose one playable media file.
29525
29526 2004-11-07  David Schleef  <ds@schleef.org>
29527
29528         * testsuite/gst-lint: Check for pad templates that aren't statically
29529         scoped.
29530
29531 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29532
29533         * configure.ac:
29534         * ext/Makefile.am:
29535         * ext/musepack/Makefile.am:
29536         * ext/musepack/gstmusepackdec.cpp:
29537         * ext/musepack/gstmusepackdec.h:
29538         * ext/musepack/gstmusepackreader.cpp:
29539         * ext/musepack/gstmusepackreader.h:
29540           Add musepack decoder.
29541         * ext/faad/gstfaad.c: (gst_faad_base_init):
29542           Make pad templates static.
29543         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29544         (plugin_init):
29545           Add musepack typefinder, make mp3 typefinding work halfway stream,
29546           which doesn't actually work yet because id3demux doesn't implement
29547           _get_length().
29548
29549 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29550
29551         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29552         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29553           Fix interrupt event handling (#144436).
29554
29555 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29556
29557         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29558           Hide unused glory.
29559
29560 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29561
29562         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29563
29564         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29565           Fix weird caps (#157548).
29566
29567 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29568
29569         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29570
29571         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29572           Add missing NULL terminator (#157543).
29573
29574 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29575
29576         * gst/tcp/gsttcp.h:
29577         * gst/tcp/gsttcpclientsink.c:
29578         * gst/tcp/gsttcpclientsrc.c:
29579         * gst/tcp/gsttcpserversink.c:
29580         * gst/tcp/gsttcpserversrc.c:
29581           ports can go up to 65535.  Move common defines to gsttcp.h
29582
29583 2004-11-05  Wim Taymans  <wim@fluendo.com>
29584
29585         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29586         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29587         Added two more colorspaces.
29588
29589 2004-11-05  Wim Taymans  <wim@fluendo.com>
29590
29591         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29592         (gst_ffmpegcsp_avpicture_fill):
29593         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29594         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29595         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29596         More stride fixes.
29597
29598 2004-11-05  Wim Taymans  <wim@fluendo.com>
29599
29600         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29601         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29602         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29603         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29604         (gst_videomixer_loop):
29605         More stride fixes.
29606
29607 2004-11-05  Benjamin Otte  <otte@gnome.org>
29608
29609         * ext/mad/gstmad.c: (gst_mad_chain):
29610           don't overflow data buffer. Flush not needed sync data when syncing
29611           failed.
29612
29613 2004-11-04  Wim Taymans  <wim@fluendo.com>
29614
29615         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29616         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29617         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29618         (gst_alpha_init_params), (gst_alpha_chain),
29619         (gst_alpha_change_state):
29620         Updated the chroma keying algorithm with something more
29621         sophisticated.
29622
29623 2004-11-03  Wim Taymans  <wim@fluendo.com>
29624
29625         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29626         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29627         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29628         Fix stride issues. Does not completely work for odd
29629         heights.
29630
29631 2004-11-03  Wim Taymans  <wim@fluendo.com>
29632
29633         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29634         (gst_alpha_chroma_key), (gst_alpha_chain):
29635         Fix stride issues. Does not completely work for odd
29636         heights.
29637
29638 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29639
29640         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29641         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29642         leak fixes
29643
29644 2004-11-03  Wim Taymans  <wim@fluendo.com>
29645
29646         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29647         (gst_ffmpegcsp_avpicture_fill):
29648         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29649         (avpicture_alloc):
29650         * gst/ffmpegcolorspace/imgconvert_template.h:
29651         Use correct _fill function to get correct strides.
29652
29653 2004-11-02  David Schleef  <ds@schleef.org>
29654
29655         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29656         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29657         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29658         Change all g_print()s to debugging.  Add a bunch of consistency
29659         checks.
29660
29661 2004-11-02  Wim Taymans  <wim@fluendo.com>
29662
29663         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29664         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29665         (unlinked), (no_more_pads), (close_link):
29666         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29667         (unknown_type), (add_element_stream), (new_decoded_pad),
29668         (removed_decoded_pad), (setup_source):
29669         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29670         (gst_stream_info_class_init), (gst_stream_info_init),
29671         (gst_stream_info_new), (gst_stream_info_dispose),
29672         (stream_info_mute_pad), (gst_stream_info_set_property),
29673         (gst_stream_info_get_property):
29674         * gst/playback/gststreaminfo.h:
29675         Fix playback of multiple files.
29676         a slightly different approach to handling dynamic pad removals.
29677         This one only looks at pads that we have linked.
29678
29679 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29680
29681         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29682         free" warning from libc.
29683
29684 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29685
29686         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29687         (get_unconnected_element), (remove_starting_from), (pad_removed),
29688         (close_link):
29689           Implement support for dynamic pad changing. We listen to "live"
29690           pad removals (i.e. while playing) and re-setup autoplugging
29691           after that. Playbasebin/playbin need some more work for this
29692           to finally work, but decodebin supports (and replugs) chained
29693           ogg now.
29694
29695 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29696
29697         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29698         (gst_alsa_finalize):
29699         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29700         (gst_cdaudio_finalize):
29701         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29702         (cdparanoia_finalize):
29703         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29704         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29705         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29706         (dvdreadsrc_finalize):
29707         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29708         (gst_flacdec_finalize):
29709         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29710         (gst_flacenc_finalize):
29711         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29712         (gst_gnomevfssink_finalize):
29713         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29714         (gst_gnomevfssrc_finalize):
29715         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29716         (gst_fameenc_finalize):
29717         * ext/nas/nassink.c: (gst_nassink_class_init),
29718         (gst_nassink_finalize):
29719         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29720         (gst_sdlvideosink_class_init):
29721         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29722         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29723         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29724         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29725         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29726         (gst_x_window_listener_dispose):
29727         * gst/audioscale/gstaudioscale.c:
29728         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29729         (play_on_demand_finalize):
29730         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29731         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29732         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29733         (cdplayer_finalize):
29734         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29735         (gst_glimagesink_class_init):
29736         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29737         (gst_osselement_finalize):
29738         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29739         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29740         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29741           Fixes a bunch of problems with finalize and dispose functions,
29742           either assumptions that dispose is only called once, or not calling
29743           the parent class dispose/finalize function
29744
29745 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29746
29747         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29748           added two api precondition guards
29749           use g_strdup with getenv to fix crash when using ENVVAR
29750
29751 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29752         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29753         (gst_esdsink_finalize):
29754         Use a finalize function, not dispose, and more importantly,
29755         call the parent class finalize function too
29756
29757 2004-11-01  Johan Dahlin  <johan@gnome.org>
29758
29759         * ext/ogg/gstoggdemux.c:
29760         * gst/tags/gstvorbistag.c:
29761         Plug leaks.
29762
29763 2004-10-31  Benjamin Otte  <otte@gnome.org>
29764
29765         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29766           lotsa memleaks today. But they're all small...
29767
29768 2004-10-31  Benjamin Otte  <otte@gnome.org>
29769
29770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29771           another memleak crushed
29772
29773 2004-10-31  Benjamin Otte  <otte@gnome.org>
29774
29775         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29776           fix memleak
29777
29778 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29779
29780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29781           Hack to prevent crash when going to READY inside signal handler
29782           while this function is active.
29783
29784 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29785
29786         * gst/ffmpegcolorspace/Makefile.am:
29787         * gst/ffmpegcolorspace/avcodec.h:
29788         * gst/ffmpegcolorspace/common.h:
29789         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29790         * gst/ffmpegcolorspace/dsputil.h:
29791         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29792         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29793         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29794         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29795         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29796         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29797         (gst_ffmpegcsp_avpicture_fill):
29798         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29800         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29801         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29802         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29803         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29804         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29805         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29806         * gst/ffmpegcolorspace/imgconvert.c:
29807         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29808         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29809         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29810         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29811         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29812         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29813         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29814         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29815         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29816         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29817         (grow21), (grow22), (grow41), (grow44), (conv411),
29818         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29819         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29820         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29821         (avpicture_free), (is_yuv_planar), (img_convert),
29822         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29823         (deinterlace_line_inplace), (deinterlace_bottom_field),
29824         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29825         * gst/ffmpegcolorspace/imgconvert_template.h:
29826         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29827         * gst/ffmpegcolorspace/mmx.h:
29828         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29829         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29830         (av_freep), (avcodec_get_context_defaults),
29831         (avcodec_alloc_context), (avcodec_init):
29832           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29833           handling plus update from ffmpeg CVS. Large clean-up.
29834
29835 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29836
29837         * gst/playback/Makefile.am:
29838           We need the marshallers for decodebin, too.
29839
29840 2004-10-30  David Schleef  <ds@schleef.org>
29841
29842         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29843           quicktime typefinding work with 64-bit offsets.
29844
29845 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29846
29847         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29848           Set EOS on the element when processing an EOS event.
29849         * ext/speex/gstspeexdec.h:
29850         * ext/speex/gstspeexenc.h:
29851           Only keep a const ptr to the mode
29852         * gst-libs/gst/riff/riff-media.c:
29853         (gst_riff_create_audio_caps_with_data),
29854         (gst_riff_create_audio_template_caps):
29855           Allow WMAV3, with up to 6 channels.
29856         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29857           Don't call gst_pad_set_event_function on a sink pad.
29858         * gst/mpegstream/gstdvddemux.c:
29859         (gst_dvd_demux_get_subpicture_stream),
29860         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29861           Copy the explicit caps that were set across to the cur_* pads,
29862           instead of trying to use a possibly non-existent negotiated caps.
29863           Reset the type of subpicture pads to UNKNOWN after calling
29864           init_stream, so that the caps get set.
29865
29866 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29867
29868         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29869
29870         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29871           Don't touch buffer if it is of size 0 (fixes #151064).
29872
29873 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29874
29875         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29876           Synchronized discont handling.
29877
29878 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29879
29880         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29881         (gst_ogg_demux_push):
29882           Make seeking sort-of exact again (fixes #156387).
29883
29884 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29885
29886         * gst/playback/gstplaybasebin.c: (unknown_type),
29887         (add_element_stream), (new_decoded_pad),
29888         (gst_play_base_bin_change_state):
29889         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29890         (gst_stream_info_init), (gst_stream_info_new),
29891         (gst_stream_info_dispose), (gst_stream_info_get_property):
29892         * gst/playback/gststreaminfo.h:
29893           Make caps explicitely available. Makes testing for unsupported
29894           types possible. Improves error reporting.
29895
29896 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29897
29898         * gst/audioconvert/gstaudioconvert.c:
29899         (gst_audio_convert_buffer_to_default_format):
29900           Really don't touch read-only buffers (#156563).
29901
29902 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29903
29904         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29905
29906         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29907           Fix memleak (#155223).
29908
29909 2004-10-29  Wim Taymans  <wim@fluendo.com>
29910
29911         * gst/tcp/.cvsignore:
29912         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29913         (gst_multifdsink_class_init), (gst_multifdsink_init),
29914         (gst_multifdsink_add), (gst_multifdsink_remove),
29915         (gst_multifdsink_remove_client_link), (is_sync_frame),
29916         (gst_multifdsink_new_client),
29917         (gst_multifdsink_handle_client_write),
29918         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29919         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29920         (gst_multifdsink_get_property):
29921         * gst/tcp/gstmultifdsink.h:
29922         Added burst on connect sync_method, deprecated sync_clients,
29923         streamlined the sync code some more.
29924
29925 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29926
29927         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29928         (gst_play_base_bin_change_state):
29929           Improve error reporting.
29930
29931 2004-10-28  Wim Taymans  <wim@fluendo.com>
29932
29933         * gst/tcp/Makefile.am:
29934         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29935         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29936         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29937         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29938         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29939         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29940         (gst_fdset_wait):
29941         Added more locks around fdset structures. Fixed/reworked
29942         the poll array resizing code.
29943         Added stress test for fdset.
29944
29945 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29946
29947         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29948         fix build
29949
29950 2004-10-28  Benjamin Otte  <otte@gnome.org>
29951
29952         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29953           fix link function to always query channels and query width for
29954           floats
29955         * configure.ac:
29956           add equalizer dir
29957         * gst/equalizer/Makefile.am:
29958         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29959         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29960         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29961         (arg_to_scale), (setup_filter),
29962         (gst_iir_equalizer_compute_frequencies),
29963         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29964         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29965         (plugin_init):
29966           add an equalizer
29967
29968 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29969
29970         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29971
29972         * po/LINGUAS:
29973         * po/nb.po:
29974           Added Norwegian Bokmaal translation
29975
29976 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29977
29978         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29979           Don't break on options (fixes #156488).
29980
29981 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29982
29983         * configure.ac:
29984         * ext/cdaudio/Makefile.am:
29985         * sys/Makefile.am:
29986           fix build on older automake
29987
29988 2004-10-26  Wim Taymans  <wim@fluendo.com>
29989
29990         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29991         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29992         Allow a little margin when negotiating the framerate.
29993
29994 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29995
29996         * gst/level/gstlevel.c:
29997           synchonised naming of pads and pad-templates
29998
29999 2004-10-26  Wim Taymans  <wim@fluendo.com>
30000
30001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
30002         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
30003         (_find_streams_check), (gst_ogg_demux_push):
30004         Fix EOS again. Needs to be done in a better way. We should not
30005         remove the pad if there is no new chained stream.
30006
30007 2004-10-26 Iain <iaingnome@gmail.com>
30008
30009         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
30010         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
30011         of the caps.
30012         * gst/interleave/interleave.c (interleave_class_init): Hook up release
30013         pad.
30014         (interleave_release_pad): Remove the pad.
30015         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
30016         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
30017         the set device.
30018         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
30019         attrs
30020         (gst_xvimagesink_xcontext_clear): Free the xcontext.
30021         (gst_xvimagesink_finalize): Free the par.
30022
30023 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30024
30025         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
30026         (gst_avimux_stop_file):
30027           First calculate the rate, and only then use it. Hdr.rate is a
30028           multiple and not a derivative of hdr.scale. Scale is not the
30029           same as blockalign but is solely related to rate.
30030
30031 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30032
30033         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
30034         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
30035           Implement seeking.
30036
30037 2004-10-25  James Henstridge  <james@jamesh.id.au>
30038
30039         Reviewed by:  David Schleef  <ds@schleef.org>
30040
30041         * examples/gstplay/player.c: (got_stream_length), (main):
30042         * examples/seeking/cdplayer.c: (update_scale):
30043         * examples/seeking/seek.c: (format_value), (update_scale):
30044         * examples/seeking/spider_seek.c: (format_value), (update_scale),
30045         (stop_seek):
30046         Build fixes on AMD64.
30047
30048 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30049
30050         reviewed by: Ronald Bultje <rbultje at gnome dot org>
30051
30052         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
30053         Fix for some v4l cards which hang in v4lsrc
30054
30055 2004-10-25  Wim Taymans  <wim@fluendo.com>
30056
30057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
30058         (gst_ogg_demux_push), (gst_ogg_chains_clear):
30059         Make sure to remove the pad when a new chain is
30060         encountered. Set some vars to NULL so we don't try
30061         to reference freed memory.
30062
30063 2004-10-25  Wim Taymans  <wim@fluendo.com>
30064
30065         * examples/seeking/Makefile.am:
30066         * examples/seeking/cdplayer.c: (update_scale):
30067         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
30068         * examples/seeking/playbin.c: (make_playerbin_pipeline),
30069         (format_value), (update_scale), (iterate), (start_seek),
30070         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
30071         (print_usage), (main):
30072         Added some more examples, update others.
30073
30074 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30075
30076         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30077         * ext/speex/gstspeexdec.c: (speex_dec_chain):
30078         * ext/theora/theoradec.c: (theora_dec_chain):
30079         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30080           Add codec-name metadata.
30081
30082 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
30083
30084         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30085
30086         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30087         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30088         * ext/alsa/gstalsamixertrack.h:
30089         * po/POTFILES.in:
30090           ALSA mixer track label internationalization (#154054).
30091
30092 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30093
30094         * ext/theora/theoradec.c: (theora_dec_chain):
30095           Export bitrate as metadata.
30096
30097 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30098
30099         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30100         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30101         * ext/alsa/gstalsamixertrack.h:
30102           Fix names, fix loop.
30103
30104 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30105
30106         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
30107         (speex_dec_convert):
30108           sinkconvert function so oggdemux can get the file length (totem).
30109
30110 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
30111
30112         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30113
30114         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30115           Don't push incomplete packets.
30116         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
30117           Fix MPEG-4 audio typefinding.
30118
30119 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30120
30121         * sys/v4l/Makefile.am:
30122         * sys/v4l/gstv4l.c: (plugin_init):
30123         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
30124         (gst_v4lelement_init), (gst_v4lelement_dispose),
30125         (gst_v4lelement_change_state):
30126         * sys/v4l/gstv4lelement.h:
30127         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
30128         (gst_v4l_xoverlay_close), (idle_refresh),
30129         (gst_v4l_xoverlay_set_xwindow_id):
30130         * sys/v4l/gstv4lxoverlay.h:
30131         * sys/v4l/v4l-overlay_calls.c:
30132         * sys/v4l/v4l_calls.h:
30133         * sys/v4l2/Makefile.am:
30134         * sys/v4l2/gstv4l2.c: (plugin_init):
30135         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
30136         (gst_v4l2element_init), (gst_v4l2element_dispose),
30137         (gst_v4l2element_change_state):
30138         * sys/v4l2/gstv4l2element.h:
30139         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
30140         (gst_v4l2_xoverlay_close), (idle_refresh),
30141         (gst_v4l2_xoverlay_set_xwindow_id):
30142         * sys/v4l2/gstv4l2xoverlay.h:
30143         * sys/v4l2/v4l2-overlay_calls.c:
30144         * sys/v4l2/v4l2_calls.h:
30145           Remove client-side overlay handling, use the X-server v4l plugin
30146           for that. Nicer overlay, less code. Also make the plugin
30147           compileable without X (but then without overlay, obviously).
30148           Makes xwindowlistener obsolete, should we remove that?
30149
30150 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30151
30152         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
30153         (gst_osssrc_src_query):
30154         * sys/oss/gstosssrc.h:
30155           OK, so people want offset in DEFAULT. This time, actually fix all
30156           cases.
30157         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30158           Add FPS properly.
30159
30160 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30161
30162         * gst/asfdemux/gstasfmux.c:
30163         * gst/avi/gstavimux.c:
30164           Framerate.
30165
30166 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30167
30168         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
30169           Fix properties (channel, norm, frequency).
30170
30171 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30172
30173         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
30174           Flag typo.
30175         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
30176           No warnings.
30177
30178 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30179
30180         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
30181           Fix hang.
30182
30183 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30184
30185         * sys/v4l2/gstv4l2element.h:
30186           Yet Another Hack (tm) for kernel header borkedness.
30187         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
30188         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
30189         (gst_v4l2src_link), (gst_v4l2src_getcaps),
30190         (gst_v4l2src_change_state):
30191         * sys/v4l2/gstv4l2src.h:
30192         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
30193         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
30194           Fix caps, keep track of state, work.
30195
30196 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30197
30198         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
30199           Quiet.
30200
30201 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30202
30203         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30204           Don't mix bytes and samples.
30205
30206 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30207
30208         * ext/ogg/gstoggmux.c:
30209           Basic pad template which accepts OGM tracks, speex, flac, vorbis
30210           and theora. Any is incorrect.
30211         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30212           Fix caps.
30213         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30214         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30215         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30216         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30217         * sys/v4l/gstv4lmjpegsrc.h:
30218         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30219         (gst_v4lsrc_change_state):
30220         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30221         (gst_v4lmjpegsrc_capture_stop):
30222           Fix caps. Keep track of internal state. Work.
30223
30224 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30225
30226         * ext/Makefile.am:
30227           Fix the build fixes.
30228
30229 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30230
30231         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30232         (gst_ogg_demux_src_event), (_find_chain_seek),
30233         (gst_ogg_pad_push):
30234           Check for pad availability before using it.
30235         * ext/ogg/gstoggdemux.c: (_find_chain_process):
30236           Fix parsing of chained ogg. Needs more work on the decoder side.
30237
30238 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30239
30240         * gst/spectrum/Makefile.am:
30241         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30242         (idle_func):
30243           Fix demo and reenable it. Yes, I'm currently playing with audio
30244           analysis tools
30245
30246 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30247
30248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30249           We love it if files that start at zero work too...
30250
30251 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30252
30253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30254           Handle files with missing EOS headers.
30255
30256 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30257
30258         * gst/tcp/gsttcpserversink.c:
30259         (gst_tcpserversink_handle_server_read),
30260         (gst_tcpserversink_init_send):
30261         Zero some variables first (need for accept not to return EINVAL)
30262
30263 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30264
30265         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30266         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30267         * ext/theora/theoradec.c: (theora_dec_sink_convert),
30268         (theora_dec_chain):
30269         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30270         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30271           Seeking and querying finetune.
30272
30273 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30274
30275         * configure.ac:
30276         * ext/Makefile.am:
30277         * ext/raw1394/Makefile.am:
30278           fix the build
30279
30280 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30281
30282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30283           Wrong return.
30284         * gst/playback/Makefile.am:
30285         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30286         * gst/playback/gstplay-marshal.list:
30287         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30288           Fix marshallers.
30289
30290 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30291
30292         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30293           Silence.
30294
30295 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30296
30297         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30298         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30299         (gst_ogg_pad_push):
30300           Yay for non-lineair granulepos in theora.
30301
30302 2004-10-18  Wim Taymans  <wim@fluendo.com>
30303
30304         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30305         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30306         * ext/dv/gstdvdec.h:
30307         Make sure we renegotiate aspect ratio when the camera switches.
30308
30309 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30310
30311         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30312         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30313           Start at zero.
30314         * ext/theora/theoradec.c: (theora_dec_chain):
30315           Skip headers. Bad idea for chained ogg, but fixes seeking.
30316
30317 2004-10-18  Wim Taymans  <wim@fluendo.com>
30318
30319         * configure.ac:
30320         I swear, this is the last time I touch this.
30321
30322 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30323
30324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30325         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30326         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30327           Faster seeking.
30328         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30329           Time-to-default conversion.
30330         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30331           Don't error on unknown packets, just skip. We should probably
30332           read them if we want to support chained ogg.
30333
30334 2004-10-18  Wim Taymans  <wim@fluendo.com>
30335
30336         * configure.ac:
30337         Added cdaudio to wrong list.
30338
30339 2004-10-18  Wim Taymans  <wim@fluendo.com>
30340
30341         * configure.ac:
30342         Revive cdaudio.
30343
30344 2004-10-18  Wim Taymans  <wim@fluendo.com>
30345
30346         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30347         (gst_dvdec_video_link), (gst_dvdec_push):
30348         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30349         (gst_smokeenc_resync), (gst_smokeenc_chain):
30350         Fix mimetype on smoke encoder.
30351         Add aspect ratio to dvdec. Not sure if these
30352         values are correct though....
30353
30354 2004-10-18  Wim Taymans  <wim@fluendo.com>
30355
30356         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30357         Fix vorbis property descriptions and ranges.
30358
30359 2004-10-18  Wim Taymans  <wim@fluendo.com>
30360
30361         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30362         Really do nothing when no data is available.
30363         Go to the playing state when the stream is not seekable
30364         instead of failing.
30365
30366 2004-10-18  Wim Taymans  <wim@fluendo.com>
30367
30368         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30369         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30370         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30371         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30372         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30373         Added uri handler for cd://
30374         Port to new API.
30375
30376 2004-10-18  Wim Taymans  <wim@fluendo.com>
30377
30378         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30379         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30380         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30381         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30382         (remove_prerolls), (unknown_type), (add_element_stream),
30383         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30384         (gst_play_base_bin_remove_element),
30385         (gst_play_base_bin_link_stream):
30386         * gst/playback/gstplaybin.c: (gen_video_element),
30387         (gen_vis_element), (remove_sinks), (setup_sinks):
30388         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30389         (gst_stream_info_get_type), (gst_stream_info_class_init),
30390         (gst_stream_info_init), (gst_stream_info_new),
30391         (gst_stream_info_dispose), (stream_info_mute_pad),
30392         (gst_stream_info_set_property), (gst_stream_info_get_property):
30393         * gst/playback/gststreaminfo.h:
30394         Add sink padtemplate to decodebin.
30395         Added some more comments.
30396         Make queue size configurable in playbasebin.
30397         Added possibility to use elements as sinks (ex cdaudio).
30398
30399 2004-10-15  Wim Taymans  <wim@fluendo.com>
30400
30401         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30402         (gst_speexenc_chain):
30403         Fix speex timestamps so that it gets muxed properly.
30404
30405 2004-10-15  Wim Taymans  <wim@fluendo.com>
30406
30407         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30408         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30409         (gst_dv1394src_init), (gst_dv1394src_dispose),
30410         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30411         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30412         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30413         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30414         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30415         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30416         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30417         * ext/raw1394/gstdv1394src.h:
30418         Added conversion/query functions.
30419         Update buffer timestamps,
30420         Added signals.
30421         Added uri dv:// so it might play from the firewire in playbin.
30422         Fix a possible leak.
30423         Added debugging.
30424
30425 2004-10-15  Wim Taymans  <wim@fluendo.com>
30426
30427         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30428         (gst_dv1394src_init), (gst_dv1394src_set_property),
30429         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30430         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30431         * ext/raw1394/gstdv1394src.h:
30432         Added AV/C VTR control support needed for some cameras.
30433         Added automatic port detection.
30434         Added properties for selecting the channel.
30435         The configure.ac script is not yet updated to reflect the
30436         new libavc1394 and librom1394 dependencies.
30437
30438 2004-10-15  Wim Taymans  <wim@fluendo.com>
30439
30440         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30441         (qtdemux_parse), (gst_qtdemux_handle_esds):
30442         An esds box is not a container.
30443         Fix parsing of mp4v boxes.
30444         Do not try to renegotiate fps for each frame. Need to
30445         find a better method. This should fix mp4 playback.
30446
30447 2004-10-14  David Schleef  <ds@schleef.org>
30448
30449         * configure.ac: update for swfdec-0.3 and liboil-0.2
30450         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30451         * ext/swfdec/gstswfdec.h: same
30452         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30453         * gst/videotestsrc/videotestsrc.c: same
30454
30455 2004-10-14  Wim Taymans  <wim@fluendo.com>
30456
30457         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30458         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30459         (is_sync_frame), (gst_multifdsink_new_client),
30460         (gst_multifdsink_handle_client_write),
30461         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30462         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30463         Turn warnings into info.
30464         Don't allow a state change in the streaming thread.
30465
30466 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30467
30468         * ext/vorbis/oggvorbisenc.c:
30469         * ext/vorbis/vorbisdec.c:
30470           fix template sample rate
30471
30472 2004-10-13  Wim Taymans  <wim@fluendo.com>
30473
30474         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30475         Decoding the header first fixes some problems in resyncing
30476         in more mp3s.
30477
30478 2004-10-12  Wim Taymans  <wim@fluendo.com>
30479
30480         * gst/playback/gstplaybin.c: (gen_video_element),
30481         (gen_vis_element), (remove_sinks), (setup_sinks):
30482         Added vis plugin support, need to configure the vis
30483         element to activate it.
30484
30485 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30486
30487         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30488         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30489           Some debug.
30490         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30491         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30492         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30493         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30494         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30495         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30496         * gst/avi/gstavidemux.h:
30497           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30498           recovery (where, if part of the index is broken, we will still read
30499           the rest of the index and recover the broken part by stream
30500           scanning). More broken media support. EOS workarounds. General AVI
30501           braindamage headache recovery. Aspirin included.
30502
30503 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30504
30505         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30506         (cdparanoia_event), (cdparanoia_query):
30507           Get rid of hideous lead-in.
30508
30509 2004-10-11  Wim Taymans  <wim@fluendo.com>
30510
30511         * gst/playback/gstplaybasebin.c: (setup_source):
30512         Wrong var used to get g_list_next.
30513
30514 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30515
30516         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30517         (cdparanoia_get), (cdparanoia_open):
30518           Report discid as metadata, add duration.
30519
30520 2004-10-11  Wim Taymans  <wim@fluendo.com>
30521
30522         * gst/playback/gstplaybasebin.c: (setup_source):
30523         Cleanup the previous pipeline a little earlier for the
30524         case that a source element provides raw data.
30525
30526 2004-10-11  Benjamin Otte  <otte@gnome.org>
30527
30528         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30529           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30530           consuming the last 128 bytes, even though it was valid mp3 data.
30531
30532 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30533
30534         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30535         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30536         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30537         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30538
30539 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30540
30541         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30542         Fix for webcams that support only specific width or height
30543
30544 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30545
30546         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30547
30548         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30549           Fix wrong discont event setup (fixes #154967).
30550
30551 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30552
30553         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30554
30555         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30556           Error out on invalid data (fixes #154807).
30557
30558 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30559
30560         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30561
30562         * ext/dvdread/dvdreadsrc.c: (_read):
30563           Make titles > 0 work again (fixes #154834).
30564
30565 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30566
30567         * gst-libs/gst/riff/riff-media.c:
30568         (gst_riff_create_video_template_caps):
30569           WMV3 missing in template caps.
30570
30571 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30572
30573         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30574           OK, so the original code was too strict. It makes random AVI files
30575           hang for seconds upon opening, which is unacceptable and is far
30576           beyond the original goal of getting multiple chunks for one-chunk
30577           sounc stream files. So now do just that.
30578
30579 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30580
30581         * gst/playback/gstplaybasebin.c: (setup_source),
30582         (gst_play_base_bin_change_state):
30583           Actually clean up streaminfo if output fails. This would trigger
30584           if, for example, there was no CD in the drive. No preroll, so
30585           a streaminfo structure is created, but the subsequent state change
30586           of the thread fails.
30587         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30588           Don't change state if parent failed.
30589
30590 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30591
30592         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30593         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30594         (gen_video_element), (remove_sinks):
30595           Add small bits of code for screenshot handling.
30596
30597 2004-10-08  Wim Taymans  <wim@fluendo.com>
30598
30599         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30600         (gen_video_element), (gen_audio_element), (setup_sinks):
30601         Don't assume the user provided sinks are named "sink"...
30602
30603 2004-10-08  Wim Taymans  <wim@fluendo.com>
30604
30605         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30606         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30607         (gst_play_base_bin_link_stream):
30608         Do not try to autoplug sources that generate raw streams like
30609         cdparanoia.
30610         disconnect the preroll overrun signal when we don't need it anymore.
30611
30612 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30613
30614         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30615         Added reworked patch from #154903 from milosz derezynski (deadchip).
30616
30617 2004-10-08  Wim Taymans  <wim@fluendo.com>
30618
30619         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30620         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30621         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30622         (cdparanoia_convert), (cdparanoia_uri_get_type),
30623         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30624         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30625         * ext/cdparanoia/gstcdparanoia.h:
30626         This adds the cdda://<tracknum> uri.
30627
30628 2004-10-08  Wim Taymans  <wim@fluendo.com>
30629
30630         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30631         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30632         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30633         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30634         (unknown_type), (gst_play_base_bin_remove_element),
30635         (gst_play_base_bin_link_stream):
30636         * gst/playback/gstplaybasebin.h:
30637         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30638         (gst_play_bin_set_property), (gen_video_element),
30639         (gen_audio_element), (setup_sinks):
30640         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30641         (gst_stream_info_get_type), (gst_stream_info_class_init),
30642         (gst_stream_info_init), (gst_stream_info_new),
30643         (gst_stream_info_dispose), (stream_info_mute_pad),
30644         (gst_stream_info_set_property), (gst_stream_info_get_property):
30645         * gst/playback/gststreaminfo.h:
30646         Reuse the audio and video bins.
30647         Some internal cleanups in the stream selection code.
30648
30649 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30650
30651         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30652         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30653         * sys/ximage/ximagesink.h:
30654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30655         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30656         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30657         not coming from those elements. Moreover these elements should not keep
30658         the xid they have been given when in NULL state.
30659
30660 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30661
30662         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30663         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30664         * sys/ximage/ximagesink.h:
30665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30666         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30667         * sys/xvimage/xvimagesink.h:
30668           Actually only create a new toplevel window if we're not gonna
30669           embed it right after.
30670
30671 2004-10-07  Wim Taymans  <wim@fluendo.com>
30672
30673         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30674         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30675         * gst/playback/gstplaybin.c: (setup_sinks):
30676         Implement muting/unmuting of streams, mute streams that are not
30677         used.
30678
30679 2004-10-07  Wim Taymans  <wim@fluendo.com>
30680
30681         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30682         (plugin_init):
30683         Added lame audio/x-ac3 typefind function.
30684
30685 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30686
30687         * configure.ac:
30688           bump nano to cvs
30689
30690 === release 0.8.5 ===
30691
30692 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30693
30694         * NEWS:
30695         * RELEASE:
30696         * configure.ac:
30697           releasing 0.8.5, "Take You On"
30698
30699 2004-10-06  Wim Taymans  <wim@fluendo.com>
30700
30701         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30702         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30703         (no_more_pads), (close_link), (type_found):
30704         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30705         * gst/playback/gstplaybin.c: (gen_video_element):
30706         Do not signal the no_more_pads after the first pad when
30707         we are plugging a non dynamic element with multiple
30708         output pads (like swfdec, dvdec, ...).
30709
30710 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30711
30712         * configure.ac:
30713           bump for prerelease
30714
30715 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30716
30717         * gst/wavparse/gstwavparse.c:
30718           add ATRAC3 to STATIC CAPS to fix a warning
30719
30720         * gst/matroska/ebml-read.c:
30721         * gst-libs/gst/riff/riff-read.c:
30722           fix typos
30723
30724 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30725
30726         * gst-libs/gst/riff/riff-media.c:
30727           generate caps for ATRAC3 audio streams
30728
30729         * gst/realmedia/rmdemux.c:
30730           generate caps for ATRAC3 audio streams
30731
30732 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30733
30734         * gst/wavparse/Makefile.am
30735         * gst/wavparse/riff.h
30736         * gst/wavparse/wavparse.vcproj
30737           riff.h removal (unused and duplication with riff-ids.h)
30738
30739 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30740
30741         * gst/wavparse/gstwavparse.h
30742           remove duplicated defines for audio codec codes
30743
30744         * gst-libs/gst/riff/riff-ids.h
30745         * gst/wavenc/riff.h:
30746           add "4CC" code for ATRAC3 audio streams
30747           add "4CC" code for ITU_G721_ADPCM (unused for now)
30748
30749 2004-10-06  Wim Taymans  <wim@fluendo.com>
30750
30751         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30752         Actually _do_ negotiation. Pass gdouble as arg instead
30753         of guint64 for the framerate.
30754
30755 2004-10-06  Wim Taymans  <wim@fluendo.com>
30756
30757         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30758         (find_compatibles), (close_pad_link), (try_to_link_1),
30759         (no_more_pads), (close_link), (type_found):
30760         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30761         * gst/playback/gstplaybin.c: (gen_video_element),
30762         (gen_audio_element):
30763         Set state on newly added element to READY so that negotiation
30764         can happen ASAP.
30765         Addes some more debug info.
30766         Do not try to plug pads with multiple caps structures or ANY
30767         because it is too dangerous since we do not do dynamic
30768         replugging.
30769
30770 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30771
30772         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30773
30774         * po/LINGUAS:
30775         * po/or.po:
30776           add Oriya translation
30777
30778 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30779
30780         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30781           Prevent overwrite of size member. Makes audio sound crappy.
30782
30783 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30784
30785         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30786         Add rmvb to the list of known RealMedia extensions
30787
30788 2004-10-05  Wim Taymans  <wim@fluendo.com>
30789
30790         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30791         (mngdec_openstream), (mngdec_closestream),
30792         (mngdec_handle_sink_event), (mngdec_readdata),
30793         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30794         (mngdec_getcanvasline), (mngdec_refresh),
30795         (gst_mngdec_change_state):
30796         Set the framerate correctly.
30797
30798 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30799
30800         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30801           There was something wrong with the index massaging.
30802
30803 2004-10-04  Wim Taymans  <wim@fluendo.com>
30804
30805         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30806         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30807         (gst_smokedec_chain):
30808         * ext/jpeg/gstsmokedec.h:
30809         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30810         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30811         * ext/jpeg/gstsmokeenc.h:
30812         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30813         (smokecodec_decode_new), (smokecodec_info_free),
30814         (smokecodec_set_quality), (smokecodec_get_quality),
30815         (smokecodec_set_threshold), (smokecodec_get_threshold),
30816         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30817         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30818         (smokecodec_encode), (smokecodec_parse_id),
30819         (smokecodec_parse_header), (smokecodec_decode):
30820         * ext/jpeg/smokecodec.h:
30821         * ext/jpeg/smokeformat.h:
30822         Updated smoke, new bitstream, allows embedding in ogg.
30823
30824 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30825
30826         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30827           Fix seeking in some files. All this code is no longer needed (and
30828           actually breaks stuff) because we now synchronize the full index
30829           right when reading the header.
30830
30831 2004-10-04  Wim Taymans  <wim@fluendo.com>
30832
30833         * configure.ac:
30834         configure update for libmng.
30835
30836 2004-10-04  Wim Taymans  <wim@fluendo.com>
30837
30838         * ext/libmng/Makefile.am:
30839         * ext/libmng/gstmng.c: (plugin_init):
30840         * ext/libmng/gstmng.h:
30841         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30842         (gst_mngdec_base_init), (gst_mngdec_class_init),
30843         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30844         (gst_mngdec_loop), (gst_mngdec_get_property),
30845         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30846         (mngdec_closestream), (mngdec_handle_sink_event),
30847         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30848         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30849         (gst_mngdec_change_state):
30850         * ext/libmng/gstmngdec.h:
30851         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30852         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30853         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30854         (gst_mngenc_chain), (gst_mngenc_get_property),
30855         (gst_mngenc_set_property):
30856         * ext/libmng/gstmngenc.h:
30857         Added basic MNG decoder. Needs more work. The encoder does
30858         not work yet.
30859
30860 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30861
30862         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30863         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30864         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30865           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30866           no-more-pads.
30867
30868 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30869
30870         * configure.ac:
30871           you need at least 1.0.4 of speex
30872
30873 2004-10-04 Iain <iaingnome@gmail.com>
30874
30875         * ext/speex/gstspeexdec.h: Revert the includes changes.
30876
30877         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30878
30879 2004-09-30 Iain <iaingnome@gmail.com>
30880
30881         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30882         found during init or set as a property instead of hardcoding /dev/audio
30883
30884 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30885
30886         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30887         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30888         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30889         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30890         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30891         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30892         (gst_rmdemux_dump_data):
30893           Use debug category, fix EOS handling. filesrc ! rmdemux now
30894           works.
30895
30896 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30897
30898         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30899         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30900         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30901           Improve allocation, cutting and sorting of the index. How takes a
30902           few seconds instead of minutes.
30903
30904 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30905
30906         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30907           fixed compilation
30908
30909 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30910
30911         * gst-libs/gst/riff/riff-media.c:
30912         (gst_riff_create_video_caps_with_data),
30913         (gst_riff_create_video_template_caps):
30914           Add wing commander format mimetype/fourccs.
30915         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30916           Don't crash if some value is 0.
30917
30918 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30919
30920         * gst-libs/gst/riff/riff-media.c:
30921         (gst_riff_create_video_caps_with_data),
30922         (gst_riff_create_video_template_caps):
30923           Add DIB fourcc (raw, palettized 8-bit RGB).
30924         * gst-libs/gst/riff/riff-read.c:
30925         (gst_riff_read_strf_vids_with_data):
30926           Oops, fix strf_data reading bug.
30927         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30928           Use a non-NULL tag.
30929         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30930           Time for hacks. Sorry Dave. At least one quicktime movie (a
30931           trailer) that I've encountered contains multiple video tracks.
30932           One of those is the actual video track, the other are one-frame
30933           tracks (images). Unfortunately, the number of frames according
30934           to the trak header is 1 for each, so that doesn't help. So
30935           instead, I look at the duration and discard tracks with a
30936           duration shorter than 20% of the length of the stream. Better
30937           than nothing.
30938
30939 2004-10-01  Christian Schaller <christian@fluendo.com>
30940
30941         * ext/ivorbis/vorbis.c:
30942           Patch from Phil Blundell (Bug 152341)
30943
30944 2004-10-01  Wim Taymans  <wim@fluendo.com>
30945
30946         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30947         (speex_dec_get_formats), (speex_dec_convert),
30948         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30949         (speex_dec_chain), (gst_speexdec_get_property),
30950         (gst_speexdec_set_property):
30951         Small cleanups.
30952
30953 2004-10-01  Wim Taymans  <wim@fluendo.com>
30954
30955         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30956         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30957         (gst_wavparse_other), (gst_wavparse_loop),
30958         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30959         (gst_wavparse_srcpad_event):
30960         * gst/wavparse/gstwavparse.h:
30961         Added some more debugging info.
30962         Fix the case where the length of the file is 0.
30963         Make sure we seek to sample borders.
30964
30965 2004-10-01  Wim Taymans  <wim@fluendo.com>
30966
30967         * gst/playback/README:
30968         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30969         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30970         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30971         Add some debug info to decodebin, update README
30972
30973 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30974
30975         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30976           Don't use g_print(); use GST_DEBUG().
30977
30978 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30979
30980         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30981         (gst_ogg_mux_queue_pads):
30982           Handle EOS properly.
30983
30984 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30985
30986         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30987
30988         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30989         (gst_faad_chain), (gst_faad_change_state):
30990         * ext/faad/gstfaad.h:
30991           Allow playback of raw (unframed) MPEG AAC files (#148993).
30992
30993 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30994
30995         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30996
30997         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30998           Throw error if we didn't recognize the stream. Fixes #152289.
30999
31000 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31001
31002         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
31003           Fix negotiation.
31004
31005 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
31006
31007         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31008
31009         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
31010           Fix memleak.
31011
31012 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
31013
31014         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31015
31016         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
31017           Solve #152805.
31018         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
31019           Solve 152806.
31020
31021 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31022
31023         * gst-libs/gst/riff/riff-media.c:
31024         (gst_riff_create_video_caps_with_data),
31025         (gst_riff_create_audio_caps_with_data):
31026           Add codec_data handling (like asfdemux used to do).
31027         * gst/asfdemux/gstasf.c: (plugin_init):
31028         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31029         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
31030           Use riff-media for caps creation instead of our own (mostly
31031           broken) copy of its functions.
31032
31033 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31034
31035         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
31036           Don't actually error out if we get another return value than
31037           -EINVAL. Opposite to what I first thought, drivers have random
31038           return values for this, although -EINVAL is the expected return
31039           value. Since this is not fatal, we shouldn't use
31040           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
31041
31042 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31043
31044         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
31045         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
31046         (dvdreadsrc_get_property), (_open), (_seek), (_read),
31047         (dvdreadsrc_get), (dvdreadsrc_open_file),
31048         (dvdreadsrc_change_state):
31049           Fix. Don't do one big huge loop around the whole DVD, that will
31050           cache all data and thus eat sizeof(dvd) (several GB) before we
31051           see something.
31052         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31053           Actually NULL'ify event after using it.
31054         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
31055         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
31056         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31057         (gst_ebml_read_seek), (gst_ebml_read_skip):
31058           Handle events.
31059         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
31060         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
31061         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
31062           Fix timing (this will probably break if I seek using menus, but
31063           I didn't get there yet). VOBs and normal DVDs should now work.
31064           Add a mpeg2-only pad with high rank so this get autoplugged for
31065           MPEG-2 movies.
31066         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
31067         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
31068         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
31069         (gst_mpeg_demux_get_audio_stream),
31070         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
31071         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
31072           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
31073           MPEG-1 but use dvddemux for MPEG-2.
31074         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31075         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
31076         (gst_mpeg_parse_parse_packhead):
31077           Timing. Only add pad template if it exists. Add sink template from
31078           class and not from ourselves. This means we will always use the
31079           correct sink template even if it is not the one defined in this
31080           file.
31081
31082 2004-09-29  Wim Taymans  <wim@fluendo.com>
31083
31084         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
31085         (gst_mpeg_demux_parse_pes):
31086         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31087         Fix playback of mpeg again, timestamps where screwed up by
31088         patch 1.61.
31089
31090 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31091
31092         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
31093           Only return true if we actually filled something in. Prevents
31094           player applications from showing a random length for flac files.
31095         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31096         (gst_riff_read_use_event), (gst_riff_read_handle_event),
31097         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
31098         (gst_riff_read_strf_vids_with_data),
31099         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
31100           OK, ok, so I implemented event handling. Apparently it's normal
31101           that we receive random events at random points without asking
31102           for it.
31103         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
31104         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31105         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
31106         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
31107         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
31108         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
31109         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
31110         * gst/avi/gstavidemux.h:
31111           Implement non-lineair chunk handling and subchunk processing.
31112           The first solves playback of AVI files where the audio and video
31113           data of individual buffers that we read are not synchronized.
31114           This should not happen according to the wonderful AVI specs, but
31115           of course it does happen in reality. It is also a prerequisite for
31116           the second. Subchunk processing allows us to cut chunks in small
31117           pieces and process each of these pieces separately. This is
31118           required because I've seen several AVI files with incredibly large
31119           audio chunks, even some files with only one audio chunk for the
31120           whole file. This allows for proper playback including seeking.
31121           This patch is supposed to fix all AVI A/V sync issues.
31122         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
31123         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
31124           Work.
31125         * gst/modplug/gstmodplug.cc:
31126           Proper return value setting for the query() function.
31127         * gst/playback/gstplaybasebin.c: (setup_source):
31128           Being in non-playing state (after, e.g., EOS) is not necessarily
31129           a bad thing. Allow for that. This fixes playback of short files.
31130           They don't actually playback fully now, because the clock already
31131           runs. This means that small files (<500kB) with a small length
31132           (<2sec) will still not or barely play. Other files, such as mod
31133           or flx, will work correctly, however.
31134
31135 2004-09-28  Wim Taymans  <wim@fluendo.com>
31136
31137         * ext/speex/gstspeex.c: (plugin_init):
31138         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
31139         (gst_speex_dec_class_init), (speex_dec_get_formats),
31140         (speex_get_event_masks), (speex_get_query_types),
31141         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
31142         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
31143         (gst_speexdec_get_property), (gst_speexdec_set_property),
31144         (speex_dec_change_state):
31145         * ext/speex/gstspeexdec.h:
31146         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
31147         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
31148         (gst_speexenc_base_init), (gst_speexenc_class_init),
31149         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
31150         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
31151         (gst_speexenc_src_query), (gst_speexenc_init),
31152         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
31153         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
31154         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
31155         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
31156         (gst_speexenc_chain), (gst_speexenc_get_property),
31157         (gst_speexenc_set_property), (gst_speexenc_change_state):
31158         * ext/speex/gstspeexenc.h:
31159         Rewrote speex encoder, make sure it can be embedded in ogg.
31160         Implemented speex decoder.
31161
31162 2004-09-28  Christian Schaller <christian@fluendo.com>
31163
31164         * configure.ac:
31165         Remove kioslave plugin. Markey is brewing a new working one
31166         * ext/Makefile.am: Remove kioslave plugin
31167         * ext/kio: remove
31168         * gst-plugins.spec.in: remove kio plugin from spec
31169
31170 2004-09-27  Wim Taymans  <wim@fluendo.com>
31171
31172         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31173         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
31174         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
31175         (gst_multifdsink_new_client),
31176         (gst_multifdsink_handle_client_write),
31177         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31178         (gst_multifdsink_handle_clients):
31179         * gst/tcp/gstmultifdsink.h:
31180         Make syncing to keyframes actually work for new clients and lagging
31181         clients.
31182
31183 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31184
31185         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
31186         (gst_navigationtest_handle_src_event), (draw_box_planar411),
31187         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
31188         * gst/debug/gstnavigationtest.h:
31189           make navigationtest display button-press and button-release events
31190
31191 2004-09-26 Iain <iaingnome@gmail.com>
31192
31193         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
31194         the channels have received a new media event.
31195         (interleave_buffered_loop): Compresses a new media event on all
31196         channels into one.
31197
31198 2004-09-26 Iain <iaingnome@gmail.com>
31199
31200         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
31201         call the sinkpad's default event handler and not the srcpads. He also
31202         says this is confusing :)
31203         (gst_wavenc_stop_file): Company says that seek events only go upstream
31204         we should send a discontinuous downstream instead.
31205
31206 2004-09-25  Christian Schaller <christian@fluendo.com>
31207
31208         * Update SPEC file to be usable in conjunction with Fedora Core,
31209           Fedora.us and freshrpms packages
31210         * Fix typo in multifilesrc test Makefile
31211
31212 2004-09-24  Wim Taymans  <wim@fluendo.com>
31213
31214         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31215         Only signal the no_more_pads signal when we have
31216         added the stream to our list.
31217
31218 2004-09-24  Wim Taymans  <wim@fluendo.com>
31219
31220         * gst/playback/gstplaybasebin.c: (remove_prerolls),
31221         (new_decoded_pad):
31222         * gst/playback/gstplaybasebin.h:
31223         * gst/playback/gstplaybin.c: (setup_sinks):
31224         Don't try to preroll or decode more than one audio/video
31225         track.
31226
31227 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31228
31229         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31230           Throw error if we failed to find a suitable output. This should
31231           throw an error if we successfully set up a pipeline (e.g. because
31232           we recognized a media file) but found no decodable streams in it
31233           (e.g. because it contains only media stream types for which we
31234           have no decoders, or because it's not a media type).
31235
31236 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31237
31238         * ext/dirac/Makefile.am:
31239         * ext/dirac/gstdirac.cc:
31240         * ext/dirac/gstdiracdec.cc:
31241         * ext/dirac/gstdiracdec.h:
31242           Do something. Don't actually know if this works because I don't
31243           have a demuxer yet.
31244         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31245           Add channels=1 to caps returned from _getcaps().
31246         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31247         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31248         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31249         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31250         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31251         (gst_ogm_parse_change_state):
31252           Separate between audio/video so ogmaudioparse actually uses the
31253           audio pad templates. Both audio and video work now, including
31254           autoplugging. Also use sometimes-srcpad hack.
31255         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31256           Handle events better. Don't hang on infinite loops.
31257         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31258         (gst_avi_demux_init), (gst_avi_demux_reset),
31259         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31260         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31261         (gst_avi_demux_change_state):
31262         * gst/avi/gstavidemux.h:
31263           Improve A/V sync. Still not perfect.
31264         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31265         (gst_ebml_read_skip):
31266           Handle events better.
31267         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31268         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31269         (qtdemux_audio_caps):
31270           Add IMA4. Improve event handling. Save offset after a seek when
31271           the headers are at the end of the file so that we don't end up in
31272           an infinite loop.
31273         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31274           Add low-priority typefind support for files with no length.
31275
31276 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31277
31278         * testsuite/multifilesink/Makefile.am:
31279         fix typo
31280
31281 2004-09-22  Julien MOUTTE  <julien@moutte.net>
31282
31283         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31285         mistakes from thaytan's patches.
31286
31287 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31288
31289         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31290           For completeness, XSync in the destroy function as xvimage does.
31291
31292 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31293
31294         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31295            Correct caps negotiation
31296         * gst/volume/gstvolume.c: (volume_chain_float),
31297         (volume_chain_int16):
31298            Modify debug output to be little more informative
31299         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31301         (gst_xvimagesink_xvimage_destroy):
31302           Add XSync calls after detaching from the shared memory segment to
31303           avoid a crash.
31304
31305 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31306
31307         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31308         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31309         * ext/vorbis/vorbis.c: (plugin_init):
31310         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31311         (gst_vorbisenc_chain):
31312         * ext/vorbis/vorbisenc.h:
31313         remove explicit newmedia support from oggmux and vorbisenc
31314         add debug category to vorbisenc
31315         * gst/multifilesink/gstmultifilesink.c:
31316         (gst_multifilesink_class_init), (gst_multifilesink_init),
31317         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31318         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31319         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31320         (plugin_init):
31321         * gst/multifilesink/gstmultifilesink.h:
31322         add support for streamheader in multifilesink
31323
31324 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31325
31326         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31327         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31328         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31329           Prevent infinite loops. More correct error reporting.
31330         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31331           Error out if negotiation fails.
31332         * gst/playback/gstplaybasebin.c: (setup_source),
31333         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31334         (gst_play_base_bin_found_tag):
31335           Error/tag forwarding. Pre-roll fixes for source errors on state
31336           changes (e.g. "file does not exist") to prevent hangs.
31337
31338 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31339
31340         * testsuite/multifilesink/Makefile.am:
31341         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31342         (gst_newmedia_class_init), (gst_newmedia_init),
31343         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31344         (newfile_signal), (test_signal), (main):
31345         * testsuite/multifilesink/multifilesrc_test.c: (main):
31346         * testsuite/multifilesink/oggtheora_test.c:
31347         (gst_newmedia_base_init), (gst_newmedia_class_init),
31348         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31349         (test_format), (newfile_signal), (test_signal), (main):
31350         * testsuite/multifilesink/oggvorbis_test.c:
31351         (gst_newmedia_base_init), (gst_newmedia_class_init),
31352         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31353         (test_format), (newfile_signal), (test_signal), (main):
31354         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31355         (gst_newmedia_class_init), (gst_newmedia_init),
31356         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31357         (newfile_signal), (test_signal), (main):
31358         New media tests
31359
31360 2004-09-20  Christian Schaller <christian@fluendo.com>
31361
31362         * Fix mikmod license to LGPL as they have relicensed
31363         * Move Dirac and Effectv into LGPL section of README_license
31364
31365 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31366
31367         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31368         (gst_mad_change_state):
31369           Allow for mp3 rate/channels changes. However, only very
31370           conservatively. Reason that we *have* to enable this is smiply
31371           because the mad find_sync() function is not good enough, it will
31372           regularly sync on random data as valid frames and therefore make
31373           us provide random caps as *final* caps of the stream. The best fix
31374           I could think of is to simply require several of the same stream
31375           changes in a row before we change caps.
31376           The actual testcase that works now is #
31377         * ext/ogg/Makefile.am:
31378         * ext/ogg/gstogg.c: (plugin_init):
31379         * ext/ogg/gstogmparse.c:
31380           OGM support (video only for now; I need an audio sample file).
31381         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31382         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31383         (gst_asf_demux_add_video_stream):
31384           WMV extradata.
31385         * gst/playback/gstplaybasebin.c: (unknown_type):
31386           Don't error out on single unknown-types after all. It's wrong.
31387           If we found type of video and audio but not of a subtitle stream,
31388           it will still error out (which is unwanted). Will find a better fix
31389           later on.
31390         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31391         (ogmaudio_type_find), (plugin_init):
31392           OGM support.
31393
31394 2004-09-20  Johan Dahlin  <johan@gnome.org>
31395
31396         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31397         after setting caps.
31398
31399 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31400
31401         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31402         * gst/wavenc/gstwavenc.h:
31403         Added newmedia support to wavenc
31404
31405 2004-09-17  Wim Taymans  <wim@fluendo.com>
31406
31407         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31408         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31409         (gst_fdset_fd_can_write), (gst_fdset_wait):
31410         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31411         (gst_multifdsink_init), (gst_multifdsink_add),
31412         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31413         (gst_multifdsink_remove_client_link),
31414         (gst_multifdsink_client_queue_buffer),
31415         (gst_multifdsink_handle_client_write),
31416         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31417         (gst_multifdsink_close), (gst_multifdsink_change_state):
31418         * gst/tcp/gstmultifdsink.h:
31419         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31420         (gst_tcpserversink_removed):
31421         Small cleanups in fdset.c
31422         Use a hastable to map fd to the client structure for faster
31423         lookup in _remove and get_stats.
31424         Added virtual function to close the fds.
31425         Handle clients even when the select/poll call was unblocked because
31426         of a command.
31427         Implement syncing to keyframe in the recovery procedure.
31428
31429 2004-09-16 Iain <iaingnome@gmail.com>
31430
31431         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31432         try caps.
31433
31434 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31435
31436         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31437           Caps are only set if the type of the stream is unknown, but this
31438           is initialized in ->init_stream(), so set to UNKNOWN after calling
31439           ->init_stream() so that capsnego starts.
31440
31441 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31442
31443         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31444         (gst_avi_demux_stream_data):
31445           Just hardcode for raw audio then. AVI audio sucks.
31446
31447 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31448
31449         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31450         * gst/matroska/matroska-mux.c: (audiosink_templ),
31451         (gst_matroska_mux_audio_pad_link):
31452         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31453         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31454
31455 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31456
31457         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31458         (gst_avi_demux_stream_data):
31459           Try to fix a/v sync issues.
31460
31461 2004-09-15  David Schleef  <ds@schleef.org>
31462
31463         * configure.ac: remove NASM check, since we don't use it.  Update
31464         dirac check to 0.4
31465         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31466         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31467         Initialized variables.
31468         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31469         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31470         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31471         SVQ3 format
31472
31473 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31474
31475         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31476         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31477         * gst/avi/gstavidemux.h:
31478           Fix for compressed audio (mp3) timestamp generation. How did this
31479           ever work?
31480
31481 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31482
31483         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31484           Volume is a double not a float.
31485
31486 2004-09-15  Wim Taymans  <wim@fluendo.com>
31487
31488         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31489         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31490         Don't close the fd in multifdsink as we didn't open it in the
31491         first place. Some cleanups.
31492
31493 2004-09-15  Wim Taymans  <wim@fluendo.com>
31494
31495         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31496         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31497         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31498         Fix the case where the muxer would mark pages as delta
31499         frames when they are not (vorbis only ogg).
31500
31501 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31502
31503         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31504         (gst_play_base_bin_change_state):
31505           Handle the case where we failed to setup a clear pipeline. This
31506           will throw an error (or EOS, another nice case) and if you don't
31507           catch that, the app will wait for the signal forever (and thus
31508           hang).
31509
31510 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31511
31512         * ext/gnomevfs/gstgnomevfssink.c:
31513         (gst_gnomevfssink_uri_get_protocols):
31514         * ext/gnomevfs/gstgnomevfssrc.c:
31515         (gst_gnomevfssrc_uri_get_protocols):
31516         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31517         * ext/gnomevfs/gstgnomevfsuri.h:
31518           Use _uri_new() instead of _open(), so it doesn't take as long and
31519           Christophe's computer won't hang.
31520         * gst/playback/gstplaybasebin.c: (unknown_type):
31521           Throw error on unknown media type, so apps actually display it.
31522
31523 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31524
31525         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31526           this script to work on Solaris since bash shell handles echo
31527           differenly than bash.
31528
31529 2004-09-17  Wim Taymans  <wim@fluendo.com>
31530
31531         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31532         (setup_source), (gst_play_base_bin_set_property),
31533         (gst_play_base_bin_add_element):
31534         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31535         Some more work on making sure seeking pauses the pipeline and
31536         that changing the uri actually does something.
31537
31538 2004-09-17  Wim Taymans  <wim@fluendo.com>
31539
31540         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31541         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31542         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31543         (gst_tcpserversink_close):
31544         Be a bit more paranoid when freeing memory.
31545
31546 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31547
31548         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31549         (qtdemux_parse_trak):
31550           Don't crash by dividing by zero (see sample movie in #126922).
31551
31552 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31553
31554         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31555           Don't touch non-existing data (fixes crash on file in #140147).
31556
31557 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31558
31559         * gst/playback/gstplaybasebin.c:
31560         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31561           Handle double disposals, and proper change of URIs.
31562
31563 2004-09-13  Martin Eikermann <meiker@upb.de>
31564
31565         * gst/mpegstream/gstmpegparse.c:
31566           fix synchronistation for streams recorded from digital PCR
31567           fixes bug #119376
31568
31569 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31570
31571         * ext/gnomevfs/Makefile.am:
31572         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31573         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31574         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31575         (gst_gnomevfssink_uri_get_type),
31576         (gst_gnomevfssink_uri_get_protocols),
31577         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31578         (gst_gnomevfssink_uri_handler_init),
31579         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31580         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31581         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31582         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31583         (gst_gnomevfssrc_uri_get_type),
31584         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31585         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31586         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31587         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31588         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31589         * ext/gnomevfs/gstgnomevfsuri.h:
31590           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31591           of fake URIs to see which this version of Gnome-VFS likes, and
31592           uses that for the Gst-URI interface. Makes playbin support http://
31593           streams. Also fix up some stupid behaviour in gnomevfssrc.
31594
31595 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31596
31597         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31598         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31599         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31600         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31601           Update mixer (to sync with other sessions) if we try to obtain
31602           a new value. This makes alsamixer work accross applications.
31603         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31604           Only call sync functions if we're running, else alsalib asserts.
31605         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31606           Sometimes fails to compile. Possibly a gcc bug.
31607         * gst/playback/gstplaybin.c: (gen_video_element),
31608         (gen_audio_element):
31609           Add a reference to an application-provided object, because we lose
31610           this same reference if we add it to the bin. If we don't do this,
31611           we can only use this object once and thus crash if we go from
31612           ready to playing, back to ready and back to playing again.
31613           Also add an audioscale element because several cheap soundcards -
31614           like mine - don't support all samplerates.
31615         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31616         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31617           Fix wrong order or PAR calls. Makes automatically obtained PAR
31618           from the X server atually being used.
31619
31620 2004-09-12  David Schleef  <ds@schleef.org>
31621
31622         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31623         #151887, #152102, #152247.
31624         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31625         * examples/seeking/cdparanoia.c: same
31626         * examples/seeking/cdplayer.c: same
31627         * examples/seeking/seek.c: same
31628         * examples/seeking/spider_seek.c: same
31629         * examples/seeking/vorbisfile.c: same
31630         * examples/stats/mp2ogg.c: same
31631         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31632         (gst_esdsink_dispose): Dispose of element properly.
31633         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31634         fixes.
31635         * ext/nas/nassink.c: (gst_nassink_class_init),
31636         (gst_nassink_dispose): Dispose of element correctly.
31637         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31638         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31639         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31640         Fix 64-bit warning.
31641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31642         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31643         Fix 64-bit warning.
31644
31645 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31646
31647         * configure.ac : change speex detection as 1.1.6 now uses
31648           .pc/pkg-config and they changed their headers location.
31649
31650 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31651
31652         * gst/matroska/matroska-mux.h:
31653         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31654         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31655         (gst_matroska_mux_write_data):
31656           Write multiple blocks/frames per cluster.
31657                 Write meta-seek information (seek heads).
31658
31659 2004-09-09  Scott Wheeler <wheeler@kde.org>
31660
31661         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31662         (gst_play_bin_set_property), (gst_play_bin_get_property),
31663         (gen_audio_element), (gen_audio_element):
31664           Add a volume element / property to the pipeline.
31665
31666 2004-09-07  Wim Taymans  <wim@fluendo.com>
31667
31668         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31669         Copy timestamps from the master pad to the output buffers.
31670
31671 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31672
31673         * ext/raw1394/gstdv1394src.c:
31674           throw errors when applicable
31675
31676 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31677
31678         * gst/matroska/ebml-ids.h:
31679         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31680         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31681         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31682           automatically convert unix time <-> ebml time when reading/writing
31683           a date, use gst_ebml_write_uint to write CUETIME,
31684           not gst_ebml_write_date.
31685         * gst/matroska/matroska-ids.h:
31686         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31687         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31688         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31689         (gst_matroska_mux_write_data):
31690           Write track and segment UIDs, write muxing date, write
31691           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31692           Create cues for audio only files.
31693
31694 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31695
31696         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31697         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31698           Re-commit ALSA switches.
31699         * gst/adder/gstadder.c: (gst_adder_loop):
31700           64-bit fix (#151416).
31701         * gst/debug/progressreport.c: (gst_progressreport_report):
31702           64-bit fix (#151419).
31703         * gst/matroska/matroska-demux.c:
31704         (gst_matroska_demux_parse_contents):
31705           64-bit fix (#151420).
31706         * gst/playback/test3.c: (update_scale):
31707           64-bit fix (#151421).
31708
31709 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31710
31711         * configure.ac:
31712           bump nano to cvs
31713
31714 === release 0.8.4 ===
31715
31716 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31717
31718         * configure.ac: releasing 0.8.4, "Alias"
31719
31720 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31721
31722         * ext/theora/Makefile.am:
31723           fix makefile.  Fixes #151462.
31724
31725 2004-08-30  Wim Taymans  <wim@fluendo.com>
31726
31727         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31728         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31729         (gst_multifdsink_remove_client_link),
31730         (gst_multifdsink_client_queue_buffer),
31731         (gst_multifdsink_handle_client_write):
31732         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31733         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31734         Fix some memory leaks.
31735
31736 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31737
31738         Patch by: David Schleef
31739
31740         * configure.ac:
31741         * sys/Makefile.am:
31742           rename our detection macro for V4L2.  Fixes #151236.
31743
31744 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31745
31746         Patch by: David Schleef
31747
31748         * configure.ac:
31749           check to define LAMEPRESET.  Fixes #151232.
31750
31751 2004-08-27  David Schleef  <ds@schleef.org>
31752
31753         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31754         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31755         (gst_glimagesink_fixate):  Move local variable declarations to
31756         make gcc-2.95 happy.
31757
31758 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31759
31760         * configure.ac:
31761           bump nano for prerelease
31762
31763 2004-08-27  David Schleef  <ds@schleef.org>
31764
31765         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31766         * sys/sunaudio/gstsunaudiosrc.c:
31767         * sys/sunaudio/gstsunaudiosrc.h:
31768
31769 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31770
31771         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31772         handle EOS correctly
31773         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31774         * gst/matroska/matroska-mux.h:
31775         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31776         VFW compatibility mode
31777
31778 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31779
31780         patch by: Zaheer Abbas Merali
31781
31782         * ext/ogg/gstoggmux.c:
31783         * ext/vorbis/vorbisenc.c:
31784         * ext/vorbis/vorbisenc.h:
31785           handle NEWMEDIA
31786
31787 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31788
31789         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31790         fix byte order reversion on little endian machines.
31791         * gst/matroska/matroska-mux.c: (audiosink_templ),
31792         (gst_matroska_mux_audio_pad_link):
31793         add TTA codec to the list of supported codecs.
31794         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31795         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31796         (gst_matroska_mux_write_data):
31797         * gst/matroska/matroska-mux.h:
31798         write segment duration correctly, write muxing app string, fixes bugs
31799         #140897 and #140898.
31800         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31801         wait for all pads to be negotiated before starting to mux.
31802
31803 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31804
31805         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31806         * ext/lame/gstlame.h:
31807         Added new media support to lame
31808
31809 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31810
31811         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31812         send vorbis headers at the beginning of a stream, fixes bug #141554.
31813         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31814         bug #148950.
31815         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31816         (gst_matroska_demux_plugin_init):
31817         * gst/matroska/matroska-ids.h:
31818         enable demuxing of TTA audio streams, fixes bug #148951.
31819         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31820         enable typefinding for TTA audio files, fixes bug #148711.
31821         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31822         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31823         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31824
31825 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31826
31827         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31828         (gst_riff_read_element_data), (gst_riff_read_seek),
31829         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31830         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31831         <teuf@gnome.org>
31832
31833 2004-08-23 Iain <iaingnome@gmail.com>
31834
31835         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31836         tags. They appear to be handled differently to normal.
31837         (tag_list_to_id3_tag_foreach): Ditto.
31838
31839 2004-08-22  Wim Taymans  <wim@fluendo.com>
31840
31841         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31842         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31843         Make sure we never send -1 granulepos.
31844
31845 2004-08-20  Wim Taymans  <wim@fluendo.com>
31846
31847         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31848         (gst_ogg_mux_loop):
31849         I will accept bitchslappings with non sharp objects.
31850
31851 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31852
31853         * configure.ac:
31854         Clean up the test for lame presets
31855
31856 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31857
31858         * configure.ac:
31859         * ext/lame/Makefile.am:
31860         * ext/lame/gstlame.c: (gst_lame_class_init),
31861         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31862         Only enable lame presets if version of lame has presets in API
31863
31864 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31865         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31866         * gst/udp/gstudpsrc.h:
31867           Don't call gst_pad_push in a get function. Fixes #150449
31868
31869 2004-08-18  Wim Taymans  <wim@fluendo.com>
31870
31871         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31872         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31873         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31874         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31875         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31876         (gst_fdset_wait):
31877         * gst/tcp/gstfdset.h:
31878         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31879         (gst_multifdsink_client_queue_buffer),
31880         (gst_multifdsink_handle_client_write):
31881         * gst/tcp/gstmultifdsink.h:
31882         Some extra checks in gstfdset.
31883         Only use send() when the fd is a socket. Don't try to
31884         read from write only fds.
31885
31886 2004-08-18  Wim Taymans  <wim@fluendo.com>
31887
31888         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31889         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31890         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31891         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31892         (gst_fdset_wait):
31893         Add more locking and bounds checking.
31894
31895 2004-08-18  Wim Taymans  <wim@fluendo.com>
31896
31897         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31898         Realloc test fdset in the lock and right before starting
31899         the poll call. Bump the limit to 4096.
31900
31901 2004-08-17  David Schleef  <ds@schleef.org>
31902
31903         * sys/sunaudio/Makefile.am:
31904         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31905         of rates and channels.  Make debugging less obnoxious.
31906
31907         Patch from Balamurali Viswanathan implementing a mixer for
31908         Sun audio.  (bug #144091):
31909         * sys/sunaudio/gstsunelement.c:
31910         * sys/sunaudio/gstsunelement.h:
31911         * sys/sunaudio/gstsunmixer.c:
31912         * sys/sunaudio/gstsunmixer.h:
31913
31914 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31915
31916         * gst/audioscale/gstaudioscale.c:
31917         * gst/audioscale/gstaudioscale.h:
31918         made audioscale resample from any sample rate to any sample rate
31919
31920 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31921
31922         * ext/libpng/gstpngdec.c:
31923           error out on unsupported types
31924
31925 2004-08-17  Iain <iaingnome@gmail.com>
31926
31927         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31928         mid_side and loose_mid_side properties if its a stereo stream.
31929
31930 2004-08-17  Wim Taymans  <wim@fluendo.com>
31931
31932         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31933         (theora_get_formats), (theora_dec_src_convert),
31934         (theora_dec_sink_convert), (theora_dec_src_query),
31935         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31936         Add a debug line.
31937
31938 2004-08-17  Wim Taymans  <wim@fluendo.com>
31939
31940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31941         (gst_ogg_pad_push):
31942         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31943         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31944         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31945         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31946         Mark delta units in the muxer.
31947         Try to decode the packet after an out-of-sync error from
31948         libogg.
31949
31950 2004-08-17  Wim Taymans  <wim@fluendo.com>
31951
31952         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31953         (gst_multifdsink_init), (gst_multifdsink_add),
31954         (gst_multifdsink_client_queue_buffer),
31955         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31956         * gst/tcp/gstmultifdsink.h:
31957         Added option to send a keyframe to clients as the first buffer.
31958         Make timeout property writable.
31959
31960 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31961
31962         patch by: Wim Taymans
31963
31964         * gst/tcp/gstfdset.c:
31965         * gst/tcp/gstmultifdsink.c:
31966           fix index comparison, should include 0
31967
31968 2004-08-16  Wim Taymans  <wim@fluendo.com>
31969
31970         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31971         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31972         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31973         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31974         (gst_fdset_wait):
31975           copy when reallocing for poll so the select arguments don't get
31976           changed during the call
31977
31978 2004-08-16  Wim Taymans  <wim@fluendo.com>
31979
31980         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31981         (gst_theora_enc_class_init), (theora_enc_sink_link),
31982         (theora_buffer_from_packet), (theora_enc_chain):
31983         Fix bug where buffers were not marked as keyframes
31984         correctly.
31985
31986 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31987
31988         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31989         (gst_lame_preset_get_type), (gst_lame_class_init):
31990         describe the enum values for vbr mode and presets more verbosely
31991
31992 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31993
31994         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31995         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31996         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31997         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31998         * ext/lame/gstlame.h:
31999         add preset property to lame so it can use lame presets
32000
32001 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32002
32003         * ext/lame/gstlame.c: (gst_lame_get_property):
32004         whoops forgot break, thanks teuf
32005
32006 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32007
32008         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
32009         (gst_lame_class_init), (gst_lame_src_getcaps),
32010         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
32011         (gst_lame_get_property), (gst_lame_setup):
32012         * ext/lame/gstlame.h:
32013         fix lame's broken vbr stuff, allow it to resample if need be, and also
32014         make xing header optional
32015
32016 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32017
32018         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
32019         added getcaps function so samplerate doesnt get fixated to silly values
32020
32021 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32022
32023         * ext/lame/gstlame.c: (gst_lame_src_link):
32024         revert previous fix
32025
32026 2004-08-12  Johan Dahlin  <johan@gnome.org>
32027
32028         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
32029         checks. Doesn't matter what state we are in. Interfaces are a
32030         compile time thing, not runtime. It also broke the python bindings.
32031
32032 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32033
32034         * ext/lame/gstlame.c: (gst_lame_src_link):
32035         made source pad link function check if sinkpad is ok..fixes the problem
32036         where core fixates the output rate of lame stupidly
32037
32038 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32039
32040         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
32041         * sys/v4l/v4l_calls.c:
32042         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
32043           fix fixate function to handle nonsimple caps.
32044           remove bogus check in _link
32045           cleanups
32046
32047 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32048
32049         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
32050         set default compression ratio parameter to 0.0 so bitrate parameter
32051         works :)
32052
32053 2004-08-11  David Schleef  <ds@schleef.org>
32054
32055         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
32056
32057 2004-08-11  David Schleef  <ds@schleef.org>
32058
32059         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
32060         before.
32061
32062 2004-08-11  David Schleef  <ds@schleef.org>
32063
32064         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
32065
32066 2004-08-11  David Schleef  <ds@schleef.org>
32067
32068         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
32069           license field
32070         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
32071         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
32072           LGPL.
32073         * gst/auparse/gstauparse.c: Fix plugin license field.
32074         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
32075         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
32076         * gst/rtp/gstrtp.c: Fix plugin license field.
32077
32078 2004-08-11  Wim Taymans  <wim@fluendo.com>
32079
32080         * gst/tcp/Makefile.am:
32081         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
32082         (ensure_size), (gst_fdset_new), (gst_fdset_free),
32083         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
32084         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
32085         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
32086         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
32087         (gst_fdset_fd_can_write), (gst_fdset_wait):
32088         * gst/tcp/gstfdset.h:
32089         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32090         (gst_multifdsink_class_init), (gst_multifdsink_init),
32091         (gst_multifdsink_add), (gst_multifdsink_remove),
32092         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32093         (gst_multifdsink_remove_client_link),
32094         (gst_multifdsink_handle_client_read),
32095         (gst_multifdsink_client_queue_data),
32096         (gst_multifdsink_client_queue_caps),
32097         (gst_multifdsink_client_queue_buffer),
32098         (gst_multifdsink_handle_client_write),
32099         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32100         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32101         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32102         (gst_multifdsink_close):
32103         * gst/tcp/gstmultifdsink.h:
32104         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32105         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32106         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
32107         (gst_tcpserversink_close):
32108         * gst/tcp/gsttcpserversink.h:
32109         Abstracted away the select call, implemented poll (yes we ran into
32110         the 1024 limit in production).
32111
32112 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32113
32114         * gst/tcp/gsttcp.c:
32115         * gst/tcp/gsttcpplugin.c:
32116           improve debuggging, remove assert
32117
32118 2004-08-10  Wim Taymans  <wim@fluendo.com>
32119
32120         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32121         (gst_client_status_get_type), (gst_multifdsink_class_init),
32122         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
32123         (gst_multifdsink_handle_client_read),
32124         (gst_multifdsink_handle_client_write),
32125         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32126         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32127         (gst_multifdsink_get_property):
32128         * gst/tcp/gstmultifdsink.h:
32129         * gst/tcp/gsttcp-marshal.list:
32130         Starting to prepare for specifying buffer time in other units
32131         than buffers. Expose remove reason in signal.
32132
32133 2004-08-10  Wim Taymans  <wim@fluendo.com>
32134
32135         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
32136         (gst_multifdsink_remove), (gst_multifdsink_clear),
32137         (gst_multifdsink_remove_client_link),
32138         (gst_multifdsink_handle_client_read),
32139         (gst_multifdsink_client_queue_data),
32140         (gst_multifdsink_client_queue_buffer),
32141         (gst_multifdsink_handle_client_write),
32142         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
32143         (gst_multifdsink_chain), (gst_multifdsink_close):
32144         * gst/tcp/gstmultifdsink.h:
32145         Added more debugging info. Changed the way clients are
32146         removed from the lists. Fixed a bug where a bad file descriptor
32147         could cause many clients to be removed.
32148
32149 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32150
32151         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
32152           allow all pixel-aspect-ratios, not just 1:1
32153
32154 2004-08-09  David Schleef  <ds@schleef.org>
32155
32156         * sys/glsink/ARB_multitexture.h:  Remove old files.
32157         * sys/glsink/EXT_paletted_texture.h:
32158         * sys/glsink/NV_register_combiners.h:
32159         * sys/glsink/gstgl_nvimage.c:
32160         * sys/glsink/gstgl_pdrimage.c:
32161         * sys/glsink/gstgl_rgbimage.c:
32162         * sys/glsink/gstglsink.c:
32163         * sys/glsink/gstglsink.h:
32164         * sys/glsink/gstglxwindow.c:
32165         * sys/glsink/regcomb_yuvrgb.c:
32166
32167 2004-08-09  David Schleef  <ds@schleef.org>
32168
32169         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
32170         GL sink plugin.  (Bug #147302)
32171
32172         * configure.ac: Test for OpenGL
32173         * sys/Makefile.am: Use test for OpenGL
32174         * sys/glsink/Makefile.am:
32175         * sys/glsink/glimagesink.c: rewrite
32176         * sys/glsink/glimagesink.h: rewrite
32177
32178 2004-08-09  David Schleef  <ds@schleef.org>
32179
32180         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
32181         sane framerates.
32182         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
32183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
32184         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
32185
32186 2004-08-09  Wim Taymans  <wim@fluendo.com>
32187
32188         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32189         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32190         (gst_multifdsink_client_remove),
32191         (gst_multifdsink_handle_client_read),
32192         (gst_multifdsink_handle_client_write),
32193         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32194         Do a bit more logging, make the client_read code more robust.
32195
32196 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32197
32198         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
32199         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
32200         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
32201         (gst_jpegdec_init), (gst_jpegdec_chain):
32202         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32203         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32204           cleanups, debugging fixes and memleak plugging
32205
32206 2004-08-09  Wim Taymans  <wim@fluendo.com>
32207
32208         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32209         (theora_get_formats), (theora_dec_src_convert),
32210         (theora_dec_sink_convert), (theora_dec_src_query),
32211         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32212         (theora_dec_change_state):
32213         Don't crash on missing header packets.
32214
32215 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32216
32217         * po/LINGUAS:
32218         * po/sq.po:
32219           Added Albanian translation (Laurent Dhima)
32220         * po/cs.po:
32221           updated
32222
32223 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32224
32225         * ext/lame/gstlame.c:
32226           fix/add debugging
32227
32228 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32229
32230         * sys/ximage/ximagesink.c:
32231         * sys/xvimage/xvimagesink.c:
32232           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
32233
32234 2004-08-06  Wim Taymans  <wim@fluendo.com>
32235
32236         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32237         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32238         (gst_multifdsink_client_remove),
32239         (gst_multifdsink_handle_client_read),
32240         (gst_multifdsink_handle_client_write),
32241         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32242         Make sure we don't try to read more from a client that what
32243         ioctl says us or we deadlock.
32244
32245 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32246
32247         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32248         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32249         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32250           decouple running_time and n_frames so it can handle changing
32251           framerate while running
32252
32253 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32254
32255         * po/nl.po:
32256         * po/sv.po:
32257           updated translations
32258
32259 2004-08-04  Benjamin Otte  <otte@gnome.org>
32260
32261         * gst/videotestsrc/gstvideotestsrc.c:
32262         (gst_videotestsrc_get_capslist), (generate_capslist),
32263         (plugin_init):
32264           generate the list of supported caps at startup and reuse it instead
32265           of always generating it
32266
32267 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32268
32269         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32270           whoops, last checkin broke normal build
32271
32272 2004-08-03  Benjamin Otte  <otte@gnome.org>
32273
32274         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32275         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32276         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32277         (gst_alsa_mixer_get_option):
32278         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32279         (dvdnavsrc_print_event):
32280         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32281         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32282         (gst_ogg_mux_pad_unlink):
32283         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32284         (gst_multipart_mux_pad_unlink):
32285         * gst/videofilter/gstvideobalance.c:
32286         (gst_videobalance_colorbalance_set_value):
32287         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32288         (gst_videomixer_pad_unlink):
32289         * po/uk.po:
32290         * sys/oss/gstossmixer.c:
32291         * sys/v4l/gstv4lcolorbalance.c:
32292         * sys/v4l/gstv4ltuner.c:
32293         * sys/v4l/v4lsrc_calls.c:
32294         * sys/v4l2/gstv4l2colorbalance.c:
32295         * sys/v4l2/gstv4l2tuner.c:
32296           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32297
32298 2004-08-03  Benjamin Otte  <otte@gnome.org>
32299
32300         * examples/dynparams/filter.c: (ui_control_create):
32301         * examples/gstplay/player.c: (print_tag):
32302         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32303         * ext/gdk_pixbuf/gstgdkanimation.c:
32304         (gst_gdk_animation_iter_may_advance):
32305         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32306         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32307         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32308         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32309         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32310         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32311         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32312         * gst/sine/demo-dparams.c: (main):
32313         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32314         * testsuite/alsa/formats.c: (create_pipeline):
32315         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32316           fixes for G_DISABLE_ASSERT and friends
32317         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32318         (mp3_type_frame_length_from_header), (mp3_type_find),
32319         (plugin_init):
32320           require mp3 typefinding to have at least MIN_HEADERS valid headers
32321           add typefinding for AAC adts files
32322
32323 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32324
32325         * sys/ximage/ximagesink.c:
32326         (gst_ximagesink_calculate_pixel_aspect_ratio):
32327         * sys/xvimage/xvimagesink.c:
32328         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32329         Make sure we calculate pixel-aspect-ratio using floating point maths
32330
32331 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32332
32333         * po/uk.po:
32334           updated translation
32335
32336 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32337
32338         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32340           add debugging for display PAR calculation
32341
32342 2004-08-02  David Schleef  <ds@schleef.org>
32343
32344         * configure.ac: Fix mikmod CFLAGS.
32345
32346 2004-07-27  Benjamin Otte  <otte@gnome.org>
32347
32348         * gst/audioscale/gstaudioscale.c:
32349         - fix templates to only support S16, it's the only format that works
32350         - make caps nego code use try_set_caps_nonfixed and fixation instead
32351         of try_set_caps twice, which is not nice for autopluggers
32352         - change rank to secondary, so autopluggers can pick it up after
32353         audioconvert
32354
32355 2004-08-02  Iain <iain@prettypeople.org>
32356
32357         * gst/interleave/interleave.c (interleave_init),
32358         (interleave_request_new_pad),
32359         (interleave_pad_removed),
32360         (interleave_buffered_loop): Use the real pad count, not the artificial
32361         one.
32362
32363 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32364
32365         * configure.ac: bump nano back to development
32366
32367 === release 0.8.3 ===
32368
32369 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32370
32371         * configure.ac: releasing 0.8.3, "Water"
32372
32373 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32374
32375         * sys/xvimage/xvimagesink.c:
32376         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32377         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32378         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32379         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32380         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32381         * sys/xvimage/xvimagesink.h:
32382           apply similar PAR fixes as to ximagesink
32383
32384 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32385
32386         patch from: Benjamin Otte
32387
32388         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32389           add link function to lame.  Fixes #148986.
32390
32391 2004-08-02  Johan Dahlin  <johan@gnome.org>
32392
32393         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32394         fix debugging log
32395
32396 2004-07-30  David Schleef  <ds@schleef.org>
32397
32398         * gst/videomixer/Makefile.am: Fix things that should have been
32399         fixed in the last checkin.
32400
32401 2004-07-30  David Schleef  <ds@schleef.org>
32402
32403         * gst/multipart/Makefile.am: Fix things that should have been
32404         fixed in the last checkin.
32405
32406 2004-07-30  David Schleef  <ds@schleef.org>
32407
32408         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32409
32410 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32411
32412         * configure.ac:
32413           bump nano for prerelease
32414         * po/af.po:
32415         * po/az.po:
32416         * po/cs.po:
32417         * po/en_GB.po:
32418         * po/hu.po:
32419         * po/nl.po:
32420         * po/sr.po:
32421         * po/sv.po:
32422         * po/uk.po:
32423           updates
32424
32425 2004-07-30  Wim Taymans  <wim@fluendo.com>
32426
32427         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32428         (gst_multifdsink_add), (gst_multifdsink_remove),
32429         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32430         (gst_multifdsink_client_remove),
32431         (gst_multifdsink_handle_client_write),
32432         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32433         * gst/tcp/gstmultifdsink.h:
32434         Recover from a select with a bad file descriptor by removing
32435         the client.
32436
32437 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32438
32439         * configure.ac:
32440           fix requirement of core
32441         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32442         (gst_play_pipeline_setup):
32443           don't use colorspace element.  do use hermescolorspace element.
32444           make macro to get a colorspace element.
32445           mark strings for translation.
32446         * po/POTFILES.in:
32447           add play.c
32448         * po/af.po:
32449         * po/az.po:
32450         * po/cs.po:
32451         * po/en_GB.po:
32452         * po/hu.po:
32453         * po/nl.po:
32454         * po/sr.po:
32455         * po/sv.po:
32456         * po/uk.po:
32457           update translations
32458
32459 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32460
32461         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32462         fix default for newmedia flag
32463
32464 2004-07-30  Wim Taymans  <wim@fluendo.com>
32465
32466         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32467         (gst_theora_dec_init), (theora_get_formats),
32468         (theora_dec_src_convert), (theora_dec_sink_convert),
32469         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32470         (theora_dec_chain), (theora_dec_set_property),
32471         (theora_dec_get_property):
32472         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32473         (gst_theora_enc_class_init), (gst_theora_enc_init),
32474         (theora_enc_sink_link), (theora_enc_chain),
32475         (theora_enc_set_property), (theora_enc_get_property):
32476         Added cropping option to theora decoder.
32477         Added border option to theora encoder.
32478
32479 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32480
32481         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32482         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32483         (gst_pngenc_set_property):
32484         * ext/libpng/gstpngenc.h:
32485         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
32486
32487 2004-07-30  Wim Taymans  <wim@fluendo.com>
32488
32489         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32490         (theora_enc_sink_link), (theora_enc_chain),
32491         (theora_enc_set_property), (theora_enc_get_property):
32492         Fix encoding of non-multiple-of-16 video.
32493
32494 2004-07-29  David Schleef  <ds@schleef.org>
32495
32496         * configure.ac: make test for audiofile more strict
32497
32498 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32499
32500         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32501           give different names to typefind functions
32502
32503 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32504
32505         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32506         (gst_ximagesink_calculate_pixel_aspect_ratio),
32507         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32508         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32509         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32510         (gst_ximagesink_get_property), (gst_ximagesink_init):
32511         * sys/ximage/ximagesink.h:
32512           allocate PAR's dynamically.
32513           use autodetected PAR if no object-set PAR is given.
32514           add workaround for directfb's X not setting physical size.
32515           fix to xvimagesink will follow tomorrow.
32516
32517 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32518
32519         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32520         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32521         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32522         (gst_shout2send_class_init), (gst_shout2send_init),
32523         (set_shout_metadata), (gst_shout2send_set_metadata),
32524         (gst_shout2send_chain), (gst_shout2send_set_property),
32525         (gst_shout2send_get_property), (gst_shout2send_connect),
32526         (gst_shout2send_change_state):
32527         * ext/shout2/gstshout2.h:
32528         - fix for sending mp3 audio to icecast2 server, if pad link function not
32529         called before PAUSED state
32530         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32531         - added tagging support for mp3 audio broadcasted
32532         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32533         debug info
32534
32535 2004-07-28  Wim Taymans  <wim@fluendo.com>
32536
32537         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32538         (gst_ogg_demux_push):
32539         Return query failure when we don't know the length of
32540         an ogg stream insteda of returning TRUE with a bogus value.
32541
32542 2004-07-28  Wim Taymans  <wim@fluendo.com>
32543
32544         * ext/theora/theoradec.c: (theora_get_formats),
32545         (theora_dec_src_convert), (theora_dec_sink_convert),
32546         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32547         (theora_dec_chain):
32548         Don't screw up the 1 Chroma for 1 luma sample situation when we
32549         have an odd offset/width by adding a black border in those cases.
32550
32551 2004-07-28  Wim Taymans  <wim@fluendo.com>
32552
32553         * ext/theora/theoradec.c: (theora_get_formats),
32554         (theora_dec_src_convert), (theora_dec_sink_convert),
32555         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32556         (theora_dec_chain):
32557         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32558         Added first attempt at cropping of the image as required by the
32559         theora spec. We need more properties in the caps (offset_x,
32560         offset_y,stride) to implement this correctly.
32561
32562 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32563
32564         * ext/dvdnav/README:
32565           Update the README to use dvddemux
32566         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32567           Ensure getcaps returns a subset of the template caps
32568         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32569         (gst_mpeg2subt_init):
32570           Ensure getcaps returns a subset of the template caps
32571         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32572         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32573         (gst_dvd_demux_get_subpicture_stream),
32574         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32575         * gst/mpegstream/gstdvddemux.h:
32576           Set the explicit caps on the current_video pad before pushing
32577           anything
32578         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32579         (gst_mpeg_demux_get_audio_stream):
32580           Free caps used to gst_pad_set_explicit_caps, which takes a const
32581           GstCaps *
32582
32583 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32584
32585         * configure.ac: update GStreamer requirement to 0.8.4 because of
32586           GstFraction.
32587
32588 2004-07-28  Wim Taymans  <wim@fluendo.com>
32589
32590         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32591         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32592         Add the pad to the element after setting up the caps. This
32593         makes it a lot easier to autoplug.
32594
32595 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32596
32597         * gst/median/gstmedian.c:
32598         * gst/mpeg2subt/gstmpeg2subt.c:
32599         * gst/mpegaudioparse/gstmpegaudioparse.c:
32600         * gst/mpegstream/gstdvddemux.c:
32601         * gst/mpegstream/gstmpegdemux.c:
32602         * gst/mpegstream/gstmpegpacketize.c:
32603         * gst/rtjpeg/gstrtjpeg.c:
32604         * gst/rtjpeg/gstrtjpegdec.c:
32605         * gst/rtjpeg/gstrtjpegenc.c:
32606         * gst/sine/gstsinesrc.c:
32607         * gst/smooth/gstsmooth.c:
32608         * gst/smpte/gstsmpte.c:
32609         * gst/smpte/gstsmpte.h:
32610         * gst/stereo/gststereo.c:
32611         * gst/videofilter/gstgamma.c:
32612         * gst/videofilter/gstvideobalance.c:
32613         * gst/videofilter/gstvideofilter.c:
32614         * gst/videofilter/gstvideoflip.c:
32615         * gst/videoscale/gstvideoscale.c:
32616         * gst/videoscale/videoscale.c:
32617         * gst/videotestsrc/gstvideotestsrc.c:
32618         * gst/videotestsrc/videotestsrc.c:
32619         * gst/wavenc/gstwavenc.c:
32620         * gst/wavparse/gstwavparse.c:
32621           fix local includes and 64 bits constants
32622
32623 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32624
32625         * win32/gst.sln:
32626         * gst-libs/gst/*/*.vcproj:
32627         * gst/*/*.vcproj:
32628           more working plugins
32629
32630 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32631
32632         * testsuite/alsa/Makefile.am:
32633         * testsuite/alsa/srcstate.c:
32634         add test for alsasrc changing state
32635
32636 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32637
32638         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32639         (gst_silence_get):
32640         * gst/silence/gstsilence.h:
32641         fix silence generation for 16bit raw audio
32642
32643 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32644
32645         * gst/matroska/matroska-demux.c:
32646         (gst_matroska_demux_parse_metadata),
32647         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32648         * gst/mpegaudio/common.c:
32649         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32650         (gst_videoscale_getcaps), (gst_videoscale_link),
32651         (gst_videoscale_src_fixate), (gst_videoscale_init),
32652         (gst_videoscale_finalize):
32653         * gst/videoscale/gstvideoscale.h:
32654         * gst/videotestsrc/gstvideotestsrc.c:
32655         (gst_videotestsrc_get_capslist):
32656         * gst/wavenc/gstwavenc.c:
32657         * sys/oss/gstossmixer.c: (fill_labels):
32658         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32659         (gst_ximagesink_handle_xevents),
32660         (gst_ximagesink_calculate_pixel_aspect_ratio),
32661         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32662         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32663         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32664         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32665         (gst_ximagesink_init), (gst_ximagesink_class_init):
32666         * sys/ximage/ximagesink.h:
32667         * sys/xvimage/xvimagesink.c:
32668         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32669         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32670         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32671         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32672         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32673         * sys/xvimage/xvimagesink.h:
32674           first batch of pixel aspect ratio commits.
32675
32676 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32677
32678         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32679         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32680         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32681           handle stride, needs work if we want to move stride handling
32682           upstream, but works correctly for our purposes.
32683
32684 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32685
32686         * gst/videoscale/README:
32687           add testing examples
32688         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32689         (gst_videoscale_chain):
32690         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32691         (gst_videoscale_get_size):
32692           add get_size function that handles stride like videotestsrc.
32693           fixes conversion for YUV formats for as much as I can test them.
32694
32695 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32696
32697         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32698         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32700         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32701         (gst_xvimagesink_xvimage_put):
32702           further cleanups, logging, error handling and synchronizing
32703
32704 2004-07-27  Wim Taymans  <wim@fluendo.com>
32705
32706         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32707         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32708         (gst_videomixer_pad_set_property),
32709         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32710         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32711         (gst_videomixer_class_init), (gst_videomixer_init),
32712         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32713         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32714         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32715         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32716         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32717         (gst_videomixer_loop), (plugin_init):
32718         Be a nicer negotiation citizen and provide a getcaps function on
32719         the srcpad. This also fixes a crash when resizing.
32720
32721 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32722
32723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32724         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32725
32726 2004-07-27  Wim Taymans  <wim@fluendo.com>
32727
32728         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32729         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32730         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32731         (gst_pngenc_set_property):
32732         * ext/libpng/gstpngenc.h:
32733         Added snapshot property to pngenc.
32734         removed g_print from pngdec
32735
32736 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32737
32738         * gst/ac3parse/ac3parse.vcproj
32739         * gst/adder/adder.vcproj
32740         * gst/alpha/alpha.vcproj
32741         * gst/alpha/alphacolor.vcproj
32742         * gst/asfdemux/asf.vcproj
32743         * gst/audioconvert/audioconvert.vcproj
32744         * gst/audiorate/audiorate.vcproj
32745         * gst/audioscale/audioscale.vcproj
32746         * gst/auparse/auparse.vcproj
32747         * gst/avi/avi.vcproj
32748         * gst/cdxaparse/cdxaparse.vcproj
32749         * gst/chart/chart.vcproj
32750         * gst/colorspace/colorspace.vcproj
32751         * gst/cutter/cutter.vcproj
32752         * gst/debug/debug.vcproj
32753         * gst/debug/efence.vcproj
32754         * gst/debug/navigationtest.vcproj
32755         * gst/deinterlace/deinterlace.vcproj
32756         * gst/effectv/effectv.vcproj
32757         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32758         * gst/filter/filter.vcproj
32759         * gst/flx/flxdec.vcproj
32760         * gst/goom/goom.vcproj
32761         * gst/interleave/interleave.vcproj
32762         * gst/law/alaw.vcproj
32763         * gst/law/mulaw.vcproj
32764         * gst/matroska/matroska.vcproj
32765         * gst/median/median.vcproj
32766         * gst/mixmatrix/mixmatrix.vcproj
32767         * gst/mpeg1sys/mpeg1systemencode.vcproj
32768         * gst/mpeg1videoparse/mp1videoparse.vcproj
32769         * gst/mpeg2sub/mpeg2subt.vcproj
32770         * gst/mpegaudio/mpegaudio.vcproj
32771         * gst/mpegaudioparse/mpegaudioparse.vcproj
32772         * gst/mpegstream/mpegstream.vcproj
32773         * gst/multifilesink/multifilesink.vcproj
32774         * gst/multipart/multipart.vcproj
32775         * gst/oneton/oneton.vcproj
32776         * gst/overlay/overlay.vcproj
32777         * gst/passthrough/passthrough.vcproj
32778         * gst/qtdemux/qtdemux.vcproj
32779         * gst/realmedia/rmdemux.vcproj
32780         * gst/rtjpeg/rtjpeg.vcproj
32781         * gst/rtp/rtp.vcproj
32782         * gst/silence/silence.vcproj
32783         * gst/sine/sinesrc.vcproj
32784         * gst/smooth/smooth.vcproj
32785         * gst/smpte/smpte.vcproj
32786         * gst/spectrum/spectrum.vcproj
32787         * gst/speed/speed.vcproj
32788         * gst/stereo/stereo.vcproj
32789         * gst/switch/switch.vcproj
32790         * gst/tags/tagedit.vcproj
32791         * gst/tcp/tcp.vcproj
32792         * gst/typefind/typefindfunctions.vcproj
32793         * gst/udp/udp.vcproj
32794         * gst/videobox/videobox.vcproj
32795         * gst/videocrop/videocrop.vcproj
32796         * gst/videodrop/videodrop.vcproj
32797         * gst/videofilter/gamma.vcproj
32798         * gst/videofilter/videobalance.vcproj
32799         * gst/videofilter/videofilter.vcproj
32800         * gst/videofilter/videoflip.vcproj
32801         * gst/videoflip/videoflip.vcproj
32802         * gst/videomixer/videomixer.vcproj
32803         * gst/videorate/videorate.vcproj
32804         * gst/videoscale/videoscale.vcproj
32805         * gst/videotestsrc/videotestsrc.vcproj
32806         * gst/virtualdub/virtualdub.vcproj
32807         * gst/volenv/volenv.vcproj
32808         * gst/volume/volume.vcproj
32809         * gst/wavenc/wavenc.vcproj
32810         * gst/wavparse/wavparse.vcproj
32811         * gst/y4m/y4menc.vcproj
32812         * gst-libs/gst/audio/audio.vcproj
32813         * gst-libs/gst/audio/audiofilter.vcproj
32814         * gst-libs/gst/colorbalance/colorbalance.vcproj
32815         * gst-libs/gst/idct/idtc.vcproj
32816         * gst-libs/gst/media-info/media-info.vcproj
32817         * gst-libs/gst/mixer/mixer.vcproj
32818         * gst-libs/gst/navigation/navigation.vcproj
32819         * gst-libs/gst/play/play.vcproj
32820         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32821         * gst-libs/gst/resample/resample.vcproj
32822         * gst-libs/gst/riff/riff.vcproj
32823         * gst-libs/gst/tuner/tuner.vcproj
32824         * gst-libs/gst/video/video.vcproj
32825         * gst-libs/gst/xoverlay/xoverlay.vcproj
32826           avoid problems with math.h, fix release dependancy
32827           rename GStreamer-0.8.lib to libgstreamer.lib
32828
32829 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32830
32831         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32833         the atom is not available we have to unlock the mutex. Fixes #148023
32834
32835 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32836
32837         * gst-libs/gst/media-info/media-info.h:
32838           issue for a vararg macro with MSVC
32839
32840 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32841
32842         * gst/effectv/effectv.vcproj
32843         * gst-libs/gst/idct/idct.vcproj:
32844         * gst-libs/gst/media-info/media-info.vcproj:
32845         * gst-libs/gst/navigation/navigation.vcproj:
32846         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32847         * gst-libs/gst/video/video.vcproj:
32848         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32849           fixes for build problems
32850
32851 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32852
32853         * gst-libs/gst/audio/audio.def:
32854         * gst-libs/gst/audio/riff.def:
32855           add some definitions needed by plugins
32856
32857 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32858
32859         * gst/asfdemux/gstasfmux.c
32860           Fix some 64 bits constants to be glib friendly
32861
32862 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32863
32864         * gst/ac3parse/gstac3parse.c
32865         * gst/audioscale/gstaudioscale.c
32866         * gst/auparse/gstauparse.c
32867         * gst/colorspace/gstcolorspace.c
32868         * gst/colorspace/yuv2rgb.h
32869           local include fixes
32870
32871 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32872
32873         * win32/gst.sln
32874           add more plugins to the build
32875
32876 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32877
32878         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32879         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32880
32881 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32882
32883         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32884         (gst_level_set_property), (gst_level_get_property),
32885         (gst_level_base_init), (gst_level_class_init):
32886           add debugging categories.  cleanups.
32887
32888 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32889
32890         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32891         (gst_videoscale_planar411), (gst_videoscale_planar400),
32892         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32893         (gst_videoscale_scale_nearest_str1),
32894         (gst_videoscale_scale_nearest_str2),
32895         (gst_videoscale_scale_nearest_str4),
32896         (gst_videoscale_scale_nearest_16bit),
32897         (gst_videoscale_scale_nearest_24bit):
32898           fixed stride issues
32899           tested with 320x240 -> 321, 322, 324 x240
32900           tested with YV12, I420, YUY2, UYVY
32901           fixed packed422rev (don't think it could have worked before)
32902           by testing with UYVY
32903
32904 2004-07-26  Benjamin Otte  <otte@gnome.org>
32905
32906         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32907         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32908         (plugin_init):
32909           add debugging category, add error checks like checking return values
32910           of setup calls, make sure it still works after
32911           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32912
32913 2004-07-26  Wim Taymans  <wim@fluendo.com>
32914
32915         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32916         (gst_mpeg_demux_get_audio_stream),
32917         (gst_mpeg_demux_process_private):
32918         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32919         Check for error codes from the negotiation functions. Make sure
32920         we really set the pad caps when a new pad is created.
32921
32922 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32923
32924         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32925         (gst_ffmpeg_caps_to_pix_fmt):
32926         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32927         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32928         (gst_ffmpegcolorspace_pad_link):
32929           don't make function do two things at the same time without reason.
32930
32931 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32932
32933         * gst/ac3parse/ac3parse.vcproj
32934         * gst/adder/adder.vcproj
32935         * gst/alpha/alpha.vcproj
32936         * gst/alpha/alphacolor.vcproj
32937         * gst/asfdemux/asf.vcproj
32938         * gst/audioconvert/audioconvert.vcproj
32939         * gst/audiorate/audiorate.vcproj
32940         * gst/audioscale/audioscale.vcproj
32941         * gst/auparse/auparse.vcproj
32942         * gst/avi/avi.vcproj
32943         * gst/cdxaparse/cdxaparse.vcproj
32944         * gst/chart/chart.vcproj
32945         * gst/colorspace/colorspace.vcproj
32946         * gst/cutter/cutter.vcproj
32947         * gst/debug/debug.vcproj
32948         * gst/debug/efence.vcproj
32949         * gst/debug/navigationtest.vcproj
32950         * gst/deinterlace/deinterlace.vcproj
32951         * gst/effectv/effectv.vcproj
32952         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32953         * gst/filter/filter.vcproj
32954         * gst/flx/flxdec.vcproj
32955         * gst/goom/goom.vcproj
32956         * gst/interleave/interleave.vcproj
32957         * gst/law/alaw.vcproj
32958         * gst/law/mulaw.vcproj
32959         * gst/matroska/matroska.vcproj
32960         * gst/median/median.vcproj
32961         * gst/mixmatrix/mixmatrix.vcproj
32962         * gst/mpeg1sys/mpeg1systemencode.vcproj
32963         * gst/mpeg1videoparse/mp1videoparse.vcproj
32964         * gst/mpeg2sub/mpeg2subt.vcproj
32965         * gst/mpegaudio/mpegaudio.vcproj
32966         * gst/mpegaudioparse/mpegaudioparse.vcproj
32967         * gst/mpegstream/mpegstream.vcproj
32968         * gst/multifilesink/multifilesink.vcproj
32969         * gst/multipart/multipart.vcproj
32970         * gst/oneton/oneton.vcproj
32971         * gst/overlay/overlay.vcproj
32972         * gst/passthrough/passthrough.vcproj
32973         * gst/qtdemux/qtdemux.vcproj
32974         * gst/realmedia/rmdemux.vcproj
32975         * gst/rtjpeg/rtjpeg.vcproj
32976         * gst/rtp/rtp.vcproj
32977         * gst/silence/silence.vcproj
32978         * gst/sine/sinesrc.vcproj
32979         * gst/smooth/smooth.vcproj
32980         * gst/smpte/smpte.vcproj
32981         * gst/spectrum/spectrum.vcproj
32982         * gst/speed/speed.vcproj
32983         * gst/stereo/stereo.vcproj
32984         * gst/switch/switch.vcproj
32985         * gst/tags/tagedit.vcproj
32986         * gst/tcp/tcp.vcproj
32987         * gst/typefind/typefindfunctions.vcproj
32988         * gst/udp/udp.vcproj
32989         * gst/videobox/videobox.vcproj
32990         * gst/videocrop/videocrop.vcproj
32991         * gst/videodrop/videodrop.vcproj
32992         * gst/videofilter/gamma.vcproj
32993         * gst/videofilter/videobalance.vcproj
32994         * gst/videofilter/videofilter.vcproj
32995         * gst/videofilter/videoflip.vcproj
32996         * gst/videoflip/videoflip.vcproj
32997         * gst/videomixer/videomixer.vcproj
32998         * gst/videorate/videorate.vcproj
32999         * gst/videoscale/videoscale.vcproj
33000         * gst/videotestsrc/videotestsrc.vcproj
33001         * gst/virtualdub/virtualdub.vcproj
33002         * gst/volenv/volenv.vcproj
33003         * gst/volume/volume.vcproj
33004         * gst/wavenc/wavenc.vcproj
33005         * gst/wavparse/wavparse.vcproj
33006         * gst/y4m/y4menc.vcproj
33007           more plugins supported under windows
33008
33009 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33010
33011         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33012         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
33013         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
33014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33015         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
33016           Add debugging statements.  Use the sizes as returned by the
33017           *CreateImage calls.
33018
33019 2004-07-26  Johan Dahlin  <johan@gnome.org>
33020
33021         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
33022         the pad is negotiated.
33023
33024         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
33025
33026 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
33027
33028         * gst-libs/gst/colorbalance/colorbalance.vcproj:
33029         * gst-libs/gst/idct/idct.vcproj:
33030         * gst-libs/gst/media-info/media-info.vcproj:
33031         * gst-libs/gst/mixer/mixer.vcproj:
33032         * gst-libs/gst/navigation/navigation.vcproj:
33033         * gst-libs/gst/play/play.vcproj:
33034         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
33035         * gst-libs/gst/resample/resample.vcproj:
33036         * gst-libs/gst/tuner/tuner.vcproj:
33037         * gst-libs/gst/video/video.vcproj:
33038         * gst-libs/gst/xoverlay/xoverlay.vcproj:
33039           more plugins supported under windows
33040
33041 2004-07-25 Iain <iain@prettypeople.org>
33042
33043         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
33044         pad now rather than when the pad is created because state changes wipe
33045         explicit caps (fixes #148043).
33046
33047 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
33048
33049         reviewed by Benjamin Otte  <otte@gnome.org>
33050
33051         * ext/mad/gstmad.c:
33052           fix mad plugin crashing on Sun (fixes #148289)
33053
33054 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33055
33056         * gst/avi/avi.def:
33057         * gst/avi/avi.vcproj:
33058         * gst/matroska/matroska.def:
33059         * gst/matroska/matroska.vcproj:
33060           remove unused .def files
33061
33062 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33063
33064         * gst-libs/gst/audio/gstaudiofilter.c:
33065           Clean the local include
33066
33067 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33068
33069         * win32/gst.sln:
33070         * gst-libs/gst/audio/audio.def:
33071         * gst-libs/gst/audio/audio.vcproj:
33072         * gst-libs/gst/audio/audiofilter.vcproj:
33073         * gst-libs/gst/audio/riff.def:
33074         * gst-libs/gst/audio/riff.vcproj:
33075         * gst-libs/gst/gst-libs.def:
33076         * gst-libs/gst/gst-libs.vcproj:
33077         * gst/avi/avi.vcproj:
33078         * gst/avi/avi.vcproj:
33079           Copy the files where needed after building, cleaner projects
33080
33081 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33082
33083         * gst/matroska/ebml-write.c:
33084           Fix some 64 bits constants to be glib friendly
33085
33086 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
33087
33088         * win32/gst.sln:
33089         * gst-libs/gst/gst-libs.def:
33090         * gst-libs/gst/gst-libs.vcproj:
33091         * gst/matroska/matroska.def:
33092         * gst/matroska/matroska.vcproj:
33093           Add the preliminary canvas to build plugins on Win32
33094
33095 2004-07-23  Benjamin Otte  <otte@gnome.org>
33096
33097         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33098           don't enfore negotiation from source side, it breaks
33099           sinesrc ! audioconvert ! osssink
33100
33101 2004-07-22  David Schleef  <ds@schleef.org>
33102
33103         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
33104         for ELF files, since they can easily be recognized as audio/mpeg.
33105         (bug #147441)
33106
33107 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33108
33109         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
33110         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
33111         (gst_videoscale_scale_nearest_24bit),
33112         (gst_videoscale_scale_nearest_16bit):
33113           fix 16bit and 24bit for stride (24bit might need testing)
33114           don't pretend we do more than one algorithm
33115
33116 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33117
33118         * configure.ac:
33119         * gst/Makefile.am:
33120         * gst/multifilesink/Makefile.am:
33121         * gst/multifilesink/gstmultifilesink.c:
33122         (gst_multifilesink_get_formats),
33123         (gst_multifilesink_get_query_types), (_do_init),
33124         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
33125         (gst_multifilesink_init), (gst_multifilesink_dispose),
33126         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
33127         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
33128         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
33129         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
33130         (gst_multifilesink_chain), (gst_multifilesink_change_state),
33131         (gst_multifilesink_uri_get_type),
33132         (gst_multifilesink_uri_get_protocols),
33133         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
33134         (gst_multifilesink_uri_handler_init), (plugin_init):
33135         * gst/multifilesink/gstmultifilesink.h:
33136         * testsuite/Makefile.am:
33137         * testsuite/multifilesink/Makefile.am:
33138         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
33139         (gst_newmedia_class_init), (gst_newmedia_init),
33140         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
33141         (newfile_signal), (test_signal), (main):
33142         multifilesink plugin for creating new files every time a new media
33143         discontinuity event occurs
33144
33145 2004-07-22  Wim Taymans  <wim@fluendo.com>
33146
33147         * gst/alpha/Makefile.am:
33148         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
33149         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
33150         (gst_alpha_color_init), (gst_alpha_color_set_property),
33151         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
33152         (transform), (gst_alpha_color_chain),
33153         (gst_alpha_color_change_state), (plugin_init):
33154         Stupid plugin to to RGBA to AYUV conversion because none of
33155         the colorspace plugins can handle that yet.
33156
33157 2004-07-22  Wim Taymans  <wim@fluendo.com>
33158
33159         * examples/seeking/seek.c: (update_scale), (main):
33160         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33161         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33162         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33163         (gst_decode_bin_init), (gst_decode_bin_dispose),
33164         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33165         (no_more_pads), (close_link), (type_found),
33166         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33167         (plugin_init):
33168         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33169         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33170         (gst_play_base_bin_dispose), (queue_overrun),
33171         (gen_preroll_element), (remove_prerolls), (unknown_type),
33172         (no_more_pads), (new_stream), (setup_source),
33173         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33174         (play_base_eos), (gst_play_base_bin_change_state),
33175         (gst_play_base_bin_add_element),
33176         (gst_play_base_bin_remove_element),
33177         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33178         (gst_play_base_bin_unlink_stream),
33179         (gst_play_base_bin_get_streaminfo):
33180         * gst/playback/gstplaybin.c: (gen_video_element),
33181         (gen_audio_element):
33182         * gst/playback/gststreaminfo.h:
33183         More playback updates, attempt to fix things after the state change
33184         breakage.
33185
33186 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33187
33188         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
33189         (gst_videoscale_scale_nearest_16bit):
33190           comment algorithm
33191
33192 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33193
33194         * gst/videotestsrc/gstvideotestsrc.c:
33195         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
33196         (gst_videotestsrc_init), (gst_videotestsrc_get),
33197         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
33198         (gst_videotestsrc_get_property):
33199         * gst/videotestsrc/gstvideotestsrc.h:
33200         * gst/videotestsrc/videotestsrc.c:
33201         * gst/videotestsrc/videotestsrc.h:
33202           cleanup and commenting
33203
33204 2004-07-21  Wim Taymans  <wim@fluendo.com>
33205
33206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33207         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33208         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33209         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33210         (_find_chain_get_unknown_part), (_find_streams_check),
33211         (gst_ogg_demux_push), (gst_ogg_pad_push):
33212         * ext/theora/theoradec.c: (theora_get_formats),
33213         (theora_dec_src_convert), (theora_dec_sink_convert),
33214         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33215         (theora_dec_chain):
33216         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33217         (vorbis_dec_convert), (vorbis_dec_src_query),
33218         (vorbis_dec_src_event), (vorbis_dec_event):
33219         More seeking fixes, oggdemux now supports seeking to time and
33220         uses the downstream element to convert granulepos to time.
33221         Seeking in theora-only ogg files now works.
33222
33223 2004-07-21  Wim Taymans  <wim@fluendo.com>
33224
33225         * ext/theora/theoradec.c: (gst_theora_dec_init),
33226         (theora_get_formats), (theora_get_event_masks),
33227         (theora_get_query_types), (theora_dec_src_convert),
33228         (theora_dec_sink_convert), (theora_dec_src_query),
33229         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33230         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33231         (vorbis_get_event_masks), (vorbis_get_query_types),
33232         (gst_vorbis_dec_init), (vorbis_dec_convert),
33233         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33234         Added query/convert/formats functions to vorbis and theora decoders
33235         so that the outside world can use them too. Fixed seeking on an
33236         ogg/theora/vorbis file by disabling the seeking seeking on the
33237         theora srcpad.
33238
33239 2004-07-21  Julien MOUTTE  <julien@moutte.net>
33240
33241         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33242         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33243         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33244         images creation for both elements. We don't create the image on caps
33245         nego or renego, we just destroy the internal one if present if it does
33246         not match the needs. The chain function takes care of creating a new
33247         image when needed.
33248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33249         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33250         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33251         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33252         the image format information. The buffer pool checks for the context
33253         image format and discard images with different formats.
33254         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33255
33256 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33257
33258         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33259         (gst_ffmpegcolorspace_chain):
33260           no point in doing any chaining if the pad we want to push from
33261           isn't usable.
33262
33263 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33264
33265         * gst-libs/gst/riff/riff-media.c:
33266         (gst_riff_create_audio_caps_with_data):
33267           Fix double end-to-native symbol conversion (#148021).
33268
33269 2004-07-20  David Schleef  <ds@schleef.org>
33270
33271         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33272         Don't use an Atom that doesn't exist.
33273
33274 2004-07-20  Wim Taymans  <wim@fluendo.com>
33275
33276         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33277         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33278         (gst_multifdsink_client_remove),
33279         (gst_multifdsink_handle_client_write),
33280         (gst_multifdsink_queue_buffer):
33281         * gst/tcp/gstmultifdsink.h:
33282         More multifdsink stats. Avoid deadlock by releasing locks
33283         before sending out a signal.
33284
33285 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33286
33287         * po/LINGUAS:
33288         * po/hu.po:
33289           added Hungarian translation (Laszlo Dvornik)
33290
33291 2004-07-20  Wim Taymans  <wim@fluendo.com>
33292
33293         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33294         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33295         (gst_multifdsink_handle_client_write),
33296         (gst_multifdsink_queue_buffer):
33297         * gst/tcp/gsttcp-marshal.list:
33298         Fixed the stupid marshal definition.
33299
33300 2004-07-20  Wim Taymans  <wim@fluendo.com>
33301
33302         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33303         (gst_multifdsink_init), (gst_multifdsink_add),
33304         (gst_multifdsink_client_remove),
33305         (gst_multifdsink_handle_client_write),
33306         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33307         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33308         (gst_multifdsink_init_send):
33309         * gst/tcp/gstmultifdsink.h:
33310         Added more stats, added timeout for a client, fixed some typos
33311         and added some comments.
33312
33313 2004-07-20  Wim Taymans  <wim@fluendo.com>
33314
33315         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33316         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33317         (gst_multifdsink_client_remove),
33318         (gst_multifdsink_handle_client_write):
33319         * gst/tcp/gstmultifdsink.h:
33320         * gst/tcp/gsttcp-marshal.list:
33321         Added get_stats method that returns a GValueArray of
33322         stats values.
33323
33324 2004-07-19  Benjamin Otte  <otte@gnome.org>
33325
33326         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33327           make sure longname, description and author are valid UTF-8
33328
33329 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33330
33331         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33332         (gst_ximagesink_set_property):
33333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33334         (gst_xvimagesink_set_property):
33335           make sure SYNCHRONOUS is respected after getting the X context
33336
33337 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33338
33339         * gst/matroska/matroska-demux.c:
33340         (gst_matroska_demux_handle_src_event),
33341         (gst_matroska_demux_parse_blockgroup):
33342         * gst/matroska/matroska-ids.h:
33343           add BlockReference tag and ignore it to clear out log.
33344           ignore NAVIGATION events to clear out log.
33345
33346 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33347
33348         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33349         (gst_matroska_demux_add_stream):
33350         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33351           add debug categories
33352
33353 2004-07-16  Wim Taymans  <wim@fluendo.com>
33354
33355         * ext/libpng/Makefile.am:
33356         * ext/libpng/gstpng.c: (plugin_init):
33357         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33358         (gst_pngdec_get_type), (gst_pngdec_base_init),
33359         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33360         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33361         * ext/libpng/gstpngdec.h:
33362         Added png decoder.
33363
33364 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33365
33366         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33367         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33368         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33369         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33370         (gst_ximagesink_buffer_alloc):
33371         * sys/ximage/ximagesink.h:
33372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33373         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33374         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33375         (gst_xvimagesink_buffer_alloc):
33376         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33377         again. Using internal data pointer of the x(v)image to store image's
33378         data to be coherent with the buffer alloc mechanism. Investigated the
33379         image destruction code to be sure that everything gets freed correctly.
33380
33381 2004-07-16  Wim Taymans  <wim@fluendo.com>
33382
33383         * gst-libs/gst/riff/riff-read.c:
33384         (gst_riff_read_strf_vids_with_data),
33385         (gst_riff_read_strf_auds_with_data):
33386         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33387         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33388         Make sure we don't create 0 sized subbuffers in riff-read.
33389         Signal the no more pads signal after reading the avi header.
33390
33391 2004-07-16  Wim Taymans  <wim@fluendo.com>
33392
33393         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33394         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33395         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33396         (gst_decode_bin_init), (gst_decode_bin_dispose),
33397         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33398         (no_more_pads), (close_link), (type_found),
33399         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33400         (gst_decode_bin_change_state), (plugin_init):
33401         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33402         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33403         (gst_play_base_bin_dispose), (queue_overrun),
33404         (gen_preroll_element), (remove_prerolls), (unknown_type),
33405         (no_more_pads), (new_stream), (setup_source),
33406         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33407         (play_base_eos), (gst_play_base_bin_change_state),
33408         (gst_play_base_bin_add_element),
33409         (gst_play_base_bin_remove_element),
33410         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33411         (gst_play_base_bin_unlink_stream),
33412         (gst_play_base_bin_get_streaminfo):
33413         * gst/playback/gstplaybasebin.h:
33414         Better error recovery. Added configurable preroll queue size. Faster
33415         detection of no-more-pads.
33416
33417 2004-07-16  Wim Taymans  <wim@fluendo.com>
33418
33419         * gst-libs/gst/video/video.h:
33420         Added 32 bits RGBA. Not sure if we should use another mime-type
33421         for alpha rgb. Currently the presence of the alpha_mask property
33422         signals an alpha channel.
33423
33424 2004-07-16  Wim Taymans  <wim@fluendo.com>
33425
33426         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33428         FPS seems to be 0.0 to MAX everywhere else.
33429
33430 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33431
33432         * gst-libs/gst/riff/riff-media.c:
33433         (gst_riff_create_video_caps_with_data):
33434           mp42/mp43 (no caps) exist too.
33435         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33436           Set pixel_width/height; we've got them in-caps.
33437         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33438         * gst/wavparse/gstwavparse.c: (plugin_init):
33439           Both are valid primary.
33440         * sys/oss/gstossmixer.c:
33441           Remove i18n hack and enable translations.
33442
33443 2004-07-15  Benjamin Otte  <otte@gnome.org>
33444
33445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33446         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33447           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33448
33449 2004-07-15  Benjamin Otte  <otte@gnome.org>
33450
33451         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33452         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33453         (gst_alsa_close_audio):
33454           disable some of the debugging code for now. Writing debugging to a
33455           buffer is broken in current alsalib releases.
33456
33457 2004-07-12  Benjamin Otte  <otte@gnome.org>
33458
33459         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33460           use bufferpools
33461
33462 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33463
33464         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33465         (theora_dec_src_query), (theora_dec_event):
33466         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33467           add debugging categories.  Remove \n's.
33468
33469 2004-07-13  Johan Dahlin  <johan@gnome.org>
33470
33471         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33472         (gst_play_bin_get_property): Impl.
33473
33474 2004-07-13  Wim Taymans  <wim@fluendo.com>
33475
33476         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33477         When trying to find the stream length, seek back N pages
33478         instead of just one, where N is the number of streams in
33479         the current chain.
33480
33481 2004-07-13  Wim Taymans  <wim@fluendo.com>
33482
33483         * gst-libs/gst/riff/riff-media.c:
33484         (gst_riff_create_audio_caps_with_data),
33485         (gst_riff_create_audio_caps),
33486         (gst_riff_create_audio_template_caps):
33487         * gst-libs/gst/riff/riff-media.h:
33488         * gst-libs/gst/riff/riff-read.c:
33489         (gst_riff_read_strf_vids_with_data),
33490         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33491         * gst-libs/gst/riff/riff-read.h:
33492         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33493         (gst_avi_demux_add_stream):
33494         Set codec_data on caps for avidemuxer.
33495
33496 2004-07-12  David Schleef  <ds@schleef.org>
33497
33498         * configure.ac: Fix test for Objective C
33499
33500 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33501         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33502         (gst_gdk_pixbuf_chain):
33503           Add svg and pcx to template caps, and ensure that getcaps returns a
33504           subset of the template caps.
33505           Copy each row manually for output, as gdkpixbuf may pad the
33506           rowstride to a 32-bit word boundary.
33507
33508 2004-07-12  Wim Taymans  <wim@fluendo.com>
33509
33510         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33511         (gst_riff_create_video_template_caps):
33512         Fix the template caps to include some more media types.
33513
33514 2004-07-12  Wim Taymans  <wim@fluendo.com>
33515
33516         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33517         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33518         (compare_ranks), (print_feature), (gst_decode_bin_init),
33519         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33520         (try_to_link_1), (new_pad), (close_link), (type_found),
33521         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33522         (gst_decode_bin_change_state), (plugin_init):
33523         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33524         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33525         (gst_play_base_bin_dispose), (queue_overrun),
33526         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33527         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33528         (gst_play_base_bin_get_property), (play_base_eos),
33529         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33530         (gst_play_base_bin_remove_element),
33531         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33532         (gst_play_base_bin_unlink_stream),
33533         (gst_play_base_bin_get_streaminfo):
33534         * gst/playback/gstplaybasebin.h:
33535         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33536         (gst_play_bin_class_init), (gst_play_bin_init),
33537         (gst_play_bin_dispose), (gst_play_bin_set_property),
33538         (gst_play_bin_get_property), (gen_video_element),
33539         (gen_audio_element), (remove_sinks), (setup_sinks),
33540         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33541         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33542         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33543         (gst_play_bin_query), (plugin_init):
33544         * gst/playback/test4.c: (main):
33545         More fixes on reusing of the element.
33546
33547 2004-07-11  Benjamin Otte  <otte@gnome.org>
33548
33549         * ext/mad/gstmad.c: (normal_seek):
33550           allow seeking for other methods than just SET
33551
33552 2004-07-11  Andy Wingo  <wingo@pobox.com>
33553
33554         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33555         float, "any" caps -> buffer_frames=[0,MAX].
33556
33557         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33558         doesn't intersect our caps with the template any more. Do it
33559         ourselves.
33560         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33561
33562 2004-07-09  Wim Taymans  <wim@fluendo.com>
33563
33564         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33565         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33566         (compare_ranks), (print_feature), (gst_decode_bin_init),
33567         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33568         (try_to_link_1), (new_pad), (close_link), (type_found),
33569         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33570         (gst_decode_bin_change_state), (plugin_init):
33571         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33572         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33573         (gst_play_base_bin_dispose), (queue_overrun),
33574         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33575         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33576         (gst_play_base_bin_get_property), (play_base_eos),
33577         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33578         (gst_play_base_bin_remove_element),
33579         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33580         (gst_play_base_bin_unlink_stream),
33581         (gst_play_base_bin_get_streaminfo):
33582         * gst/playback/gstplaybasebin.h:
33583         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33584         (gst_play_bin_class_init), (gst_play_bin_init),
33585         (gst_play_bin_dispose), (gst_play_bin_set_property),
33586         (gst_play_bin_get_property), (gen_video_element),
33587         (gen_audio_element), (remove_sinks), (setup_sinks),
33588         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33589         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33590         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33591         (gst_play_bin_query), (plugin_init):
33592         * gst/playback/test4.c: (main):
33593         Work on object reuse and seeking.
33594
33595 2004-07-09  Wim Taymans  <wim@fluendo.com>
33596
33597         * examples/seeking/seek.c: (iterate):
33598         Don't consume all CPU in the idle loop.
33599
33600 2004-07-09  Wim Taymans  <wim@fluendo.com>
33601
33602         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33603         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33604         Add pad to element *after* setting the pad functions so that
33605         the scheduler can use the correct ones.
33606
33607 2004-07-09  Wim Taymans  <wim@fluendo.com>
33608
33609         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33610         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33611         Sync to keyframe after seek
33612
33613 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33614
33615         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33616         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33617         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33618         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33619         * ext/libvisual/visual.c: (gst_visual_change_state):
33620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33621         * ext/theora/theoradec.c: (theora_dec_change_state):
33622         * ext/theora/theoraenc.c: (theora_enc_change_state):
33623         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33624         * gst-libs/gst/navigation/navigation.c:
33625         * gst/adder/gstadder.c: (gst_adder_change_state):
33626         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33627         (gst_audio_convert_get_buffer):
33628         * gst/multipart/multipartdemux.c:
33629         (gst_multipart_demux_change_state):
33630         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33631         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33632         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33633         * gst/videoscale/gstvideoscale.c:
33634         (gst_videoscale_handle_src_event):
33635         * gst/volume/gstvolume.c: (volume_chain_int16):
33636           don't assert in state change, this should be done by the base
33637           GstElement class.
33638           various debugging fixes.
33639
33640 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33641
33642         * configure.ac:
33643         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33644         (gst_play_dispose), (gst_play_set_location),
33645         (gst_play_set_data_src), (gst_play_set_video_sink),
33646         (gst_play_set_audio_sink), (gst_play_set_visualization),
33647         (gst_play_connect_visualization), (gst_play_get_sink_element),
33648         (gst_play_get_all_by_interface):
33649         * gst-libs/gst/play/play.h:
33650           add new method to get elements implementing an interface.
33651           add various error logging
33652
33653 2004-07-08  Wim Taymans  <wim@fluendo.com>
33654
33655         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33656         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33657         (make_playerbin_pipeline), (query_durations_elems),
33658         (query_durations_pads), (query_positions_elems),
33659         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33660         (main):
33661         Added playbin seeking example.
33662
33663 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33664
33665         * gst-libs/gst/play/play.c: (gst_play_set_location),
33666         (gst_play_set_data_src), (gst_play_set_video_sink),
33667         (gst_play_set_audio_sink), (gst_play_set_visualization),
33668         (gst_play_connect_visualization), (gst_play_get_framerate):
33669           use a macro to look up elements from hash table
33670
33671 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33672
33673         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33674         (gst_play_get_length_callback), (gst_play_set_location),
33675         (gst_play_seek_to_time), (gst_play_set_data_src),
33676         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33677         (gst_play_set_visualization), (gst_play_connect_visualization),
33678         (gst_play_get_sink_element):
33679         - add debugging info
33680         - fix looking up sink elements by iterating over complete caps
33681         - put everything except for source and autoplugger in a complete bin
33682
33683 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33684
33685         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33686         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33687         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33688         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33689         * ext/alsa/gstalsasink.h:
33690         - add debugging info
33691         - clean up schizophrenia of data/buffer/event
33692         - fix double event unref error
33693
33694 2004-07-08  Wim Taymans  <wim@fluendo.com>
33695
33696         * gst/playback/Makefile.am:
33697         Add headers to noinst
33698
33699 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33700
33701         * tools/gst-launch-ext-m.m:
33702         * tools/gst-launch-ext.1.in:
33703           convert to the third millenium
33704
33705 2004-07-07  David Schleef  <ds@schleef.org>
33706
33707         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33708
33709 2004-07-07  Wim Taymans  <wim@fluendo.com>
33710
33711         * gst/playback/Makefile.am:
33712         * gst/playback/README:
33713         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33714         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33715         (compare_ranks), (print_feature), (gst_decode_bin_init),
33716         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33717         (try_to_link_1), (new_pad), (close_link), (type_found),
33718         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33719         (plugin_init):
33720         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33721         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33722         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33723         (gen_preroll_element), (no_more_pads), (new_stream),
33724         (setup_source), (gst_play_base_bin_set_property),
33725         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33726         (gst_play_base_bin_add_element),
33727         (gst_play_base_bin_remove_element),
33728         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33729         (gst_play_base_bin_unlink_stream),
33730         (gst_play_base_bin_get_streaminfo):
33731         * gst/playback/gstplaybasebin.h:
33732         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33733         (gst_play_bin_class_init), (gst_play_bin_init),
33734         (gst_play_bin_dispose), (gst_play_bin_set_property),
33735         (gst_play_bin_get_property), (gen_video_element),
33736         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33737         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33738         (gst_play_bin_get_formats), (gst_play_bin_convert),
33739         (gst_play_bin_get_query_types), (gst_play_bin_query),
33740         (plugin_init):
33741         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33742         (gst_stream_info_get_type), (gst_stream_info_class_init),
33743         (gst_stream_info_init), (gst_stream_info_new),
33744         (gst_stream_info_dispose), (gst_stream_info_set_property),
33745         (gst_stream_info_get_property):
33746         * gst/playback/gststreaminfo.h:
33747         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33748         (main):
33749         * gst/playback/test2.c: (main):
33750         * gst/playback/test3.c: (update_scale), (main):
33751         More playbin fixes. Added README. Do better element filtering.
33752         Added base class to preroll media. Added test apps.
33753
33754 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33755
33756         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33757         * ext/mpeg2dec/gstmpeg2dec.h:
33758           various debugging improvements.  Reset stream to next picture
33759           instead of sequence header, otherwise seeks cannot work.
33760
33761 2004-07-07  Wim Taymans  <wim@fluendo.com>
33762
33763         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33764         (gst_video_box_class_init), (gst_video_box_set_property),
33765         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33766         Use pad_alloc where possible.
33767
33768 2004-07-07  Wim Taymans  <wim@fluendo.com>
33769
33770         * sys/oss/gstosselement.c: (gst_osselement_reset),
33771         (gst_osselement_parse_caps):
33772         * sys/oss/gstosselement.h:
33773         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33774         Fix offset on osssrc.
33775
33776 2004-07-07  Wim Taymans  <wim@fluendo.com>
33777
33778         * ext/theora/theora.c: (plugin_init):
33779         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33780         (theora_dec_src_query), (theora_dec_chain):
33781         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33782         (theora_enc_sink_link), (theora_buffer_from_packet),
33783         (theora_push_packet), (theora_enc_chain):
33784         Fix theora granulepos calculation.
33785         Fix overflow in duration/position calculation.
33786         Bump rank to PRIMARY for theoradec.
33787         Use granulepos of last packet to calculate position.
33788         Set keyframe flag on buffers when needed.
33789
33790 2004-07-06  David Schleef  <ds@schleef.org>
33791
33792         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33793         serious?  (Fixed, obviously.)
33794
33795 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33796
33797         * po/LINGUAS:
33798         * po/cs.po:
33799           added Czech translation (Miloslav Trmac)
33800
33801 2004-07-05  Wim Taymans  <wim@fluendo.com>
33802
33803         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33804         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33805         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33806         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33807         (close_link), (type_found), (gst_decode_bin_set_property),
33808         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33809         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33810         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33811         (gst_decode_bin_query), (plugin_init):
33812         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33813         (gst_play_bin_class_init), (gst_play_bin_init),
33814         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33815         (get_video_element), (new_pad), (setup_source),
33816         (gst_play_bin_set_property), (gst_play_bin_get_property),
33817         (gst_play_bin_change_state), (gst_play_bin_add_element),
33818         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33819         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33820         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33821         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33822         * gst/playback/test.c: (main):
33823         More fixes, cleaned up playbin, make it use decodebin. Added
33824         threaded property to playbin.
33825
33826 2004-07-05  Wim Taymans  <wim@fluendo.com>
33827
33828         * configure.ac:
33829         * gst/playback/Makefile.am:
33830         * gst/playback/decodetest.c: (main):
33831         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33832         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33833         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33834         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33835         (close_link), (type_found), (gst_decode_bin_set_property),
33836         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33837         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33838         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33839         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33840         (plugin_init):
33841         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33842         (gst_play_bin_class_init), (gst_play_bin_init),
33843         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33844         (collect_sink_pads), (find_compatibles), (close_pad_link),
33845         (try_to_link_1), (new_pad), (close_link), (type_found),
33846         (setup_source), (gst_play_bin_set_property),
33847         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33848         (compare_ranks), (gst_play_bin_collect_factories),
33849         (gst_play_bin_change_state), (gst_play_bin_add_element),
33850         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33851         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33852         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33853         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33854         * gst/playback/test.c: (main):
33855         Added some playback helper elements and some test apps, very alpha
33856         still.
33857
33858 2004-07-04  Benjamin Otte  <otte@gnome.org>
33859
33860         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33861           only restart audio when we indeed have an xrun to fix repeated
33862           xruns. Fix suggested by Giuliano Pochini.
33863
33864 2004-07-03  David Schleef  <ds@schleef.org>
33865
33866         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33867         call to gst_debug_log() if debugging is disabled (bug #145118)
33868
33869 2004-07-03  Benjamin Otte  <otte@gnome.org>
33870
33871         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33872           use our own functions for restarting the alsa device.
33873         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33874           I should apply patches myself - use MIN for the third argument, not
33875           the second, this fixes seeking
33876
33877 2004-07-02  David Schleef  <ds@schleef.org>
33878
33879         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33880         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33881         do with the logic.
33882
33883 2004-07-02  David Schleef  <ds@schleef.org>
33884
33885         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33886         output buffers.  Fix logic mistake.  (bug #144866)
33887
33888 2004-07-02  David Schleef  <ds@schleef.org>
33889
33890         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33891         on X.  (bug #144753)
33892
33893 2004-07-02  David Schleef  <ds@schleef.org>
33894
33895         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33896         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33897         (bug #144624)
33898         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33899         (gst_osselement_rate_probe_check): Add another workaround for
33900         buggy drivers (bug #145336)
33901
33902 2004-07-02  David Schleef  <ds@schleef.org>
33903
33904         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33905         Most systems don't have MSG_NOSIGNAL.
33906
33907 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33908
33909         * Makefile.am:
33910         * gst-libs/gst/colorbalance/Makefile.am:
33911         * gst-libs/gst/mixer/Makefile.am:
33912         * gst-libs/gst/play/Makefile.am:
33913         * gst-libs/gst/tuner/Makefile.am:
33914           (hopefully) fix both install and dist and make error message useful.
33915           needs testing across automakes.
33916
33917 2004-07-02  Benjamin Otte  <otte@gnome.org>
33918
33919         * ext/ogg/gstogg.c: (plugin_init):
33920           we require bytestream now
33921         * ext/ogg/gstoggdemux.c:
33922           huge diff to implement chain setup in a fast and generic way. This
33923           improves tag reading and startup of huge files (read: Theora videos)
33924           quite a bit. It probably contains bugs, too, so please test.
33925           Seeking is not improved to the fast method.
33926
33927 2004-06-29  Wim Taymans  <wim@fluendo.com>
33928
33929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33930         * ext/ogg/gstoggmux.c:
33931         Fix memleak in oggdemux when running unconnected pads.
33932         doc update in mux, start working on keyframe mode.
33933
33934 2004-06-29  Benjamin Otte  <otte@gnome.org>
33935
33936         * sys/oss/gstosssink.c:
33937         * sys/oss/gstosssrc.c:
33938           advertise correct template caps - we indeed do non-native endianness
33939           and 8bit audio has no endianness
33940         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33942           avoid (wrong) duplications in getcaps function and return
33943           template caps
33944
33945 2004-06-29  Wim Taymans  <wim@fluendo.com>
33946
33947         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33948         (gst_multifdsink_class_init), (gst_multifdsink_add),
33949         (gst_multifdsink_remove), (gst_multifdsink_clear),
33950         (gst_multifdsink_client_remove),
33951         (gst_multifdsink_handle_client_read),
33952         (gst_multifdsink_client_queue_data),
33953         (gst_multifdsink_client_queue_caps),
33954         (gst_multifdsink_client_queue_buffer),
33955         (gst_multifdsink_handle_client_write),
33956         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33957         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33958         (gst_multifdsink_init_send), (gst_multifdsink_close):
33959         Fix wrong GList iteration that could crash the server when
33960         more then 2 clients disconnect at the same time. Read all the
33961         pending commands in one batch to recover from command storms under
33962         very heavy load.
33963
33964 2004-06-28  Wim Taymans  <wim@fluendo.com>
33965
33966         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33967         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33968         (gst_videomixer_pad_set_property),
33969         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33970         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33971         (gst_videomixer_class_init), (gst_videomixer_init),
33972         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33973         (pad_zorder_compare), (gst_videomixer_sort_pads),
33974         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33975         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33976         (gst_videomixer_update_queues), (gst_videomixer_loop),
33977         (plugin_init):
33978         Avoid divide by zero, choose masterpad as the pad with the highest
33979         framerate.
33980
33981 2004-06-27  Julien Moutte  <julien@moutte.net>
33982
33983         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33984         (gst_ximagesink_xwindow_new):
33985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33986         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33987         function directly. We might want to call it from somewhere else one day.
33988
33989 2004-06-27  Julien Moutte  <julien@moutte.net>
33990
33991         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33992         (gst_ximagesink_xwindow_new):
33993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33994         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33995         window decorations.
33996
33997 2004-06-27  Wim Taymans  <wim@fluendo.com>
33998
33999         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
34000         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
34001         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
34002         (gst_dvdec_set_property), (gst_dvdec_get_property):
34003         * ext/dv/gstdvdec.h:
34004         Implement drop_factor property to lower the framerate with
34005         a factor.
34006
34007 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
34008
34009         * gst-libs/gst/colorbalance/Makefile.am:
34010         * gst-libs/gst/mixer/Makefile.am:
34011         * gst-libs/gst/play/Makefile.am:
34012         * gst-libs/gst/tuner/Makefile.am:
34013           unbreak Company's fix that didn't install the -enum.h files
34014
34015 2004-06-27  Wim Taymans  <wim@fluendo.com>
34016
34017         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
34018         (gst_dvdec_change_state):
34019         * ext/dv/gstdvdec.h:
34020         Fix timestamp, duration and offset of the buffers.
34021
34022 2004-06-27  Wim Taymans  <wim@fluendo.com>
34023
34024         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
34025         (gst_multifdsink_class_init), (gst_multifdsink_add),
34026         (gst_multifdsink_remove), (gst_multifdsink_clear),
34027         (gst_multifdsink_client_remove),
34028         (gst_multifdsink_handle_client_read),
34029         (gst_multifdsink_client_queue_data),
34030         (gst_multifdsink_client_queue_caps),
34031         (gst_multifdsink_client_queue_buffer),
34032         (gst_multifdsink_handle_client_write),
34033         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34034         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34035         (gst_multifdsink_init_send), (gst_multifdsink_close):
34036         * gst/tcp/gstmultifdsink.h:
34037         * gst/tcp/gsttcpserversink.c:
34038         (gst_tcpserversink_handle_server_read),
34039         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
34040         More multifdsink fixes, more recovery policy fixes.
34041         Removed stupid g_print
34042
34043 2004-06-26  Wim Taymans  <wim@fluendo.com>
34044
34045         * gst/tcp/Makefile.am:
34046         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
34047         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
34048         (gst_multifdsink_class_init), (gst_multifdsink_init),
34049         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
34050         (gst_multifdsink_handle_client_read),
34051         (gst_multifdsink_client_queue_data),
34052         (gst_multifdsink_client_queue_caps),
34053         (gst_multifdsink_client_queue_buffer),
34054         (gst_multifdsink_handle_client_write),
34055         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34056         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34057         (gst_multifdsink_chain), (gst_multifdsink_set_property),
34058         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
34059         (gst_multifdsink_close), (gst_multifdsink_change_state):
34060         * gst/tcp/gstmultifdsink.h:
34061         * gst/tcp/gsttcpplugin.c: (plugin_init):
34062         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
34063         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
34064         (gst_tcpserversink_handle_server_read),
34065         (gst_tcpserversink_handle_select),
34066         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
34067         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34068         * gst/tcp/gsttcpserversink.h:
34069         Added multifdsink, made tcpserversink a subclass of fdsink, removed
34070         one of the locks, added recovery policy to multifdsink.
34071
34072 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34073
34074         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34075           fix decision for when getting frames with same timestamp
34076         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34077         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34078         (gst_v4lsrc_get_property):
34079         * sys/v4l/gstv4lsrc.h:
34080           add latency offset property
34081
34082 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34083
34084         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
34085         (plugin_init):
34086           fix debugging. add category.
34087
34088 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34089
34090         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34091           fix wrong offsets
34092
34093 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34094
34095         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34096         (gst_alsa_src_get_time), (gst_alsa_src_loop),
34097         (gst_alsa_src_change_state):
34098           return a time that is in sync with the element's processing
34099
34100 2004-06-25  Wim Taymans  <wim@fluendo.com>
34101
34102         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34103         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34104         (gst_tcpserversink_client_remove),
34105         (gst_tcpserversink_handle_client_read),
34106         (gst_tcpserversink_client_queue_data),
34107         (gst_tcpserversink_client_queue_caps),
34108         (gst_tcpserversink_client_queue_buffer),
34109         (gst_tcpserversink_handle_client_write),
34110         (gst_tcpserversink_queue_buffer),
34111         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
34112         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
34113         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
34114         (gst_tcpserversink_close):
34115         * gst/tcp/gsttcpserversink.h:
34116         Serversink rewrite. Really do non blocking writes to clients and
34117         maintain an internal queue to handle slower clients while not
34118         disturbing fast clients.
34119
34120 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34121
34122         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34123           better debug, don't override OFFSET and OFFSET_END
34124
34125 2004-06-25  Iain <iain@prettypeople.org>
34126
34127         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
34128         name=source for the wavparse pipeline.
34129
34130 2004-06-24  Johan Dahlin  <johan@gnome.org>
34131
34132         * ext/theora/theoraenc.c (theora_enc_chain): Call
34133         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
34134         streamheader caps are set correctly.
34135
34136 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34137
34138         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34139         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
34140           respect minimum bitrate; same could be done for max bitrate
34141
34142 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34143
34144         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34145         (gst_vorbisenc_setup):
34146           fix sample rate range
34147
34148 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34149
34150         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
34151         (gst_oggvorbisenc_setup):
34152         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
34153         (gst_vorbisenc_setup):
34154           resolve ambiguities in code and description
34155
34156 2004-06-24  Wim Taymans  <wim@fluendo.com>
34157
34158         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
34159         * ext/alsa/gstalsa.h:
34160         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34161         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
34162         Use alsa trigger_tstamp to get the timestamp of the first
34163         sample in the buffer for more precise sync. Some cleanups.
34164
34165 2004-06-24  Wim Taymans  <wim@fluendo.com>
34166
34167         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
34168         (gst_audiorate_init), (gst_audiorate_chain),
34169         (gst_audiorate_set_property), (gst_audiorate_get_property):
34170         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34171         (gst_videorate_chain):
34172         Added some logging, fixed an overflow bug in videorate.
34173
34174 2004-06-24  Benjamin Otte  <otte@gnome.org>
34175
34176         * ext/kio/Makefile.am:
34177           fix for builddir != srcdir and distcheck
34178
34179 2004-06-24  Benjamin Otte  <otte@gnome.org>
34180
34181         * gst-libs/gst/colorbalance/Makefile.am:
34182         * gst-libs/gst/mixer/Makefile.am:
34183         * gst-libs/gst/play/Makefile.am:
34184         * gst-libs/gst/tuner/Makefile.am:
34185         * gst/tcp/Makefile.am:
34186         * sys/dxr3/Makefile.am:
34187           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
34188           tarball.
34189           Also add all *.list files that were missing.
34190         * Makefile.am:
34191           add a distcheck hook to ensure the above doesn't happen again.
34192
34193 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
34194
34195         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
34196
34197 2004-06-23  Colin Walters  <walters@redhat.com>
34198
34199         * m4/Makefile.am: Distribute gst-fionread.m4.
34200
34201 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34202
34203         * configure.ac: back to dev
34204
34205 2004-06-23  Wim Taymans  <wim@fluendo.com>
34206
34207         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34208         (gst_alsa_xrun_recovery):
34209         * ext/alsa/gstalsa.h:
34210         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34211         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34212         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34213         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34214         (gst_alsa_src_loop):
34215         Add clock to alsasrc. Take new capture timestamp when
34216         restarting after an overrun. Split up some functions between
34217         alsasrc and alsasink.
34218
34219 === release 0.8.2 ===
34220
34221 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34222
34223         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34224         (gst_alsa_change_state), (gst_alsa_update_avail),
34225         (gst_alsa_xrun_recovery):
34226         * ext/alsa/gstalsa.h:
34227         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34228           merge back changes from release
34229
34230 2004-06-23  Wim Taymans  <wim@fluendo.com>
34231
34232         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34233         (gst_audiorate_init), (gst_audiorate_chain),
34234         (gst_audiorate_set_property), (gst_audiorate_get_property):
34235         Implement sample dropping and notify
34236
34237 2004-06-22  Wim Taymans  <wim@fluendo.com>
34238
34239         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34240         (theora_enc_sink_link), (theora_buffer_from_packet),
34241         (theora_push_packet), (theora_enc_chain):
34242         Some cleanups, make sure the timestamps are correct.
34243
34244 2004-06-22  Wim Taymans  <wim@fluendo.com>
34245
34246         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34247         (gst_alsa_change_state), (gst_alsa_update_avail),
34248         (gst_alsa_xrun_recovery):
34249         * ext/alsa/gstalsa.h:
34250         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34251         Cleanups, take queued samples into account when reporting
34252         the time.
34253
34254 2004-06-22  Wim Taymans  <wim@fluendo.com>
34255
34256         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34257         (gst_videorate_init):
34258         Initialize the property as well.
34259
34260 2004-06-22  Wim Taymans  <wim@fluendo.com>
34261
34262         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34263         (gst_videorate_init), (gst_videorate_chain),
34264         (gst_videorate_set_property), (gst_videorate_get_property):
34265         Add property to make videorate silent.
34266         Add property to prefer new frames over old ones.
34267
34268 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34269
34270         * sys/osxvideo/Makefile.am:
34271         Workaround so that the osxvideo .so file gets linked with the
34272         Cocoa, OpenGL and QuickTime frameworks
34273
34274 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34275
34276         * sys/osxaudio/Makefile.am:
34277         Workaround so that the osxaudio .so file gets linked with the
34278         CoreAudio framework
34279
34280 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34281
34282         * configure.ac:
34283         Whoops, my fault...fixed build issues
34284
34285 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34286
34287         * configure.ac:
34288         Add objective-c support if running in Darwin/Mac OS X
34289         * sys/Makefile.am:
34290         * sys/osxvideo:
34291         * sys/osxvideo/Makefile.am:
34292         * sys/osxvideo/osxvideosink.h:
34293         * sys/osxvideo/osxvideosink.m:
34294         * sys/osxvideo/cocoawindow.h:
34295         * sys/osxvideo/cocoawindow.m:
34296         Add osxvideosink, a cocoa-based osx video sink
34297
34298
34299 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34300         * ext/dvdnav/gst-dvd:
34301         Grab the gconf key from the right spot
34302         * gst/debug/gstnavseek.c: (gst_navseek_init),
34303         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34304         (gst_navseek_chain):
34305         * gst/debug/gstnavseek.h:
34306           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34307           and loop parameters of a segment seek.
34308         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34309         (gst_videotestsrc_get_event_masks),
34310         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34311         * gst/videotestsrc/gstvideotestsrc.h:
34312           Add seeking support to videotestsrc
34313           Initialise the timestamp_offset variable.
34314
34315 2004-06-18  Wim Taymans  <wim@fluendo.com>
34316
34317         * ext/sidplay/gstsiddec.cc:
34318         Fix negotiation and set correct end offset.
34319
34320 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34321
34322         * configure.ac: branch and prerelease
34323
34324 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34325
34326         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34327         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34328         (gst_tcpclientsrc_init_receive):
34329         * gst/tcp/gsttcpclientsrc.h:
34330           read caps when connecting to server for GDP so we set them correctly
34331
34332 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34333
34334         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34335           notify drops and duplicates
34336         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34337           no good reason to limit ourselves to 100x100
34338
34339 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34340
34341         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34342         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34343         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34344         (gst_v4lsrc_get_property):
34345         * sys/v4l/gstv4lsrc.h:
34346         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34347         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34348         (gst_v4l_set_audio):
34349         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34350         (gst_v4lsrc_try_capture):
34351         * sys/v4l/v4lsrc_calls.h:
34352           change try_palette to more general try_capture
34353           add autoprobe option so we can turn off autoprobing
34354           various fixes
34355
34356 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34357
34358         * configure.ac:
34359           add videorate
34360         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34361         (gst_ximagesink_class_init):
34362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34363         (gst_xvimagesink_class_init):
34364           run them as finalize, not dispose, since dispose can be invoked
34365           multiple times
34366
34367 2004-06-17  Wim Taymans  <wim@fluendo.com>
34368
34369         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34370         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34371         * ext/alsa/gstalsa.h:
34372         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34373         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34374         (gst_alsa_src_change_state):
34375         * ext/alsa/gstalsasrc.h:
34376         Make the xrun code timestamp and offset the buffers correctly.
34377         moved the clock to the base class, use alsa methods to get time.
34378         Do correct timestamping on outgoing buffers.
34379
34380 2004-06-17  Wim Taymans  <wim@fluendo.com>
34381
34382         * gst/audiorate/Makefile.am:
34383         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34384         (gst_audiorate_base_init), (gst_audiorate_class_init),
34385         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34386         (gst_audiorate_set_property), (gst_audiorate_get_property),
34387         (gst_audiorate_change_state), (plugin_init):
34388         Added an audiorate converter that fills in gaps.
34389
34390 2004-06-17  Johan Dahlin  <johan@gnome.org>
34391
34392         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34393
34394 2004-06-16  Wim Taymans  <wim@fluendo.com>
34395
34396         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34397         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34398         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34399         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34400         (gst_v4lsrc_get_property):
34401         * sys/v4l/gstv4lsrc.h:
34402         Added a copy mode to v4lsrc where it will output a copied version
34403         of its internal hardware buffer.
34404         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34405         can't | them.
34406
34407 2004-06-16  Wim Taymans  <wim@fluendo.com>
34408
34409         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34410         Timestamp fixes.
34411
34412 2004-06-16  Wim Taymans  <wim@fluendo.com>
34413
34414         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34415         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34416         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34417         (gst_v4lsrc_get_property):
34418         * sys/v4l/gstv4lsrc.h:
34419         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34420         Added a sync mode enum property to control v4lsrc timestamp method
34421         Removed the use-fixed-fps property and moved functionality in
34422         the enum.
34423         Don't error on an error value from v4l-conf, it might not always
34424         be a real error.
34425
34426 2004-06-16  Wim Taymans  <wim@fluendo.com>
34427
34428         * gst/videorate/Makefile.am:
34429         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34430         (gst_videorate_base_init), (gst_videorate_class_init),
34431         (gst_videorate_getcaps), (gst_videorate_link),
34432         (gst_videorate_init), (gst_videorate_chain),
34433         (gst_videorate_set_property), (gst_videorate_get_property),
34434         (gst_videorate_change_state), (plugin_init):
34435         Added a video timestamp corrector.
34436
34437 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34438
34439         fixed a potential leak with previous commit
34440
34441         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34442
34443 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34444
34445         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34446         Added missing refcount, fixes bug #144425
34447         Cheers Tim for finding the bug
34448
34449 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34450
34451         * sys/v4l/gstv4l.c: (plugin_init):
34452         * sys/v4l/gstv4lcolorbalance.c:
34453         * sys/v4l/gstv4lcolorbalance.h:
34454         * sys/v4l/gstv4lelement.c:
34455         * sys/v4l/gstv4lelement.h:
34456         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34457         * sys/v4l/gstv4lmjpegsink.h:
34458         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34459         * sys/v4l/gstv4lmjpegsrc.h:
34460         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34461         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34462         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34463         * sys/v4l/gstv4lsrc.h:
34464         * sys/v4l/gstv4ltuner.c:
34465         * sys/v4l/gstv4ltuner.h:
34466         * sys/v4l/gstv4lxoverlay.c:
34467         * sys/v4l/gstv4lxoverlay.h:
34468         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34469         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34470         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34471         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34472         (gst_v4l_set_audio):
34473         * sys/v4l/v4l_calls.h:
34474         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34475         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34476         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34477         (gst_v4lmjpegsink_playback_init),
34478         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34479         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34480         (gst_v4lmjpegsink_playback_stop),
34481         (gst_v4lmjpegsink_playback_deinit):
34482         * sys/v4l/v4lmjpegsink_calls.h:
34483         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34484         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34485         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34486         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34487         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34488         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34489         * sys/v4l/v4lmjpegsrc_calls.h:
34490         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34491         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34492         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34493         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34494         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34495         (gst_v4lsrc_try_palette):
34496         * sys/v4l/v4lsrc_calls.h:
34497           bunch of paranoia cleanups
34498
34499 2004-06-14  David Schleef  <ds@schleef.org>
34500
34501         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34502         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34503         Send discont events and change timestamps appropriately when
34504         we get a seek event.  (bug #144240)
34505         * ext/cdparanoia/gstcdparanoia.h:
34506
34507 2004-06-14  Benjamin Otte  <otte@gnome.org>
34508
34509         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34510           snd_pcm_hw_params_set_rate  since the latter fails for no good
34511           reason on some setups.
34512
34513 2004-06-14  David Schleef  <ds@schleef.org>
34514
34515         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34516         standard.  Thank you for playing.
34517
34518 2004-06-14  Wim Taymans  <wim@fluendo.com>
34519
34520         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34521         Patch 1.3 broke the ordering of the colorspace info and
34522         made the plugin basically work by coincidence, reordered
34523         the info.
34524
34525 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34526
34527         * ext/lame/gstlame.c:
34528         * ext/mad/gstmad.c:
34529           sync caps.  Make sure mad can only output a list of rates, not
34530           a full range.  In the future, have three caps lists for each of the
34531           mpeg versions.  Change mpegversion to a double as well.
34532
34533 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34534
34535         * gst/volume/.cvsignore:
34536         * gst/volume/Makefile.am:
34537         * gst/volume/demo.c: (value_changed_callback), (idler),
34538         (setup_gui), (main):
34539           added small demo app
34540
34541 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34542         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34543         * ext/esd/esdsink.h:
34544         Close the esd connection on pause, because esd will just wait -
34545         blocking all other esd clients indefinitely.
34546
34547 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34548
34549         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34550           previous commit with GST_DEBUG
34551
34552 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34553
34554         * configure.ac:
34555           add a header check for a dvdread header in dvdnav.  Fixes #133002
34556
34557 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34558
34559         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34560         * gst/tcp/gsttcpclientsink.h:
34561         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34562         * gst/tcp/gsttcpclientsrc.h:
34563         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34564         (gst_tcpserversink_handle_server_read),
34565         (gst_tcpserversink_init_send):
34566         * gst/tcp/gsttcpserversink.h:
34567         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34568         * gst/tcp/gsttcpserversrc.h:
34569         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34570         version of IP)
34571
34572 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34573
34574         * configure.ac:
34575         Added ogg library so that OSX detects libtheora properly
34576
34577 2004-06-11  Wim Taymans  <wim@fluendo.com>
34578
34579         * ext/theora/theoradec.c: (theora_dec_chain),
34580         (theora_dec_change_state):
34581         Don't try to decode frames before we received a keyframe.
34582
34583 2004-06-11  Wim Taymans  <wim@fluendo.com>
34584
34585         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34586         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34587         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34588         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34589         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34590         Added property to set the maximum delay of a page.
34591
34592 2004-06-10  Wim Taymans  <wim@fluendo.com>
34593
34594         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34595         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34596         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34597         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34598         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34599         Added max-delay property to control the maximum amount
34600         of data to put in one page.
34601
34602 2004-06-10  Wim Taymans  <wim@fluendo.com>
34603
34604         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34605         (gst_theora_enc_init), (theora_enc_sink_link),
34606         (theora_buffer_from_packet), (theora_enc_set_property),
34607         (theora_enc_get_property):
34608         Set duration on encoded buffer, added some more properties
34609
34610 2004-06-10  Wim Taymans  <wim@fluendo.com>
34611
34612         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34613         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34614         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34615         * ext/theora/theoraenc.c: (theora_enc_chain):
34616         Fix refcounting bugs
34617
34618 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34619
34620         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34621         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34622         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34623         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34624         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34625         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34626         (gst_asf_demux_change_state):
34627         * gst/asfdemux/gstasfdemux.h:
34628           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34629           feels like. I think we should set a new requirement for demuxers
34630           from now on to implement sane loop functions, data loops, query
34631           and seek functions before first commit into CVS. And this commit
34632           fixes all of the above.
34633
34634 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34635
34636         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34637           vorbis comments are properly encoded in UTF-8 before adding them
34638           to a GstTagList
34639
34640 2004-06-09  Benjamin Otte  <otte@gnome.org>
34641
34642         * ext/alsa/gstalsa.c: (add_channels):
34643           handle min <= max correctly
34644         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34645         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34646           add fixation functions so we fixate correctly. No preferring of alaw
34647           anymore because it's the first structure.
34648         * ext/alsa/gstalsa.h:
34649         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34650         (gst_alsa_hw_params_dump):
34651           add functions to ease debugging in alsalib
34652         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34653         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34654         (gst_alsa_start_audio):
34655           only specify hw params if we really setup a format (fixes #134007 -
34656           or at least works around it)
34657
34658 2004-06-09  Wim Taymans  <wim@fluendo.com>
34659
34660         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34661         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34662         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34663         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34664         (gst_ogg_mux_loop):
34665         Use stream caps to setup the initial pages in the ogg stream.
34666         Correctly set the streamheader caps on the srcpad.
34667
34668 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34669
34670         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34671         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34672         (gst_v4lsrc_getcaps):
34673         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34674         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34675           add querying of fps lists for webcams.  Negotiating to a framerate
34676           now works.
34677
34678 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34679
34680         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34681         (theora_push_buffer), (theora_push_packet),
34682         (theora_set_header_on_caps), (theora_enc_chain):
34683           mark buffers and put on streamheader, raw theora streaming
34684           now works too, whee
34685
34686 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34687
34688         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34689         (gst_tcp_gdp_read_caps):
34690           do a looping read for caps and GDP headers too
34691
34692 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34693
34694         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34695         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34696           return EOS instead of NULL in _get
34697
34698 2004-06-08  Wim Taymans  <wim@fluendo.com>
34699
34700         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34701         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34702         (gst_tcp_gdp_write_caps):
34703         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34704         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34705         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34706         Memory leak fixes
34707
34708 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34709
34710         * ext/vorbis/Makefile.am:
34711         * ext/vorbis/vorbis.c: (plugin_init):
34712         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34713         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34714         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34715         (vorbis_parse_change_state):
34716         * ext/vorbis/vorbisparse.h:
34717           adding a vorbisparse element that marks the buffers, streaming
34718           raw vorbis using GDP now works, whee
34719
34720 2004-06-08  Wim Taymans  <wim@fluendo.com>
34721
34722         * ext/jpeg/Makefile.am:
34723         * ext/jpeg/README:
34724         * ext/jpeg/gstjpeg.c: (plugin_init):
34725         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34726         (gst_smokedec_base_init), (gst_smokedec_class_init),
34727         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34728         * ext/jpeg/gstsmokedec.h:
34729         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34730         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34731         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34732         (gst_smokeenc_resync), (gst_smokeenc_chain),
34733         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34734         * ext/jpeg/gstsmokeenc.h:
34735         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34736         (smokecodec_flush_destination), (smokecodec_term_destination),
34737         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34738         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34739         (smokecodec_term_source), (smokecodec_encode_new),
34740         (smokecodec_decode_new), (smokecodec_info_free),
34741         (smokecodec_set_quality), (smokecodec_get_quality),
34742         (smokecodec_set_threshold), (smokecodec_get_threshold),
34743         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34744         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34745         (smokecodec_parse_header), (smokecodec_decode):
34746         * ext/jpeg/smokecodec.h:
34747         Added a new simple jpeg based codec
34748
34749 2004-06-08  Wim Taymans  <wim@fluendo.com>
34750
34751         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34752         (gst_multipart_mux_loop):
34753         Fix memory leak
34754
34755 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34756
34757         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34758         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34759         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34760         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34761         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34762         * gst/tcp/gsttcpserversink.h:
34763           take streamheader into account
34764
34765 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34766
34767         * gst/level/Makefile.am:
34768         * gst/level/gstlevel.c: (gst_level_class_init):
34769           clean up marshal generation
34770
34771 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34772
34773         * gst/tcp/Makefile.am:
34774         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34775         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34776         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34777         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34778         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34779         (gst_tcpclientsrc_get_property):
34780         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34781         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34782         (gst_tcpserversink_handle_client_read),
34783         (gst_tcpserversink_handle_client_write),
34784         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34785         * gst/tcp/gsttcpserversink.h:
34786           add signals client-added and client-removed
34787         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34788         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34789         (gst_tcpserversrc_get_property):
34790         uniformized, change default protocol to NONE
34791         * gst/tcp/gsttcp-marshal.list: added
34792 2004-06-07  Benjamin Otte  <otte@gnome.org>
34793
34794         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34795           handle discont events if they happen before caps nego
34796
34797 2004-06-07  Wim Taymans  <wim@fluendo.com>
34798
34799         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34800         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34801         (gst_multipart_demux_plugin_init):
34802         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34803         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34804         (gst_multipart_mux_change_state):
34805         Small updates, fix a memleak
34806
34807 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34808
34809         * configure.ac: OSS portability
34810         * ext/arts/gst_arts.c: idem
34811         * sys/oss/gstosselement.c: idem
34812         * sys/oss/gstossmixer.c: idem
34813         * sys/oss/gstosssink.c: idem
34814         * sys/oss/gstosssrc.c: idem
34815         * sys/oss/oss_probe.c: idem
34816           - check for soundcard.h in different places for some BSD
34817
34818 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34819
34820         * AUTHORS:
34821         Add me to the authors file
34822         * configure.ac:
34823         Increase the libdv requirement to >= version 0.100
34824         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34825         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34826         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34827         * ext/dv/gstdvdec.h:
34828         Add support for the new_media flag when sending DISCONT events
34829         Make the querying work when video pad is not linked
34830
34831 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34832
34833         reviewed by Benjamin Otte  <otte@gnome.org>
34834
34835         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34836           create a NULL-initialized array of pads, so we don't think they
34837           exist already. (fixes #143130)
34838
34839 2004-06-07  Benjamin Otte  <otte@gnome.org>
34840
34841         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34842         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34843         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34844           don't use // coments
34845
34846 2004-06-07  Benjamin Otte  <otte@gnome.org>
34847
34848         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34849           cast to GstClockTime to get higher granularity
34850         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34851           use gst_element_set_time_delay to get the exact time
34852         * ext/mad/gstmad.c: (gst_mad_chain):
34853           use the negotiated rate instead of the current frame's rate which
34854           might be wrong because of bit errors. This avoids emitting totally
34855           bogus timestamps and screwing sync.
34856         (fixes #143454)
34857
34858 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34859
34860         reviewed by Benjamin Otte  <otte@gnome.org>
34861
34862         * gst/adder/gstadder.c: (gst_adder_loop):
34863           properly error out when no negotiation has happened yet. (fixes
34864           #143032)
34865
34866 2004-06-06  Benjamin Otte  <otte@gnome.org>
34867
34868         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34869           forward correctly transformed offset in discont events. Based on
34870           patch by Arwed v. Merkatz. (fixes #142851)
34871
34872 2004-06-06  David Schleef  <ds@schleef.org>
34873
34874         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34875         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34876         problems on several systems.
34877
34878 2004-06-06  Benjamin Otte  <otte@gnome.org>
34879
34880         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34881           use explicit caps on the srcpad
34882         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34883           properly error out if caps couldn't be set (fixes #142764)
34884
34885 2004-06-06  Benjamin Otte  <otte@gnome.org>
34886
34887         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34888         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34889         (gst_alsa_start_audio):
34890           - don't call set_periods_integer anymore, it breaks the
34891           configuration randomly
34892           - call snd_pcm_hw_params_set_access directly instead of using masks
34893           - don't fail if the sw_params can't be set, just use the default
34894           params and hope it works. Alsalib has weird issues when you touch
34895           sw_params and does no proper error reporting about what failed.
34896         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34897         (gst_alsa_close_audio):
34898           make our alsa debugging go via gst debugging and not conditionally
34899           defined
34900         * ext/alsa/gstalsa.h:
34901           add ALSA_DEBUG_FLUSH macro
34902         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34903         (plugin_init):
34904           wrap alsa errors to be printed via the gst debugging system and not
34905           spammed to stderr
34906
34907 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34908
34909         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34910         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34911         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34912         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34913         (qtdemux_parse_trak):
34914         * gst/qtdemux/qtdemux.h:
34915           Bitch. Also known as seeking, querying & co.
34916         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34917         (gst_osssink_change_state):
34918         * sys/oss/gstosssink.h:
34919           Resyncing is for weenies, this hack is no longer needed and was
34920           broken anyway (since it - unintendedly - always leaves resync to
34921           TRUE).
34922
34923 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34924
34925         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34926         * gst/tcp/gsttcpclientsrc.h: idem
34927           - define MSG_NOSIGNAL if not done
34928           - include unistd.h for off_t
34929           (fixes #143749)
34930
34931 2004-06-05  Benjamin Otte  <otte@gnome.org>
34932
34933         * configure.ac:
34934         * ext/kio/Makefile.am:
34935           check for qt's moc preprocessor explicitly and use it
34936
34937 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34938
34939         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34940           don't get a signal for EPIPE on socket writes
34941           (somebody check if this works on other platforms)
34942
34943 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34944
34945         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34946         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34947           check error condition on available samples correctly
34948
34949 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34950
34951         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34952           avoid a segfault
34953         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34954         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34955         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34956         (gst_tcpserversrc_gdp_read_header):
34957          use ssize_t over size_t since the former is signed and thus the
34958          check for error codes can work
34959
34960 2004-06-02  Wim Taymans  <wim@fluendo.com>
34961
34962         reviewed by: Johan
34963
34964         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34965         (gst_multipart_mux_loop):
34966         Oops
34967
34968 2004-06-02  Wim Taymans  <wim@fluendo.com>
34969
34970         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34971         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34972         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34973         (gst_multipart_mux_change_state):
34974         Added configurable boundary specifier, added the value as a
34975         caps field as well.
34976
34977 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34978
34979         * gst/tcp/gsttcp.c:
34980         * gst/tcp/gsttcpclientsrc.c:
34981         * gst/tcp/gsttcpclientsrc.h:
34982         * gst/tcp/gsttcpserversrc.c:
34983           - portability fix, to compile on OSX
34984             (fixes #143146)
34985
34986         * sys/osxaudio/gstosxaudioelement.c:
34987         * sys/osxaudio/gstosxaudiosink.c:
34988         * sys/osxaudio/gstosxaudiosrc.c:
34989           - compilation warnings on OSX
34990             (fixes #143153)
34991
34992 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34993
34994         * ext/vorbis/vorbisdec.c : sign warning fixes
34995
34996         * gst-libs/gst/mixer/mixertrack.c :
34997           do no use defines which are glib 2.4 specific
34998
34999 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
35000
35001         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
35002           buffer since libflac doesn't expect it (reports a sync error when
35003           it encounters that)
35004
35005
35006 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
35007
35008         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
35009         * gst-libs/gst/mixer/mixertrack.c:
35010         (gst_mixer_track_get_property), (get_mixer_track_init),
35011         (get_mixer_track_get_property): Added property accessors
35012         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
35013         * gst-libs/gst/mixer/mixeroptions.c:
35014         (gst_mixer_options_get_values): Added
35015         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
35016         * gst-libs/gst/mixer/mixer.c: Fixed comment
35017
35018
35019 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35020
35021         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
35022           improve error messages on open
35023
35024
35025 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35026
35027         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
35028           check if v4l-conf is in path
35029
35030 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35031
35032         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
35033           change assert to a more readable error message
35034
35035 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
35036
35037         * gst-libs/gst/tuner/tunerchannel.h:
35038           - add a freq_multiplicator field to make the conversion
35039             between internal frequency unit and Hz
35040         * sys/v4l/gstv4lelement.c:
35041         * sys/v4l2/gstv4l2element.c:
35042           - change default video device to /dev/video0
35043         * sys/v4l/v4l_calls.c:
35044         * sys/v4l2/v4l2_calls.c:
35045           - we only expose frequency to the user in Hz instead of
35046             bastard v4lX unit (either 62.5kHz or 62.5Hz)
35047
35048 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
35049         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
35050           Initialise b_o_s and e_o_s variables
35051         * gst-libs/gst/riff/riff-media.c:
35052         (gst_riff_create_video_caps_with_data):
35053           Add some unusual fourcc's from mplayer avi's
35054         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
35055           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
35056           autoplugging.
35057
35058 2004-05-28  Wim Taymans  <wim@fluendo.com>
35059
35060         * configure.ac:
35061         * gst/alpha/Makefile.am:
35062         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
35063         (gst_alpha_get_type), (gst_alpha_base_init),
35064         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
35065         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
35066         (gst_alpha_chroma_key), (gst_alpha_chain),
35067         (gst_alpha_change_state), (plugin_init):
35068         A plugin to add an alpha channel to I420 video. Can optionally do
35069         chroma keying.
35070         * gst/multipart/Makefile.am:
35071         * gst/multipart/multipart.c: (plugin_init):
35072         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
35073         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
35074         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
35075         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
35076         (gst_multipart_demux_change_state),
35077         (gst_multipart_demux_plugin_init):
35078         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
35079         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
35080         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
35081         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
35082         (gst_multipart_mux_pad_unlink),
35083         (gst_multipart_mux_request_new_pad),
35084         (gst_multipart_mux_handle_src_event),
35085         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
35086         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
35087         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
35088         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
35089         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
35090         send multipart jpeg images to a browser.
35091         * gst/videobox/Makefile.am:
35092         * gst/videobox/README:
35093         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
35094         (gst_video_box_get_type), (gst_video_box_base_init),
35095         (gst_video_box_class_init), (gst_video_box_init),
35096         (gst_video_box_set_property), (gst_video_box_get_property),
35097         (gst_video_box_sink_link), (gst_video_box_i420),
35098         (gst_video_box_ayuv), (gst_video_box_chain),
35099         (gst_video_box_change_state), (plugin_init):
35100         Crops or adds borders around an image. can do alpha channel
35101         borders as well.
35102         * gst/videomixer/Makefile.am:
35103         * gst/videomixer/README:
35104         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
35105         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
35106         (gst_videomixer_pad_get_sink_event_masks),
35107         (gst_videomixer_pad_get_property),
35108         (gst_videomixer_pad_set_property),
35109         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
35110         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
35111         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
35112         (gst_videomixer_base_init), (gst_videomixer_class_init),
35113         (gst_videomixer_init), (gst_videomixer_request_new_pad),
35114         (gst_videomixer_handle_src_event),
35115         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
35116         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
35117         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
35118         (gst_videomixer_loop), (gst_videomixer_get_property),
35119         (gst_videomixer_set_property), (gst_videomixer_change_state),
35120         (plugin_init):
35121         Generic video mixer plugin, can handle multiple inputs all with
35122         different framerates and video sizes. Is fully alpha channel
35123         aware.
35124
35125 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35126
35127         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35128           Select first track as master track. Not sure how else to handle
35129           that...
35130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
35131           Discard discont events. Should fix #142962.
35132
35133 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35134
35135         * ext/alsa/Makefile.am:
35136         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
35137         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
35138         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
35139         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
35140         (gst_alsa_mixer_get_option):
35141         * ext/alsa/gstalsamixer.h:
35142         * ext/alsa/gstalsamixeroptions.c:
35143         (gst_alsa_mixer_options_get_type),
35144         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
35145         (gst_alsa_mixer_options_new):
35146         * ext/alsa/gstalsamixeroptions.h:
35147         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
35148         * ext/alsa/gstalsamixertrack.h:
35149           Add enumerations (as GstMixerOptions). Make correct distinction
35150           between input/output tracks. Add capture/playback private flag.
35151           Use flag to decide on whether to set capture or playback volumes
35152           or switches. Use playback and record switches.
35153         * gst-libs/gst/mixer/Makefile.am:
35154         * gst-libs/gst/mixer/mixer-marshal.list:
35155         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
35156         (gst_mixer_set_option), (gst_mixer_get_option),
35157         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
35158         (gst_mixer_volume_changed), (gst_mixer_option_changed):
35159         * gst-libs/gst/mixer/mixer.h:
35160         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
35161         (gst_mixer_options_class_init), (gst_mixer_options_init),
35162         (gst_mixer_options_dispose):
35163         * gst-libs/gst/mixer/mixeroptions.h:
35164           Add GstMixerOptions.
35165         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35166           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
35167           broken device detection on computers with multiple OSS sound
35168           cards.
35169
35170 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35171
35172         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35173           fixate nicely even when the peer is not negotiating
35174
35175 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35176
35177         * gst/audioconvert/gstaudioconvert.c:
35178         (gst_audio_convert_parse_caps):
35179           make sure we don't allow depth > width
35180         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35181           fixate endianness to G_BYTE_ORDER as default
35182         * gst/audioscale/gstaudioscale.c:
35183           we don't handle another endianness as host-endianness
35184
35185 2004-05-25  David Schleef  <ds@schleef.org>
35186
35187         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
35188
35189 2004-05-24  Benjamin Otte  <otte@gnome.org>
35190
35191         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
35192         (gst_oggvorbisenc_setup):
35193           properly fail when we can't setup the vorbis encoder due to
35194           unsupported settings
35195         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
35196         (gst_vorbisenc_setup):
35197           same
35198         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35199           fix case where warnings occured when one pad was unlinked while the
35200           other's link function was called
35201
35202 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
35203
35204         * gst/tcp/Makefile.am:
35205           use GST_ENABLE_NEW
35206
35207 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35208
35209         * gst-libs/gst/resample/private.h:
35210           don't use optimizations that are #if 0'ed
35211
35212 2004-05-24  Wim Taymans  <wim@fluendo.com>
35213
35214         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35215         Fix potential division by zero error and hopefully get
35216         the position query right to get correct timestamps on avi
35217         audio.
35218
35219 2004-05-24  Wim Taymans  <wim@fluendo.com>
35220
35221         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35222         (gst_videoscale_scale_nearest_str2),
35223         (gst_videoscale_scale_nearest_str4),
35224         (gst_videoscale_scale_nearest_32bit),
35225         (gst_videoscale_scale_nearest_24bit),
35226         (gst_videoscale_scale_nearest_16bit):
35227         Fix the scaling algorithm and avoid a buffer overflow.
35228         removed the while loop in the scaling function as it
35229         was used for point sampling only.
35230
35231 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35232
35233         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35234         (gst_id3_tag_class_init), (gst_id3_tag_init),
35235         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35236         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35237         (gst_id3_tag_send_tag_event):
35238           lots of fixes to make id3mux work and id3demux work correctly
35239
35240 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35241
35242         * ext/Makefile.am:
35243           add rules to build shout2send (was removed by accident
35244           when this module was no more marked experimental/broken)
35245
35246 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35247
35248         * ext/shout2/gstshout2.c:
35249         * ext/shout2/gstshout2.h:
35250           adding a "connection problem" signal to shout2send
35251           (fixes #142954)
35252
35253 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35254
35255         * ext/kio/kioreceiver.cpp:
35256         * ext/kio/kioreceiver.h:
35257           fix sign comparison issues
35258
35259 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35260
35261         * gst/cdxaparse/gstcdxaparse.c:
35262         * gst/cdxaparse/gstcdxaparse.h:
35263           some renaming
35264           add some checks/sanity
35265           prepare for seek addition
35266
35267         * sys/sunaudio/gstsunaudio.c:
35268           remove exported dupe init function
35269
35270 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
35271
35272         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35273         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35274           Fix format conversion and position querying.
35275         * gst/debug/progressreport.c: (gst_progressreport_report):
35276           Don't output a bogus total value that we didn't query.
35277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35278           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35279           only a blank window after xine has been used.
35280
35281 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35282
35283         * m4/as-arts.m4:
35284           sync with upstream version to fix test on FC2
35285           readd with -ko to preserve Id header
35286
35287 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35288
35289         * configure.ac:
35290           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35291         * gst/tcp/gsttcpclientsrc.c: idem
35292         * gst/tcp/gsttcpserversink.c: idem
35293         * gst/tcp/gsttcpserversrc.c: idem
35294         * m4/gst-fionread.m4: idem
35295
35296         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35297
35298         * configure.ac: enable speex plugin for speex 1.1.5+
35299         * ext/speex/gstspeexenc.c: fix cast warning
35300
35301         * ext/esd/README: fix typo
35302
35303 2004-05-20  David Schleef  <ds@schleef.org>
35304
35305         * configure.ac: Minor cosmetic change to convince the buildbot to
35306         reautogen.
35307         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35308         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35309         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35310         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35311         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35312         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35313         More hacking.  Plays audio now.
35314
35315 2004-05-20  David Schleef  <ds@schleef.org>
35316
35317         * configure.ac:
35318         * sys/Makefile.am:
35319
35320 2004-05-20  David Schleef  <ds@schleef.org>
35321
35322         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35323         * sys/osxaudio/gstosxaudio.c:
35324         * sys/osxaudio/gstosxaudioelement.c:
35325         * sys/osxaudio/gstosxaudioelement.h:
35326         * sys/osxaudio/gstosxaudiosink.c:
35327         * sys/osxaudio/gstosxaudiosink.h:
35328         * sys/osxaudio/gstosxaudiosrc.c:
35329         * sys/osxaudio/gstosxaudiosrc.h:
35330
35331 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35332
35333         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35334         (gst_vorbisenc_chain):
35335           put the codec headers on the caps as streamheader as well as
35336           pushing them out
35337
35338 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35339
35340         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35341         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35342         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35343         split up push_packet into two functions
35344
35345 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35346
35347         * gst/tcp/.cvsignore:
35348           ignore enums
35349         * gst/tcp/Makefile.am:
35350         * gst/tcp/README:
35351         * gst/tcp/gsttcp.c:
35352         * gst/tcp/gsttcp.h:
35353         * gst/tcp/gsttcpclientsink.c:
35354         * gst/tcp/gsttcpclientsink.h:
35355         * gst/tcp/gsttcpclientsrc.c:
35356         * gst/tcp/gsttcpclientsrc.h:
35357         * gst/tcp/gsttcpplugin.c:
35358         * gst/tcp/gsttcpserversink.c:
35359         * gst/tcp/gsttcpserversink.h:
35360         * gst/tcp/gsttcpserversrc.c:
35361         * gst/tcp/gsttcpserversrc.h:
35362           add new tcp elements
35363
35364 2004-05-19  Wim Taymans  <wim@fluendo.com>
35365
35366         * gst/law/mulaw-conversion.c: (mulaw_encode):
35367         Fix overflow bug in ulaw encoding.
35368
35369 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35370
35371         * ext/mad/gstmad.c: (gst_mad_handle_event):
35372           don't unref the event twice
35373
35374 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35375
35376         * configure.ac:
35377           remove -Wno-sign-compare
35378
35379 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35380
35381         * configure.ac:
35382           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35383           if you want to work against glib 2.2 and 2.4
35384
35385 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35386
35387         * gst/tcp/Makefile.am:
35388         * gst/tcp/gsttcp.c:
35389         * gst/tcp/gsttcp.h:
35390         * gst/tcp/gsttcpsink.h:
35391         * gst/tcp/gsttcpsrc.h:
35392           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35393
35394 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35395
35396         * gst/debug/tests.c: (md5_get_value):
35397           fix segfault on gst-inspect
35398
35399 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35400
35401         * gst/debug/testplugin.c:
35402         * gst/debug/tests.c:
35403         * gst/debug/tests.h:
35404           add new extensible and configurable testing element. Current tests
35405           include buffer count, stream length, timestamp/duration matching and
35406           md5.
35407         * gst/debug/Makefile.am:
35408         * gst/debug/gstdebug.c: (plugin_init):
35409           add infrastructure for new element
35410
35411 2004-05-19  Johan Dahlin  <johan@gnome.org>
35412
35413         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35414         ending of the array. Fixes gst-inspect segfault on ppc.
35415
35416 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35417
35418         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35419
35420         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35421
35422 2004-05-18  David Schleef  <ds@schleef.org>
35423
35424         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35425         warnings (bugs, actually) noticed by gcc but not forte.
35426
35427 2004-05-18  David Schleef  <ds@schleef.org>
35428
35429         * sys/sunaudio/Makefile.am:
35430         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35431
35432 2004-05-18  David Schleef  <ds@schleef.org>
35433
35434         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35435         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35436         to allow qtdemux to use non-seekable streams. (bug #142272)
35437
35438 2004-05-18  David Schleef  <ds@schleef.org>
35439
35440         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35441         (gst_resample_sinc_ft_float): Remove use of static temporary
35442         buffer.  This code was obviously not supposed to last long, but
35443         it's stuck in our ABI, so it required a little hack to make it
35444         ABI-compatible.  Fixes #142585.
35445         * gst-libs/gst/resample/resample.h: same.
35446
35447 2004-05-18  David Schleef  <ds@schleef.org>
35448
35449         * configure.ac: Add sunaudio
35450         * examples/Makefile.am: make gstplay depend on gconf
35451         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35452         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35453         (convert_table_lookup), (img_convert): remove c99-isms
35454         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35455           unsigned, to fix a warning on Solaris
35456         * gst/mpeg1sys/systems.c: bcopy->memcpy
35457         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35458         * sys/Makefile.am: Add sunaudio
35459
35460 2004-05-18  Wim Taymans  <wim@fluendo.com>
35461
35462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35463         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35464         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35465         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35466         (gst_ogg_mux_loop):
35467         Fix an ugly memleak where the muxer didn't flush enough ogg
35468         pages. This also resulted in badly muxed ogg files.
35469
35470 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35471
35472         * gst/asfdemux/asfheaders.c :
35473         * gst/asfdemux/asfheaders.h :
35474         * gst/asfdemux/gstasfdemux.c :
35475           - fix ASF_OBJ_PADDING guid
35476           - add 3 new object guids (language list, metadata,
35477             extended stream properties)
35478           - add a function to parse extended header objects
35479
35480 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35481
35482         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35483           remove leftover debugging g_print
35484
35485 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35486
35487         * ext/mad/gstmad.c: (gst_mad_handle_event):
35488           Fix for when the first format in a discont event is not a
35489           byte-based one. Should fix #137710.
35490
35491 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35492
35493         * m4/a52.m4 : fix compilation with -Wall -Werror
35494         * m4/libfame.m4 : idem
35495         * m4/libmikmod.m4 : idem
35496
35497 2004-05-17  Benjamin Otte  <otte@gnome.org>
35498
35499         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35500           signal the new tags before giving up the reference
35501
35502 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35503
35504         * ext/shout2/gstshout2.c:
35505           use application/ogg instead of application/x-ogg (patch by Patrick
35506           Guimond, fixes #142432)
35507         * sys/oss/gstosselement.c: (gst_osselement_reset),
35508         (gst_osselement_sync_parms):
35509           don't set fragment size unless specified (fixes #142493)
35510
35511 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35512
35513         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35514           fixes #142664
35515
35516 2004-05-17  Benjamin Otte  <otte@gnome.org>
35517
35518         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35519           compute offsets correctly for internal buffers so timestamps are set
35520           correctly when we can't seek. Also handle cases where there are no
35521           offsets. (based on a patch by David Moore, fixes #142507)
35522
35523 2004-05-17  Benjamin Otte  <otte@gnome.org>
35524
35525         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35526           use correct variable when determining amount of data to skip so we
35527           don't skip into the void and segfault
35528
35529 2004-05-16  Benjamin Otte  <otte@gnome.org>
35530
35531         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35532           Hi, I'm a memleak
35533
35534 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35535
35536         * gst/asfdemux/gstasfdemux.c:
35537           - fix a mem leak and always propagate tags
35538           - add WMV3 to known video codecs (but no decoder yet)
35539           - replace "surplus data" at end of audio header for what
35540             it is : codec specific data
35541           - fix a typo
35542
35543 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35544
35545         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35546
35547         * gst-libs/gst/audio/audioclock.c:
35548           Fix wrong return type (#142205).
35549
35550 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35551
35552         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35553           Ignore CRCs by default (fixes #142566).
35554
35555 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35556
35557         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35558         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35559         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35560         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35561         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35562         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35563           Fix for cases where we fail to attach to a mixer.
35564
35565 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35566
35567         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35568           Don't touch events after not owning them anymore.
35569         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35570         (gst_wavparse_fmt), (gst_wavparse_other),
35571         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35572         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35573         (gst_wavparse_srcpad_event):
35574         * gst/wavparse/gstwavparse.h:
35575           Add seeking, fix querying.
35576
35577 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35578
35579         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35580           - process comments even if they don't end with \0\0
35581             g_convert would ignore them if present and works well without them
35582
35583 2004-05-16  Benjamin Otte  <otte@gnome.org>
35584
35585         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35586           simplify caps
35587
35588 2004-05-16  Benjamin Otte  <otte@gnome.org>
35589
35590         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35591           don't write to memory we might not write to - g_convert does that
35592           for us anyway (fixes #142613)
35593         (gst_asf_demux_audio_caps):
35594           comment out gst_util_dump_mem
35595
35596 2004-05-16  Benjamin Otte  <otte@gnome.org>
35597
35598         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35599           compute correct expected timestamps after seek (broken since
35600           last commit)
35601         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35602           rename element and debugging category to gdkpixbufscale
35603
35604 2004-05-16  Benjamin Otte  <otte@gnome.org>
35605
35606         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35607           add error checking to snd_pcm_delay and remove duplicate call to
35608           snd_pcm_delay that caused issues (see inline code comments)
35609         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35610           make more readable and fix return value when snd_pcm_delay fails
35611         (fixes #142586)
35612
35613 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35614         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35615         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35616         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35617         (gst_pixbufscale_link), (gst_pixbufscale_init),
35618         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35619         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35620         (gst_pixbufscale_get_property), (pixbufscale_init):
35621         * ext/gdk_pixbuf/pixbufscale.h:
35622         Add these files I forgot earlier
35623
35624 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35625         * ext/gdk_pixbuf/Makefile.am:
35626         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35627         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35628         Add new pixbufscale element to scale RGB video
35629         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35630         and HYPER interpolation correctly.
35631         * ext/theora/theoraenc.c: (theora_enc_chain),
35632         Discard buffer and return if explicit caps could not be set
35633         (theora_enc_get_property):
35634         Make _get return kbps for the bitrate consistent with
35635         the _set function.
35636
35637
35638 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35639
35640         * ext/libvisual/visual.c: (gst_visual_chain):
35641           add missing visual_audio_analyze
35642
35643 2004-05-14  David Schleef  <ds@schleef.org>
35644
35645         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35646         is killed while we're playing.
35647         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35648         gst_element_no_more_pads().
35649
35650 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35651
35652         * gst-libs/gst/riff/riff-read.c :
35653           - fix INFO tag extraction in RIFF/AVI files
35654             because gst_event_unref (event) also freed taglist
35655           - avoid a mem leak
35656
35657 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35658
35659         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35660         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35661
35662         * gst/auparse/gstauparse.c :
35663           - add code (commented for now) to support audio/x-adpcm on src pad
35664             (we have no decoder for those layout yet)
35665
35666         * gst/cdxaparse/gstcdxaparse.c :
35667         * gst/cdxaparse/gstcdxaparse.h :
35668           - partial rewrite using RiffRead (ripped iain's wavparse code)
35669
35670         * gst/rtp/gstrtpL16enc.c : typo
35671         * gst/rtp/gstrtpgsmenc.c : typo
35672
35673 2004-05-13  Benjamin Otte  <otte@gnome.org>
35674
35675         * configure.ac:
35676           check for exact version of libvisual, it's not supposed to be
35677           API/ABI stable yet
35678
35679 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35680
35681         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35682           signal no-more-pads
35683
35684 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35685
35686         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35687         Report which format was used for GST_FORMAT_DEFAULT
35688         * gst/debug/Makefile.am:
35689         * gst/debug/gstdebug.c: (plugin_init):
35690         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35691         (gst_progressreport_class_init), (gst_progressreport_init),
35692         (gst_progressreport_report), (gst_progressreport_set_property),
35693         (gst_progressreport_get_property), (gst_progressreport_chain),
35694         (gst_progressreport_plugin_init):
35695         Add progressreport element for testing.
35696
35697 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35698
35699         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35700         * sys/v4l/gstv4lsrc.h:
35701         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35702         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35703         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35704         (gst_v4lsrc_grab_frame):
35705           add more debugging
35706           send a discont at start
35707
35708 2004-05-12  Colin Walters  <walters@redhat.com>
35709
35710         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35711         inflooping if we can't find a chunk.  Or in other words, don't blow
35712         chunks if we don't have a chunk to blow.
35713
35714 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35715         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35716         Remove old debug output
35717         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35718         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35719         (gst_dvdec_set_property), (gst_dvdec_get_property):
35720         Change the quality setting to an enum, so it works from gst-launch
35721         Don't renegotiate a non-linked pad. Allows audio only decoding.
35722         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35723         (gst_deinterlace_link), (gst_deinterlace_init):
35724         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35725         (gst_videodrop_link):
35726         Some caps negotiation fixes
35727
35728 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35729
35730         * ext/tarkin/gsttarkin.c :
35731           - Change RANK from NONE to PRIMARY
35732         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35733           - Change RANK from NONE to MARGINAL
35734         * ext/divx/gstdivxenc.c :
35735           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35736
35737 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35738
35739         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35740         (gst_vorbisenc_push_packet):
35741           copy a function that was added between 1.0 and 1.0.1 until we
35742           depend on worthwhile features of post-1.0
35743
35744 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35745
35746         * configure.ac:
35747           enable shout2 by default
35748         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35749         (gst_shout2send_base_init), (gst_shout2send_init),
35750         (gst_shout2send_connect), (gst_shout2send_change_state):
35751         * ext/shout2/gstshout2.h:
35752           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35753           #142262)
35754         * ext/theora/theora.c: (plugin_init):
35755           don't set rank on encoders
35756
35757 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35758
35759         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35760           Use codec_data property instead of flag1 and flag2 for wma
35761
35762 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35763
35764         * gst/cdxaparse/gstcdxaparse.c :
35765           - Add mpegversion to CAPS to make it link
35766           - Rank is as GST_RANK_SECONDARY instead of NONE
35767         * gst/auparse/gstauparse.c :
35768           - Document all audio encoding we can encounter from Solaris 9
35769             headers and libsndfile information.
35770           - Increase max. rate from 48000 to 192000 (to match other elements)
35771           - Don't try to play junk data between header and samples
35772
35773 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35774
35775         * ext/libvisual/visual.c: (gst_visual_getcaps):
35776           use the right caps depending on endianness (I hope)
35777         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35778           use GST_RANK_NONE for all non-decoding elements or spider gets
35779           mighty confused
35780
35781 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35782
35783         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35784           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35785
35786 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35787
35788         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35789         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35790         (gst_switch_loop), (gst_switch_get_type):
35791           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35792           HEADERS. Had to be said.
35793
35794 2004-05-10  David Schleef  <ds@schleef.org>
35795
35796         * configure.ac: Add prototype Dirac support.
35797         * ext/Makefile.am:
35798         * ext/dirac/Makefile.am:
35799         * ext/dirac/gstdirac.cc:
35800         * ext/dirac/gstdiracdec.cc:
35801
35802 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35803
35804         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35805         (gst_auparse_init), (gst_auparse_chain),
35806         (gst_auparse_change_state):
35807           Hack around spider. Remove me some day please.
35808
35809 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35810
35811         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35812           Fix for some uninitialized variables in previous patch, also
35813           makes it work. Fixes #142286 while we're at it.
35814
35815 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35816
35817         * gst/auparse/gstauparse.c:
35818                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35819                 only unsupported formats are ADPCM/CCITT G.72x
35820                 reviewed by Ronald
35821         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35822
35823 2004-05-10  Wim Taymans  <wim@fluendo.com>
35824
35825         * ext/vorbis/Makefile.am:
35826         * ext/vorbis/README:
35827         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35828         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35829         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35830         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35831         (gst_oggvorbisenc_convert_sink),
35832         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35833         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35834         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35835         (get_constraints_string), (update_start_message),
35836         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35837         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35838         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35839         * ext/vorbis/oggvorbisenc.h:
35840         * ext/vorbis/vorbis.c: (plugin_init):
35841         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35842         (raw_caps_factory), (gst_vorbisenc_class_init),
35843         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35844         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35845         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35846         * ext/vorbis/vorbisenc.h:
35847         Added a raw vorbis encoder to be used with the oggmuxer.
35848         We still need the old encoder for some gnome applications,
35849         read the README to find out how that works.
35850         The raw encoder is called "rawvorbisenc" until 0.9.
35851
35852 2004-05-10  Wim Taymans  <wim@fluendo.com>
35853
35854         * ext/ogg/gstogg.c: (plugin_init):
35855         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35856         (gst_ogg_print):
35857         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35858         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35859         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35860         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35861         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35862         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35863         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35864         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35865         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35866         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35867         Added an ogg muxer.
35868         Small typo fixes in the demuxer.
35869
35870 2004-05-10  Wim Taymans  <wim@fluendo.com>
35871
35872         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35873         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35874         (theora_enc_change_state), (theora_enc_set_property),
35875         (theora_enc_get_property):
35876         Mark the last packet with an EOS flag which is not really needed
35877         in gstreamer.
35878         Do some better video framerate initialisation.
35879         Update the buffer timestamp.
35880
35881 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35882
35883         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35884         Return the result of the parent state change call
35885
35886 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35887
35888         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35889         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35890         * gst/law/alaw-encode.c : (idem)
35891         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35892         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35893         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35894
35895 2004-05-09  Benjamin Otte  <otte@gnome.org>
35896
35897         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35898           don't use a fixed buffer size when writing variable length data to
35899           it. Fixes memory corruption and makes alsasrc work
35900
35901 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35902
35903         * ext/gnomevfs/gstgnomevfssink.c:
35904         (_gst_boolean_allow_overwrite_accumulator),
35905         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35906           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35907           RUN_LAST, and don't use that to set the accumulator value because
35908           then it's always FALSE.
35909
35910 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35911
35912         * gst-libs/gst/riff/riff-media.c:
35913         (gst_riff_create_video_caps_with_data),
35914         (gst_riff_create_audio_caps),
35915         (gst_riff_create_audio_template_caps):
35916         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35917           Fix for unaligned RIFF files (i.e. where all the chunks together
35918           in a LIST chunk are not of the same size as the size given in
35919           the LIST chunk header). Fixes several odd WAVE files. Also fix
35920           ADPCM (block_align property) in audio, so that wavparse based
35921           on this works now as it used to stand-alone.
35922
35923 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35924
35925         reviewed by Benjamin Otte  <otte@gnome.org>
35926
35927         * ext/a52dec/gsta52dec.c:
35928         * ext/divx/gstdivxdec.c:
35929         * ext/divx/gstdivxenc.c:
35930         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35931         * ext/faac/gstfaac.c: (gst_faac_base_init):
35932         * ext/faad/gstfaad.c: (gst_faad_base_init):
35933         * ext/ivorbis/vorbisfile.c:
35934         * ext/lame/gstlame.c:
35935         * ext/libfame/gstlibfame.c:
35936         * ext/mpeg2enc/gstmpeg2enc.cc:
35937         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35938         * ext/sidplay/gstsiddec.cc:
35939         * ext/speex/gstspeexdec.c:
35940         * ext/speex/gstspeexenc.c:
35941         * ext/xvid/gstxviddec.c:
35942         * ext/xvid/gstxvidenc.c:
35943           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35944           (fixes #142193)
35945
35946 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35947
35948         * ext/alsa/gstalsa.c: (device_list),
35949         (gst_alsa_class_probe_devices):
35950         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35951           Fix alsa oddness in mixer after the combination of using mixer
35952           in source/sink elements and using hw:x,y instead of just hw:x.
35953
35954 2004-05-09  Benjamin Otte  <otte@gnome.org>
35955
35956         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35957         (gst_wavparse_create_sourcepad):
35958           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35959           sourcepads
35960
35961 2004-05-09  Benjamin Otte  <otte@gnome.org>
35962
35963         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35964           allow discont events before caps nego
35965
35966 2004-05-08  Benjamin Otte  <otte@gnome.org>
35967
35968         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35969           don't leak events
35970
35971 2004-05-08  Benjamin Otte  <otte@gnome.org>
35972
35973         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35974         (gst_level_change_state), (gst_level_init):
35975         * gst/level/gstlevel.h:
35976           figure out if we're initialized directly instead of keeping a
35977           variable that's wrong in 90% of cases
35978           don't initialize pads and then leak them and use a new unitialized
35979           pad. (fixes #142084)
35980           these were bugs so n00bish I didn't find them for an hour :/
35981
35982 2004-05-08 Iain <iain@prettypeople.org>
35983
35984         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35985         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35986         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35987         return the length that was read.
35988         (gst_riff_read_strf_auds): Allow fmt tags as well.
35989
35990 2004-05-07  David Schleef  <ds@schleef.org>
35991
35992         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35993         signed char assumption in faad.h.
35994
35995 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35996
35997         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35998           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35999
36000 2004-05-07  Colin Walters  <walters@redhat.com>
36001
36002         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
36003         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
36004         function.
36005         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
36006         Add dispose function.
36007
36008 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
36009         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
36010           Fix caps nego and pad templates. RGB mode caps should
36011           work now.
36012         * ext/dvdnav/gst-dvd:
36013           Move mpeg2dec inside the thread because otherwise the
36014           queue rejects cap changes mid-stream
36015         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36016         (gst_mpeg2dec_flush_decoder):
36017           For mpeg2dec > 0.4.0, call the flush function instead of
36018           manually extracting all in-flight frames.
36019         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
36020         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
36021           Change mime type video/dv go video/x-dv to match the
36022           rest of gst-plugins
36023
36024 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36025
36026         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
36027         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
36028         (gst_alsa_sink_class_init):
36029         * ext/alsa/gstalsasink.h:
36030         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
36031         (gst_alsa_src_class_init):
36032         * ext/alsa/gstalsasrc.h:
36033           Make alsasink/src a subclass of alsamixer so that mixer stuff
36034           shows up in gst-rec. Needs some finetuning.
36035
36036 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36037
36038         * ext/lame/gstlame.c: (gst_lame_chain):
36039           simplify
36040         * ext/mad/gstmad.c: (gst_mad_handle_event):
36041           fix event leak
36042         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
36043           be able to detect mp3 files < 4096 bytes
36044
36045 2004-05-06  Wim Taymans  <wim@fluendo.com>
36046
36047         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
36048         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
36049         (theora_enc_set_property), (theora_enc_get_property):
36050         Also encode the first frame, cleanup some code.
36051
36052 2004-05-06  Wim Taymans  <wim@fluendo.com>
36053
36054         * ext/mpeg2enc/gstmpeg2enc.cc:
36055         Forward events first before deciding that negotiation was
36056         not performed.
36057
36058 2004-05-06  Wim Taymans  <wim@fluendo.com>
36059
36060         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
36061         First process the events before deciding that negotiation
36062         was not performed.
36063
36064 2004-05-06  Wim Taymans  <wim@fluendo.com>
36065
36066         * ext/theora/Makefile.am:
36067         * ext/theora/theora.c: (plugin_init):
36068         * ext/theora/theoradec.c: (theora_dec_change_state):
36069         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
36070         (gst_theora_enc_class_init), (gst_theora_enc_init),
36071         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
36072         (theora_enc_chain), (theora_enc_change_state),
36073         (theora_enc_set_property), (theora_enc_get_property):
36074         Added a theora encoder, grouped the encoder and decoder into the
36075         same plugin.
36076
36077 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36078
36079         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36080         (gst_jpegenc_chain):
36081         fix DURATION on outgoing buffers
36082         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
36083         debug using time formats
36084         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36086         (gst_xvimagesink_sink_link):
36087         windows with width/height 0 generate X errors, so don't allow them
36088
36089 2004-05-05  Wim Taymans  <wim@fluendo.com>
36090
36091         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
36092         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
36093         (gst_mpeg2dec_negotiate_format):
36094         * ext/mpeg2dec/gstmpeg2dec.h:
36095           removed the static pad template so that we can add the
36096           more accurate framerate value to the caps.
36097
36098
36099 2004-05-04  Benjamin Otte  <otte@gnome.org>
36100
36101         * configure.ac:
36102           check for kdemacros.h, too (should fix #141821)
36103         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
36104           don't crash if no header was sent, but nicely error out (fixes part
36105           of #141554)
36106
36107 2004-05-04  Wim Taymans  <wim@fluendo.com>
36108
36109         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
36110         parent dispose function to avoid segfault on destroy.
36111
36112 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
36113
36114         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
36115         (plugin_init):
36116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36117         (gst_xvimagesink_sink_link):
36118         clean up debugging caps
36119         also recreate xvimage when format has changed
36120
36121 2004-05-04  Benjamin Otte  <otte@gnome.org>
36122
36123         * ext/libvisual/Makefile.am:
36124         * ext/libvisual/visual.c: (gst_visual_class_init),
36125         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
36126         (gst_visual_srclink), (gst_visual_chain),
36127         (gst_visual_change_state), (plugin_init):
36128           use a GstAdapter to correctly adapt buffer sizes - allows using a
36129           framerate
36130
36131 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36132
36133         * sys/v4l/gstv4lelement.h:
36134         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36135         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
36136         (gst_v4lsrc_buffer_free):
36137         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
36138         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
36139         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
36140         (gst_v4lsrc_requeue_frame):
36141         move some debugging categories around
36142         query for fps index and set accordingly if found
36143
36144 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36145
36146         * ext/lame/gstlame.c:
36147         correct defaults that lame_init puts out of range
36148
36149 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36150
36151         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
36152         (gst_divxenc_class_init):
36153         fix range since -1 is the default
36154         * gst/mpeg1sys/gstmpeg1systemencode.c:
36155         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
36156         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
36157         (gst_rtjpegdec_chain):
36158         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
36159         (gst_rtjpegenc_chain):
36160         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
36161         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
36162         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
36163         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
36164         * sys/v4l/gstv4lsrc.c:
36165         * sys/v4l/v4l_calls.c: (gst_v4l_open):
36166         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
36167         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
36168         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
36169         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
36170           remove gst_info calls
36171
36172 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36173
36174         * Makefile.am:
36175         * po/af.po:
36176         * po/az.po:
36177         * po/en_GB.po:
36178         * po/nl.po:
36179         * po/sr.po:
36180         * po/sv.po:
36181           Updated translations
36182
36183 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36184
36185         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36186           refactor/comment code
36187
36188 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36189
36190         * gst/asfdemux/Makefile.am:
36191         * gst/asfdemux/asfheaders.c:
36192         * gst/asfdemux/asfheaders.h:
36193         * gst/asfdemux/gstasf.c: (plugin_init):
36194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
36195         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
36196         (gst_asf_demux_setup_pad):
36197         * gst/asfdemux/gstasfdemux.h:
36198         * gst/asfdemux/gstasfmux.c:
36199         * gst/asfdemux/gstasfmux.h:
36200           Add tagging support to demuxer, split out registration in its own
36201           file instead of in demux (hacky), and prevent having some tables
36202           in our memory multiple times (in asfheaders.h).
36203
36204 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36205
36206         * gst/matroska/matroska-demux.c:
36207         (gst_matroska_demux_parse_metadata):
36208         * gst/matroska/matroska-ids.h:
36209           Basic tag reading support.
36210
36211 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36212
36213         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36214           Really detect ac-3 audio.
36215         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36216           really detect matroska files (off-by-1).
36217
36218 2004-04-30  David Schleef  <ds@schleef.org>
36219
36220         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36221         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36222         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36223         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36224         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36225         hackage -- parse a lot more atoms, extract a few tags.  One might even
36226         mistake this for tag support.  Maybe it is.
36227         * gst/qtdemux/qtdemux.h:
36228
36229 2004-04-30  Colin Walters  <walters@verbum.org>
36230
36231         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36232
36233 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36234
36235         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36236         (gst_ffmpegcolorspace_getcaps):
36237           remove broken nego fix
36238
36239 2004-04-30  Benjamin Otte  <otte@gnome.org>
36240
36241         * configure.ac:
36242         * ext/Makefile.am:
36243         * ext/libvisual/Makefile.am:
36244         * ext/libvisual/visual.c:
36245           add initial support for libvisual (http://libvisual.sourceforge.net)
36246           libvisual is still quite alpha, so expect crashes in there :)
36247
36248 2004-04-29  David Schleef  <ds@schleef.org>
36249
36250         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36251         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36252         up qtdemux to make it spit out codec_data.  Do _not_ look at this
36253         code; you will no longer respect me.
36254
36255 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36256
36257         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36258         * ext/alsa/gstalsa.h :
36259         change alsa pcm device discovery to find more than 1 device
36260         per card. code review by Ronald.
36261
36262 2004-04-29  David Schleef  <ds@schleef.org>
36263
36264         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36265         Add a check for a driver bug on FreeBSD.  (bug #140565)
36266
36267 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36268
36269         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36270         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36271         (gst_jpegenc_getcaps):
36272           move format setting to inner loop
36273         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36274         (gst_ffmpegcolorspace_getcaps):
36275           use GST_PAD_CAPS if available so that we use already negotiated
36276           caps
36277         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36278         (qtdemux_parse_moov), (qtdemux_parse):
36279           extra debugging
36280         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36281         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36282           move hardcoded path to DEFINE
36283
36284 2004-04-28  David Schleef  <ds@schleef.org>
36285
36286         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
36287         (bug #140064)
36288
36289 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36290
36291         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36292           Don't probe for playback device if we're a source element. Fixes
36293           #139658.
36294
36295 2004-04-29  Benjamin Otte  <otte@gnome.org>
36296
36297         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36298         (gst_id3_tag_chain):
36299           rewrite buffer offset
36300
36301 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36302
36303         * configure.ac:
36304         * ext/Makefile.am:
36305         * ext/dts/Makefile.am:
36306         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36307         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36308         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36309         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36310         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36311         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36312         (plugin_init):
36313         * ext/dts/gstdtsdec.h:
36314           New DTS decoder.
36315         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36316         (gst_faad_srcconnect):
36317           Add ESDS atom handling (.m4a).
36318
36319 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36320
36321         * ext/divx/gstdivxdec.c: (plugin_init):
36322           Remove comment that makes no sense.
36323         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36324           Fix for obvious typo that resulted in warnings during gst-register.
36325         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36326         (gst_xviddec_sink_link):
36327           Fix caps negotiation a bit better.
36328         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36329           We call this 'codec_data', not 'esds'.
36330
36331 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36332
36333         * gst/monoscope/gstmonoscope.c:
36334           make sure we only provide 256x128
36335         * gst/monoscope/monoscope.c: (monoscope_init):
36336           assert size of 256x128
36337
36338 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36339
36340         * Makefile.am:
36341         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36342         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36343           fixate to max width and height of device
36344
36345 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36346
36347         * Makefile.am:
36348         * sys/v4l/gstv4l.c:
36349         * sys/v4l/gstv4lsrc.c:
36350         * sys/v4l/v4l_calls.c:
36351         * sys/v4l/v4lsrc_calls.c:
36352           fix for qc-usb driver which fakes having more than one buffer
36353           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36354           buffer_free override
36355           add debugging
36356
36357 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36358
36359         * Makefile.am:
36360         * gst/videotestsrc/gstvideotestsrc.c:
36361         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36362         (gst_videotestsrc_init), (gst_videotestsrc_get),
36363         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36364         * gst/videotestsrc/gstvideotestsrc.h:
36365           add num-buffers property
36366
36367         2004-04-26  Benjamin Otte  <otte@gnome.org>
36368
36369         * ext/mad/gstid3tag.c: (plugin_init):
36370           set id3mux rank to NONE so it doesn't confuse spider
36371           require audio/mpeg,mpegversion=1 in id3mux
36372
36373 2004-04-26  Benjamin Otte  <otte@gnome.org>
36374
36375         * configure.ac:
36376           detect faad correctly as non-working if it's indeed non-working
36377
36378 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36379
36380         * Makefile.am:
36381         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36382         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36383         fix _getcaps so it only negotiates to its supported format
36384
36385 2004-04-25  Benjamin Otte  <otte@gnome.org>
36386
36387         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36388           fix memleak
36389
36390 2004-04-23  Benjamin Otte  <otte@gnome.org>
36391
36392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36393           audio/x-raw-int with height rules! not. Now it's depth.
36394
36395 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36396
36397         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36398         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36399         (gst_wavparse_loop):
36400           Missing variable initialization. Add handling of DVI ADPCM. Fix
36401           mis-parsing of LIST chunks. This works around a bug where we mis-
36402           parse non-aligning LIST chunks (so LIST chunks where the contents
36403           don't align with the actual LIST size). The correct fix is to use
36404           rifflib, I'm not going to fix wavparse - too much work. All this
36405           fixes #104878.
36406
36407 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36408
36409         reviewed by Benjamin Otte  <otte@gnome.org>
36410
36411         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36412           fix shoutcast not working (fixes #140844)
36413
36414 2004-04-22  Benjamin Otte  <otte@gnome.org>
36415
36416         * ext/hermes/gsthermescolorspace.c:
36417         (gst_hermes_colorspace_caps_remove_format_info):
36418         * gst/colorspace/gstcolorspace.c:
36419         (gst_colorspace_caps_remove_format_info):
36420         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36421         (gst_ffmpegcolorspace_caps_remove_format_info):
36422           s/gst_caps_simplify/gst_caps_do_simplify/
36423
36424 2004-04-22  Benjamin Otte  <otte@gnome.org>
36425
36426         * gst-libs/gst/riff/riff-media.c:
36427         (gst_riff_create_video_caps_with_data):
36428           mpegversion is an int
36429         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36430           don't try to create pad templates with NULL caps, use any caps
36431           instead.
36432
36433 2004-04-20  David Schleef  <ds@schleef.org>
36434
36435         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36436         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36437         (bug #140384)
36438
36439 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36440
36441         reviewed by David Schleef
36442
36443         * ext/mad/gstid3tag.c: Add stdlib.h
36444         * gst/rtp/gstrtpgsmenc.c: same
36445         * gst/tags/gstid3tag.c: same
36446         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36447         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36448         GST_DISABLE_LOADSAVE use.
36449         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36450         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36451         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36452         atol(3)).
36453         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36454         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36455         strtoul(3)).
36456         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36457         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36458         $(ID3_CFLAGS).
36459         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36460         $(LIBFAME_CFLAGS).
36461
36462 2004-04-20  David Schleef  <ds@schleef.org>
36463
36464         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36465         last checkin.  Same idea.
36466
36467 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36468
36469         reviewed by David Schleef
36470
36471         * configure.ac: bump required gstreamer version to 0.8.1.1
36472         because of following changes [--ds]
36473
36474         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36475         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36476         (gst_riff_read_header):  Use GST_READ_UINT*
36477         macros to access possibly unaligned memory.
36478
36479         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36480         (mp3_type_find):  Use GST_READ_UINT*
36481         macros to access possibly unaligned memory.
36482         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36483         (speex_type_find): Likewise
36484
36485         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36486
36487         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36488         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36489         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36490         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36491         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36492         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36493         macros to access possibly unaligned memory.
36494
36495         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36496         Likewise.
36497
36498         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36499         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36500
36501         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36502         Likewise.
36503
36504         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36505         (gst_mpeg2subt_chain_subtitle): Likewise.
36506
36507         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36508         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36509         Likewise.
36510
36511         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36512         Likewise.
36513
36514         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36515         Likewise.
36516
36517         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36518         Likewise.
36519
36520 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36521
36522         * configure.ac:
36523           update required version of GStreamer because of GST_TIME_FORMAT
36524
36525 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36526
36527         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36528           remove leftover g_print
36529         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36530           don't try setting only a subset of the caps. We don't want to kill
36531           autoplugging on purpose
36532
36533 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36534
36535         * sys/ximage/ximagesink.c: (plugin_init):
36536         * sys/xvimage/xvimagesink.c: (plugin_init):
36537           add debugging categories
36538
36539 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36540
36541         * po/en_GB.po:
36542         * po/LINGUAS:
36543           Adding en_GB translation (Gareth Owen)
36544
36545 2004-04-20  David Schleef  <ds@schleef.org>
36546
36547         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36548         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36549         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36550         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36551         A number of new features and hacks to extract the esds atom and
36552         put it into the caps.  (bug #137724)
36553
36554 2004-04-19  David Schleef  <ds@schleef.org>
36555
36556         * gconf/Makefile.am: Fix for non-GNU make
36557         * gst-libs/gst/Makefile.am: Change directory order to handle
36558         GstPlay linking with gstinterfaces
36559         * gst-libs/gst/audio/make_filter: make use of tr portable
36560         * gst-libs/gst/play/Makefile.am: Add intended \
36561         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36562         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36563         function prototype instead of void *.
36564         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36565         macro.
36566         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36567         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36568         * gst/videofilter/make_filter: make use of tr portable
36569         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36570
36571 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36572
36573         * po/LINGUAS:
36574         * po/uk.po:
36575           Added Ukrainian translation (Maxim V. Dziumanenko)
36576
36577 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36578
36579         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36580         (gst_gsmdec_link), (gst_gsmdec_chain):
36581           Fix capsnego, simplify chain function slightly.
36582         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36583           Add GSM.
36584
36585 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36586
36587         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36588         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36589         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36590           Hack to make wavparse work with spider (always -> sometimes pad).
36591           Fixes #135862 && #140411.
36592
36593 2004-04-18  Benjamin Otte  <otte@gnome.org>
36594
36595         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36596         (gst_osselement_rate_probe_check),
36597         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36598           get rid of \n in debug output
36599
36600 2004-04-17  Iain <iain@prettypeople.org>
36601
36602         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36603         not just EOS.
36604
36605 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36606
36607         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36608         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36609         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36610         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36611         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36612         (gst_id3_tag_change_state), (plugin_init):
36613           deprecate id3tag element and replace with id3demux/id3mux.
36614           great side effect: this ugly file is now even uglier, yay!
36615         * ext/mad/gstmad.h:
36616           remove non-available function
36617           update for new get_type
36618
36619 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36620
36621         * configure.ac:
36622           require mpeg2dec >= 0.4.0
36623
36624 2004-04-17  Benjamin Otte  <otte@gnome.org>
36625
36626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36627         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36628         (gst_xvimagesink_set_xwindow_id):
36629           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36630           assorted cleanup fixes.
36631
36632 2004-04-16  David Schleef  <ds@schleef.org>
36633
36634         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36635         * sys/xvimage/xvimagesink.h: same
36636
36637 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36638
36639         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36640           Fix GST_ELEMENT_ERROR with (NULL)
36641
36642 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36643
36644         * gst-libs/gst/riff/riff-media.c:
36645         (gst_riff_create_video_caps_with_data):
36646           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36647
36648 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36649
36650         * gst-libs/gst/riff/riff-media.c:
36651         (gst_riff_create_video_caps_with_data),
36652         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36653         (gst_riff_create_video_template_caps),
36654         (gst_riff_create_audio_template_caps):
36655         * gst-libs/gst/riff/riff-media.h:
36656         * gst-libs/gst/riff/riff-read.c:
36657         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36658         * gst-libs/gst/riff/riff-read.h:
36659         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36660           Add MS RLE support. I added some functions to read out strf chunks
36661           into strf chunks and the data behind it. This is usually color
36662           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36663           caps creation. Lastly, add ADPCM (similar to wavparse - which
36664           should eventually be rifflib based).
36665         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36666         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36667         * gst/matroska/matroska-demux.h:
36668           Remove placeholders for some prehistoric tagging system. Didn't add
36669           support for any tag system really anyway.
36670         * gst/qtdemux/qtdemux.c:
36671           Add support for audio/x-m4a (MPEG-4) through spider.
36672         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36673         (gst_wavparse_loop):
36674           ADPCM support (#135862). Increase max. buffer size because we
36675           cannot split buffers for ADPCM (screws references) and I've seen
36676           files with 2048 byte chunks. 4096 seems safe for now.
36677
36678 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36679
36680         * configure.ac: bump nano to 1
36681
36682 === release 0.8.1 ===
36683
36684 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36685
36686         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36687
36688 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36689
36690         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36691           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36692           Fixes #140058
36693
36694 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36695
36696         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36697           lower rank of dvddemux so that it's not used for mpeg playback.
36698
36699 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36700
36701         * configure.ac:
36702           save libs correctly when checking mad
36703
36704 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36705
36706         * ext/mad/gstid3tag.c: (plugin_init):
36707           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36708
36709 2004-04-13  David Schleef  <ds@schleef.org>
36710
36711         * common/m4/gst-feature.m4: Call -config scripts with
36712         --plugin-libs if it is supported.
36713         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36714         JPEG images are image/jpeg.
36715         * gst/debug/Makefile.am:
36716         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36717         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36718         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36719         (gst_negotiation_plugin_init): Add a property that acts like
36720         filter caps.
36721         * testsuite/gst-lint:  Move license checking to be a standard
36722         test.
36723
36724 2004-04-13  David Schleef  <ds@schleef.org>
36725
36726         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36727         patch from Sebastien Cote (bug #139958)
36728
36729 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36730
36731         * examples/gstplay/Makefile.am:
36732         * examples/gstplay/player.c: (main):
36733           make the commandline player example use gconf settings
36734
36735 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36736
36737         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36738         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36739         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36740           init/end library during state transition, not object
36741           creation/disposal.  get rid of custom dispose handler.
36742
36743
36744 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36745
36746         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36747         be a symlink
36748
36749 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36750
36751         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36752           Handle JUNK chunks inside data section. Prevents warnings.
36753
36754 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36755
36756         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36757         (gst_riff_create_video_template_caps):
36758           Add MS video v1.
36759         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36760         (gst_avi_demux_stream_data):
36761           Add support for "rec-list" chunks.
36762
36763 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36764
36765         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36766           Fix another codecname mismatch.
36767
36768 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36769
36770         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36771           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36772           so that MJPEG plays back.
36773
36774 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36775
36776         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36777         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36778         * gst/mpeg1videoparse/gstmp1videoparse.h:
36779           Fix for some slight mis-cuts in buffer parsing, and for some
36780           potential overflows or faults-causers. Adds disconts. Also fixes
36781           #139105 while we're at it.
36782
36783 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36784
36785         * configure.ac:
36786         * sys/v4l2/gstv4l2element.h:
36787           Workaround for missing struct v4l2_buffer declaration in Suse 9
36788           and Mandrake 10 linux/videodev2.h header file (#135919).
36789
36790 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36791
36792         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36793           Bail out if no filename was given.
36794
36795 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36796
36797         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36798         (gst_v4l2_fourcc_from_structure):
36799           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36800           Y41B somewhere).
36801
36802 2004-04-09  Benjamin Otte  <otte@gnome.org>
36803
36804         * ext/gnomevfs/gstgnomevfssink.c:
36805         (_gst_boolean_allow_overwrite_accumulator),
36806         (gst_gnomevfssink_class_init):
36807           fix erase signal - if any handler returns false the file will not be
36808           overwritten. If no handler is connected, the file will not be
36809           overwritten either.
36810           renamed signal to "allow-overwrite"
36811         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36812           free string when adding it to ID3 failed
36813         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36814           unref event when done
36815         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36816           free caps
36817         * gst/typefind/gsttypefindfunctions.c:
36818         (mpeg_video_stream_type_find):
36819           fix invalid read
36820
36821 2004-04-08  David Schleef  <ds@schleef.org>
36822
36823         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36824         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36825
36826 2004-04-08  David Schleef  <ds@schleef.org>
36827
36828         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36829         we don't support (bug #139532)
36830
36831 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36832
36833         * ext/mad/gstmad.c: (gst_mad_handle_event),
36834         (gst_mad_check_caps_reset), (gst_mad_chain),
36835         (gst_mad_change_state):
36836           only set explicit caps if they haven't been set before for
36837           this stream.  MPEG-audio sample rate/channels aren't allowed
36838           to change in-stream.
36839           Fixes #139382
36840
36841 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36842
36843         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36844         (_gst_boolean_did_something_accumulator),
36845         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36846         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36847         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36848         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36849         (gst_gnomevfssink_change_state):
36850           Fix erase signal. Don't erase by default. Remove handoff signal.
36851           Remove erase property. Don't segfault. General cleanup.
36852
36853 2004-04-07  Benjamin Otte  <otte@gnome.org>
36854
36855         * gst-libs/gst/gconf/test-gconf.c: (main):
36856           add missing gst_init
36857
36858 2004-04-07  Benjamin Otte  <otte@gnome.org>
36859
36860         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36861           free the mutexes, too
36862
36863 2004-04-07  Benjamin Otte  <otte@gnome.org>
36864
36865         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36866           actually free the URI string
36867         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36868           compute offset correctly when passing discont events
36869         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36870           don't leak discont events
36871         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36872           add some missing breaks so caps aren't copied randomly
36873         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36874           if we realloc memory, we better use it
36875
36876 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36877
36878         * ext/mad/gstmad.c: (normal_seek):
36879           fix GST_FORMAT_TIME usage
36880
36881 2004-04-05  David Schleef  <ds@schleef.org>
36882
36883         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36884         a deprecated function (hack!)
36885
36886 2004-04-05  Benjamin Otte  <otte@gnome.org>
36887
36888         * ext/esd/esdmon.c: (gst_esdmon_get):
36889           fix nonterminated vararg and memleak
36890
36891 2004-04-05  Benjamin Otte  <otte@gnome.org>
36892
36893         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36894         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36895         (gst_ladspa_set_property), (gst_ladspa_get_property),
36896         (gst_ladspa_instantiate), (gst_ladspa_activate),
36897         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36898           clean up debugging
36899
36900 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36901
36902         reviewed by Benjamin Otte  <otte@gnome.org>
36903
36904         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36905           check for broken LADSPA parameters (fixes #138635)
36906
36907 2004-04-05  Benjamin Otte  <otte@gnome.org>
36908
36909         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36910           advertise buffer-frames correctly on sinkpads
36911
36912 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36913
36914         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36915         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36916         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36917         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36918         (gst_mad_check_caps_reset), (gst_mad_chain):
36919         add more debugging, only reset caps when we're not in error state
36920
36921 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36922
36923         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36924
36925 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36926
36927         reviewed by Benjamin Otte  <otte@gnome.org>
36928
36929         * configure.ac:
36930           fix == in test(1) operator
36931
36932 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36933
36934         reviewed by Benjamin Otte  <otte@gnome.org>
36935
36936         * configure.ac:
36937           fix --export-symblos-regex to a working regex.
36938
36939 2004-04-04  Benjamin Otte  <otte@gnome.org>
36940
36941         * sys/oss/.cvsignore:
36942           add for oss_probe
36943
36944 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36945
36946         reviewed by Benjamin Otte  <otte@gnome.org>
36947
36948         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36949           add missing 'new_media' argument (fixes #138168)
36950         * gst/matroska/matroska-demux.c:
36951         (gst_matroska_demux_handle_seek_event):
36952           add vararg terminator (fixes #138169)
36953
36954 2004-04-02  David Schleef  <ds@schleef.org>
36955
36956         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36957         disted (bug #138914)
36958
36959 2004-04-01  Benjamin Otte  <otte@gnome.org>
36960
36961         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36962         (gst_alsa_close_audio):
36963           handle case better where a soundcard can't pause
36964         * ext/ogg/gstoggdemux.c:
36965           don't crash when we get events but don't have pads yet
36966
36967 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36968
36969         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36970           throw an error if we couldn't probe any caps.
36971
36972 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36973
36974         * ext/dvdnav/gst-dvd:
36975         Add a really simple sample DVD player
36976
36977 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36978
36979         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36980         (gst_a52dec_push), (gst_a52dec_handle_event),
36981         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36982         (gst_a52dec_change_state):
36983         * ext/a52dec/gsta52dec.h:
36984           Use a debug category, Output timestamps correctly
36985           Emit tag info, Handle events, tell liba52dec about cpu
36986           capabilities so it can use MMX etc.
36987         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36988           Fix a crasher accessing invalid memory
36989         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36990         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36991         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36992         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36993         (dvdnavsrc_query):
36994           Some support for byte-format seeking.
36995           Small fixes for still frames and menu button overlays
36996         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36997         (gst_mpeg2dec_alloc_buffer):
36998           Use a debug category. Adjust the report level of several items to
36999           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
37000           so it doesn't lose the GstBuffer pointer
37001         * gst/debug/Makefile.am:
37002         * gst/debug/gstdebug.c: (plugin_init):
37003         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
37004         (gst_navseek_base_init), (gst_navseek_class_init),
37005         (gst_navseek_init), (gst_navseek_seek),
37006         (gst_navseek_handle_src_event), (gst_navseek_set_property),
37007         (gst_navseek_get_property), (gst_navseek_chain),
37008         (gst_navseek_plugin_init):
37009         * gst/debug/gstnavseek.h:
37010           Add the navseek debug element for seeking back and forth in a
37011           video stream using arrow keys.
37012         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
37013         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
37014         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
37015         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
37016         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
37017         (gst_mpeg2subt_parse_header), (gst_get_nibble),
37018         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
37019         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
37020         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
37021         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
37022         * gst/mpeg2sub/gstmpeg2subt.h:
37023           Pretty much a complete rewrite. Now a loopbased element. May still
37024           require work to properly synchronise subtitle buffers.
37025         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
37026         (gst_dvd_demux_send_subbuffer):
37027         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
37028           Don't attempt to create subbuffers of size 0
37029           Reduce a couple of error outputs to warnings.
37030         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
37031         (gst_y4mencode_chain):
37032         Output the y4m frame header correctly.
37033
37034 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37035
37036         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37037           throw errors instead of allowing SIGFPE
37038
37039 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37040
37041         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
37042         (gst_gconf_render_bin_from_key):
37043           leak plugging and style fixing
37044
37045 2004-03-31  David Schleef  <ds@schleef.org>
37046
37047         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
37048         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
37049         (bug #138225)
37050         * gst/debug/Makefile.am:
37051         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
37052         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
37053         plugin.
37054         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
37055         (gst_negotiation_base_init), (gst_negotiation_class_init),
37056         (gst_negotiation_init), (gst_negotiation_getcaps),
37057         (gst_negotiation_pad_link), (gst_negotiation_chain),
37058         (gst_negotiation_set_property), (gst_negotiation_get_property),
37059         (gst_negotiation_plugin_init):  New element to talk about random
37060         negotiation things happening in a pipeline.
37061
37062 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37063
37064         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37065           fix integer addition with help of Stefan Kost
37066
37067 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37068
37069         * po/nl.po: updated Dutch translation (Elros Cyriatan)
37070
37071 2004-03-30  David Schleef  <ds@schleef.org>
37072
37073         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
37074         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
37075         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
37076         (bug #137504)
37077         * ext/mpeg2dec/gstmpeg2dec.h:
37078
37079 2004-03-30  David Schleef  <ds@schleef.org>
37080
37081         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
37082
37083 2004-03-30  David Schleef  <ds@schleef.org>
37084
37085         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
37086         Michael Petullo) to handle .mov
37087
37088 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37089
37090         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
37091         (gst_osselement_rate_check_rate):
37092           probe caps correctly for sound cards that only support one format
37093
37094 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37095
37096         * ext/kio/kiosrc.cpp: (process_events):
37097           update handling event processing if inside KDE - untested
37098
37099 2004-03-29  David Schleef  <ds@schleef.org>
37100
37101         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
37102         by 2 to not interfere with other colorspaces.
37103         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
37104         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
37105         one to not interfere with ffmpeg_colorspace.
37106
37107 2004-03-29  David Schleef  <ds@schleef.org>
37108
37109         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
37110         aren't in the caps.
37111         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
37112         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
37113
37114 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37115
37116         * gst-libs/gst/riff/riff-media.c:
37117           fail on error, don't try to set stuff on NULL caps
37118
37119 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37120
37121         * configure.ac:
37122         * ext/Makefile.am:
37123         * ext/kio/Makefile.am:
37124         * ext/kio/kioreceiver.cpp:
37125         * ext/kio/kioreceiver.h:
37126         * ext/kio/kiosrc.cpp:
37127         * ext/kio/kiosrc.h:
37128           add experimental kiosrc plugin
37129         * ext/alsa/gstalsaplugin.c: (plugin_init):
37130           initialize debugging category only when we're sure registering the
37131           plugins worked.
37132
37133 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37134
37135         * examples/gstplay/player.c: (main):
37136         * gst-libs/gst/play/play.c: (gst_play_class_init),
37137         (gst_play_set_location), (gst_play_set_data_src),
37138         (gst_play_set_video_sink), (gst_play_set_audio_sink),
37139         (gst_play_set_visualization), (gst_play_connect_visualization):
37140           check return values of element_set_state and return FALSE where
37141           failed
37142
37143 2004-03-29  Benjamin Otte  <otte@gnome.org>
37144
37145         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
37146           try harder to check if an event is really a discont
37147
37148 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37149
37150         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
37151         * po/az.po:
37152
37153 2004-03-28  Benjamin Otte  <otte@gnome.org>
37154
37155         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
37156         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37157         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
37158           get rid of non-standard "..." ranges in case statements.
37159
37160 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
37161
37162         * gst/mpegstream/gstmpegdemux.c:
37163         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
37164         specific functionality split to the new dvddemux element.
37165         * gst/mpegstream/gstdvddemux.c:
37166         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
37167         streams, derived from mpegdemux.
37168         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
37169         up. SCR based timestamp rewriting can be turned off (will probably
37170         completely disappear soon).
37171         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
37172         hacking. General cleanup. All printf statements replaced by
37173         debugging messages. Almost complete libdvdnav support.
37174         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
37175         by events. New properties for audio and subpicture languages.
37176         (dvdnavsrc_update_highlight): Now uses events.
37177         (dvdnavsrc_user_op): Cleaned up.
37178         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
37179         based). Lots of cleanup, and propper support for most libdvdnav
37180         events.
37181         (dvdnavsrc_make_dvd_event): New function.
37182         (dvdnavsrc_make_dvd_nav_packet_event): New function.
37183         (dvdnavsrc_make_clut_change_event): New function.
37184
37185 2004-03-26  Benjamin Otte  <otte@gnome.org>
37186
37187         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
37188           fix bug where typefinding would claim it's theora whenever less then
37189           7 bytes of data were available
37190
37191 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37192
37193         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
37194         (gst_alawdec_base_init), (gst_alawdec_class_init),
37195         (gst_alawdec_init), (gst_alawdec_chain):
37196         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
37197         (gst_alawenc_base_init), (gst_alawenc_class_init),
37198         (gst_alawenc_init), (gst_alawenc_chain):
37199         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
37200         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
37201         (gst_mulawdec_init), (gst_mulawdec_chain):
37202         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37203         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37204         (gst_mulawenc_init), (gst_mulawenc_chain):
37205           Fix capsnego in all four, remove the unused property functions and
37206           simplify the chain functions slightly. I guess we could use macros
37207           or something similar for those, since the code is so similar, but
37208           I'm currently too lazy...
37209
37210 2004-03-24  David Schleef  <ds@schleef.org>
37211
37212         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37213         (gst_osselement_close_audio), (gst_osselement_probe_caps),
37214         (gst_osselement_get_format_structure),
37215         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37216         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37217         (gst_osselement_rate_int_compare): Add code to handle rate probing
37218         (bug #120883)
37219         * sys/oss/gstosselement.h: same
37220         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37221         Use rate probing provided by osselement.
37222         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37223
37224 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37225
37226         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37227         (gst_xvidenc_get_property):
37228           ulong/int mess-up.
37229
37230 2004-03-24  David Schleef  <ds@schleef.org>
37231
37232         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37233         (gst_speexdec_init):
37234         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37235         (gst_speexenc_init):  Create the pad template correctly (from
37236         the static pad template, not a NULL pointer.)
37237
37238 2004-03-25  Benjamin Otte  <otte@gnome.org>
37239
37240         * gst/debug/Makefile.am:
37241         * gst/debug/breakmydata.c:
37242           add element that quasi-randomly changes bytes in the stream.
37243           Intended use is robustness checking of demuxers and decoders in
37244           media tests.
37245
37246 2004-03-24  Benjamin Otte  <otte@gnome.org>
37247
37248         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37249         (gst_alsa_probe_hw_params):
37250         * ext/alsa/gstalsa.h:
37251           debugging output fixes
37252
37253 2004-03-24  Benjamin Otte  <otte@gnome.org>
37254
37255         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37256           don't g_return_if_fail if element is PLAYING, fail silently as every
37257           other element.
37258         * gst/effectv/gstquark.c: (gst_quarktv_chain):
37259           only fix needed for cast lvalue issues in gst-plugins
37260         * gst/volenv/gstvolenv.c: (gst_volenv_init):
37261           add proxy_getcaps
37262
37263 2004-03-24  Benjamin Otte  <otte@gnome.org>
37264
37265         * gst/level/gstlevel.c: (gst_level_init):
37266           add proxying getcaps function, so level doesn't advertise impossible
37267           caps
37268
37269 2004-03-24  David Schleef  <ds@schleef.org>
37270
37271         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37272         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37273         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37274         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37275         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37276         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37277         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37278         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37279         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
37280         messages.  Divide the chunk size by the compression ratio
37281         (needed for MACE audio)
37282
37283 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37284
37285         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37286           Fix buffer overflow read error.
37287
37288 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37289
37290         * ext/alsa/gstalsa.h:
37291           Remove unused entry.
37292         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37293           Add cinepak.
37294         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37295         (gst_videodrop_link), (gst_videodrop_chain):
37296           Fix, sort of. Was horribly broken with new capsnego. Bah...
37297
37298 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37299
37300         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37301         (plugin_init):
37302         Add a monkeysaudio typefind function
37303
37304 2004-03-23  Johan Dahlin  <johan@gnome.org>
37305
37306         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37307         (gst_play_video_fixate): Check so the structure has the field
37308         before trying to fixate them, this makes it possible to have
37309         fakesinks for video and audio output without printing errors on
37310         the output console.
37311
37312 2004-03-22  David Schleef  <ds@schleef.org>
37313
37314         * sys/oss/Makefile.am:
37315         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37316         (check_rate), (add_rate):  Rate probing test app.
37317
37318 2004-03-21  Benjamin Otte  <otte@gnome.org>
37319
37320         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37321         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37322           add a fixation function that pretty much does the right thing (fixes
37323           #137556)
37324
37325 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37326
37327         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37328
37329 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37330
37331         reviewed by: Benjamin Otte  <otte@gnome.org>
37332
37333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37334           terminate gst_event_new_discontinuous correctly (fixes parts of
37335           #137711)
37336
37337 2004-03-19  David Schleef  <ds@schleef.org>
37338
37339         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37340         since it doesn't depend on X, and it's part of our ABI.
37341
37342 2004-03-19  Iain <iain@prettypeople.org>
37343
37344         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37345         is_int in the structure, not the local variable.
37346
37347 2004-03-19  David Schleef  <ds@schleef.org>
37348
37349         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37350         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37351         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37352         Improvements in caps negotiation.
37353
37354 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37355
37356         * po/LINGUAS:
37357         * po/af.po:
37358           adding Afrikaans (Petri Jooste)
37359
37360 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37361
37362         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37363         (gst_ffmpegcolorspace_chain):
37364         throw error instead of g_critical (#137588)
37365
37366 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37367
37368         * Makefile.am:
37369         * configure.ac:
37370           dist common and m4 correctly
37371         * po/sv.po:
37372
37373 2004-03-17  David Schleef  <ds@schleef.org>
37374
37375         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37376         (bug #137348)
37377
37378 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37379
37380         * po/LINGUAS:
37381         * po/sv.po:
37382           adding Swedish translation (Christian Rose)
37383
37384 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37385
37386         * Makefile.am: use release.mak
37387
37388 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37389
37390         * common/ChangeLog:
37391         * common/gst-autogen.sh:
37392           add some explanation about the version detection
37393         * configure.ac:
37394           fix X check
37395
37396 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37397
37398         * configure.ac: bump nano to 1
37399
37400 === release 0.8.0 ===
37401
37402 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37403
37404         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37405
37406 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37407
37408         * configure.ac:
37409           update libtool version
37410         * gst-libs/gst/media-info/Makefile.am:
37411           actually use libtool version
37412
37413 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37414
37415         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37416
37417 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37418
37419         * configure.ac:
37420         * gst-plugins.spec.in:
37421         * pkgconfig/Makefile.am:
37422         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37423         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37424         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37425         * pkgconfig/gstreamer-libs.pc.in:
37426         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37427         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37428         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37429         * pkgconfig/gstreamer-plugins.pc.in:
37430           remove @VERSION@ from some of the pc files since core and plugins
37431           are decoupled.
37432           created gstreamer-plugins.pc as it's a better name, but keeping
37433           -libs around for now to get fixes upstream done first.
37434
37435 2004-03-15  Julien MOUTTE <julien@moutte.net>
37436
37437         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37438         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37439         * gst-libs/gst/play/play.h:
37440
37441 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37442
37443         * *.c, *.cc: don't mix tabs and spaces
37444
37445 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37446
37447         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37448           use the new ffmpegcolorspace
37449         * gst-plugins.spec.in:
37450           package new colorspace and media-info
37451         * configure.ac:
37452         * pkgconfig/Makefile.am:
37453           fix some more disting issues
37454         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37455         * pkgconfig/gstreamer-media-info.pc.in:
37456           generate media-info pc files
37457
37458 2004-03-15  Johan Dahlin  <johan@gnome.org>
37459
37460         * *.h: Revert indenting
37461
37462 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37463
37464         * configure.ac:
37465           adding ffmpegcolorspace element
37466         * gst/ffmpegcolorspace/Makefile.am:
37467         * gst/ffmpegcolorspace/avcodec.h:
37468         * gst/ffmpegcolorspace/common.h:
37469         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37470         * gst/ffmpegcolorspace/dsputil.h:
37471         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37472         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37473         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37474         (gst_ffmpeg_caps_to_pix_fmt):
37475         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37476         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37477         (gst_ffmpegcolorspace_caps_remove_format_info),
37478         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37479         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37480         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37481         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37482         (gst_ffmpegcolorspace_set_property),
37483         (gst_ffmpegcolorspace_get_property),
37484         (gst_ffmpegcolorspace_register):
37485         * gst/ffmpegcolorspace/imgconvert.c:
37486         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37487         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37488         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37489         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37490         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37491         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37492         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37493         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37494         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37495         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37496         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37497         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37498         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37499         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37500         (img_get_alpha_info), (deinterlace_line),
37501         (deinterlace_line_inplace), (deinterlace_bottom_field),
37502         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37503         * gst/ffmpegcolorspace/imgconvert_template.h:
37504         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37505         * gst/ffmpegcolorspace/mmx.h:
37506         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37507           adding ffmpegcolorspace element supplied by Ronald after cleaning
37508           up and pulling in the right bits of upstream source.
37509           I'm sure a better C/compiler wizard could do some cleaning up (for
37510           example use GLIB's malloc stuff), but as a first pass this
37511           works very well
37512
37513 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37514
37515         * ext/alsa/gstalsa.h:
37516           I assume Ronald forgot to commit the change to have cardname
37517           as a struct member.  Expect some public spanking at the next
37518           opportunity.
37519
37520 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37521
37522         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37523         (gst_alsa_open_audio), (gst_alsa_close_audio):
37524         * ext/alsa/gstalsa.c:
37525           Don't open the device if we're a mixer (= padless).
37526         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37527         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37528         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37529           Open mixer during state change rather than during object
37530           initialization. Also, get a device name. Currently in a somewhat
37531           hackish fashion, but I didn't really find something better.
37532
37533 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37534
37535         * *.c, *.h: run gst-indent
37536
37537 2004-03-14  Benjamin Otte  <otte@gnome.org>
37538
37539         * gst/modplug/gstmodplug.cc:
37540         * gst/modplug/gstmodplug.h:
37541           set correct timestamps on outgoing buffers
37542
37543 2004-03-14  Benjamin Otte  <otte@gnome.org>
37544
37545         * gst/modplug/gstmodplug.cc:
37546           handle events - don't do crap when a discont arrives that's not
37547           necessary
37548           This allows correct loading and playback of mods in Rhythmbox
37549
37550 2004-03-14  Benjamin Otte  <otte@gnome.org>
37551
37552         * configure.ac:
37553         * gst-libs/gst/gconf/Makefile.am:
37554         * pkgconfig/Makefile.am:
37555           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37556           they get rebuilt properly
37557         * configure.ac:
37558           when checking for vorbis, try pkgconfig first.
37559         * gst/modplug/gstmodplug.cc:
37560           add fixate function
37561
37562 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37563
37564         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37565           Fix for obvious mistake, where we first shift the offset and then
37566           read a samplesize element assuming the old offset. Note that this
37567           part still has something weird, i.e. my movies containing those
37568           don't actually play well, but at least there's something that looks
37569           like sound now.
37570
37571 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37572         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37573         (plugin_init):
37574         Add a typefind function for speex format
37575
37576 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37577
37578         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37579         (gst_asf_demux_setup_pad):
37580           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37581           instead of 0. Reason is simple: some elements have a fps range
37582           of 1-max instead of 0-max. So now ASF video actually works.
37583
37584 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37585
37586         * po/LINGUAS:
37587         * po/sr.po:
37588           adding serbian as a language
37589
37590 2004-03-13  Benjamin Otte  <otte@gnome.org>
37591
37592         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37593           return taglist correctly from _get function, don't gst_pad_push it.
37594           (fixes #137042)
37595
37596 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37597         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37598
37599 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37600
37601         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37602         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37603         (gst_alsa_mixer_track_new):
37604         * ext/alsa/gstalsamixertrack.h:
37605           Fix ancient leftovers... MixerTrack is a GObject.
37606
37607 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37608
37609         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37610         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37611           Don't block during probing...
37612
37613 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37614
37615         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37616         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37617         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37618         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37619         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37620         (gst_alsa_open_audio), (gst_alsa_close_audio):
37621         * ext/alsa/gstalsa.h:
37622           Add propertyprobe interface implementation, add some device-name
37623           property, all this so that it looks good in gnome-volume-control.
37624
37625 2004-03-12  David Schleef  <ds@schleef.org>
37626
37627         * configure.ac: the Hermes library controls hermescolorspace, not
37628         colorspace.
37629         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37630         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37631         not /* */
37632         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37633         * ext/sdl/sdlvideosink.h: ditto.
37634         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37635
37636 2004-03-12  Benjamin Otte  <otte@gnome.org>
37637
37638         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37639         (gst_x_overlay_got_xwindow_id):
37640         * gst-libs/gst/xoverlay/xoverlay.h:
37641           replace XID with unsigned long to get rid of the xlibs dependency in
37642           XOverlay (fixes #137004)
37643
37644 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37645         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37646         (gst_agingtv_setup):
37647         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37648         (gst_dicetv_base_init), (gst_dicetv_class_init),
37649         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37650         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37651         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37652         (gst_edgetv_setup), (gst_edgetv_rgb32):
37653         * gst/effectv/gsteffectv.c:
37654         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37655         (gst_quarktv_set_property):
37656         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37657         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37658         (gst_revtv_setup), (gst_revtv_rgb32):
37659         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37660         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37661         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37662         (gst_shagadelictv_rgb32):
37663         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37664         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37665         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37666         * gst/effectv/gstwarp.c:
37667         Port everything that can be ported to videofilter and fix up the caps.
37668         Can someone with a big-endian machine please check these?
37669
37670 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37671
37672         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37673         (gst_osssink_chain), (gst_osssink_change_state):
37674           Latest fixes for A/V sync, audio playback and such. This is about
37675           all... MPEG playback issues are mostly related to the async build-
37676           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37677
37678 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37679
37680         patch from: Stephane Loeuillet
37681
37682         * configure.ac:
37683           use pkg-config for some libraries, falling back to the old .m4 way
37684           (fixes #131270)
37685         * m4/libdv.m4:
37686           removed
37687
37688 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37689
37690         * configure.ac:
37691         * tools/Makefile.am:
37692         * tools/Makefile.in:
37693         * tools/gst-launch-ext-m.m:
37694         * tools/gst-launch-ext.1.in:
37695         * tools/gst-visualise-m.m:
37696         * tools/gst-visualise.1:
37697         * tools/gst-visualise.1.in:
37698           reorganizing generation of script tools
37699
37700 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37701
37702         * ext/divx/gstdivxdec.c:
37703           Downgrade priority. We prefer ffdec_mpeg4.
37704         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37705         (gst_faad_chain), (gst_faad_change_state):
37706           Fix capsnego. Doesn't work for some sounds because we don't have
37707           a 5:1 to stereo element.
37708         * ext/xvid/gstxvid.c: (plugin_init):
37709           Add priority.
37710         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37711         (gst_osssink_change_state):
37712           Add discont handling.
37713
37714 2004-03-09  Colin Walters  <walters@verbum.org>
37715
37716         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37717         conversion.
37718
37719 2004-03-09  Benjamin Otte  <otte@gnome.org>
37720
37721         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37722           the signals take 2 arguments
37723
37724 2004-03-09  David Schleef  <ds@schleef.org>
37725
37726         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37727         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37728         * ext/alsa/gstalsa.h:
37729         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37730
37731 2004-03-09  Benjamin Otte  <otte@gnome.org>
37732
37733         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37734         (gst_mikmod_change_state):
37735         * ext/mikmod/gstmikmod.h:
37736           make mikmod's loop function not loop infinitely and call
37737           gst_element_yield anymore
37738         * gst/modplug/gstmodplug.cc:
37739           fix pad negotiation (fixes #136590)
37740
37741 2004-03-09  David Schleef  <ds@schleef.org>
37742
37743         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37744         doesn't conflict with the internal colorspace plugin.
37745         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37746         satisfy the crappy-ass shell shipped by a certain vendor.
37747         * gst/videofilter/make_filter: same (bug #135299)
37748
37749 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37750
37751         * configure.ac: bump nano to 1
37752
37753 === release 0.7.6 ===
37754
37755 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37756
37757         * configure.in: releasing 0.7.6, "There"
37758
37759 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37760
37761         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37762         * pkgconfig/gstreamer-play.pc.in:
37763           synchronize the two
37764
37765 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37766
37767         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37768         (cdparanoia_open), (cdparanoia_event):
37769           fix/add error handling
37770         * po/POTFILES.in:
37771           add cdparanoia source
37772         * tools/Makefile.am:
37773           make scripts executable
37774
37775 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37776
37777         * configure.ac:
37778         * ext/vorbis/Makefile.am:
37779         * sys/Makefile.am:
37780           remove id3types, vorbisfile and xvideosink from the build (#133783)
37781
37782 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37783
37784         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37785           Fix metadata read crash (#136537).
37786
37787 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37788
37789         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37790         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37791           adding mime types, fixing the one-stop function
37792
37793 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37794
37795         * ext/nas/nassink.c and /ext/nas/nassink.h:
37796         More NAS love from Arwed von Merkatz
37797         So lets all sing 'Can you feel the NAS tonight'
37798
37799 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37800
37801         * tools/gst-launch-ext.in:
37802         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37803
37804 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37805
37806         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37807         (gst_mpeg2dec_init):
37808         remove the user_data pad for now, because it is being used in
37809         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37810         If someone knows how to fix this properly, please do.
37811
37812 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37813
37814         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37815         (gst_osssink_get_time):
37816         add a warning, IMO this won't get triggered anymore, remove later
37817
37818 2004-03-07  David Schleef  <ds@schleef.org>
37819
37820         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37821         format (bug #136470)
37822
37823 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37824
37825         * gst-libs/Makefile.am:
37826         * gst-libs/gst/media-info/Makefile.am:
37827         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37828         (error_callback), (gst_media_info_error_create),
37829         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37830         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37831         * gst-libs/gst/media-info/media-info-priv.h:
37832         * gst-libs/gst/media-info/media-info-test.c: (main):
37833         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37834         (gst_media_info_class_init), (gst_media_info_instance_init),
37835         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37836         (gst_media_info_read_idler), (gst_media_info_read):
37837         * gst-libs/gst/media-info/media-info.h:
37838         fixed, should work now
37839
37840 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37841
37842         * ext/nas/nassink.c:
37843         A bunch of NAS fixes from Arwed von Merkatz
37844
37845 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37846
37847         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37848         (qtdemux_parse_trak):
37849           Fix crash (j might be greater than n_samples, in which case we're
37850           writing outside the allocated space for the array) and memleak.
37851
37852 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37853
37854         * sys/oss/gstosssink.c: (gst_osssink_chain):
37855           And another caller that couldn't handle delay < 0 (unsigned
37856           integer overflow). Video now continues playing on an audio
37857           buffer underrun, and the clock continues working. Audio still
37858           stalls.
37859
37860 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37861
37862         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37863         (gst_osssink_get_time):
37864           get_delay() may return values lower than 0. In those cases, we
37865           should not actually cast to *unsigned* int64, that will break
37866           stuff horribly. In my case, it screwed up A/V sync in movies
37867           in totem rather badly.
37868
37869 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37870
37871         * ext/faac/gstfaac.c: (gst_faac_chain):
37872         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37873         * ext/libpng/gstpngenc.c: (user_write_data):
37874         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37875         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37876         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37877         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37878         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37879         of any buffer), should fix some leaks. I hope I didn't unref buffers
37880         that shouldn't be...
37881
37882 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37883
37884         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37885         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37886         (error_callback), (gmi_reset), (gmi_seek_to_track),
37887         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37888         (gmip_find_type_post), (gmip_find_stream_post),
37889         (gmip_find_track_streaminfo_post):
37890         * gst-libs/gst/media-info/media-info-priv.h:
37891         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37892         (info_print), (main):
37893         * gst-libs/gst/media-info/media-info.c:
37894         (gst_media_info_error_create), (gst_media_info_error_element),
37895         (gst_media_info_instance_init), (gst_media_info_get_property),
37896         (gst_media_info_new), (gst_media_info_set_source),
37897         (gst_media_info_read_idler), (gst_media_info_read):
37898         * gst-libs/gst/media-info/media-info.h:
37899           first pass at making this work again.  This seems to work on
37900           tagged ogg/vorbis and mp3 files.
37901
37902 2004-03-06  Benjamin Otte  <otte@gnome.org>
37903
37904         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37905           fix huge leak: gst_buffer_merge doesn't unref the first argument
37906           itself.
37907
37908 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37909
37910         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37911           report layer/mode/emphasis
37912
37913 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37914
37915         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37916
37917 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37918
37919         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37920           signal serial
37921
37922 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37923
37924         * ext/vorbis/vorbis.c: (plugin_init):
37925         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37926         (gst_vorbis_dec_init), (vorbis_dec_event):
37927         add debug category
37928         make vorbisdec handle _BYTE and _TIME queries
37929
37930 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37931
37932         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37933           from the xing header
37934
37935 2004-03-06  Benjamin Otte  <otte@gnome.org>
37936
37937         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37938         (gst_audio_convert_link), (gst_audio_convert_change_state),
37939         (gst_audio_convert_buffer_from_default_format):
37940           do conversions from/to float correctly, fix some caps nego errors,
37941           export correct supported caps in template and getcaps, use correct
37942           caps in try_set_caps functions
37943
37944 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37945
37946         For some reason, I only committed a ChangeLog entry yesterday and
37947         not the corresponding code...
37948         * ext/mad/gstmad.c: Fix detection of Xing headers
37949         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37950
37951 2004-03-06  Benjamin Otte  <otte@gnome.org>
37952
37953         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37954         (gst_ogg_demux_src_query):
37955           make sure to handle the case where there's no current chain
37956           gracefully.
37957
37958 2004-03-05  David Schleef  <ds@schleef.org>
37959
37960         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37961         Add fixate function. (bug #131128)
37962         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37963         (gst_sdlvideosink_fixate):  Add fixate function.
37964         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37965         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37966         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37967         Fix missing break that was causing ulaw to be interpreted as
37968         raw int.
37969
37970 2004-03-05  David Schleef  <ds@schleef.org>
37971
37972         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37973         Fix code that ignores return value of gst_buffer_merge().
37974         (bug #114560)
37975         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37976         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37977         * testsuite/gst-lint:  Check for above.
37978
37979 2004-03-05  David Schleef  <ds@schleef.org>
37980
37981         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37982         caps and throw an element error.  (bug #136334)
37983
37984 2004-03-05  David Schleef  <ds@schleef.org>
37985
37986         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37987         (gst_faad_chain): Fix negotiation.
37988         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37989         key and button events.
37990         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37991         dung heap of code.
37992         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37993         depends on gconf
37994         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37995         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37996         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37997         function to encourage better negotiation, particularly between
37998         audioconvert and osssink.
37999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38000         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
38001         more important.
38002         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
38003         typefinding.
38004         * gst/vbidec/vbiscreen.c:  Add glib header
38005         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
38006
38007 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
38008
38009         * ext/mad/gstmad.c: Fix detection of Xing headers
38010         * gst/tags/gstid3tag.c: Changes to support TLEN tags
38011
38012 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38013
38014         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38015         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
38016           debug updates
38017
38018 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
38019
38020         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38021         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
38022         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
38023         files, and report the parsed length as a GST_TAG_DURATION tag.
38024         * gst/tags/gstid3tag.c: support TLEN (duration) tag
38025
38026 2004-03-05  Benjamin Otte  <otte@gnome.org>
38027
38028         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
38029           convert channels correctly. convert correctly to unsigned.
38030
38031 2004-03-05  Julien MOUTTE <julien@moutte.net>
38032
38033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
38034         we have a window before clearing it.
38035
38036 2004-03-05  Julien MOUTTE <julien@moutte.net>
38037
38038         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
38039         have a window before clearing it.
38040
38041 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38042
38043         * gconf/gstreamer.schemas.in:
38044         * gst-libs/gst/gconf/Makefile.am:
38045           version installation path the same way as for 0.6
38046         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38047         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38048         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38049           remove comment that was fixed
38050
38051 2004-03-05  David Schleef  <ds@schleef.org>
38052
38053         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
38054         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
38055         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
38056         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
38057         Add prototype code for handling seeking and querying.
38058
38059 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38060
38061         * examples/gstplay/player.c: (main):
38062           Initialize variables to NULL. Prevents a segfault because the
38063           (uninitialized) variable is not NULL, resulting in a crash on
38064           trying to reach error->message.
38065
38066 2004-03-05  Benjamin Otte  <otte@gnome.org>
38067
38068         * gst/audioconvert/gstaudioconvert.c:
38069         (gst_audio_convert_buffer_to_default_format):
38070         make float=>int conversion work correctly even in cornercases.
38071
38072 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
38073
38074         * debian/README.Debian:
38075         * debian/build-deps:
38076         * debian/changelog:
38077         * debian/control:
38078         * debian/control.in:
38079         * debian/copyright:
38080         * debian/gstreamer-a52dec.files:
38081         * debian/gstreamer-aa.files:
38082         * debian/gstreamer-alsa.files:
38083         * debian/gstreamer-alsa.manpages:
38084         * debian/gstreamer-arts.files:
38085         * debian/gstreamer-artsd.files:
38086         * debian/gstreamer-audiofile.files:
38087         * debian/gstreamer-avifile.files:
38088         * debian/gstreamer-cdparanoia.files:
38089         * debian/gstreamer-colorspace.files:
38090         * debian/gstreamer-doc.files:
38091         * debian/gstreamer-dv.files:
38092         * debian/gstreamer-dvd.files:
38093         * debian/gstreamer-esd.files:
38094         * debian/gstreamer-festival.files:
38095         * debian/gstreamer-flac.files:
38096         * debian/gstreamer-gconf.conffiles:
38097         * debian/gstreamer-gconf.files:
38098         * debian/gstreamer-gconf.postinst:
38099         * debian/gstreamer-gnomevfs.files:
38100         * debian/gstreamer-gsm.files:
38101         * debian/gstreamer-http.files:
38102         * debian/gstreamer-jack.files:
38103         * debian/gstreamer-jpeg.files:
38104         * debian/gstreamer-mad.files:
38105         * debian/gstreamer-mikmod.files:
38106         * debian/gstreamer-misc.files:
38107         * debian/gstreamer-mpeg2dec.files:
38108         * debian/gstreamer-oss.files:
38109         * debian/gstreamer-plugin-apps.files:
38110         * debian/gstreamer-plugin-apps.manpages:
38111         * debian/gstreamer-plugin-libs-dev.files:
38112         * debian/gstreamer-plugin-libs.files:
38113         * debian/gstreamer-plugin-template.postinst:
38114         * debian/gstreamer-plugin-template.postrm:
38115         * debian/gstreamer-sdl.files:
38116         * debian/gstreamer-sid.files:
38117         * debian/gstreamer-vorbis.files:
38118         * debian/gstreamer-x.files:
38119         * debian/mk.control:
38120         * debian/rules:
38121         Debian package info not maintained here.
38122
38123 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38124
38125         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
38126         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
38127         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
38128         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
38129         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
38130         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
38131         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
38132         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
38133         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
38134         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
38135         * gst-libs/gst/colorbalance/colorbalance.c:
38136         (gst_color_balance_class_init):
38137         * gst-libs/gst/colorbalance/colorbalancechannel.c:
38138         (gst_color_balance_channel_class_init):
38139         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
38140         * gst-libs/gst/play/play.c: (gst_play_class_init):
38141         * gst-libs/gst/propertyprobe/propertyprobe.c:
38142         (gst_property_probe_iface_init):
38143         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
38144         * gst-libs/gst/tuner/tunerchannel.c:
38145         (gst_tuner_channel_class_init):
38146         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
38147         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
38148         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
38149         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
38150         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
38151         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
38152         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
38153         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
38154         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
38155           fix signals to use - instead of _
38156         * ext/libcaca/gstcacasink.h:
38157         * ext/sdl/sdlvideosink.h:
38158           fix header rename
38159
38160 2004-03-04  David Schleef  <ds@schleef.org>
38161
38162         * testsuite/gst-lint:  Add a check for bad signal names.
38163
38164 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
38165
38166         reviewed by David Schleef
38167
38168         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
38169         modified the alpha channel and caused a warning. (bug #136192)
38170
38171 2004-04-03  Christian Schaller <Uraeus@gnome.org>
38172
38173         * gst-plugins.spec.in:
38174         Change names of plugins to actually be correct. Try to keep things
38175         alphabetical to avoid getting beat up by Thomas
38176
38177 2004-03-03  Julien MOUTTE <julien@moutte.net>
38178
38179         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
38180         Using ximagesink as a default if no gconf key found. We should
38181         probably consider using alsasink instead of osssink for the audio
38182         part.
38183
38184 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38185
38186         * configure.ac:
38187           fix --with-plugins, don't think it ever worked before
38188         * gst-plugins.spec.in:
38189           even more updates
38190
38191 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38192
38193         * ext/sdl/sdlvideosink.h:
38194         * sys/ximage/ximagesink.h:
38195         * sys/xvideo/xvideosink.h:
38196         * sys/xvimage/xvimagesink.h:
38197           Fix for move of gstvideosink.h -> videosink.h.
38198
38199 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38200
38201         * gst-libs/gst/xwindowlistener/Makefile.am:
38202           this is a plugin library, not a library
38203
38204 2004-03-01  David Schleef  <ds@schleef.org>
38205
38206         * AUTHORS:  Added some names.  Add yourself if you're still
38207         missing.
38208
38209 2004-03-01  David Schleef  <ds@schleef.org>
38210
38211         * MAINTAINERS: Add
38212
38213 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38214
38215         * gst-plugins.spec.in: clean up spec file
38216
38217 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38218
38219         * gst-libs/gst/video/Makefile.am:
38220         * gst-libs/gst/video/gstvideosink.c:
38221         * gst-libs/gst/video/gstvideosink.h:
38222           rename gstvideosink.h to videosink.h to match other headers
38223         * gst/mixmatrix/Makefile.am:
38224           fix plugin filename
38225         * gst/tags/Makefile.am: fix plugin filename
38226
38227 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38228
38229         * gst/tags/Makefile.am: fix plugin filename
38230
38231 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38232
38233         * examples/gstplay/player.c: (got_time_tick), (main):
38234           add error handler
38235           display time_tick more readably
38236         * gst/mixmatrix/Makefile.am:
38237           fix plugin file name
38238
38239 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
38240
38241         * sys/oss/gstosselement.c: (gst_osselement_probe),
38242         (device_combination_append), (gst_osselement_class_probe_devices):
38243         * sys/oss/gstosselement.h:
38244           Reworked enumeration of oss dsps and mixers so that gst-mixer works
38245           on my system using alsa oss emulation, fixes bug #135597
38246
38247 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38248
38249         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38250         (gst_videodrop_chain), (gst_videodrop_change_state):
38251         * gst/videodrop/gstvideodrop.h:
38252           Work based on timestamp of input data, not based on the expected
38253           framerate from the input. The consequence is that this element now
38254           not only scales framerates, but also functions as a framerate
38255           corrector or framerate stabilizer/constantizer.
38256
38257 2004-02-27  David Schleef  <ds@schleef.org>
38258
38259         patches from jmmv@menta.net (Julio M. Merino Vidal)
38260
38261         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38262         GST_ELEMENT_ERROR call (bug #135634)
38263         * gst/interleave/interleave.c: (interleave_buffered_loop),
38264         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38265         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38266         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38267         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38268         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38269         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38270         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38271         Fix GST_ELEMENT_ERROR call.
38272         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38273         GST_ELEMENT_ERROR call.
38274
38275 2004-02-27  Benjamin Otte  <otte@gnome.org>
38276
38277         * gst-libs/gst/audio/audio.h:
38278           add macro to make sure header isn't included twice
38279         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38280           don't use gst_buffer_free
38281         * gst/playondemand/filter.func:
38282           don't use gst_data_free. Free data only once.
38283
38284 2004-02-26  David Schleef  <ds@schleef.org>
38285
38286         * gst-libs/gst/colorbalance/Makefile.am:
38287         * gst-libs/gst/mixer/Makefile.am:
38288         * gst-libs/gst/tuner/Makefile.am:
38289         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38290         should not be disted, -marshal.h files should not be installed,
38291         and -enum.h files _should_ be installed.  Fix to make this the
38292         case.
38293
38294 === release 0.7.5 ===
38295
38296 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38297
38298         * configure.ac: release 0.7.5, "Under The Sea"
38299
38300 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38301
38302         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38303         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38304         * gst/videoscale/gstvideoscale.c:
38305         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38306           assorted debug/warning fixes
38307
38308 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38309
38310         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38311         (gst_videoscale_init), (gst_videoscale_chain),
38312         (gst_videoscale_set_property), (plugin_init):
38313         * gst/videoscale/gstvideoscale.h:
38314         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38315         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38316         (gst_videoscale_planar400), (gst_videoscale_packed422),
38317         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38318         (gst_videoscale_24bit), (gst_videoscale_16bit),
38319         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38320         (gst_videoscale_scale_plane_slow),
38321         (gst_videoscale_scale_point_sample),
38322         (gst_videoscale_scale_nearest),
38323         (gst_videoscale_scale_nearest_str2),
38324         (gst_videoscale_scale_nearest_str4),
38325         (gst_videoscale_scale_nearest_32bit),
38326         (gst_videoscale_scale_nearest_24bit),
38327         (gst_videoscale_scale_nearest_16bit):
38328         add debugging category and use it properly
38329         fix use of GST_PTR_FORMAT
38330
38331 2004-02-25  Andy Wingo  <wingo@pobox.com>
38332
38333         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38334         push only when channel->buffer is NULL. Prevents segfaults doing
38335         the state change after a nonlocal exit, like a scheme exception.
38336
38337         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38338         Handle the case where the intersected caps is empty.
38339
38340 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38341
38342         * gst/law/mulaw-decode.c: (mulawdec_link):
38343         * gst/law/mulaw.c: (plugin_init):
38344           fix mulawdec so it actually works again
38345
38346 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38347
38348         reviewed by: David Schleef  <ds@schleef.org>
38349
38350         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38351         (gst_gamma_init), (gst_gamma_set_property),
38352         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38353         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38354         for RGB, with separate r g and b correction factors. (#131167)
38355
38356 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38357
38358         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38359           only signal tags for bitrate if they're > 0 (#134894)
38360
38361 2004-02-24  David Schleef  <ds@schleef.org>
38362
38363         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38364         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38365         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38366         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38367         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38368         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38369         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38370         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38371         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38372         category.  Attempt to fix timestamp calculation.
38373
38374 2004-02-24  Johan Dahlin  <johan@gnome.org>
38375
38376         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38377
38378 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38379
38380         * configure.ac:
38381         * gconf/Makefile.am:
38382         * gconf/gstreamer.schemas:
38383         * gst-libs/gst/gconf/Makefile.am:
38384         * gst-libs/gst/gconf/gconf.c:
38385           version gconf schemas and install locations
38386
38387 2004-02-23  Benjamin Otte  <otte@gnome.org>
38388
38389         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38390         (gst_xine_input_subclass_init):
38391           call parent dispose.
38392           change pad template for CD reader correctly
38393         * ext/xine/Makefile.am:
38394         * ext/xine/gstxine.h:
38395         * ext/xine/xine.c: (plugin_init):
38396         * ext/xine/xineaudiosink.c:
38397           wrap audio sinks, too
38398         * gst-libs/gst/resample/private.h:
38399         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38400         (gst_resample_reinit), (gst_resample_scale),
38401         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38402         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38403         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38404         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38405         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38406         * gst-libs/gst/resample/resample.h:
38407         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38408         (gst_audioscale_class_init), (gst_audioscale_link),
38409         (gst_audioscale_get_buffer), (gst_audioscale_init),
38410         (gst_audioscale_chain), (gst_audioscale_set_property),
38411         (gst_audioscale_get_property):
38412         * gst/audioscale/gstaudioscale.h:
38413           s/resample_*/gst_resample_*/i to not clobber namespaces
38414
38415 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38416
38417         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38418         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38419         (gst_riff_create_video_template_caps),
38420         (gst_riff_create_audio_template_caps),
38421         (gst_riff_create_iavs_template_caps):
38422         * gst-libs/gst/riff/riff-media.h:
38423         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38424         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38425         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38426         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38427         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38428         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38429         (gst_matroska_demux_plugin_init): First batch implementing audio and
38430         video codec tags in demuxers.
38431
38432 2004-02-22  Benjamin Otte  <otte@gnome.org>
38433
38434         * ext/xine/Makefile.am:
38435         * ext/xine/gstxine.h:
38436         * ext/xine/xine.c: (plugin_init):
38437         * ext/xine/xineinput.c:
38438           add input plugin wrapper. Playback from files, http, mms and cdda
38439           works.
38440         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38441           remove leftover G_GNUC_UNUSED
38442         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38443         (gst_asf_demux_identify_guid):
38444           improve debugging output
38445
38446 2004-02-22  Benjamin Otte  <otte@gnome.org>
38447
38448         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38449
38450         * autogen.sh:
38451           replace test -e with test -x for mkinstalldirs to be more portable.
38452           (fixes #134816)
38453
38454 2004-02-22  Benjamin Otte  <otte@gnome.org>
38455
38456         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38457
38458         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38459           set rank to PRIMARY
38460         * gst/volume/gstvolume.c: (plugin_init):
38461           set rank to NONE
38462         fixes #134960
38463
38464 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38465
38466         reviewed by Benjamin Otte  <otte@gnome.org>
38467
38468         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38469           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38470
38471 2004-02-22  Benjamin Otte  <otte@gnome.org>
38472
38473         * configure.ac:
38474           export [_]*{gst,Gst,GST}.* symbols from plugins
38475
38476 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38477
38478         reviewed by: Benjamin Otte  <otte@gnome.org>
38479
38480         * ext/lame/gstlame.c: (add_one_tag):
38481         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38482         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38483         (gst_vorbisenc_metadata_set1):
38484         * gst/tags/gstid3tag.c:
38485         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38486           apply fixes from bugs #135042 (lame can't write tags) and #133817
38487           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38488
38489 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38490
38491         * configure.ac: Export only gst_plugin_desc from plugins.
38492          Note that this change only makes any effect with Linux using libtool
38493          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38494          fine. And don't try to have several versions of libtool in different
38495          directories.
38496
38497 2004-02-20  Andy Wingo  <wingo@pobox.com>
38498
38499         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38500         interleave respectively.
38501
38502         * gst/interleave/deinterleave.c: New plugin: deinterleave
38503         (replaces on oneton).
38504         * gst/interleave/interleave.c: New plugin: interleave.
38505         * gst/interleave/plugin.h: Support file.
38506         * gst/interleave/plugin.c: Support file.
38507
38508         * configure.ac: Remove intfloat and oneton, add interleave.
38509
38510         * ext/sndfile/gstsf.c: Handle events better.
38511
38512         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38513         and float2int operation. int2float has scheduling problems as
38514         noted in in2float_chain.
38515
38516 2004-02-20  Benjamin Otte  <otte@gnome.org>
38517
38518         * ext/xine/Makefile.am:
38519         * ext/xine/gstxine.h:
38520         * ext/xine/xine.c:
38521         * ext/xine/xineaudiodec.c:
38522         * ext/xine/xinecaps.c:
38523           add first version of xine plugin wrapper. Currently only wraps the
38524           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38525         * configure.ac:
38526         * ext/Makefile.am:
38527           add xine plugin wrapper, disabled by default. Use --enable-xine to
38528           build. Note that it'll segfault on gst-register if you don't remove
38529           the goom and tvtime post plugins from xine.
38530         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38531         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38532           add extradata parsing for QDM2.
38533           change around debugging prints.
38534
38535 2004-02-19  Benjamin Otte  <otte@gnome.org>
38536
38537         * ext/lame/gstlame.c: (gst_lame_chain):
38538         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38539           use gst_tag_list_insert when you want to insert tags
38540
38541 2004-02-18  David Schleef  <ds@schleef.org>
38542
38543         * configure.ac:  Move massink to gst-rotten
38544         * ext/Makefile.am:
38545         * ext/mas/Makefile.am:
38546         * ext/mas/massink.c:
38547         * ext/mas/massink.h:
38548
38549 2004-02-18  David Schleef  <ds@schleef.org>
38550
38551         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38552         typefinding, since it seems to be worse than nothing.
38553         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38554         atom to recognize .mp4 and .m4a files as video/quicktime.
38555
38556 2004-02-18  David Schleef  <ds@schleef.org>
38557
38558         * gst/sine/demo-dparams.c: (quit_live),
38559         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38560         Use double dparams, not float.
38561         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38562         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38563         sync'd elements don't really work correctly.
38564         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38565         (volume_update_volume), (volume_get_property):  Change dparam
38566         to double.
38567
38568 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38569
38570         * sys/ximage/ximagesink.c:
38571         (gst_ximagesink_xwindow_update_geometry),
38572         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38573         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38574         (gst_ximagesink_init): Rework the way software video scaling works. So
38575         now we check on each chain call if the video frames are feeling the
38576         window. If not we try to renegotiate caps. On failure we memorize that
38577         and we won't try again for that PLAYING sessions.
38578         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38579         failure.
38580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38581         synchronous flag.
38582
38583 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38584
38585         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38586           break up _link so we can give a better debug message for errors
38587
38588 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38589
38590         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38591           set up debug category
38592
38593 2004-02-18  Julien MOUTTE <julien@moutte.net>
38594
38595         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38596         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38597         the way renegotiation work. The event handling function is not taking
38598         care of external windows and renegotiate method check for pad flags
38599         NEGOTIATING. Should fix : #133209
38600
38601 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38602
38603         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38604         pad is negotiating before trying renegotiation.
38605
38606 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38607
38608         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38609           pass on all possible mime types as typefind hints
38610
38611 2004-02-17  Julien MOUTTE <julien@moutte.net>
38612
38613         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38615         possible SHM leak if we crash. All other apps using XShm are doing
38616         that.
38617
38618 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38619
38620         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38621         (gst_ximagesink_expose): Renegotiate size on expose.
38622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38623         size on expose.
38624
38625 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38626
38627         * testsuite/alsa/sinesrc.c:
38628           cosmetic fix to fix compile issue with gcc 2.95.4
38629
38630 2004-02-16  Julien MOUTTE <julien@moutte.net>
38631
38632         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38633         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38634         failed opening the audio device.
38635         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38636         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38637         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38638         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38639         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38640         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38641         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38642         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38643         Removing some useless g_return_if_fail like wingo suggested.
38644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38645         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38646         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38647         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38648         (gst_xvimagesink_update_colorbalance),
38649         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38650         (gst_xvimagesink_xcontext_clear),
38651         (gst_xvimagesink_get_fourcc_from_caps),
38652         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38653         (gst_xvimagesink_set_xwindow_id),
38654         (gst_xvimagesink_colorbalance_list_channels),
38655         (gst_xvimagesink_colorbalance_set_value),
38656         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38657         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38658
38659 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38660
38661         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38662           throw error when not negotiated instead of asserting
38663
38664 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38665
38666         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38667         correct data refcounting.
38668
38669 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38670
38671         * gst/switch/gstswitch.c: (gst_switch_change_state),
38672         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38673         change, mostly the EOS flag.
38674
38675 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38676
38677         * examples/gstplay/player.c: (got_eos), (main): Adding some
38678         output for debugging.
38679         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38680         timeouts if we go to any state different from PLAYING.
38681         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38682         more EOS bugs in riff lib.
38683
38684 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38685
38686         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38687         visualization until i find a way to fix switch correctly.
38688         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38689         EOS arrives.
38690         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38691         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38692         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38693         Reworked switch to get a more correct behaviour with events and refing
38694         of data stored in sinkpads.
38695         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38696         we don't pull from a pad in EOS.
38697
38698 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38699
38700         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38701           remove v1 tag even if we can't read it (makes sure we don't detect
38702           it again)
38703
38704 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38705
38706         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38707         (gst_alsa_xrun_recovery):
38708         * ext/alsa/gstalsa.h:
38709           try xrun recovery when wait failed. Make xrun recovery function
38710           return TRUE/FALSE to indicate success. (might fix #134354)
38711
38712 2004-02-13  David Schleef  <ds@schleef.org>
38713
38714         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38715         (dynparm_value_changed), (main): Convert from float to double.
38716         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38717
38718 2004-02-13  David Schleef  <ds@schleef.org>
38719
38720         * gst/silence/gstsilence.c: (gst_silence_class_init),
38721         (gst_silence_set_clock), (gst_silence_get),
38722         (gst_silence_set_property), (gst_silence_get_property):
38723         * gst/silence/gstsilence.h: Add sync property.
38724         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38725         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38726         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38727         * gst/sine/gstsinesrc.h: Add sync property.
38728
38729 2004-02-13  David Schleef  <ds@schleef.org>
38730
38731         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38732         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38733
38734 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38735
38736         * configure.ac:
38737         * ext/Makefile.am:
38738         * gst-libs/ext/Makefile.am:
38739           move ffmpeg plugin to gst-ffmpeg module
38740
38741 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38742
38743         * configure.ac: use GST_ARCH to detect architecture
38744
38745 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38746
38747         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38748
38749 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38750
38751         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38752           classify LADSPA plugins based on number of src/sink pads
38753           (#133663, Stefan Kost)
38754         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38755           fix dparams registration
38756           (#133528, Stefan Kost)
38757         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38758           fix use of isprint and use g_ascii_isprint instead
38759           (#133316, Stefan Kost)
38760
38761 2004-02-11  David Schleef  <ds@schleef.org>
38762
38763         Convert a few inner loops to use liboil.  This is currently
38764         optional, and is only enabled if liboil is present (duh!).
38765         * configure.ac: Check for liboil-0.1
38766         * gst/intfloat/Makefile.am:
38767         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38768         (gst_int2float_chain_gint16):
38769         * gst/videofilter/Makefile.am:
38770         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38771         (tablelookup_u8), (gst_videobalance_planar411):
38772         * gst/videotestsrc/Makefile.am:
38773         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38774         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38775         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38776         (paint_hline_RGB565), (paint_hline_xRGB1555):
38777
38778 2004-02-11  David Schleef  <ds@schleef.org>
38779
38780         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38781         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38782         (gst_colorspace_getcaps), (gst_colorspace_link),
38783         (gst_colorspace_base_init), (gst_colorspace_init),
38784         (gst_colorspace_chain), (gst_colorspace_change_state),
38785         (plugin_init): Merge Ronald's patch (bug #117897) and update
38786         for new caps and negotiation.  Seems to work, although it
38787         shows off bugs in lcs.
38788
38789 2004-02-11  David Schleef  <ds@schleef.org>
38790
38791         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38792         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38793
38794 2004-02-11  David Schleef  <ds@schleef.org>
38795
38796         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38797         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38798         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38799         Add server and port properties
38800
38801 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38802
38803         * m4/a52.m4:
38804         * m4/aalib.m4:
38805         * m4/as-ffmpeg.m4:
38806         * m4/as-liblame.m4:
38807         * m4/as-slurp-ffmpeg.m4:
38808         * m4/check-libheader.m4:
38809         * m4/esd.m4:
38810         * m4/freetype2.m4:
38811         * m4/gconf-2.m4:
38812         * m4/glib.m4:
38813         * m4/gst-alsa.m4:
38814         * m4/gst-artsc.m4:
38815         * m4/gst-ivorbis.m4:
38816         * m4/gst-matroska.m4:
38817         * m4/gst-sdl.m4:
38818         * m4/gst-shout2.m4:
38819         * m4/gst-sid.m4:
38820         * m4/gtk.m4:
38821         * m4/libdv.m4:
38822         * m4/libfame.m4:
38823         * m4/libmikmod.m4:
38824         * m4/ogg.m4:
38825         * m4/vorbis.m4:
38826           fix underquotedness of macros (#133800)
38827         * m4/as-avifile.m4:
38828         * m4/xmms.m4:
38829           removed because no longer used
38830
38831 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38832
38833         * configure.ac:
38834           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38835           by autopoint (fixes #132996)
38836
38837 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38838
38839         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38840         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38841         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38842         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38843           fix memleaks
38844
38845 2004-02-11  David Schleef  <ds@schleef.org>
38846
38847         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38848         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38849         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38850         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38851         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38852         (gst_jpegenc_class_init), (gst_jpegenc_init),
38853         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38854         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38855         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38856         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38857
38858 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38859
38860         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38861         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38862         * ext/mikmod/gstmikmod.h:
38863           fix caps negotiation in mikmod
38864         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38865           output debug information
38866
38867 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38868
38869         * gst-libs/gst/colorbalance/Makefile.am:
38870         * gst-libs/gst/navigation/Makefile.am:
38871         * gst-libs/gst/xoverlay/Makefile.am:
38872           remove unused GST_OPT_CFLAGS from Makefiles
38873           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38874
38875 2004-02-07  David Schleef  <ds@schleef.org>
38876
38877         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38878         push events to pads that haven't been created (#133508)
38879
38880 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38881
38882         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38883         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38884         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38885         (gst_dvdec_loop), (gst_dvdec_change_state):
38886         Second attempt at committing a working dvdec element.
38887
38888 2004-02-06  David Schleef  <ds@schleef.org>
38889
38890         Build fixes for OS X: (see #129600)
38891         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38892         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38893         (gst_riff_read_strf_iavs):
38894         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38895         (gst_avi_demux_stream_odml):
38896         * gst/playondemand/Makefile.am:
38897         * gst/rtp/rtp-packet.c:
38898
38899 2004-02-05  David Schleef  <ds@schleef.org>
38900
38901         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38902         last change, because it Just Doesn't Compile.
38903
38904 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38905
38906         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38907           skip undecodable id3v2 tag instead of keeping it
38908
38909 2004-02-05  David Schleef  <ds@schleef.org>
38910
38911         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38912         Unref leaked buffer.  (Noticed by Ronald)
38913
38914 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38915
38916         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38917         Sync requires with other checks.  >= vs =.
38918
38919 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38920
38921         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38922         (gst_dvdec_video_link), (gst_dvdec_loop):
38923         * ext/dv/gstdvdec.h:
38924           rework the caps negotiation so that dvdec works again instead
38925           of just segfaulting.
38926
38927 === release 0.7.4 ===
38928
38929 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38930
38931         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38932         * configure.ac: changed for release
38933
38934 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38935
38936         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38937         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38938         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38939         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38940           reworked patch by David Lehn to fix libdir and includedir for
38941           uninstalled libraries
38942           removed play and gconf from gstreamer-libs since they have their
38943           own pkgconfig files
38944
38945 2004-02-04  David Schleef  <ds@schleef.org>
38946
38947         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38948         memleak.
38949
38950 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38951
38952         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38953           use correct GST_TAG_ENCODER tag
38954
38955 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38956
38957         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38958           be sure to stop the clock when going to paused
38959         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38960           reset number of transmitted when going to ready.
38961         fixes #132935
38962
38963 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38964
38965         reviewed by Benjamin Otte
38966
38967         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38968           extract track count (fixes #133410)
38969
38970 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38971
38972         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38973           that should be !=, not == (fixes #132519)
38974
38975 2004-02-04  David Schleef  <ds@schleef.org>
38976
38977         Make sure set_explicit_caps() is called before adding pad.
38978         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38979         * gst/id3/gstid3types.c: (gst_id3types_loop):
38980         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38981         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38982
38983 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38984
38985         * configure.ac:
38986           bump nano to 2, first prerelease
38987           put back AM_PROG_LIBTOOL
38988
38989 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38990
38991         * testsuite/alsa/Makefile.am:
38992           these are user test apps, not automatic testsuite tests
38993
38994 2004-02-04  David Schleef  <ds@schleef.org>
38995
38996         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38997         * gst/mpeg1videoparse/gstmp1videoparse.c:
38998         (mp1videoparse_parse_seq):
38999         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
39000         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39001         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
39002         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
39003         (gst_xvideosink_getcaps):
39004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
39005         * testsuite/gst-lint: more tests
39006
39007 2004-02-04  David Schleef  <ds@schleef.org>
39008
39009         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
39010         with the code that they would expand to.
39011         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
39012         (gst_flacdec_get_src_query_types),
39013         (gst_flacdec_get_src_event_masks):
39014         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
39015         (gst_gnomevfssrc_get_query_types),
39016         (gst_gnomevfssrc_get_event_mask):
39017
39018 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39019
39020         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
39021         (gst_sinesrc_dispose):
39022           fix memleak by properly disposing sinesrc
39023
39024 2004-02-04  Julien MOUTTE  <julien@moutte.net>
39025
39026         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
39027         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
39028         an overlay to redraw the image because it has been exposed.
39029         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
39030         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
39031         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
39032         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
39033         interface
39034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
39035         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
39036         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
39037         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
39038         interface
39039
39040 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39041
39042         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
39043           more memleak fixage
39044
39045 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39046
39047         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
39048         * gst/typefind/gsttypefindfunctions.c:
39049           fix memleaks shown by gst-typefind
39050
39051 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
39052
39053         * common/glib-gen.mak:
39054           add hack rule to touch .Plo files
39055         * gst-libs/gst/colorbalance/Makefile.am:
39056         * gst-libs/gst/mixer/Makefile.am:
39057         * gst-libs/gst/play/Makefile.am:
39058         * gst-libs/gst/tuner/Makefile.am:
39059           remove glib_root variable
39060
39061 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39062
39063         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
39064           set explicit caps before adding the element, so the autopluggers can
39065           plug correctly.
39066         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
39067         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
39068         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39069         (dv_type_find):
39070           fix memleaks in typefind functions. gst_type_find_suggest takes a const
39071           argument.
39072
39073 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
39074
39075         * gst-libs/gst/colorbalance/Makefile.am:
39076         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
39077         * gst-libs/gst/colorbalance/colorbalance.c:
39078         * gst-libs/gst/colorbalance/colorbalance.h:
39079         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
39080         * gst-libs/gst/mixer/Makefile.am:
39081         * gst-libs/gst/mixer/mixer-marshal.list:
39082         * gst-libs/gst/mixer/mixer.c:
39083         * gst-libs/gst/mixer/mixer.h:
39084         * gst-libs/gst/mixer/mixermarshal.list:
39085         * gst-libs/gst/play/Makefile.am:
39086         * gst-libs/gst/play/play.h:
39087         * gst-libs/gst/tuner/Makefile.am:
39088         * gst-libs/gst/tuner/tuner-marshal.list:
39089         * gst-libs/gst/tuner/tuner.c:
39090         * gst-libs/gst/tuner/tuner.h:
39091         * gst-libs/gst/tuner/tunermarshal.list:
39092           use new glib-gen.mak snippet to clean up Makefile.am
39093           fix various bugs in Makefile.am's
39094
39095 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39096
39097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39098           handle chain parsing correctly in the multichain case
39099         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
39100         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
39101         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
39102         (theora_dec_chain):
39103           handle events and queries correctly
39104
39105 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39106
39107         * .cvsignore:
39108         Ignore generated file _stdint.h.
39109
39110 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39111
39112         * gst-libs/gst/colorbalance/Makefile.am:
39113         * gst-libs/gst/colorbalance/colorbalance.h:
39114         * gst-libs/gst/mixer/Makefile.am:
39115         * gst-libs/gst/mixer/mixer.h:
39116         * gst-libs/gst/play/Makefile.am:
39117         * gst-libs/gst/play/play.h:
39118         * gst-libs/gst/tuner/Makefile.am:
39119         * gst-libs/gst/tuner/tuner.h:
39120         Generate enum type code with glib-mkenums.
39121         * gst-libs/gst/colorbalance/.cvsignore:
39122         * gst-libs/gst/mixer/.cvsignore:
39123         * gst-libs/gst/play/.cvsignore:
39124         * gst-libs/gst/tuner/.cvsignore:
39125         Ignore generated files.
39126
39127 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39128
39129         * gst-libs/gst/audio/.cvsignore:
39130         Ignore generated file.
39131         * gst-libs/gst/audio/Makefile.am:
39132         Do not install example filter.
39133
39134 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39135
39136         * examples/switch/.cvsignore:
39137         Ignore generated file.
39138
39139 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39140
39141         * common/m4/ax_create_stdint_h.m4:
39142         * configure.ac:
39143           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
39144           _stdint.h.
39145         * Makefile.am:
39146           remove generated _stdint.h in DISTCLEANFILES
39147         * ext/a52dec/gsta52dec.c:
39148           include _stdint.h for a52dec. (should fix #133064)
39149
39150 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39151
39152         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
39153         (gst_tag_to_vorbis_comments):
39154         Add replaygain support to vorbistag
39155
39156 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39157         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39158         (gst_ffmpeg_caps_to_extradata):
39159           Fix SVQ3 caps flag properties
39160           Use glib macro for bytes swap
39161
39162 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39163
39164         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39165         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39166         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39167         * ext/sndfile/gstsf.c: (plugin_init):
39168         * gst/avi/gstavi.c: (plugin_init):
39169         * sys/dxr3/dxr3init.c: (plugin_init):
39170         * sys/oss/gstossaudio.c: (plugin_init):
39171         * sys/v4l/gstv4l.c: (plugin_init):
39172         * sys/v4l2/gstv4l2.c: (plugin_init):
39173           remove textdomain calls
39174         * po/nl.po:
39175           update Dutch translation
39176
39177 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39178
39179         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
39180         (gst_play_set_audio_sink): Moving volume in the audio thread for
39181         instantaneous volume change. Maybe i will add another volume in front
39182         of visualization later, not sure yet though.
39183
39184 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39185
39186         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
39187         (gst_ximagesink_handle_xevents): Better X events handling, only take
39188         the latest events for configure and motion.
39189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
39190
39191 2004-02-02  Jon Trowbridge  <trow@gnu.org>
39192
39193         reviewed by: David Schleef  <ds@schleef.org>
39194
39195         Fix memory leaks:
39196         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
39197         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
39198
39199 2004-02-02  David Schleef  <ds@schleef.org>
39200
39201         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
39202         of lines.
39203         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39204         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39205         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39206         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39207         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39208         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39209         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39210         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39211         (gst_float2_2_int_link):
39212         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39213         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39214         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39215         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39216         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39217         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39218         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39219         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39220         * testsuite/gst-lint: Add tests for bzero and ;;
39221
39222 2004-02-02  David Schleef  <ds@schleef.org>
39223
39224         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39225
39226 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39227
39228         * ext/aalib/gstaasink.c: (gst_aasink_open):
39229         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39230         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39231         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39232         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39233         (gst_afsink_close_file):
39234         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39235         (gst_afsrc_close_file):
39236         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39237         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39238         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39239         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39240         * ext/esd/esdmon.c: (gst_esdmon_get):
39241         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39242         * ext/faac/gstfaac.c: (gst_faac_chain):
39243         * ext/faad/gstfaad.c: (gst_faad_chain):
39244         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39245         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39246         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39247         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39248         (gst_flacdec_loop):
39249         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39250         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39251         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39252         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39253         (gst_gnomevfssink_close_file):
39254         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39255         (gst_gnomevfssrc_open_file):
39256         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39257         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39258         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39259         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39260         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39261         * ext/mad/gstmad.c: (gst_mad_chain):
39262         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39263         * ext/mpeg2dec/gstmpeg2dec.c:
39264         * ext/mpeg2enc/gstmpeg2enc.cc:
39265         * ext/mplex/gstmplex.cc:
39266         * ext/mplex/gstmplexibitstream.cc:
39267         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39268         (gst_ogg_demux_push):
39269         * ext/raw1394/gstdv1394src.c:
39270         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39271         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39272         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39273         (gst_sf_loop):
39274         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39275         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39276         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39277         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39278         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39279         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39280         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39281         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39282         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39283         (gst_riff_read_element_data), (gst_riff_read_seek),
39284         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39285         * gst/adder/gstadder.c: (gst_adder_loop):
39286         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39287         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39288         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39289         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39290         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39291         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39292         * gst/goom/gstgoom.c: (gst_goom_chain):
39293         * gst/id3/gstid3types.c: (gst_id3types_loop):
39294         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39295         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39296         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39297         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39298         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39299         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39300         (gst_ebml_read_float), (gst_ebml_read_header):
39301         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39302         (gst_matroska_demux_parse_blockgroup):
39303         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39304         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39305         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39306         * gst/silence/gstsilence.c: (gst_silence_get):
39307         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39308         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39309         * gst/speed/gstspeed.c: (speed_loop):
39310         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39311         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39312         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39313         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39314         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39315         (gst_wavparse_loop):
39316         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39317         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39318         (dxr3audiosink_close):
39319         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39320         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39321         (dxr3videosink_close), (dxr3videosink_write_data):
39322         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39323         * sys/oss/gstosssink.c: (gst_osssink_chain):
39324         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39325         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39326         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39327         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39328         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39329         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39330         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39331         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39332         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39333         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39334         (gst_v4l_set_audio):
39335         * sys/v4l/v4l_calls.h:
39336         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39337         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39338         (gst_v4lmjpegsink_playback_init),
39339         (gst_v4lmjpegsink_playback_start):
39340         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39341         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39342         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39343         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39344         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39345         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39346         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39347         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39348         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39349         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39350         (gst_v4l2_get_output), (gst_v4l2_set_output),
39351         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39352         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39353         (gst_v4l2_set_attribute):
39354         * sys/v4l2/v4l2_calls.h:
39355         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39356         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39357         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39358         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39359         (gst_v4l2src_capture_stop):
39360         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39361         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39362         (gst_ximagesink_chain):
39363         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39364         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39365         (gst_xvideosink_xwindow_new):
39366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39367         (gst_xvimagesink_chain):
39368
39369 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39370
39371         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39372         (gst_volume_get_volume), (volume_class_init), (volume_init),
39373         (volume_chain_int16), (volume_update_volume):
39374         * gst/volume/gstvolume.h:
39375           make code more readable by removing magic numbers
39376           make mixer interface export 0-100 range
39377           make it internally map to 0.0-1.0 range so users don't distort
39378           output by putting the sliders at full volume
39379
39380 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39381
39382         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39383         (gst_play_state_change), (gst_play_seek_to_time):
39384         block the tick callback for 0.5 secs after doing a seek
39385
39386 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39387
39388         * gst-libs/gst/play/play.c: (gst_play_new):
39389           check for GError
39390
39391 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39392
39393         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39394         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39395         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39396         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39398         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39399
39400 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39401
39402         * configure.ac:
39403         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39404           check for a function added in vorbis 1.1
39405
39406 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39407
39408         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39409         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39410           really start/stop clock only on PLAYING <=> PAUSED
39411         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39412           remove \n from debugging lines
39413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39414           make it work when seeking does not
39415         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39416           reset on DISCONT
39417
39418 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39419
39420         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39421           start clock on PAUSED=>PLAYING, not later
39422         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39423           extract correct time for different discont formats
39424         (gst_alsa_sink_get_time):
39425           don't segfault when no format is negotiated yet, just return 0
39426         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39427         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39428         (gst_ogg_pad_push):
39429           handle flush and discont events correctly
39430         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39431           handle discont events correctly
39432
39433 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39434
39435         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39436         (gst_play_error_create), (gst_play_error_plugin),
39437         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39438         * gst-libs/gst/play/play.h:
39439           add error handling during creation
39440         * examples/gstplay/player.c: (main):
39441           use new gst_play_new
39442
39443
39444 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39445
39446         * ext/theora/theoradec.c: (theora_dec_chain):
39447           make comments work
39448         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39449         (vorbis_dec_src_event), (vorbis_dec_chain):
39450           add encoder tag, fix tag reading to be more error tolerant, change
39451           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39452           gst_pad_event_default.
39453         * gst/tags/gstvorbistag.c:
39454         (gst_tag_list_from_vorbiscomment_buffer):
39455           undefine function specific define at end of function
39456
39457 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39458
39459         * ext/flac/gstflac.c: (plugin_init):
39460         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39461         * ext/flac/gstflacdec.h:
39462         * ext/flac/gstflacenc.h:
39463           Fix typos
39464
39465 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39466
39467         * examples/gstplay/player.c: s/gstplay.h/play.h/
39468
39469 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39470
39471         * gst-libs/gst/play/Makefile.am:
39472         * gst-libs/gst/play/gstplay.c:
39473         * gst-libs/gst/play/gstplay.h:
39474         * gst-libs/gst/play/play.c:
39475           more surgery, operation complete
39476
39477 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39478
39479         * gst-libs/gst/play/play.old.c:
39480         * gst-libs/gst/play/play.old.h:
39481           after CVS surgery by moving, remove
39482         * gst-libs/gst/play/playpipelines.c:
39483           remove
39484
39485         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39486           add negotiation error
39487
39488 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39489
39490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39491         (gst_ogg_demux_push):
39492           add some seeking debug info
39493           send a flush when seeking
39494
39495 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39496
39497         * configure.ac:
39498           use AC_C_INLINE
39499         * configure.ac:
39500         * ext/Makefile.am:
39501         * ext/theora/Makefile.am:
39502         * ext/theora/theoradec.c:
39503           add theora video decoder. Does just do simple decoding for now and
39504           has been tested against Theora cvs only. It only works when theora
39505           is compiled with --enable-static.
39506         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39507           always reset packetno on DISCONT
39508
39509 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39510
39511         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39512           Fix audio.
39513
39514 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39515
39516         * gst/mpegaudioparse/gstmpegaudioparse.c:
39517         (mp3_type_frame_length_from_header):
39518           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39519
39520 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39521
39522         * ext/esd/esdsink.c: (gst_esdsink_init):
39523           Since we have static pad template caps, we don't need to negotiate;
39524           either the core errors out or we know the format.
39525
39526 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39527
39528         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39529         (gst_riff_read_seek):
39530         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39531         (gst_ebml_read_seek):
39532           Fix event handling.
39533
39534 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39535
39536         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39537           removee video/x-theora from vp3 decoder, it doesn't handle raw
39538           theora streams
39539         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39540           fix bug with finalizing element that never went to PAUSED
39541         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39542           length and position queries were swapped
39543         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39544         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39545         (vorbis_dec_src_event):
39546           implement querying time and bytes
39547
39548 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39549
39550         * just about every source file:
39551           gst_element_error -> GST_ELEMENT_ERROR
39552
39553 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39554
39555         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39556         emiting FLUSH and even before DISCONT.
39557         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39558         get the best instant seeking as possible yay!
39559
39560 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39561
39562         * gst/mpeg1videoparse/gstmp1videoparse.c:
39563         (gst_mp1videoparse_real_chain):
39564           Committed wrong version last week... Grr... Didn't notice until now.
39565
39566 2004-01-29  Julien MOUTTE <julien@moutte.net>
39567
39568         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39570         have_xwindow_id signal in xwindow_create.
39571
39572 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39573
39574         * ext/ogg/gstoggdemux.c:
39575           lots of changes - mainly support for chained bitstreams, seeking,
39576           querying and bugfixes of course
39577         * ext/vorbis/Makefile.am:
39578         * ext/vorbis/vorbisdec.c:
39579         * ext/vorbis/vorbisdec.h:
39580           add vorbisdec raw vorbis decoder
39581         * ext/vorbis/vorbis.c: (plugin_init):
39582           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39583         * gst/intfloat/Makefile.am:
39584         * gst/intfloat/float22int.c:
39585         * gst/intfloat/float22int.h:
39586         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39587           add float2intnew plugin. It converts multichannel interleaved float to
39588           multichannel interleaved int. The name should probably be changed.
39589         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39590         (plugin_init):
39591           add typefinding for raw theora video so oggdemux can detect it.
39592
39593 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39594
39595         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39596         sink element first.
39597         * gst/videoscale/gstvideoscale.c:
39598         (gst_videoscale_handle_src_event): Fixing src event handler.
39599
39600 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39601
39602         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39603         (gst_v4lsrc_open), (gst_v4lsrc_close),
39604         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39605         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39606         * sys/v4l/gstv4lsrc.h:
39607         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39608         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39609           Implement resizing... Hack. But that's why v4l is b0rked...
39610
39611 2004-01-28  Julien MOUTTE <julien@moutte.net>
39612
39613         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39614         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39615         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39616         (gst_ximagesink_xwindow_destroy):
39617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39618         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39619         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39620         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39621         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39622         correctly cleaning the image created to check xshm calls on succes,
39623         added a lot of XSync calls in X11 functions, and fixed a segfault when
39624         no image format was defined before negotiation happened.
39625
39626 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39627
39628         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39629           use gst_element_get_time to get correct time
39630
39631 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39632
39633         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39634         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39635         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39637         (gst_xvimagesink_check_xshm_calls),
39638         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39639         X plugins are now able to detect that XShm calls will fail even if the
39640         server claims that it has XShm support (remote displays most of the
39641         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39642         so that we use non XShm functions. This feature is almost useless for
39643         xvimagesink as Xv is not supported on remote displays anyway, but
39644         it might happen than even on the local display XShm calls fail.
39645
39646 2004-01-27  David Schleef  <ds@schleef.org>
39647
39648         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39649         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39650         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39651         changed esdsink to only use 44100,16,2, since esd sucks at rate
39652         conversion and esdsink has had difficulty negotiating.
39653
39654 2004-01-27  Julien MOUTTE <julien@moutte.net>
39655
39656         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39657         (gst_play_seek_to_time): Fixing the way to get current position.
39658
39659 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39660
39661         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39662           use gst_element_get_time to get correct time
39663
39664 2004-01-27  Julien MOUTTE <julien@moutte.net>
39665
39666         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39667         fix ever... Inverting 2 lines of code make spider autoplug correctly
39668         tagged mp3 !
39669
39670 2004-01-27  David Schleef  <ds@schleef.org>
39671
39672         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39673         Use gst_pad_try_set_caps_nonfixed().
39674
39675 2004-01-27  David Schleef  <ds@schleef.org>
39676
39677         * gst/ac3parse/gstac3parse.c: update to checklist 5
39678         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39679         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39680         * gst/audioscale/gstaudioscale.c: same
39681         * gst/auparse/gstauparse.c: same
39682         * gst/avi/gstavidemux.c: same
39683
39684 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39685
39686         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39687           stop processing after EOS
39688
39689 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39690
39691         * gst/asfdemux/asfheaders.h:
39692         * gst/asfdemux/gstasfdemux.c:
39693         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39694         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39695         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39696           lot's of fixes to make data extraction simpler and get the code
39697           architecture and compiler independant. Add debugging category
39698         * gst/goom/gstgoom.c: (gst_goom_change_state):
39699           reset channel count on PAUSED=>READY, not READY=>PAUSED
39700
39701 2004-01-26  Colin Walters  <walters@verbum.org>
39702
39703         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39704         code to pull a bigger buffer in iradio mode.  This as a side effect
39705         makes typefinding work.
39706
39707 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39708
39709         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39710         Fix SVQ3 decoding on PPC
39711
39712 2004-01-26  Julien MOUTTE <julien@moutte.net>
39713
39714         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39715         that one managed to stay there... Fixed.
39716
39717 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39718
39719         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39720         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39721         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39722         (qtdemux_video_caps):
39723         * gst/qtdemux/qtdemux.h:
39724         Add SVQ3 specific flags to qtdemux and ffmpeg
39725
39726 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39727
39728         * gst-libs/gst/audio/audio.h:
39729           remove buffer-frames from audio caps
39730         * gst/audioconvert/gstaudioconvert.c:
39731           fix plugin to really work.
39732
39733 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39734
39735         * gst-libs/gst/mixer/mixer.c:
39736         * gst-libs/gst/propertyprobe/propertyprobe.c:
39737         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39738         (gst_tuner_find_channel_by_name):
39739         * gst-libs/gst/tuner/tuner.h:
39740           Add gtk-doc style comments. Also fix a function name.
39741
39742 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39743
39744         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39745         (gst_divxdec_negotiate):
39746           Fix for new capsnego - also fixes gst-player with divxdec.
39747
39748 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39749
39750         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39751         (gst_play_identity_handoff), (gst_play_set_location),
39752         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39753         try in visualization implementation. Still have an issue with switch
39754         blocking when pulling from video_queue and only audio comes out of
39755         spider.
39756         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39757         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39758         release method. And check if the pad is usable before pulling.
39759
39760 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39761
39762         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39763         (gst_videobalance_init),
39764         (gst_videobalance_colorbalance_list_channels),
39765         (gst_videobalance_colorbalance_set_value),
39766         (gst_videobalance_colorbalance_get_value),
39767         (gst_videobalance_update_properties),
39768         (gst_videobalance_update_tables_planar411),
39769         (gst_videobalance_planar411):
39770         * gst/videofilter/gstvideobalance.h:
39771           Implement lookup-tables. +/- 10x faster.
39772
39773 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39774
39775         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39776         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39777           The index reading was broken. The rest worked fine, but the whole
39778           goal of my rewrite was to make avidemux readable, and this was
39779           not at all readable. Please use typed variables.
39780
39781 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39782
39783         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39784           Additional pad usability check.
39785         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39786         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39787         (gst_mp1videoparse_real_chain):
39788           Fix MPEG video stream parsing. The original plugin had several
39789           issues, including not timestamping streams where the source was
39790           not timestamped (this happens with PTS values in mpeg system
39791           streams, but MPEG video is also a valid stream on its own so
39792           that needs timestamps too). We use the display time code for that
39793           for now. Also, if one incoming buffer contains multiple valid
39794           frames, we push them all on correctly now, including proper EOS
39795           handling. Lastly, several potential segfaults were fixed, and we
39796           properly sync on new sequence/gop headers to include them in next,
39797           not previous frames (since they're header for the next frame, not
39798           the previous). Also see #119206.
39799         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39800         (bpf_from_header):
39801           Move caps setting so we only do it after finding several valid
39802           MPEG-1 fraes sequentially, not right after the first one (which
39803           might be coincidental).
39804         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39805         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39806         (plugin_init):
39807           Add unsynced MPEG video stream typefinding, and change some
39808           probability values so we detect streams rightly. The idea is as
39809           follows: I can have an unsynced system stream which contains
39810           video. In the current code, I would randomly get a type for either
39811           system or video stream type found, because the probabilities are
39812           being calculated rather randomly. I now use fixed values, so we
39813           always prefer system stream if that was found (and that is how it
39814           should be). If no system stream was found, we can still identity                the stream as video-only.
39815
39816 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39817
39818         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39819         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39820           don't write to buffer. Extract data without the need of
39821           __attribute__ ((packed))
39822
39823 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39824
39825         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39826         (mpeg1_sys_type_find):
39827           Fix MPEG-1 stream typefinding.
39828
39829 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39830
39831         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39832           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39833
39834 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39835
39836         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39837         * ext/esd/gstesd.c: (plugin_init):
39838           private debugging, better error reporting
39839
39840 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39841
39842         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39843         (gst_riff_read_init), (gst_riff_read_change_state):
39844         * gst-libs/gst/riff/riff-read.h:
39845           Remove stuff fromold metadata system.
39846
39847 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39848
39849         * ext/ogg/gstoggdemux.c:
39850           Fix wrong file comment.
39851         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39852         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39853           Add metadata reading properly.
39854
39855 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39856
39857         * ext/Makefile.am:
39858           Fix nas DIST_SUBDIRS
39859           Uraeus:
39860           Fix bug where make distcheck doesn't get run on adding stuff to
39861           the build.
39862
39863 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39864
39865         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39866         * ext/divx/gstdivxdec.h:
39867           Fix divx3 ("msmpeg4") playback using divxdec.
39868
39869 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39870
39871         * gst/typefind/gsttypefindfunctions.c:
39872         (mp3_type_frame_length_from_header): fix bug in length computation
39873         (mp3_type_find): improve debugging output
39874
39875 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39876
39877         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39878         (gst_play_set_location), (gst_play_seek_to_time),
39879         (gst_play_set_audio_sink), (gst_play_set_visualization),
39880         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39881         the pipeline from scratch. Visualization is back and switch went out as
39882         i realized it was not possible to use the way i wanted.
39883         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39884         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39885         clearing in state change from READY to NULL. So that one can clean the
39886         X ressources keeping the element.
39887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39888         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39889         (gst_xvimagesink_colorbalance_set_value),
39890         (gst_xvimagesink_colorbalance_get_value),
39891         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39892         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39893         change from READY to NULL and fixed some stupid bugs in colorbalance
39894         get/set values. Also added the following feature : when nobody tries to
39895         set some values to the colorbalance levels before the xcontext is
39896         grabbed, then when creating channels list from Xv attributes we set the
39897         internal values to the Xv defaults. This way we handle buggy Xv drivers
39898         that set default hue values far from the middle of the range (Thanks
39899         to Jon Trowbridge for pointing that issue).
39900         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39901         colorbalance levels have been set before xcontext is grabbed.
39902
39903 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39904
39905         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39906           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39907           it might block operations (which is bad for a mixer).
39908
39909 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39910
39911         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39912         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39913         (gmip_find_type_pre):
39914         * gst-libs/gst/media-info/media-info-priv.h:
39915         * gst-libs/gst/media-info/media-info.c:
39916         (gst_media_info_instance_init), (gst_media_info_read_idler):
39917         add fakesink to get caps on decoder src pad again
39918         fix callback prototype to match new have_type signal signature
39919
39920 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39921
39922         * gst/adder/gstadder.c: (gst_adder_link):
39923           fix non-compile and cut-n-paste code
39924
39925 2004-01-21  David Schleef  <ds@schleef.org>
39926
39927         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39928         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39929         (gst_swfdec_init), (gst_swfdec_change_state):
39930         * ext/swfdec/gstswfdec.h:
39931         Fix negotiation.
39932         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39933         (gst_adder_request_new_pad): Fix negotiation.
39934         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39935         Add a fixate function.
39936         * gst/intfloat/gstfloat2int.c:
39937         * gst/intfloat/gstfloat2int.h:
39938         * gst/intfloat/gstint2float.c:
39939         * gst/intfloat/gstint2float.h:
39940         Completely rewrite the negotiation.  Doesn't quite work yet,
39941         due to some buffer-frames problem.
39942
39943 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39944
39945         * ext/gnomevfs/gstgnomevfssrc.c:
39946         * sys/v4l2/v4l2_calls.h:
39947           fix includes for distcheck
39948
39949 2004-01-21  Christian Schaller <uraeus@gnome.org>
39950
39951         * ext/nas/
39952         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39953         based on earlier patch from Laurent Vivier
39954
39955 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39956
39957         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39958         Fix wma caps property
39959         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39960         Fix typo (flags1 and flags2)
39961
39962 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39963
39964         * gst-libs/gst/media-info/media-info-priv.c:
39965         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39966         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39967         (gmip_find_stream), (gmip_find_track_metadata),
39968         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39969         (gmip_find_track_format):
39970         * gst-libs/gst/media-info/media-info-priv.h:
39971         * gst-libs/gst/media-info/media-info-test.c: (main):
39972         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39973         (gst_media_info_read_idler), (gst_media_info_read):
39974         * gst-libs/gst/media-info/media-info.h:
39975           register debugging category and use it for debugging
39976
39977 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39978
39979         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39980         (gst_vorbisfile_new_link):
39981           signal streaminfo through tags
39982
39983 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39984
39985         * ext/mplex/gstmplex.cc:
39986         * ext/mplex/gstmplexibitstream.cc:
39987           g++ doesn't like NULL in our i18n/error macros, should be
39988           either (NULL) or ("").
39989
39990 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39991
39992         * sys/dxr3/dxr3audiosink.c:
39993         * sys/dxr3/dxr3init.c:
39994         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39995         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39996           Fix more error error error errors (missing includes here).
39997
39998 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39999
40000         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40001           fix thomas' error errors.
40002
40003 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
40004
40005         * ext/mpeg2enc/gstmpeg2enc.cc:
40006           fix error errors.
40007
40008 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40009
40010         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40011         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
40012           Fix for new error system.
40013
40014 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
40015
40016         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
40017           fix for new error reporting
40018
40019 2004-01-20  David Schleef  <ds@schleef.org>
40020
40021         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40022         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
40023         (gst_ximagesink_set_xwindow_id): Change to using a framerate
40024         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
40025         and neither is 100+, most likely.
40026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
40027         (gst_xvimagesink_getcaps): same
40028
40029 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40030
40031         * configure.ac:
40032           Up version requirement to 2.0.3 (not yet released) to avoid symbol
40033           clashes with ffmpeg.
40034
40035 2004-01-20  Julien MOUTTE  <julien@moutte.net>
40036
40037         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40038         (gst_switch_init): Fixed switch element : proxying link and setting
40039         caps from src to sink on request.
40040
40041 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40042
40043         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
40044         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
40045         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
40046         fix element_error
40047
40048 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40049
40050         * sys/v4l/v4l_calls.h:
40051         * sys/v4l2/v4l2_calls.h:
40052           element_error fixes
40053
40054 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40055
40056         * gst-libs/gst/gst-i18n-plugin.h:
40057           add locale.h
40058           remove config.h inclusion
40059
40060 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40061
40062         * autogen.sh:
40063           adding autopoint invocation
40064         * Makefile.am:
40065         * configure.ac:
40066         * gst-libs/gst/gettext.h:
40067           adding gettext bits
40068         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
40069         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
40070         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
40071         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40072         (gst_gnomevfssink_close_file):
40073         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
40074         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
40075         * gst-libs/gst/gst-i18n-plugin.h:
40076         * gst/avi/gstavi.c: (plugin_init):
40077         * sys/dxr3/dxr3init.c: (plugin_init):
40078         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
40079         * sys/oss/gstossaudio.c: (plugin_init):
40080         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40081         * sys/v4l/gstv4l.c: (plugin_init):
40082         * sys/v4l/v4l_calls.c: (gst_v4l_open):
40083         * sys/v4l2/gstv4l2.c: (plugin_init):
40084         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40085         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
40086         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
40087         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
40088         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
40089         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
40090           make sure locale and translation domain are set
40091           fix translated strings
40092         * po/.cvsignore:
40093         * po/LINGUAS:
40094         * po/Makevars:
40095         * po/POTFILES.in:
40096         * po/nl.po:
40097           put translation files into place
40098         * sys/xvideo/imagetest.c: (main):
40099         * ext/dv/demo-play.c: (main):
40100           fix unnecessary translations
40101
40102 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
40103
40104         * ext/sndfile/gstsf.c:
40105         * gst/avi/gstavimux.c:
40106         * ext/audiofile/gstafsink.c:
40107         * ext/audiofile/gstafsrc.c:
40108         * ext/gnomevfs/gstgnomevfssink.c:
40109         * ext/gnomevfs/gstgnomevfssrc.c:
40110         * sys/oss/gstosselement.c:
40111         * sys/v4l/v4l_calls.h:
40112           fix i18n include
40113
40114 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40115
40116         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40117         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
40118         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
40119         (gst_v4l2_get_output), (gst_v4l2_set_output),
40120         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
40121         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
40122         (gst_v4l2_set_attribute):
40123         update to new error handling
40124
40125 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40126
40127         * ext/sidplay/gstsiddec.cc:
40128         * gst/modplug/gstmodplug.cc:
40129           parenthese NULL because C++ seems angry about it
40130
40131 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40132
40133         * gst-libs/gst/gst-i18n-plugin.h:
40134           add skeleton i18n stuff, but needs to be further implemented
40135
40136 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
40137
40138         * examples/gstplay/player.c: (main):
40139         * ext/aalib/gstaasink.c: (gst_aasink_open):
40140         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
40141         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
40142         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
40143         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
40144         (gst_afsink_close_file):
40145         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
40146         (gst_afsrc_close_file):
40147         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40148         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40149         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
40150         * ext/esd/esdmon.c: (gst_esdmon_get):
40151         * ext/esd/esdsink.c: (gst_esdsink_chain):
40152         * ext/faac/gstfaac.c: (gst_faac_chain):
40153         * ext/faad/gstfaad.c: (gst_faad_chain):
40154         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
40155         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40156         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
40157         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
40158         (gst_flacdec_loop):
40159         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
40160         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
40161         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
40162         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40163         (gst_gnomevfssink_close_file):
40164         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
40165         (gst_gnomevfssrc_open_file):
40166         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
40167         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
40168         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
40169         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
40170         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
40171         * ext/mad/gstmad.c: (gst_mad_chain):
40172         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
40173         * ext/mpeg2dec/gstmpeg2dec.c:
40174         * ext/mpeg2enc/gstmpeg2enc.cc:
40175         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40176         * ext/mplex/gstmplex.cc:
40177         * ext/mplex/gstmplexibitstream.cc:
40178         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
40179         (gst_ogg_demux_push), (gst_ogg_pad_push):
40180         * ext/raw1394/gstdv1394src.c:
40181         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
40182         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
40183         * ext/sidplay/gstsiddec.cc:
40184         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
40185         (gst_sf_loop):
40186         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
40187         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
40188         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
40189         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
40190         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
40191         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
40192         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
40193         * gst-libs/gst/Makefile.am:
40194         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
40195         (gst_riff_read_element_data), (gst_riff_read_seek),
40196         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
40197         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
40198         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
40199         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
40200         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
40201         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40202         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40203         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40204         * gst/goom/gstgoom.c: (gst_goom_chain):
40205         * gst/id3/gstid3types.c: (gst_id3types_loop):
40206         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40207         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40208         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40209         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40210         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40211         (gst_ebml_read_float), (gst_ebml_read_header):
40212         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40213         (gst_matroska_demux_parse_blockgroup):
40214         * gst/modplug/gstmodplug.cc:
40215         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40216         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40217         * gst/oneton/gstoneton.c: (gst_oneton_chain):
40218         * gst/silence/gstsilence.c: (gst_silence_get):
40219         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40220         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40221         * gst/speed/gstspeed.c: (speed_loop):
40222         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40223         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40224         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40225         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40226         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40227         (gst_wavparse_loop):
40228         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40229         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40230         (dxr3audiosink_close):
40231         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40232         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40233         (dxr3videosink_close), (dxr3videosink_write_data):
40234         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40235         * sys/oss/gstosselement.h:
40236         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40237         (gst_osssink_chain):
40238         * sys/oss/gstosssrc.c: (gst_osssrc_get):
40239         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40240         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40241         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40242         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40243         (gst_v4l_enable_overlay):
40244         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40245         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40246         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40247         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40248         (gst_v4l_set_audio):
40249         * sys/v4l/v4l_calls.h:
40250         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40251         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40252         (gst_v4lmjpegsink_playback_init),
40253         (gst_v4lmjpegsink_playback_start):
40254         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40255         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40256         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40257         (gst_v4lmjpegsrc_requeue_frame):
40258         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40259         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40260         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40261         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40262         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40263         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40264         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40265         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40266         (gst_v4l2src_capture_stop):
40267         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40268         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40269         (gst_ximagesink_chain):
40270         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40271         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40272         (gst_xvideosink_xwindow_new):
40273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40274         (gst_xvimagesink_chain):
40275         use new error signal, function and categories
40276
40277 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
40278
40279         * configure.ac:
40280         * ext/Makefile.am:
40281         * ext/musicbrainz/gsttrm.c:
40282         * ext/musicbrainz/gsttrm.h:
40283         * ext/musicbrainz/Makefile.am:
40284         Add a trm plugin
40285
40286 2004-01-18  Julien MOUTTE  <julien@moutte.net>
40287
40288         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40289         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40290         synchronous property for debugging.
40291         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40293         (gst_xvimagesink_set_property): Moving a pointer declaration to a
40294         smaller block, fixing indent.
40295
40296 2004-01-16  David Schleef  <ds@schleef.org>
40297
40298         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40299         property affects the video stream.
40300         * sys/xvimage/xvimagesink.c:
40301         * sys/xvimage/xvimagesink.h:
40302         Add synchronous property for debugging.  Should probably be
40303         disabled in non-CVS builds.  Make sure that the Xv attribute
40304         exists before we set it (crash!).  Fix a silly float bug that
40305         caused colorbalance to just not work.
40306
40307 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40308
40309         * tools/gst-launch-ext.in - update for new plugins
40310
40311 2004-01-16  David Schleef  <ds@schleef.org>
40312
40313         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40314         already-freed caps.
40315
40316 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40317
40318         * Update spec for new colorspace plugin and libcaca plugin
40319         * Fix compilation of libcaca plugin (clock -> id)
40320
40321 2004-01-16  Julien MOUTTE <julien@moutte.net>
40322
40323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40324         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40325         (gst_xvimagesink_set_xwindow_id),
40326         (gst_xvimagesink_colorbalance_set_value),
40327         (gst_xvimagesink_colorbalance_get_value),
40328         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40329         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40330         correct colorbalance properties. They can now be set when the element
40331         is still in NULL state. The values will be committed to the Xv Port
40332         when xcontext is initialized.
40333         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40334         brightness int values in the GstXvImagesink structure.
40335
40336 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40337
40338         * gst-libs/gst/Makefile.am:
40339           restructure so having local patches works easier.
40340
40341 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40342
40343         * ext/mpeg2enc/Makefile.am:
40344         * ext/mpeg2enc/gstmpeg2enc.cc:
40345         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40346           Bugfix with respect to EOS handling.
40347
40348 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40349
40350         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40351           Link with right caps (else, it segfaults).
40352         * ext/mplex/gstmplexjob.cc:
40353           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40354
40355 2004-01-15  David Schleef  <ds@schleef.org>
40356
40357         * gst-libs/gst/audio/Makefile.am:
40358         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40359         from the template.
40360         * gst-libs/gst/audio/gstaudiofilter.c:
40361         * gst-libs/gst/audio/gstaudiofilter.h:
40362         Add bytes_per_sample and size and n_samples calculation.
40363         * gst-libs/gst/audio/gstaudiofilterexample.c:
40364         Remove, now autogenerated.
40365         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40366         Moved from gstaudiofilterexample, object name changed, code added
40367         so that it actually works.
40368         * gst-libs/gst/audio/make_filter:
40369         Script to build an audiofilter subclass from the template.
40370         * gst/colorspace/Makefile.am:
40371         * gst/colorspace/yuv2yuv.c:
40372         Remove file, since it's GPL, and we don't use it.
40373
40374 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40375
40376         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40378         them use the buffer free function to test how the buffer was allocated.
40379
40380 2004-01-15  David Schleef  <ds@schleef.org>
40381
40382         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40383         that handles osssink fallback.
40384         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40385         (gst_audio_convert_getcaps):
40386         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40387         Add audio/x-qdm2 for QDM2 audio.
40388         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40389         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40390         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40391         Decrease minimum size to 16x16.
40392         * gst/wavparse/gstwavparse.c:
40393         Convert disabled pad template caps to new caps.
40394         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40396         (gst_xvimagesink_chain): Throw element error when display cannot
40397         be opened.  Increase minimum framerate to 1.0.  Check the data
40398         free function on a buffer to make sure it is the type we expect
40399         before manipulating it.
40400
40401 2004-01-15  Julien MOUTTE <julien@moutte.net>
40402
40403         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40404         (gst_videobalance_colorbalance_set_value): Implement passthru if
40405         settings are in the middle.
40406         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40407
40408 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40409
40410         * gst/videofilter/Makefile.am:
40411         * gst/volume/Makefile.am:
40412           Since we use videofilter symbols, link to it.
40413
40414 2004-01-15  Julien MOUTTE <julien@moutte.net>
40415
40416         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40417         mixer interface type to HARDWARE.
40418         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40419         type to SOFTWARE.
40420         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40421         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40422         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40423         (gst_volume_interface_init), (gst_volume_list_tracks),
40424         (gst_volume_set_volume), (gst_volume_get_volume),
40425         (gst_volume_set_mute), (gst_volume_mixer_init),
40426         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40427         (volume_init): Implementing mixer interface.
40428         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40429         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40430         (gst_osselement_change_state): Removing some trailing commas in
40431         structures.
40432         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40433         interface type to HARDWARE.
40434         * sys/v4l/gstv4lcolorbalance.c:
40435         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40436         type to HARDWARE.
40437         * sys/v4l2/gstv4l2colorbalance.c:
40438         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40439         interface type to HARDWARE.
40440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40441         same code than ximagesink for event handling.
40442
40443 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40444
40445         * ext/snapshot/Makefile.am:
40446         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40447         (gst_snapshot_chain):
40448         * ext/snapshot/gstsnapshot.h:
40449           This has to be a joke... Snapshot should be connected to a tee,
40450           colorspace element before it and EOS after that, where the other
40451           src of the tee receives normal data.
40452           The current way is *wrong*.
40453
40454 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40455
40456         * ext/hermes/gsthermescolorspace.c:
40457           Fix another compile error. Same as below.
40458
40459 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40460
40461         * gst/colorspace/gstcolorspace.c:
40462         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40463         (gst_colorspace_i420_to_yv12):
40464           Fix compiling... Didn't test if it actually works.
40465
40466 2004-01-15  David Schleef  <ds@schleef.org>
40467
40468         * configure.ac:
40469         * gst/colorspace/Makefile.am:
40470         * gst/colorspace/gstcolorspace.c:
40471         * gst/colorspace/gstcolorspace.h:
40472         * gst/colorspace/yuv2rgb.c:
40473         * gst/colorspace/yuv2rgb.h:
40474         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40475         code and GPL code.  Fix for new caps negotiation.  Rewrite
40476         much of the format handling code, and some of the conversion
40477         code.  Basically, rewrote almost everything.  This element
40478         handles I420, YV12 to RGB conversions.
40479         * ext/hermes/Makefile.am:
40480         * ext/hermes/gsthermescolorspace.c:
40481         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40482         Remove non-Hermes related code.  This element handles lots of
40483         RGB to RGB conversions, but no YUV.
40484         * ext/hermes/gstcolorspace.c:
40485         * ext/hermes/gstcolorspace.h:
40486         * ext/hermes/rgb2yuv.c:
40487         * ext/hermes/yuv2rgb.c:
40488         * ext/hermes/yuv2rgb.h:
40489         * ext/hermes/yuv2rgb_mmx16.s:
40490         * ext/hermes/yuv2yuv.c:
40491         * ext/hermes/yuv2yuv.h:
40492         Remove old code.
40493
40494 2004-01-14  Colin Walters  <walters@verbum.org>
40495
40496         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40497         they've already been.
40498
40499 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40500
40501         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40502           assume tag mode when pad is not connected
40503
40504 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40505
40506         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40507           Don't update the time of the clock
40508         (gst_alsa_sink_loop):
40509           sync to the clock given to alsasink, not the own clock
40510         * sys/oss/gstosssink.c: (gst_osssink_chain):
40511           sync to the clock
40512         (gst_osssink_change_state):
40513           activate the clock
40514         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40516           remove bogus code that made DISCONT events unhandled
40517         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40518           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40519           #131502)
40520         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40521         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40522         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40523           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40524           2nd warning in bug #131502)
40525
40526 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40527
40528         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40529         (gst_videobalance_colorbalance_set_value),
40530         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40531         for colorbalance interface implementation.
40532         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40533         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40534         (gst_ximagesink_dispose), (gst_ximagesink_init),
40535         (gst_ximagesink_class_init): Adding DISPLAY property.
40536         * sys/ximage/ximagesink.h: Adding display_name to store display.
40537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40538         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40539         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40540         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40541         properties (they still need polishing though for gst-launch use : no
40542         xcontext yet, i ll do that tomorrow).
40543         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40544
40545 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40546
40547         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40548         (gst_play_set_location), (gst_play_set_visualization): Preparing
40549         switch integration, adding videobalance in the pipeline.
40550
40551 2004-01-14  Julien MOUTTE <julien@moutte.net>
40552
40553         * gst-libs/gst/colorbalance/colorbalance.c:
40554         (gst_color_balance_class_init): Adding a default type.
40555         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40556         the type.
40557         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40558         (gst_videobalance_dispose), (gst_videobalance_class_init),
40559         (gst_videobalance_init), (gst_videobalance_interface_supported),
40560         (gst_videobalance_interface_init),
40561         (gst_videobalance_colorbalance_list_channels),
40562         (gst_videobalance_colorbalance_set_value),
40563         (gst_videobalance_colorbalance_get_value),
40564         (gst_videobalance_colorbalance_init): Implementing colorbalance
40565         interface.
40566         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40567         list.
40568         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40569         bug which was triggering a BadAccess X error when setting an overlay
40570         before pad was really negotiated.
40571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40572         Using the colorbalance type macro.
40573
40574 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40575
40576         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40577         (gst_flacenc_chain):
40578           handle tags correctly
40579         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40580           extract ID3v1 tags correctly
40581
40582 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40583
40584         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40585         (plugin_init):
40586           Improve matroska typefinding for odd-typed headers...
40587
40588 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40589
40590         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40591           Fix for using incremental number on padnames.
40592
40593 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40594
40595         * ext/divx/gstdivxdec.c:
40596         * ext/divx/gstdivxenc.c:
40597           Set category to divx4linux instead of divx (too generic).
40598         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40599         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40600         (gst_wavparse_loop), (gst_wavparse_change_state):
40601         * gst/wavparse/gstwavparse.h:
40602           fix parsing of WAV files with non-standard fmt-tag size and fix
40603           skipping of unrecognized chunks... Someone please fix this thing
40604           to use rifflib so all this is automated.
40605         * sys/v4l/Makefile.am:
40606         * sys/v4l2/Makefile.am:
40607           Add X_CFLAGS because we depend on X (for overlay).
40608
40609 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40610
40611         * ext/mpeg2dec/gstmpeg2dec.c:
40612           Don't issue a timestamp unless we tagged the frame
40613           with a PTS.
40614
40615 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40616
40617         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40618           Query the audio element to get the time, not the clock. We're
40619           interested in the element's time here.
40620
40621 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40622
40623         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40624         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40625         * ext/esd/esdsink.c: (gst_esdsink_chain):
40626         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40627         * ext/mas/massink.c: (gst_massink_chain):
40628         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40629         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40630         (gst_matroska_demux_parse_metadata):
40631         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40632         (gst_mpeg_parse_release_locks):
40633         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40634         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40635         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40636         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40637         (gst_osssink_change_state):
40638         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40639         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40640         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40641         (gst_xvideosink_release_locks):
40642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40643           use element time.
40644         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40645         (gst_alsa_clock_stop):
40646         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40647         (gst_audio_clock_get_internal_time):
40648           simplify for use with new clocking code.
40649         * testsuite/alsa/Makefile.am:
40650         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40651           fix testsuite for new caps system
40652
40653 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40654
40655         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40656         * ext/flac/gstflacenc.c: (add_one_tag):
40657           length is already host endian, no need to convert. Fixes playback of
40658           tagged files on PPC. (bug #128384)
40659
40660 2004-01-13  Julien MOUTTE <julien@moutte.net>
40661
40662         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40663         colorbalance interface stating if it is hardware based or software
40664         based.
40665         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40666         Removing a trailing comma.
40667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40668         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40669         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40670         the documentation seems to be wrong on the -1000 to 1000 interval.
40671
40672 2004-01-12  David Schleef  <ds@schleef.org>
40673
40674         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40675         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40676         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40677         Fix negotiation.  Add a bufferalloc function for the sink pad,
40678         and generally clean up some of the code.
40679
40680 2004-01-12  Julien MOUTTE <julien@moutte.net>
40681
40682         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40683         (gst_color_balance_channel_dispose): Adding safety check in dispose
40684         method.
40685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40686         (gst_xvimagesink_xcontext_clear),
40687         (gst_xvimagesink_interface_supported),
40688         (gst_xvimagesink_colorbalance_list_channels),
40689         (gst_xvimagesink_colorbalance_set_value),
40690         (gst_xvimagesink_colorbalance_get_value),
40691         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40692         Adding colorbalance interface support to set XV parameters such as
40693         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40694         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40695         interface.
40696
40697 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40698
40699         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40700         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40701         (gst_audio_convert_init), (gst_audio_convert_set_property),
40702         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40703         (gst_audio_convert_link),
40704         (gst_audio_convert_buffer_to_default_format),
40705         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40706           - implement _getcaps and use it
40707           - improve linking
40708           - remove float caps since no float conversion is actually done
40709           - remove properties and arguments that were to be used for rate
40710             conversion
40711
40712 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40713
40714         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40715         (gst_audio_structure_set_int):
40716         * gst-libs/gst/audio/audio.h:
40717           add helper functions for _getcaps matching the standard audio
40718           templates
40719
40720 2004-01-12  David Schleef  <ds@schleef.org>
40721
40722         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40723         Test that pad is negotiated before getting its caps.
40724
40725 2004-01-12  Julien MOUTTE <julien@moutte.net>
40726
40727         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40728         analyzing the pads of an element the bin is mostly in READY state so
40729         no caps were negotiated. This helper function needs to work with
40730         _get_caps directly then. I was not freeing them though, added that to
40731         fix the mem leak.
40732
40733 2004-01-12  Julien MOUTTE <julien@moutte.net>
40734
40735         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40737         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40738         than the free_func.
40739
40740 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40741
40742         * sys/oss/gstossaudio.c: (plugin_init):
40743         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40744         * sys/oss/gstosselement.h:
40745           make an oss debugging category
40746           make failure more descriptive
40747
40748 2004-01-11  David Schleef  <ds@schleef.org>
40749
40750         * ext/ffmpeg/gstffmpeg.c:
40751         * ext/ffmpeg/gstffmpegcodecmap.c:
40752         * ext/ffmpeg/gstffmpegdec.c:
40753         * ext/ffmpeg/gstffmpegenc.c:
40754         * ext/ffmpeg/gstffmpegprotocol.c:
40755         * ext/gdk_pixbuf/gstgdkanimation.c:
40756         * ext/jpeg/gstjpeg.c:
40757         * ext/libpng/gstpng.c:
40758         * ext/mpeg2dec/perftest.c:
40759         * ext/speex/gstspeex.c:
40760         * gst-libs/gst/resample/dtos.c:
40761         * gst/intfloat/gstintfloatconvert.c:
40762         * gst/oneton/gstoneton.c:
40763         * gst/rtjpeg/RTjpeg.c:
40764         * gst/rtp/gstrtp.c:
40765         * sys/dxr3/dxr3init.c:
40766         * sys/glsink/gstgl_nvimage.c:
40767         * sys/glsink/gstgl_pdrimage.c:
40768         * sys/glsink/gstglsink.c:
40769         * testsuite/gst-lint:
40770         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40771
40772 2004-01-11  David Schleef  <ds@schleef.org>
40773
40774         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40775         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40776         * ext/gdk_pixbuf/gstgdkanimation.c:
40777         (gst_gdk_animation_iter_create_pixbuf):
40778         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40779         (gst_gdk_pixbuf_chain):
40780         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40781         * ext/jack/gstjack.c: (gst_jack_change_state):
40782         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40783         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40784         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40785         * gst/videofilter/gstvideofilter.c:
40786         (gst_videofilter_set_output_size):
40787         Remove all usage of gst_pad_get_caps(), and replace it with
40788         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40789
40790 2004-01-11  David Schleef  <ds@schleef.org>
40791
40792         * configure.ac:
40793         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40794         * ext/divx/gstdivxdec.c:
40795         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40796         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40797         handle images that span multiple buffers.  Now work with both
40798         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40799         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40800         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40801         video/video.h changes
40802         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40803         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40804         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40805         of GstData free function.
40806         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40807         same.
40808
40809 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40810
40811         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40812         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40813         (gst_v4l2element_get_property):
40814         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40815           add norm, channel and frequency properties.
40816         * sys/v4l2/gstv4l2tuner.c:
40817           fixes for tuner interface changes
40818         * sys/v4l2/gstv4l2element.h:
40819         * sys/v4l2/gstv4l2src.c:
40820         * sys/v4l2/gstv4l2src.h:
40821         * sys/v4l2/v4l2src_calls.c:
40822         * sys/v4l2/v4l2src_calls.h:
40823           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40824
40825 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40826
40827         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40828         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40829         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40830         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40831         * gst-libs/gst/tuner/tuner.h:
40832           GObjects aren't const.
40833           Add find_by_name functions.
40834           Add checks to _changed functions.
40835         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40836         (gst_v4l_tuner_get_norm):
40837           Fixes for above.
40838
40839 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40840
40841         * gst-libs/gst/video/video.h:
40842           Fix caps template names to be understandable.
40843           Prefix everything with GST_VIDEO.
40844         * ext/aalib/gstaasink.c:
40845         * ext/divx/gstdivxdec.c:
40846         * ext/divx/gstdivxenc.c:
40847         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40848         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40849         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40850         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40851         * ext/libcaca/gstcacasink.c:
40852         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40853         * ext/snapshot/gstsnapshot.c:
40854         * ext/swfdec/gstswfdec.c:
40855         * ext/xvid/gstxviddec.c:
40856         * ext/xvid/gstxvidenc.c:
40857         * gst/chart/gstchart.c:
40858         * gst/deinterlace/gstdeinterlace.c:
40859         * gst/effectv/gsteffectv.c:
40860         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40861         * gst/goom/gstgoom.c:
40862         * gst/median/gstmedian.c:
40863         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40864         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40865         * gst/overlay/gstoverlay.c:
40866         * gst/smooth/gstsmooth.c:
40867         * gst/smpte/gstsmpte.c:
40868         * gst/synaesthesia/gstsynaesthesia.c:
40869         * gst/videocrop/gstvideocrop.c:
40870         * gst/videodrop/gstvideodrop.c:
40871         * gst/y4m/gsty4mencode.c:
40872         * sys/qcam/gstqcamsrc.c:
40873         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40874           Make them work with new video.h file.
40875         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40876         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40878         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40879           Make it work with new buffer allocation system.
40880
40881 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40882
40883         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40884         pad_alloc_buffer implementation to use ->srcpad
40885         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40886         pad_alloc_buffer implementation to use ->srcpad
40887         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40888         pad_alloc_buffer implementation to use ->srcpad
40889         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40890         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40891         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40892         a reference to everything we need.
40893         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40895         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40896         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40897         a reference to everything we need.
40898         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40899
40900 2004-01-11  David Schleef  <ds@schleef.org>
40901
40902         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40903         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40904         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40905         structure members.
40906         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40907         value during a resize/renegotiation.
40908         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40909         gst_pad_alloc_buffer();
40910         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40911         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40912         structure members.
40913         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40914         Fix for rename of buffer private structure members.
40915         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40916         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40917         Fix for rename of buffer private structure members.
40918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40919         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40920         Fix for rename of buffer private structure members.
40921
40922 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40923
40924         reviewed by: David Schleef <ds@schleef.org>
40925
40926         * gst/videofilter/Makefile.am:
40927         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40928         from the patch by ds to fit in with recent make_filter changes.
40929
40930 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40931
40932         * configure.ac: Adding examples/switch/Makefile
40933         * examples/Makefile.am: Adding examples/switch
40934         * examples/switch/Makefile.am: Adding switcher example.
40935         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40936         (switch_timer), (main): Adding an example demonstrating switch usage
40937         with 2 videotestsrc showing different patterns.
40938         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40939         (gst_switch_init): Fixing switch with the new caps system.
40940
40941 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40942
40943         * gst-libs/gst/video/video.h:
40944           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40945           They should probably be like
40946           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40947
40948 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40949
40950         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40951         (qtdemux_parse_trak):
40952           fix audio chunk size/timestamp calculation
40953
40954 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40955
40956         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40957           fix SVQ3 caps
40958
40959 2004-01-11  Steve Baker  <steve@stevebaker.org>
40960
40961         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40962         (gst_agingtv_base_init), (gst_agingtv_class_init),
40963         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40964         (gst_agingtv_set_property), (gst_agingtv_get_property):
40965         Port agingTV to videofilter
40966
40967 2004-01-09  Julien MOUTTE <julien@moutte.net>
40968
40969         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40970         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40971
40972 2004-01-09  Julien MOUTTE <julien@moutte.net>
40973
40974         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40975         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40976         * gst-libs/gst/xoverlay/xoverlay.c:
40977         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40978         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40979         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40980         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40981         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40982         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40983         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40984         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40985         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40986         interface implementation to handle xid being 0 and fix some bugs
40987         triggered by Benjamin's testcase.
40988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40989         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40990         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40991         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40992         interface implementation to handle xid being 0 and fix some bugs
40993         triggered by Benjamin's testcase.
40994
40995 2004-01-09  David Schleef  <ds@schleef.org>
40996
40997         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40998         mouse pointer events.  It works.
40999
41000 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41001
41002         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
41003           Use explicit caps - fix capsnego.
41004         * ext/xvid/gstxviddec.c:
41005         * ext/xvid/gstxvidenc.c:
41006           Remove macro-inside-macro which caused compile errors.
41007         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
41008           Error out if it's not a RIFF file. Else we error out without
41009           gst_element_error() which is not good...
41010
41011 2004-01-08  David Schleef  <ds@schleef.org>
41012
41013         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
41014         Fix pad_link function to handle formats that ffmpeg returns
41015         as multiple caps structures.
41016         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
41017         Only complain if source buffer is _smaller_ than expected.
41018         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
41019         (gst_videoscale_handle_src_event): Resize navigation events
41020         when passing them upstream.
41021         * gst/videotestsrc/gstvideotestsrc.c:
41022         * gst/videotestsrc/gstvideotestsrc.h:
41023         * gst/videotestsrc/videotestsrc.c:
41024         * gst/videotestsrc/videotestsrc.h:
41025         Rewrite many of the buffer painting functions to handle odd
41026         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
41027         been verified to work with my video card.
41028         * testsuite/gst-lint:  Add check for elements calling
41029         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
41030
41031 2004-01-08  David Schleef  <ds@schleef.org>
41032
41033         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
41034         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
41035
41036 2004-01-08  Julien MOUTTE  <julien@moutte.net>
41037
41038         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
41039         configure event is not emiting the desired size signal. That fixes
41040         aspect ratio issues with gst-player.
41041
41042 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41043
41044         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
41045           Fix capsnego.
41046
41047 2004-01-08  Julien MOUTTE  <julien@moutte.net>
41048
41049         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
41050         public method to fire size signal.
41051
41052 2004-01-07  Julien MOUTTE  <julien@moutte.net>
41053
41054         * examples/gstplay/Makefile.am: Adding the interface library.
41055         * gst-libs/gst/play/Makefile.am: Adding the interface library.
41056         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
41057         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
41058         GST_IS_X_OVERLAY before signal connect.
41059         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
41060         Removing the have_video_size signal.
41061         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
41062         and associated public method.
41063         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41064         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
41065         signal.
41066         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
41067         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
41068         signal.
41069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
41070         Using XOverlay public method to fire size signal.
41071
41072 2004-01-07  David Schleef  <ds@schleef.org>
41073
41074         * gst/videofilter/Makefile.am:
41075         * gst/videofilter/gstvideotemplate.c:
41076         * gst/videofilter/make_filter:
41077         Create gstvideoexample.c in a srcdir!=builddir friendly way.
41078         Convert make_filter to /bin/sh script.
41079
41080 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
41081
41082         * gst/modplug/gstmodplug.cc: fix element description
41083
41084 2004-01-07  Julien MOUTTE  <julien@moutte.net>
41085
41086         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41087         (got_video_size): Adding some new lines in g_print calls.
41088         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41089         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
41090         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
41091         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
41092         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
41093         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
41094         Complete code review, reverting some stuff i disagree with, adding
41095         some fixes : time synchronization on invalid timestamps, renegotiation
41096         of private window.
41097         * sys/ximage/ximagesink.h:
41098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
41099         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
41100         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
41101         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
41102         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
41103         (gst_xvimagesink_buffer_new),
41104         (gst_xvimagesink_navigation_send_event),
41105         (gst_xvimagesink_set_xwindow_id),
41106         (gst_xvimagesink_get_desired_size),
41107         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
41108         stuff i disagree with, adding some fixes : Renegotiation of private
41109         window, implementing get_desired_size.
41110
41111 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41112
41113         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
41114         (gst_afsink_handle_event):
41115         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
41116         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
41117         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
41118         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
41119         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
41120           Fix for instantiate-test (see core). Also remove dead code from
41121           jpegenc (which still needs fixing, but that's lower on my TODO
41122           list...).
41123         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
41124           Never return NULL as caps.
41125
41126 2004-01-07  David Schleef  <ds@schleef.org>
41127
41128         * configure.ac:
41129         * ext/Makefile.am:
41130         * ext/librfb/Makefile.am:
41131         * ext/librfb/gstrfbsrc.c:
41132         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
41133         is the protocol used by VNC.
41134
41135 2004-01-07  David Schleef  <ds@schleef.org>
41136
41137         * gst/videofilter/gstvideotemplate.c:
41138         * gst/videofilter/gstvideotemplate.h:
41139         * gst/videofilter/make_filter:
41140         Merge videotemplate header into source file.
41141         * gst/effectv/Makefile.am:
41142         * gst/effectv/gsteffectv.c: (plugin_init):
41143         * gst/effectv/gstwarp.c:
41144         Make warpTV a subclass of videofilter.
41145
41146 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41147
41148         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
41149           Add guard against invalid utf-8 conversions in mad. Just in case.
41150
41151 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41152
41153         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41154           Fix for bug shown by poisoning
41155
41156 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41157
41158         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
41159         (gst_v4lmjpegsrc_buffer_free):
41160         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
41161         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
41162         (gst_v4lsrc_buffer_free):
41163           Fix for removed bufferpools.
41164
41165 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41166
41167         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
41168         Fix caps negotiation.
41169
41170         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
41171         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
41172         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
41173         (dvdnavsrc_event):
41174         * ext/mpeg2dec/gstmpeg2dec.c:
41175         * gst-libs/gst/navigation/navigation.c:
41176         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
41177         * gst-libs/gst/navigation/navigation.h:
41178         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
41179         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
41180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
41181         Super-simple first version of mouse and keyboard events. Clicking
41182         on a DVD menu now works, although it may not take you where you
41183         expected.
41184
41185         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41186         * gst/videotestsrc/gstvideotestsrc.c:
41187         (gst_videotestsrc_src_fixate):
41188         These fixate functions were broken - they never actually
41189         fixated :)
41190
41191 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41192
41193         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
41194         (gst_icecastsend_init):
41195           fix for new caps system.
41196         * gst-libs/gst/mixer/mixertrack.h:
41197         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
41198           Add 'master track' flag (for tools like ACME that only want to
41199           change the main volume).
41200
41201 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41202
41203         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41204         (gst_xvid_csp_to_caps):
41205         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41206         * ext/xvid/gstxvidenc.c:
41207         ifdef out ARGB type when it isn't available
41208         in xvidcore 1.0.0beta2
41209
41210 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41211
41212         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41213           When we have received a new SCR right in the first buffer after
41214           a seek (so in the same cycle that handles the discont), we should
41215           handle the buffer instead of unreffing it, else we lose data.
41216
41217 2004-01-06  Iain <iain@prettypeople.org>
41218
41219         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41220           buffer-frames caps too.
41221
41222         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41223           caps that we need, don't destroy them all and rebuild them. And when
41224           creating src pads, use the src pad template rather than the sink...
41225
41226 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41227
41228         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41229           Add pad to element *after* setting functions such as event handler.
41230           Without this, the scheduler (opt) will link pads, set the event
41231           handler from the default event function (dispatcher in gstpad.c)
41232           and *after* that, we will set our own event function, which will
41233           thus never be used (and thus mpegdemux doesn't handle events).
41234
41235 2004-01-04  David Schleef  <ds@schleef.org>
41236
41237         Fix the fixate functions to handle new prototype:
41238         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41239         * gst/videotestsrc/gstvideotestsrc.c:
41240         (gst_videotestsrc_src_fixate):
41241         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41242         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41244
41245 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41246
41247         * sys/ximage/ximagesink.h:
41248         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41249         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41250         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41251         (gst_ximagesink_xoverlay_init):
41252           assorted fixes to make (re)embedding work
41253         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41254         (gst_ximagesink_get_desired_size):
41255           implement desired size additions to XOverlay
41256
41257 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41258
41259         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41260         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41261         (gst_x_overlay_got_desired_size):
41262         * gst-libs/gst/xoverlay/xoverlay.h:
41263           Add optional "desired size" signal and querying.
41264
41265 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41266
41267         * gst/matroska/matroska-demux.c:
41268         (gst_matroska_demux_parse_blockgroup):
41269           Fix EBML-laced block parsing. Diffs are relative to previous
41270           lace, not the first lace. Thanks to Mosu from the Matroska
41271           team for detecting this.
41272         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41273         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41274         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41275         (gst_wavparse_change_state):
41276         * gst/wavparse/gstwavparse.h:
41277           Quickfix for capsnego.
41278
41279 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41280
41281         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41282           Fix indenting, fix pad creation.
41283
41284 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41285
41286         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41287         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41288         (gst_xviddec_sink_link):
41289           Implement src_getcaps() so proper size caps is negotiated.
41290
41291 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41292
41293         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41294           Finish flac decoder on EOS. See #116178.
41295
41296 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41297
41298         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41299         (gst_matroska_demux_add_stream):
41300         * gst/matroska/matroska-ids.h:
41301           Add getcaps() function to fix capsnego...
41302
41303 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41304
41305         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41306         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41307         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41308           Fix more integer overflows. Again, see #126967.
41309
41310 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41311
41312         * ext/mpeg2dec/gstmpeg2dec.c:
41313           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41314           #130416.
41315
41316 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41317
41318         * configure.ac:
41319         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41320         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41321         * ext/xvid/gstxvid.h:
41322         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41323         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41324         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41325         (gst_xviddec_change_state):
41326         * ext/xvid/gstxviddec.h:
41327         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41328         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41329         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41330         (gst_xvidenc_link), (gst_xvidenc_set_property),
41331         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41332         * ext/xvid/gstxvidenc.h:
41333           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41334
41335 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41336
41337         * gst/rtp/rtp-packet.c:
41338           Add sys/types.h include, since OS X doesn't define in_addr_t
41339           in netinet/in.h, like it does on Linux (see #129600).
41340
41341 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41342
41343         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41344
41345         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41346           Correct logic of dispose function (see #129306).
41347
41348 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41349
41350         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41351         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41352         (gst_mpeg_parse_init):
41353         * gst/mpegstream/gstmpegparse.h:
41354           Remove clock (which was never provided, i.e. dead code), and
41355           also fix integer overflows at high PTS values (see #126967).
41356
41357 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41358
41359         * ext/flac/gstflacdec.c:
41360         * ext/libpng/gstpngenc.h:
41361         * ext/mikmod/gstmikmod.h:
41362           OS X fixes (see #126628).
41363
41364 2004-01-02  David Schleef  <ds@schleef.org>
41365
41366         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41367         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41368         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41369         (gst_mpeg_parse_class_init): Move pad template registration
41370         to class_init, since the derived class (mpegdemux) doesn't
41371         want them.
41372
41373 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41374
41375         * sys/ximage/Makefile.am:
41376         * sys/xvideo/Makefile.am:
41377         * sys/xvimage/Makefile.am:
41378           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41379           after installation (see #127664).
41380
41381 2004-01-02  David Schleef  <ds@schleef.org>
41382
41383         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41384         (gst_ffmpegenc_connect):  Negotiation fixes.
41385         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41386         Remove inappropriate gst_caps_free().
41387         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41388         Reenable Ronald's internal resize code, since the core handles
41389         it correctly now.
41390
41391 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41392
41393         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41394         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41395         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41396           Fix pad template stuff.
41397
41398 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41399
41400         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41401         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41402           fix signed integer reading/writing.
41403
41404 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41405
41406         * ext/alsa/README:
41407           Remove outdated document
41408
41409 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41410
41411         * gst/cutter/gstcutter.c: (gst_cutter_init):
41412           src pad was being created twice - oops.
41413
41414 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41415
41416         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41417           Comment out internal resize. It doesn't handle the resulting
41418           XEvent internally, does another try_set_caps() which leads to
41419           a really nice loop.
41420           Real fix will come when Julien and Dave are awake. ;).
41421
41422 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41423
41424         * ext/mpeg2enc/gstmpeg2enc.cc:
41425           fix const/nonconst compile issue.
41426
41427 2004-01-02  David Schleef  <ds@schleef.org>
41428
41429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41430         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41431         Add fixate function and a check for bad formats.
41432
41433 2004-01-01  David Schleef  <ds@schleef.org>
41434
41435         Negotiation fixes:
41436         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41437         (gst_audiofilter_init):
41438         * gst/debug/efence.c: (gst_efence_init):
41439         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41440         (gst_deinterlace_init):
41441         * gst/volume/gstvolume.c: (volume_connect):
41442
41443 2004-01-01  David Schleef  <ds@schleef.org>
41444
41445         Convert elements to use gst_pad_use_explicit_caps() where
41446         appropriate:
41447         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41448         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41449         (gst_afparse_open_file):
41450         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41451         (gst_afsrc_open_file):
41452         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41453         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41454         (gst_ffmpegdec_chain):
41455         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41456         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41457         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41458         (gst_gdk_pixbuf_chain):
41459         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41460         (gst_jpegdec_chain):
41461         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41462         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41463         (gst_mikmod_negotiate):
41464         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41465         (gst_mpeg2dec_negotiate_format):
41466         * ext/mpeg2enc/gstmpeg2enc.cc:
41467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41468         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41469         (gst_speexdec_sinkconnect):
41470         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41471         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41472         (gst_vorbisfile_new_link):
41473         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41474         (gst_ac3parse_chain):
41475         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41476         (gst_asf_demux_setup_pad):
41477         * gst/auparse/gstauparse.c: (gst_auparse_init),
41478         (gst_auparse_chain):
41479         * gst/id3/gstid3types.c: (gst_id3types_loop):
41480         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41481         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41482         (mp1videoparse_parse_seq):
41483         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41484         (bpf_from_header):
41485         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41486         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41487         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41488         (gst_mpeg_parse_send_data):
41489         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41490         (gst_qtdemux_add_stream):
41491         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41492         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41493         (gst_wavparse_parse_fmt):
41494
41495 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41496
41497         * configure.ac:
41498           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41499           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41500           it therefore uses the wrong include paths. Too bad... Note
41501           that 1.6.1.93 is not release yet. ;).
41502           Also add a check for mplex, which is now using the lib'ified
41503           mplex from mjpegtools, too.
41504         * ext/ffmpeg/gstffmpegcodecmap.c:
41505           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41506           issues. I don't think ffmpeg handles 3ivx correctly, so this
41507           probably won't work. But it won't hurt either.
41508         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41509         (gst_ffmpegdec_chain):
41510         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41511         (gst_ffmpegenc_chain_audio):
41512           Fix memleak in audio encoding. Close codec if open fails, this
41513           calls the cleanup routines so we can re-use the context.
41514         * ext/mpeg2enc/gstmpeg2enc.cc:
41515           Fix pad template names/types, fix memory issue with getcaps().
41516         * ext/mpeg2enc/gstmpeg2encoder.cc:
41517         * ext/mpeg2enc/gstmpeg2encoder.hh:
41518           Fix compile issue with new caps system (const thingy).
41519         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41520         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41521           We read a first frame right on initing, so that we have a caps
41522           when we init the output. This caps is cached in padprivate and
41523           read as first frame.
41524         * ext/mplex/Makefile.am:
41525         * ext/mplex/gstmplex.cc:
41526         * ext/mplex/gstmplex.h:
41527         * ext/mplex/gstmplex.hh:
41528         * ext/mplex/gstmplexibitstream.cc:
41529         * ext/mplex/gstmplexibitstream.hh:
41530         * ext/mplex/gstmplexjob.cc:
41531         * ext/mplex/gstmplexjob.hh:
41532         * ext/mplex/gstmplexoutputstream.cc:
41533         * ext/mplex/gstmplexoutputstream.hh:
41534           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41535           had issues, didn't do capsnego, supported only a subset of the
41536           mplex features and required a mplex fork in our local CVS. Plus
41537           that it worked agaist a very old mplex version. Rewriting was
41538           faster than updating it.
41539         * gst-libs/ext/Makefile.am:
41540         * gst-libs/ext/mplex/INSTRUCT:
41541         * gst-libs/ext/mplex/Makefile.am:
41542         * gst-libs/ext/mplex/README:
41543         * gst-libs/ext/mplex/TODO:
41544         * gst-libs/ext/mplex/ac3strm_in.cc:
41545         * gst-libs/ext/mplex/audiostrm.hh:
41546         * gst-libs/ext/mplex/audiostrm_out.cc:
41547         * gst-libs/ext/mplex/aunit.hh:
41548         * gst-libs/ext/mplex/bits.cc:
41549         * gst-libs/ext/mplex/bits.hh:
41550         * gst-libs/ext/mplex/buffer.cc:
41551         * gst-libs/ext/mplex/buffer.hh:
41552         * gst-libs/ext/mplex/fastintfns.h:
41553         * gst-libs/ext/mplex/format_codes.h:
41554         * gst-libs/ext/mplex/inputstrm.cc:
41555         * gst-libs/ext/mplex/inputstrm.hh:
41556         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41557         * gst-libs/ext/mplex/mjpeg_logging.cc:
41558         * gst-libs/ext/mplex/mjpeg_logging.h:
41559         * gst-libs/ext/mplex/mjpeg_types.h:
41560         * gst-libs/ext/mplex/mpastrm_in.cc:
41561         * gst-libs/ext/mplex/mpegconsts.cc:
41562         * gst-libs/ext/mplex/mpegconsts.h:
41563         * gst-libs/ext/mplex/mplexconsts.hh:
41564         * gst-libs/ext/mplex/multplex.cc:
41565         * gst-libs/ext/mplex/outputstream.hh:
41566         * gst-libs/ext/mplex/padstrm.cc:
41567         * gst-libs/ext/mplex/padstrm.hh:
41568         * gst-libs/ext/mplex/stillsstream.cc:
41569         * gst-libs/ext/mplex/stillsstream.hh:
41570         * gst-libs/ext/mplex/systems.cc:
41571         * gst-libs/ext/mplex/systems.hh:
41572         * gst-libs/ext/mplex/vector.cc:
41573         * gst-libs/ext/mplex/vector.hh:
41574         * gst-libs/ext/mplex/videostrm.hh:
41575         * gst-libs/ext/mplex/videostrm_in.cc:
41576         * gst-libs/ext/mplex/videostrm_out.cc:
41577         * gst-libs/ext/mplex/yuv4mpeg.cc:
41578         * gst-libs/ext/mplex/yuv4mpeg.h:
41579         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41580         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41581           We don't fork mjpegtools' mplex in our CVS anymore.
41582         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41583         (gst_avi_demux_add_stream):
41584         * gst/avi/gstavidemux.h:
41585           Add getcaps() function for proper caps nego. This makes some
41586           parts of AVI playback/reading work.
41587         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41588           Resize window on new capsnego. This is probably wrong, but
41589           I'm still committing it because with current capsnego, the
41590           first successfull capsnego is auto-fixated, therefore rounded
41591           down to the lowest values in the caps. this results in a 16x16
41592           XWindow that is not reized when real capsnego finishes.
41593           Dave, I see more cases of this, do you know a proper solution?
41594         * tools/gst-launch-ext.in:
41595           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41596
41597 2003-12-31  David Schleef  <ds@schleef.org>
41598
41599         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41600         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41601           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41602
41603 2003-12-30  David Schleef  <ds@schleef.org>
41604
41605         * ext/ffmpeg/gstffmpegcolorspace.c:
41606         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41607         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41608         (gst_ffmpegcsp_chain): Negotiation fixes
41609         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41610         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41611         (gst_audio_convert_link), (gst_audio_convert_channels):
41612         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41613         (gst_audioscale_link), (gst_audioscale_get_buffer),
41614         (gst_audioscale_chain): Negotiation fixes
41615         * gst/audioscale/gstaudioscale.h:
41616         * gst/videofilter/gstvideofilter.c:
41617         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41618         (gst_videofilter_link), (gst_videofilter_init),
41619         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41620         (gst_videofilter_find_format_by_structure):
41621         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41622         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41623         (gst_videoscale_link):
41624         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41625         (videoscale_find_by_structure), (gst_videoscale_setup):
41626         * gst/videoscale/videoscale.h: Negotiation fixes
41627         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41628         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41629         function, restrict resizing to a multiple of 4 (hack until
41630         everyone supports odd sizes correctly).
41631
41632 2003-12-29  Colin Walters  <walters@verbum.org>
41633
41634         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41635         signed.
41636
41637 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41638
41639         * ext/sndfile/gstsf.c: (gst_sf_loop):
41640           Fix warning about discarding const qualifier
41641
41642 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41643
41644         * gst/cutter/gstcutter.c:
41645         * gst/videoscale/gstvideoscale.c:
41646         * gst/volenv/gstvolenv.c:
41647         * gst-libs/gst/audio/audio.c:
41648         * gst-libs/gst/video/video.c:
41649           Fix warnings
41650
41651 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41652
41653         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41654           Don't send ALSA debugging to stderr.
41655         * ext/alsa/gstalsa.h:
41656           Use GST_WARNING instead of g_warning when ALSA functions fail.
41657
41658 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41659
41660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41661           Free XVAdapterInfo correctly.
41662
41663 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41664
41665         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41666         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41667           Make id3tag use correct caps nego.
41668
41669 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41670
41671         * ext/ivorbis/vorbis.c:
41672         * ext/ivorbis/vorbisenc.h:
41673         * ext/ivorbis/vorbisfile.c:
41674           Modify so that it uses the new caps things
41675
41676 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41677
41678         * testsuite/spider/spider1.c: (main):
41679         * testsuite/spider/spider2.c: (main):
41680         * testsuite/spider/spider3.c: (main):
41681           Make tests compile again. They probably don't work.
41682
41683 2003-12-24  Colin Walters  <walters@verbum.org>
41684
41685         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41686         we can't fixate the caps anymore.
41687
41688 2003-12-23  David Schleef  <ds@schleef.org>
41689
41690         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41691         * sys/oss/gstosssink.c: (gst_osssink_init),
41692         (gst_osssink_sink_fixate): Add fixate function.
41693
41694 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41695
41696         * ext/ffmpeg/gstffmpegcodecmap.c:
41697         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41698         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41699         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41700         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41701         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41702         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41703         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41704           fix typo in RGB masks, and move back to "old" colorspace
41705           capsnego code until whoever wrote this new crap has actually
41706           tested it so that it works.
41707           And yes, this works, keep it that way please.
41708
41709 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41710
41711         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41712         (gst_divxdec_init), (gst_divxdec_negotiate):
41713         * ext/divx/gstdivxdec.h:
41714         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41715         (gst_divxenc_init):
41716         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41717         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41718         * ext/mpeg2enc/gstmpeg2enc.cc:
41719         * ext/mpeg2enc/gstmpeg2encoder.cc:
41720         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41721         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41722         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41723         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41724         (dxr3spusink_init):
41725         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41726         (dxr3videosink_init):
41727           Fix caps breakage after Dave's caps branch merge.
41728
41729 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41730
41731         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41732           Fix for 24bpp display.
41733
41734 2003-12-23  Colin Walters  <walters@verbum.org>
41735
41736         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41737         a GnomeVFSHandle directly.
41738
41739 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41740
41741         * gst/volume/Makefile.am:
41742         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41743         (volume_base_init), (volume_init):
41744           Reenable volume element and fix to work with new caps stuff.
41745           Rhythmbox needs this.
41746
41747 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41748
41749         * gst/qtdemux/qtdemux.c: (plugin_init):
41750           qtdemux requires bytestream
41751
41752 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41753
41754         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41755           Fix remaining caps handling errors due to CAPS merge.
41756
41757 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41758
41759         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41760         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41761         (gst_faad_srcconnect):
41762           Port to new caps system.
41763
41764 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41765
41766         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41767         (got_video_size), (main): using g_print instead of g_message.
41768         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41769         signal which was not emitted because of "switch" element added to the
41770         bin but not connected. (Removing from the bin temporarily)
41771
41772 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41773
41774         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41775         find X development files. I don't understand the previous tests and
41776         they fail on my debian/ppc unstable. This one works.
41777         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41778         exiting.
41779         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41780         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41781         (gst_play_set_visualization): Add some safety checks in set_ methods
41782         and state_change. This was throwing some ugly CRITICAL messages when
41783         pipeline was getting disposed and casts were failing.
41784
41785 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41786
41787         * configure.ac:
41788           Improve mpeg2enc detection. This is for distributions that do
41789           ship mjpegtools, but without mpeg2enc. Also does object check
41790           for might there ever be ABI incompatibility.
41791         * ext/mpeg2enc/gstmpeg2enc.cc:
41792           Add Andrew as second maintainer (he's helping me), and also add
41793           an error if no caps was set. This happens if I pull before capsnego
41794           and that's something I should solve sometime else.
41795         * gst/matroska/matroska-demux.c:
41796         (gst_matroska_demux_parse_blockgroup):
41797           Fix time parsing.
41798         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41799         (gst_matroska_mux_track_header):
41800           Add caps to templates.
41801         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41802           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41803         * gst/mpegstream/gstmpegdemux.c:
41804           Remove layer since it causes warnings about unfixed caps.
41805         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41806           Fix obvious typo (we error out if caps were set, we should of
41807           course error out if *no* caps were set).
41808         * sys/oss/gstosselement.c: (gst_osselement_convert):
41809           Fix format conversion, we confused bits/bytes.
41810         * sys/oss/gstosselement.h:
41811           Improve documentation for 'bps'.
41812         * sys/v4l/TODO:
41813           Remove stuff about plugins that need removing - this was done
41814           ages ago.
41815         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41816         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41817         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41818         (gst_v4lsrc_src_query):
41819         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41820         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41821           Add get_query_types(), get_formats() and query() functions.
41822
41823 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41824
41825         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41826           * moved CVS to freedesktop.org