gst-libs/gst/fft/: Use correct struct alignment everywhere to prevent unaligned memor...
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
4         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
5         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc):
8         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc):
9         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc):
10         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc):
11         Use correct struct alignment everywhere to prevent unaligned
12         memory accesses, resulting in SIGBUS on sparc and probably others.
13         Fixes bug #500833.
14
15 2009-01-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
16
17         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
18         Forward unknown events upstream to allow latency configuration.
19         Fixes bug #567960.
20
21 2009-01-13  Wim Taymans  <wim.taymans@collabora.co.uk>
22
23         * gst/playback/gstplaybin2.c: (groups_set_locked_state):
24         Provide the right arguments to a debug line.
25
26 2009-01-13  Stefan Kost  <ensonic@users.sf.net>
27
28         * sys/xvimage/xvimagesink.c:
29           Don't reset the colorkey when element is reused. Fixes #567511.
30
31 2009-01-09  Jan Schmidt  <jan.schmidt@sun.com>
32
33         * configure.ac:
34         0.10.21.3 pre-release
35
36 2009-01-09  Jan Schmidt  <jan.schmidt@sun.com>
37
38         * gst-libs/gst/app/gstappsink.c:
39         Store the returned signal id in the right slot when
40         registering the pull-buffer signal.
41         Fixes #567168
42         Spotted by: Thomas Vander Stichele  <thomas at apestaart dot org>
43
44 2009-01-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
45
46         * gst-libs/gst/interfaces/mixer.c:
47           Small docs addition to clarify that one really mustn't free
48           the constant GList returned (#566812).
49           
50 2009-01-08  Wim Taymans  <wim.taymans@collabora.co.uk>
51
52         * docs/libs/gst-plugins-base-libs-sections.txt:
53         * gst-libs/gst/rtsp/gstrtspurl.c: (register_rtsp_url_type),
54         (gst_rtsp_url_get_type), (gst_rtsp_url_copy):
55         * gst-libs/gst/rtsp/gstrtspurl.h:
56         * win32/common/libgstrtsp.def:
57         Add GType for GstRTSPUrl and expose a copy function because we can.
58         API: gst_rtsp_url_copy()
59         Fixes #567027.
60
61 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
62
63         * configure.ac:
64         * ext/gio/gstgio.c: (plugin_init):
65         Add plugin dependency for the GIO and GVfs modules.
66         Fixes bug #566876.
67
68 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
69
70         * configure.ac:
71         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
72         Add plugin dependency for the gnomevfs modules.
73         Fixes bug #566875.
74
75 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
76
77         * win32/common/libgstcdda.def:
78         Add new symbol to the list of exported symbols.
79
80 2009-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
81
82         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
83         (gst_play_bin_set_uri), (gst_play_bin_set_suburi),
84         (no_more_pads_cb), (drained_cb), (group_set_locked_state_unlocked),
85         (activate_group), (deactivate_group), (groups_set_locked_state),
86         (gst_play_bin_change_state):
87         Fix some comments and docs.
88         Post an error message when we fail to link the selector to the sink.
89         Remove pushing of EOS, this seems unneeded. 
90         Lock the state of deactivated groups so that they don't accidentally
91         reactivate when the playbin2 state changes.
92         Reuse uridecodebins.
93         Unlock and relock state of groups when playbin goes to NULL.
94         Fixes #566654.
95         Fixes #566341.
96
97         * gst/playback/gsturidecodebin.c: (pad_removed_cb), (type_found):
98         Only do something in the pad removed callback when we are dealing with
99         our sourcepads because the sinkpads don't have a ghostpad.
100
101 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
102
103         * gst-libs/gst/cdda/gstcddabasesrc.c:
104         * gst-libs/gst/cdda/gstcddabasesrc.h:
105         Make the GType of GstCDDABaseSrcMode public for bindings.
106         Fixes bug #566837.
107
108 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
109
110         * configure.ac:
111         * ext/libvisual/visual.c: (plugin_init):
112           Use new core API to make registry re-scan the plugin
113           whenever visualisations are added or removed (see #350477).
114
115 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
116
117         Patch by: José Alburquerque <jaalburqu svn gnome org>
118
119         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_new):
120         * gst-libs/gst/audio/gstaudioclock.h:
121         Make gst_audio_clock_new use const gchar* to ease the wrapping of
122         C++ bindings. Fixes #566723.
123
124 2009-01-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
125
126         * configure.ac:
127         * pkgconfig/Makefile.am:
128         * pkgconfig/gstreamer-app-uninstalled.pc.in:
129         * pkgconfig/gstreamer-app.pc.in:
130         Add pkg-config files for libgstapp. Fixes bug #566761.
131
132 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
133
134         * gst-libs/gst/app/gstappsink.c:
135         * gst-libs/gst/app/gstappsink.h:
136         * gst-libs/gst/app/gstappsrc.c:
137         * gst-libs/gst/app/gstappsrc.h:
138           Make debug categories static. Use _element_class_set_details_simple().
139
140 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
141
142         * gst-libs/gst/app/gstappsink.c: (_GstAppSinkPrivate),
143           (gst_app_sink_class_init), (gst_app_sink_init),
144           (gst_app_sink_dispose), (gst_app_sink_finalize),
145           (gst_app_sink_unlock_start), (gst_app_sink_unlock_stop),
146           (gst_app_sink_flush_unlocked), (gst_app_sink_start),
147           (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
148           (gst_app_sink_render), (gst_app_sink_getcaps),
149           (gst_app_sink_set_caps), (gst_app_sink_get_caps),
150           (gst_app_sink_is_eos), (gst_app_sink_set_emit_signals),
151           (gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers),
152           (gst_app_sink_get_max_buffers), (gst_app_sink_set_drop),
153           (gst_app_sink_get_drop), (gst_app_sink_pull_preroll),
154           (gst_app_sink_pull_buffer):
155         * gst-libs/gst/app/gstappsink.h: (GstAppSinkPrivate), (_GstAppSink):
156         * gst-libs/gst/app/gstappsrc.c: (_GstAppSrcPrivate),
157           (gst_app_src_class_init), (gst_app_src_init),
158           (gst_app_src_flush_queued), (gst_app_src_dispose),
159           (gst_app_src_finalize), (gst_app_src_set_property),
160           (gst_app_src_get_property), (gst_app_src_unlock),
161           (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
162           (gst_app_src_is_seekable), (gst_app_src_check_get_range),
163           (gst_app_src_query), (gst_app_src_do_seek), (gst_app_src_create),
164           (gst_app_src_set_caps), (gst_app_src_get_caps),
165           (gst_app_src_set_size), (gst_app_src_get_size),
166           (gst_app_src_set_stream_type), (gst_app_src_get_stream_type),
167           (gst_app_src_set_max_bytes), (gst_app_src_get_max_bytes),
168           (gst_app_src_set_latencies), (gst_app_src_set_latency),
169           (gst_app_src_get_latency), (gst_app_src_push_buffer_full),
170           (gst_app_src_push_buffer_action), (gst_app_src_end_of_stream):
171         * gst-libs/gst/app/gstappsrc.h: (GstAppSrcPrivate):
172           Move private data into a private instance struct. Add padding to
173           instance and class structures exposed in public headers. Add
174           Since markers to the gtk-doc blurbs (#566750).
175
176 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
177
178         * tests/examples/app/appsrc_ex.c: (main):
179         Some comments.
180         When pulling a buffer we can get NULL when the element is EOS, don't try
181         to unref this NULL buffer.
182
183 2009-01-06  Jan Schmidt  <jan.schmidt@sun.com>
184
185         * gst-libs/gst/video/Makefile.am:
186         * gst-libs/gst/video/video.h:
187         Fix up build flags and include statement for the new generated
188         enumtypes files, to fix dist.
189
190 2009-01-05  Jan Schmidt  <jan.schmidt@sun.com>
191
192         * configure.ac:
193         * docs/libs/Makefile.am:
194         * docs/libs/gst-plugins-base-libs-docs.sgml:
195         * docs/libs/gst-plugins-base-libs-sections.txt:
196         * docs/plugins/Makefile.am:
197         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
198         * docs/plugins/gst-plugins-base-plugins-sections.txt:
199         * docs/plugins/gst-plugins-base-plugins.args:
200         * docs/plugins/gst-plugins-base-plugins.hierarchy:
201         * docs/plugins/gst-plugins-base-plugins.interfaces:
202         * docs/plugins/gst-plugins-base-plugins.prerequisites:
203         * docs/plugins/gst-plugins-base-plugins.signals:
204         * docs/plugins/inspect/plugin-app.xml:
205         * gst-libs/gst/Makefile.am:
206         * gst-libs/gst/app/gstappsink.c:
207         * gst-libs/gst/app/gstappsrc.c:
208         * tests/examples/Makefile.am:
209         * tests/examples/app/Makefile.am:
210
211         Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
212
213 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
214
215         * gst-libs/gst/audio/gstbaseaudiosink.c:
216         (gst_base_audio_sink_change_state):
217         Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
218         take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can do
219         this because the async_play method is deprecated and usually not called 
220         anymore.
221
222 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
223
224         * gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
225         Disconnect signal handlers before destroying a previous decodebin so
226         that we don't end up causing deadlocks. Fixes #566586.
227
228 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
229
230         * gst/audiotestsrc/gstaudiotestsrc.c:
231         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
232         (gst_audio_test_src_check_get_range),
233         (gst_audio_test_src_set_property),
234         (gst_audio_test_src_get_property):
235         * gst/audiotestsrc/gstaudiotestsrc.h:
236         Add property to control pull/push based scheduling.
237
238 2009-01-02  Alessandro Decina  <alessandro.d@gmail.com>
239
240         * configure.ac:
241         * tests/examples/seek/Makefile.am:
242         * tests/icles/Makefile.am:
243         Make the seek and colorkey examples depend on gtk+-x11 as they use
244         GDK_WINDOW_XID.
245         Fixes the build with gtk+-quartz.
246
247 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
248
249         * win32/common/libgstaudio.def:
250         * win32/common/libgsttag.def:
251         * win32/common/libgstvideo.def:
252         Add new exports to win32 files.
253
254 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
255
256         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
257         * gst-libs/gst/tag/gsttagdemux.h:
258         Add GType for GstTagDemuxResult enum.
259
260 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
261
262         * gst-libs/gst/video/Makefile.am:
263         * gst-libs/gst/video/video.h:
264         Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
265         This will help bindings to use it.
266
267 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
268
269         * gst-libs/gst/audio/Makefile.am:
270         * gst-libs/gst/audio/audio.c:
271         * gst-libs/gst/audio/multichannel.h:
272         * gst-libs/gst/audio/testchannels.c:
273         * win32/MANIFEST:
274         * win32/common/audio-enumtypes.c:
275         (gst_audio_channel_position_get_type),
276         (gst_ring_buffer_state_get_type),
277         (gst_ring_buffer_seg_state_get_type),
278         (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
279         * win32/common/audio-enumtypes.h:
280         * win32/common/multichannel-enumtypes.c:
281         * win32/common/multichannel-enumtypes.h:
282         * win32/vs6/grammar.dsp:
283         * win32/vs6/libgstaudio.dsp:
284         * win32/vs7/libgstaudio.vcproj:
285         * win32/vs8/libgstaudio.vcproj:
286         Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
287         audio- in order to wrap all enums declarations of that library.
288         This modification should not matter since that header file is not a
289         public header (it will be included by public headers).
290         Modify win32 crap^Wfiles accordingly.
291
292 2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
293
294         * gst-libs/gst/audio/gstbaseaudiosrc.h:
295         * gst-libs/gst/audio/gstbaseaudiosink.h:
296         Complete Sebastien's commit from the 13th by exporting the
297         _slave_method_get_type() methods.
298
299 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
300
301         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
302         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
303         (gst_gio_base_src_query):
304         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
305         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
306         (gst_gnome_vfs_src_query):
307         Implement URI query. Fixes bug #562949.
308
309 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
310
311         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
312         Add some debug info.
313
314         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
315         (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
316         (gst_play_sink_release_pad):
317         Add some more debug info.
318         Reconfigure the audio chain when we switch between raw and encoded audio
319         in gapless playback.
320
321 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
322
323         * gst-libs/gst/audio/gstbaseaudiosink.c:
324         (gst_base_audio_sink_setcaps):
325         Pause the write thread before deactivating and releasing the ringbuffer
326         to avoid a deadlock when we do gapless playback with different sample
327         rates in playbin2.  Fixes #564929.
328
329 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
330
331         * gst-libs/gst/audio/gstbaseaudiosrc.c:
332         Make GstAudioSrcSlaveMethod get_type() function non-static
333         as it's public now.
334
335         * win32/common/libgstaudio.def:
336         * win32/common/libgstnetbuffer.def:
337         Add some missing functions to the list of exported symbols.
338
339 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
340
341         Patch by: Andrew Feren <acferen at yahoo dot com>
342
343         * gst-libs/gst/netbuffer/gstnetbuffer.c:
344         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
345         (gst_netaddress_get_address_bytes),
346         (gst_netaddress_set_address_bytes):
347         * gst-libs/gst/netbuffer/gstnetbuffer.h:
348         Make gst_netaddress_get_ip4_address fail for v6 addresses.
349         Make gst_netaddress_get_ip6_address either fail or return the v4
350         address as a transitional v6 address.
351         Add two convenience functions:
352         API: gst_netaddress_get_address_bytes()
353         API: gst_netaddress_set_address_bytes()
354         Fixes #564896.
355
356 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
357
358         * gst/adder/Makefile.am:
359         * gst/adder/gstadder.c:
360           Cleanup variable names to make the adder-loop easier to understand.
361           Also try to use liboil to spee it up, but ifdef it out as it does not
362           make any change for me (Intel pentim M (sse,sse2) please try on other
363           systems).
364
365 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
366
367         * docs/plugins/Makefile.am:
368         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
369         * docs/plugins/gst-plugins-base-plugins-sections.txt:
370         * gst/tcp/gsttcpclientsink.c:
371         * gst/tcp/gsttcpclientsrc.c:
372         * gst/tcp/gsttcpserversrc.c:
373         Add minimal docs to make the remaining tcp elements show up.
374         Fixes #564139.
375
376 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
377
378         * win32/common/config.h:
379           Update to CVS version.
380
381         * win32/common/config.h.in:
382           Hardcode path to plugin install helper exe, just like we hardcode
383           the paths in core. Removes another source of VCS conflicts for
384           people hacking gst-plugins-base on systems with autotools.
385
386 2008-12-13  Edward Hervey  <bilboed@gmail.com>
387
388         * m4/Makefile.am:
389         And a couple more .m4 that don't exist anymore with gettext 0.17
390
391 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
392
393
394         * m4/Makefile.am:
395         inttypes.m4 hasn't been available since gettext-0.15, and since we now
396         require gettext >= 0.17 ... we can remove it from the list of files to
397         dist.
398
399 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
400
401         * gst-libs/gst/audio/gstbaseaudiosink.c:
402         (gst_base_audio_sink_slave_method_get_type),
403         (gst_base_audio_sink_class_init):
404         * gst-libs/gst/audio/gstbaseaudiosink.h:
405         * gst-libs/gst/audio/gstbaseaudiosrc.c:
406         (gst_base_audio_src_slave_method_get_type),
407         (gst_base_audio_src_class_init):
408         * gst-libs/gst/audio/gstbaseaudiosrc.h:
409         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
410         public API. This is needed for the C++ bindings to be able
411         to use this base classes. Fixes bug #564200, #564206.
412
413 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
414
415         * gst-libs/gst/cdda/gstcddabasesrc.c:
416         (gst_cdda_base_src_handle_event):
417         Remove erroneous gst_buffer_ref().
418         * tests/check/libs/rtp.c: (GST_START_TEST):
419         Don't forget to unref the buffer once you're done with it.
420
421 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
422
423         * gst/playback/gstplaybin.c:
424         * gst/playback/gstplaybin2.c:
425           XRef to GstXOverlay.
426
427 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
428
429         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
430         Free the factory array when finalizing.
431         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
432         Use a GstStaticPadTemplate since the src pad caps are fixed.
433
434 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
435
436         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
437         (gst_vorbis_enc_init):
438         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
439         pad templates.
440
441 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
442
443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
444         (gst_riff_create_video_template_caps):
445         Add mapping for VP6 in avi/riff.
446
447 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
448
449         * gst/subparse/samiparse.c: (sami_context_push_state),
450         (sami_context_pop_state), (start_sami_element), (end_sami_element):
451         Some versions of libxml seem to be very picky as to strict formatting
452         of the input and never 'close' the final </body> tag.
453         In order to fix that bad behaviour, we trigger the flushing of
454         remaining data on both </body> and </sami>.
455         Fixes #557365
456
457 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
458
459         Patch by: Guillaume Emont <guillaume at fluendo dot com>
460
461         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
462         Add typefinders for MS Word files and OS X .DS_Store files to
463         prevent them to be recognized as MPEG files. Fixes bug #564098.
464
465 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
466
467         * gst/playback/gstplaysink.c: (gen_audio_chain),
468         (gst_play_sink_reconfigure):
469         Add some more debug info.
470         Fix linking of just an encoded sink.
471         Handle failure to create a sink chain more gracefully than crashing.
472
473 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
474
475         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
476         Pushing 10 buffers is enough to run the test.
477
478 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
479
480         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
481         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
482         (main):
483         Hook up the SKIP seek flag.
484
485 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
486
487         * gst/playback/gstplaybin2.c: (pad_added_cb):
488         Error out with a missing-plugin error when the input-selector was not
489         found.
490
491         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
492         Indentation.
493
494 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
495
496         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
497         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
498         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
499         (gst_play_sink_send_event), (gst_play_sink_change_state):
500         Use G_DEFINE_TYPE.
501         Try to set the selected sink to READY before using it. This will allow
502         for detection of incompatible formats sooner.
503         Don't cause a fatal error when conversion elements are missing but post
504         a missing-element message and a warning instead because things might
505         still link and run fine.
506         Simplyfy the construction of audio and video sink chains.
507
508 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
509
510         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
511         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
512         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
513         init from glib.
514
515 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
516
517         Patch by: Luis Menina <liberforce at freeside dot fr>
518
519         * gst-libs/gst/floatcast/floatcast.h:
520         * gst/typefind/gsttypefindfunctions.c:
521         Include glib.h instead of a specific GLib header. Including single
522         GLib headers is deprecated. Fixes bug #563904.
523
524 2008-12-09  Julien Moutte  <julien@fluendo.com>
525
526         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
527         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
528
529 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
530
531         * gst-libs/gst/riff/riff-read.c:
532           Fix handling of odd chunks in riff metadata.
533
534 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
535
536         * gst/volume/gstvolume.c: (gst_volume_class_init),
537         (volume_before_transform), (volume_transform_ip):
538         Use new basetransform vmethod to reconfigure the dynamic properties and
539         any pending volume/mute changes. Fixes #563508.
540
541 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
542
543         * configure.ac:
544         First check for "theoraenc theoradec" and if that failed check
545         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
546         deprecate the latter. Also linking on Windows fails with just "theora"
547         and the version check would fail for the release candidates.
548         Fixes bug #563718.
549
550 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
551
552         * gst/playback/gstdecodebin.c:
553         * gst/playback/gstdecodebin2.c:
554           Add basic docs to decodebin and link to decodebin from decodebin2.
555           
556 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
557
558         Patch by: Olivier Crete  <tester at tester ca>
559
560         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
561         * gst-libs/gst/rtp/gstrtcpbuffer.h:
562         Implement gst_rtcp_packet_remove(). Fixes #563174.
563
564         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
565         Add unit test for some RTCP functions.
566
567 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
568
569         * configure.ac:
570         Apparently AC_CONFIG_MACRO_DIR breaks when using more
571         than one macro directory, reverting last change.
572
573 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
574
575         * configure.ac:
576         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
577         our M4 macros.
578
579 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
580
581         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
583         Clear all flags on buffers returned from the image pool.
584         Fixes #563143
585
586 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
587
588         Patch by: Cygwin Ports maintainer
589                   <yselkowitz at users dot sourceforge dot net>
590
591         * autogen.sh:
592         * configure.ac:
593         Require gettext 0.17 because older versions don't mix with libtool
594         2.2. At build time an older gettext version will still work.
595         Fixes bug #556091.
596
597 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
598
599         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
600
601 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
602
603         * docs/plugins/gst-plugins-base-plugins.args:
604         * docs/plugins/gst-plugins-base-plugins.hierarchy:
605         * docs/plugins/gst-plugins-base-plugins.interfaces:
606         * docs/plugins/gst-plugins-base-plugins.prerequisites:
607         * docs/plugins/inspect/plugin-videorate.xml:
608         * gst/speexresample/gstspeexresample.c:
609         Update documentation of speexresample for the new element name.
610
611 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
612
613         * gst/speexresample/README:
614         Update README with the latest diff between the Speex resampler
615         and our copy.
616
617 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
618
619         * gst/speexresample/gstspeexresample.c: (plugin_init):
620         Update the debug category from speex_resample to audioresample.
621
622 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
623
624         * gst/audioresample/Makefile.am:
625         * gst/audioresample/buffer.c:
626         * gst/audioresample/buffer.h:
627         * gst/audioresample/debug.c:
628         * gst/audioresample/debug.h:
629         * gst/audioresample/functable.c:
630         * gst/audioresample/functable.h:
631         * gst/audioresample/gstaudioresample.c:
632         * gst/audioresample/gstaudioresample.h:
633         * gst/audioresample/resample.c:
634         * gst/audioresample/resample.h:
635         * gst/audioresample/resample_chunk.c:
636         * gst/audioresample/resample_functable.c:
637         * gst/audioresample/resample_ref.c:
638         * tests/check/elements/audioresample.c:
639         Remove audioresample files.
640
641 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
642
643         * docs/plugins/inspect/plugin-audioresample.xml:
644         Regenerated for library filename change.
645
646 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
647
648         * configure.ac:
649         * docs/plugins/Makefile.am:
650         * docs/plugins/gst-plugins-base-plugins-sections.txt:
651         * docs/plugins/gst-plugins-base-plugins.args:
652         * docs/plugins/gst-plugins-base-plugins.hierarchy:
653         * docs/plugins/gst-plugins-base-plugins.interfaces:
654         * docs/plugins/gst-plugins-base-plugins.prerequisites:
655         * docs/plugins/inspect/plugin-adder.xml:
656         * docs/plugins/inspect/plugin-alsa.xml:
657         * docs/plugins/inspect/plugin-audioconvert.xml:
658         * docs/plugins/inspect/plugin-audiorate.xml:
659         * docs/plugins/inspect/plugin-audioresample.xml:
660         * docs/plugins/inspect/plugin-audiotestsrc.xml:
661         * docs/plugins/inspect/plugin-cdparanoia.xml:
662         * docs/plugins/inspect/plugin-decodebin.xml:
663         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
664         * docs/plugins/inspect/plugin-gdp.xml:
665         * docs/plugins/inspect/plugin-gio.xml:
666         * docs/plugins/inspect/plugin-gnomevfs.xml:
667         * docs/plugins/inspect/plugin-libvisual.xml:
668         * docs/plugins/inspect/plugin-ogg.xml:
669         * docs/plugins/inspect/plugin-pango.xml:
670         * docs/plugins/inspect/plugin-playback.xml:
671         * docs/plugins/inspect/plugin-queue2.xml:
672         * docs/plugins/inspect/plugin-subparse.xml:
673         * docs/plugins/inspect/plugin-tcp.xml:
674         * docs/plugins/inspect/plugin-theora.xml:
675         * docs/plugins/inspect/plugin-typefindfunctions.xml:
676         * docs/plugins/inspect/plugin-uridecodebin.xml:
677         * docs/plugins/inspect/plugin-video4linux.xml:
678         * docs/plugins/inspect/plugin-videorate.xml:
679         * docs/plugins/inspect/plugin-videoscale.xml:
680         * docs/plugins/inspect/plugin-videotestsrc.xml:
681         * docs/plugins/inspect/plugin-volume.xml:
682         * docs/plugins/inspect/plugin-vorbis.xml:
683         * docs/plugins/inspect/plugin-ximagesink.xml:
684         * docs/plugins/inspect/plugin-xvimagesink.xml:
685         * gst/speexresample/gstspeexresample.c: (plugin_init):
686         * gst/speexresample/Makefile.am:
687         * tests/check/Makefile.am:
688         * tests/check/elements/speexresample.c: (setup_speexresample),
689         (GST_START_TEST), (test_pipeline):
690         Rename the moved speexresample to audioresample, integrate into the
691         build system and remove the old audioresample from the build system.
692         Fixes bug #558124, #385061, #346218, #116051.
693
694 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
695
696         * gst-libs/gst/audio/gstbaseaudiosrc.c:
697         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
698         Avoid nasty int overflows after about 12 hours and 25 minutes when these
699         code paths are triggered. 
700         A free beer to Håvard Graff for finding this!
701
702 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
703
704         Patch by: 이문형 <iwings at gmail dot com>
705
706         * gst-libs/gst/rtsp/gstrtspconnection.c:
707         (gst_rtsp_connection_connect):
708         A successful gst_poll_wait() doesn't always mean successful connect() on
709         Windows.  We should check errors by calling gst_poll_fd_has_error().
710         See #561924.
711
712 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
713
714         * gst-libs/gst/rtp/gstrtcpbuffer.c:
715         Fix typo in the docs.
716
717 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
718
719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
720         If no stream was found before receiving EOS, post an error message.
721         Fixes #561924.
722
723 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
724
725         * ext/theora/gsttheoraenc.h:
726         * ext/theora/theoraenc.c: (gst_theora_enc_init),
727         (theora_buffer_from_packet), (theora_push_packet),
728         (theora_enc_sink_event), (theora_enc_is_discontinuous),
729         (theora_enc_chain):
730         Parse segment events.
731         Pass incomming buffer timestamps to outgoing buffers.
732         Use the running_time to construct the granulepos.
733         Fixes #562163.
734
735 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
736
737         * gst/playback/gstplaybin2.c: (activate_group):
738         Fix buffer-duration property.
739
740 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
741
742         * gst-libs/gst/audio/gstbaseaudiosink.c:
743         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
744         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
745         (gst_base_audio_sink_change_state):
746         Really fix audiosink drain handling by keeping track of the running_time
747         of the last sample.
748
749 2008-11-24  Michael Smith <msmith@songbirdnest.com>
750
751         * gst/playback/gstplaybin2.c:
752           Add notification of current stream. Add ability to configure buffer
753           sizes.
754         * gst/playback/gsturidecodebin.c:
755           Add ability to configure buffer sizes for streaming mode.
756           Bug #561734.
757
758 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
759
760         * gst-libs/gst/audio/gstbaseaudiosink.c:
761           Time is already in running_time. Remove base_time handling. Fixes
762           audiosinks not draining and thus chopping some audio in the end.
763
764 2008-11-24  David Schleef  <ds@schleef.org>
765
766         * ext/ogg/gstoggmux.c:
767         * ext/ogg/gstoggmux.h:
768           If we're muxing a dirac stream, flush the page after every picture.
769
770 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
771
772         * gst-libs/gst/audio/gstbaseaudiosink.c:
773           Add one log message to check for audio_drained. Sync one log message
774           with the condition. Send EOS after draining audio in pull mode.
775
776 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
777
778         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
779         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
780         Use gst_buffer_try_new_and_alloc() and fail properly if the
781         allocation failed. This prevents abort() if downstream elements
782         request an insane amount of memory.
783
784 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
785
786         * gst/volume/gstvolume.c: (volume_choose_func),
787         (volume_update_volume), (gst_volume_set_volume),
788         (gst_volume_get_volume), (gst_volume_set_mute),
789         (gst_volume_class_init), (gst_volume_init),
790         (volume_process_double), (volume_process_float),
791         (volume_process_int32), (volume_process_int32_clamp),
792         (volume_process_int24), (volume_process_int24_clamp),
793         (volume_process_int16), (volume_process_int16_clamp),
794         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
795         (volume_transform_ip), (volume_set_property),
796         (volume_get_property):
797         * gst/volume/gstvolume.h:
798         Cleanup volume, define and use default values.
799         Recalculate new volume and mute setup before processing. Fixes #561789.
800
801         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
802         Add controller unit test. Patch by: Jonathan Matthew
803         Fix bogus test that messed with basetransform's internal state.
804
805 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
806
807         * gst/videorate/gstvideorate.c:
808         Add jpeg and png image media types to the caps. Fixes #561436.
809
810 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
811
812         * gst/playback/gstplaysink.c: (gen_audio_chain):
813         Don't post an error when we can't configure the volume but post a
814         warning instead. Fixes #561780.
815
816 2008-11-21  David Schleef  <ds@schleef.org>
817
818         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
819
820         * gst/videotestsrc/gstvideotestsrc.c:
821         * gst/videotestsrc/gstvideotestsrc.h:
822         * gst/videotestsrc/videotestsrc.c:
823         * gst/videotestsrc/videotestsrc.h:
824           Add a zone plate pattern generator based on BBC R&D Report
825           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
826           kx2=20 ky2=20 kt=1'.
827
828 2008-11-20  Michael Smith <msmith@songbirdnest.com>
829
830         * gst/playback/gstdecodebin2.c:
831           Fix random fat-fingering making this not compile.
832
833 2008-11-20  Michael Smith <msmith@songbirdnest.com>
834
835         * gst/playback/gstdecodebin2.c:
836           If the top-level type of the stream is plain text, don't try to decode
837           it, matching behaviour of decodebin.
838         * gst/playback/gstplaysink.c:
839           If we fail to generate a text chain (e.g. due to missing optional
840           plugins), don't crash.
841
842 2008-11-20  Michael Smith <msmith@songbirdnest.com>
843
844         * gst-libs/gst/rtsp/gstrtspdefs.c:
845           Fix win32 build. Oops.
846
847 2008-11-20  Michael Smith <msmith@songbirdnest.com>
848
849         * gst-libs/gst/rtsp/gstrtspdefs.c:
850           Use WSAGetLastError() rather than errno/h_errno on win32.
851
852 2008-11-20  Michael Smith <msmith@songbirdnest.com>
853
854         * gst-libs/gst/riff/riff-media.c:
855           Support WMA Lossless properly.
856
857 2008-11-18  David Schleef  <ds@schleef.org>
858
859         * gst/videotestsrc/gstvideotestsrc.c:
860         * gst/videotestsrc/gstvideotestsrc.h:
861         * gst/videotestsrc/videotestsrc.c:
862         * gst/videotestsrc/videotestsrc.h:
863           Add "colorspec" property, specifying whether to generate BT.601
864           or BT.709 video.  This only affects YCbCr values, not RGB, since
865           if you're generating a 709 test pattern, presumably you want
866           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
867           uses 75% colors instead of 100%, since this is often more useful
868           for testing (and also follows the SMPTE EG-1 guideline).
869
870 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
871
872         * gst/playback/gstdecodebin.c:
873         Add a "sink-caps" property to decodebin like it's done for decodebin2.
874         Fixes #560380.
875
876 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
877
878         * gst/audioresample/gstaudioresample.c:
879         Guard against a NULL dereference I somehow encountered -
880         with a FLUSH_STOP arriving either before basetransform _start(),
881         or after _stop().
882
883         * gst/typefind/gsttypefindfunctions.c:
884         Make sure we never jump backwards when typefinding corrupt mov files.
885
886 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
887
888         * gst-libs/gst/interfaces/propertyprobe.c:
889         Fix random type causing a docs warning.
890
891 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
892
893         * sys/v4l/gstv4l.c:
894           Give it a minimal rank for autovideosrc.
895
896 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
897
898         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
899         (plugin_init):
900         Improve typefinding of ISO JPEG2000 mime types.
901
902 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
903
904         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
905         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
906         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
907         * sys/xvimage/xvimagesink.h:
908         Avoid typechecking when we do trivial casts.
909         Move error handling out of the main program flow.
910         Sneak in the display-region caps property, not completely correct yet.
911         Cache the width/height in buffer_alloc instead of parsing it from the
912         caps all the time.
913
914 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
915
916         * gst/playback/gstplaybin2.c: (deactivate_group):
917         don't try to unlink the selector sinkpad when we don't have it yet. This
918         can happen if an error occured before the group was complete.
919
920 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
921
922         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
923         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
924         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
925         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
926         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
927         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
928         (gst_rtp_buffer_get_extension_data),
929         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
930         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
931         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
932         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
933         (gst_rtp_buffer_get_payload_type),
934         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
935         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
936         (gst_rtp_buffer_set_timestamp),
937         (gst_rtp_buffer_get_payload_subbuffer),
938         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
939         Avoid expensive type checks we already did as part of the 
940         _validate() function that should be called first.
941
942 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
943
944         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
945         (gst_base_rtp_depayload_push_full),
946         (gst_base_rtp_depayload_set_gst_timestamp):
947         Fix some cases where a newsegment event was not sent.
948
949 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
950
951         * gst/playback/gstplaybin2.c: (activate_group):
952         Catch state change errors and stop from the uridecodebin elements
953         instead of trying to continue in vain.
954
955 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
956
957         * gst-libs/gst/audio/gstbaseaudiosink.c:
958         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
959         (gst_base_audio_sink_callback):
960         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
961         for the latency to expire, fixes #559567.
962
963 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
964
965         * gst/adder/gstadder.c:
966           Change author string after seeing output of gst-inspector.
967
968 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
969
970         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
971         Don't try to do crazy things when we only have a text pad without a
972         video pad. Fixes #559478.
973
974 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
975
976         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
977         Fix case where we don't have a range for the rates or channels as is the
978         case with truespeech.
979
980 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
981
982         * gst/volume/gstvolume.c: (volume_update_real_volume),
983         (gst_volume_set_volume), (gst_volume_get_volume),
984         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
985         (volume_transform_ip), (volume_update_mute),
986         (volume_update_volume), (volume_get_property):
987         * gst/volume/gstvolume.h:
988         Keep negotiated state in a separate variable.
989         Protect the volume and mute properties with the object lock.
990         Protect modifying the transform with the transform lock.
991
992 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
993
994         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
995         (gst_ffmpeg_pixfmt_to_caps):
996         Only convert caps to string when debug is enabled.
997
998 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
999
1000         * ext/theora/gsttheoradec.h:
1001         * ext/theora/theoradec.c: (gst_theora_dec_init),
1002         (gst_theora_dec_reset), (theora_dec_src_event),
1003         (theora_dec_sink_event), (theora_handle_type_packet):
1004         Copy seqnum.
1005         Keep events in a pending list, like vorbisdec, instead of trying
1006         to construct a segment event ourselves.
1007
1008         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1009         (vorbis_dec_src_event), (vorbis_dec_sink_event):
1010         * ext/vorbis/vorbisdec.h:
1011         Copy seqnum.
1012
1013 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1014
1015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1016         (gst_ogg_demux_deactivate_current_chain),
1017         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
1018         (gst_ogg_demux_loop):
1019         * ext/ogg/gstoggdemux.h:
1020         Copy seqnums around to track playback segments and messages.
1021
1022 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1023
1024         Based on patch by: Matthias Kretz <kretz at kde dot org>
1025
1026         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1027         (gst_alsasink_prepare), (gst_alsasink_unprepare),
1028         (gst_alsasink_write):
1029         Make all access non-blocking so that we can better handle unplugging
1030         of usb devices. Fixes #559111
1031
1032 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1033
1034         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1035
1036         * gst-libs/gst/rtsp/gstrtspconnection.c:
1037         (gst_rtsp_connection_write):
1038         Make the next call to poll not depend on previous calls to poll with or
1039         without reading from the active descriptor. Fixes #544293.
1040
1041 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1042
1043         Patch by: Nick Haddad <nick at haddads dot net>
1044
1045         * gst-libs/gst/riff/riff-ids.h:
1046         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1047         Add support for other fourcc codes that are commonly used for
1048         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
1049         Fixes #558553.
1050
1051 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
1052
1053         * gst/audioresample/gstaudioresample.c:
1054           Return the result of parent_class->event().
1055
1056 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1057
1058         * gst/audioresample/gstaudioresample.c:
1059         (gst_audioresample_class_init), (audioresample_fixate_caps):
1060         Fixate the rate to the nearest supported rate instead of
1061         the first one. Fixes bug #549510.
1062
1063 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1064
1065         * win32/common/libgstaudio.def:
1066         Add new symbols.
1067
1068 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1069
1070         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1071         Attempt to make obfuscated code clearer.
1072
1073 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1074
1075         * docs/libs/gst-plugins-base-libs-sections.txt:
1076         * gst-libs/gst/floatcast/floatcast.h:
1077         Move float endianness conversion macros to core. Second part of
1078         bug ##555196.
1079
1080 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
1081
1082         * sys/ximage/ximagesink.h:
1083         * sys/xvimage/xvimagesink.h:
1084           Don't mark as gtk-doc docs as they aren't public.
1085
1086 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
1087
1088         * sys/xvimage/xvimagesink.c:
1089         * sys/xvimage/xvimagesink.h:
1090         * tests/icles/Makefile.am:
1091         * tests/icles/test-colorkey.c:
1092           Allow setting colorkey if possible. Implement property probe interface
1093           for optional X features (autopaint-colorkey, double-buffer and
1094           colorkey). Fixes #554533
1095
1096 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
1097
1098         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1099         Remove useless buffer size assignment. It already has this value.
1100
1101 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1102
1103         * gst-libs/gst/audio/gstaudiosink.c:
1104         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
1105         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
1106         (gst_audioringbuffer_stop):
1107         Implement a separate activate functions to start monitoring the segments
1108         or, in pull mode, pulling in data.
1109
1110         * gst-libs/gst/audio/gstbaseaudiosink.c:
1111         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1112         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
1113         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
1114         (gst_base_audio_sink_activate_pull),
1115         (gst_base_audio_sink_async_play),
1116         (gst_base_audio_sink_change_state):
1117         Implement pad and element convert query function.
1118         Activate the ringbuffer.
1119         Use the segment last_stop value as the offset to pull.
1120         Use new basesink _do_preroll() method to preroll in the pulling thread.
1121         Take appropriate locking in the pulling thread.
1122
1123         * gst-libs/gst/audio/gstringbuffer.h:
1124         Update some docs.
1125
1126 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1127
1128         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
1129         Improve MXF typefinding a bit by searching for a header partition
1130         pack instead of just a general partition pack and checking more
1131         bytes for valid values.
1132
1133 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1134
1135         * tests/icles/.cvsignore:
1136         update ignore file.
1137
1138         * tests/icles/Makefile.am:
1139         * tests/icles/test-box.c: (make_pipeline), (main):
1140         Add another interactive command line experimentation suite for
1141         dynamically boxing/cropping/saling an input video.
1142
1143 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1144
1145         * docs/libs/gst-plugins-base-libs-sections.txt:
1146         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
1147         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
1148         * gst-libs/gst/audio/gstringbuffer.h:
1149         Add methods to more accuratly control the pulling thread of a
1150         ringbuffer.
1151         Add format conversion helper code to the ringbuffer.
1152         API: GstRingBuffer:gst_ring_buffer_activate()
1153         API: GstRingBuffer:gst_ring_buffer_is_active()
1154         API: GstRingBuffer:gst_ring_buffer_convert()
1155
1156 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1157
1158         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1159         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1160         (gst_audioringbuffer_stop):
1161         Signal thread startup earlier so that we can immediatly go into pull
1162         mode when we have to and block on preroll.
1163
1164 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1165
1166         * gst-libs/gst/audio/gstringbuffer.c:
1167         (gst_ring_buffer_prepare_read):
1168         In pull mode we want the callback to prepull a buffer we can preroll on
1169         even when we are not yet playing.
1170
1171 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
1172
1173         * ext/alsa/Makefile.am:
1174         * ext/cdparanoia/Makefile.am:
1175         * ext/gio/Makefile.am:
1176         * ext/gnomevfs/Makefile.am:
1177         * ext/libvisual/Makefile.am:
1178         * ext/ogg/Makefile.am:
1179         * ext/pango/Makefile.am:
1180         * ext/theora/Makefile.am:
1181         * ext/vorbis/Makefile.am:
1182         * gst/adder/Makefile.am:
1183         * gst/audioconvert/Makefile.am:
1184         * gst/audiorate/Makefile.am:
1185         * gst/audioresample/Makefile.am:
1186         * gst/audiotestsrc/Makefile.am:
1187         * gst/ffmpegcolorspace/Makefile.am:
1188         * gst/gdp/Makefile.am:
1189         * gst/playback/Makefile.am:
1190         * gst/subparse/Makefile.am:
1191         * gst/tcp/Makefile.am:
1192         * gst/typefind/Makefile.am:
1193         * gst/videorate/Makefile.am:
1194         * gst/videoscale/Makefile.am:
1195         * gst/videotestsrc/Makefile.am:
1196         * gst/volume/Makefile.am:
1197         * sys/v4l/Makefile.am:
1198         * sys/ximage/Makefile.am:
1199         * sys/xvimage/Makefile.am:
1200           Don't install static libs for plugins. Fixes #550851 for base.
1201
1202 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1203
1204         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
1205         Set the default blocksize to -1 because we will then use the configured
1206         samplesperbuffer to create our output buffer.
1207
1208 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1209
1210         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1211         (gst_riff_create_video_template_caps):
1212         Add mappping for the KMVC (Karl Morton's Video) Codec.
1213
1214 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1215
1216         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1217         Don't forget to advance the offset of what we're matching against, else
1218         we end up in a forever loop.
1219
1220 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
1221
1222         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1223         Improve typefinding a bit. If we don't have a Unicode charset
1224         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
1225
1226 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1227
1228         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1229         Fix build on macosx.
1230
1231 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1232
1233         Based on patch by: Robin Stocker <robin at nibor dot org>
1234
1235         * ext/theora/gsttheoradec.h:
1236         * ext/theora/theoradec.c: (gst_theora_dec_init),
1237         (theora_dec_setcaps), (theora_handle_type_packet),
1238         (theora_dec_decode_buffer), (theora_dec_change_state):
1239         Parse input caps and make the PAR override the encoded PAR when
1240         specified by a container. Fixes #555699.
1241
1242 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1243
1244         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1245         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1246         (gst_base_rtp_depayload_set_gst_timestamp),
1247         (gst_base_rtp_depayload_change_state):
1248         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1249         Add some more G_LIKELY
1250         Fail when the setcaps function was not called.
1251
1252         * gst-libs/gst/rtp/gstbasertppayload.c:
1253         (gst_basertppayload_set_outcaps):
1254         Propagate return value of setcaps.
1255
1256 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1257
1258         * gst/subparse/Makefile.am:
1259         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1260         (gst_sub_parse_class_init), (gst_sub_parse_init),
1261         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1262         (get_next_line), (gst_sub_parse_data_format_autodetect),
1263         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1264         (gst_subparse_type_find):
1265         * gst/subparse/gstsubparse.h:
1266         Add support for UTF16/UTF32 subtitles as long as the first bytes of
1267         the first buffer contain the BOM. This also adds support for other
1268         encodings that allow NUL bytes via the encoding property.
1269         Fixes bugs #552237 and #456788.
1270
1271 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1272
1273         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1274         Don't drop the last byte of image tags if they're not an URI list.
1275         Fixes bug #556066.
1276
1277 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1278
1279         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1280         For looking at the 4th byte we have to get 4 bytes of course
1281         and not 3.
1282
1283 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1284
1285         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1286         Improve FLAC-without-headers typefinding by looking at most of the
1287         frame header and checking if invalid values are used. Should prevent
1288         quite some false positives compared to the old version which only
1289         check if the first 14 bits are set.
1290
1291 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
1292
1293         * sys/xvimage/xvimagesink.c:
1294           Don't assert on caps==NULL.
1295
1296 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1297
1298         * gst/subparse/gstsubparse.c:
1299         (gst_sub_parse_data_format_autodetect), (handle_buffer),
1300         (gst_sub_parse_change_state):
1301         * gst/subparse/gstsubparse.h:
1302         * tests/check/elements/subparse.c: (GST_START_TEST):
1303         Add support for subtitle files with UTF-8 BOM at the beginning
1304         by simple stripping it from the first line before passing it
1305         to any parsing code. Fixes bug #555257 and playback of files
1306         created by Gnome Subtitles.
1307
1308 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1309
1310         * gst/audiotestsrc/gstaudiotestsrc.c:
1311         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1312         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1313         (gst_audio_test_src_start), (gst_audio_test_src_stop),
1314         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1315         (gst_audio_test_src_create):
1316         * gst/audiotestsrc/gstaudiotestsrc.h:
1317         Define the default property values in the usual place.
1318         Implement start/stop to reset values correctly.
1319         Calculate the sample size only once when we negotiate.
1320         Rename some values to make more sense.
1321         Keep track of our byte range.
1322         Add support for pull based scheduling. Disabled for now until we have
1323         the whole stack working.
1324         Set the BUFFER_OFFSET correctly.
1325
1326 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1327
1328         Based on a patch by: xavierb at gmail dot com
1329
1330         * gst/subparse/gstsubparse.c:
1331         (gst_sub_parse_data_format_autodetect):
1332         * tests/check/elements/subparse.c: (GST_START_TEST):
1333         Make the detection of the used subtitle a bit less strict
1334         for srt subtitles. Fixes bug #555607.
1335
1336 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1337
1338         * ext/vorbis/vorbisenc.c:
1339         (gst_vorbis_enc_buffer_check_discontinuous):
1340         Fix discontinuity detection which was broken by last commit.
1341
1342 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1343
1344         * configure.ac::
1345           Require core CVS for ghostpad API additions used by decodebin2.
1346
1347 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1348
1349         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1350         (gst_base_audio_src_create):
1351         Fix debug statements (space between '%' and actual format).
1352
1353 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1354
1355         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1356         Remove bogus assert, the decodepad could have been created inside an
1357         already existing group.
1358
1359 2008-10-08  Andy Wingo  <wingo@pobox.com>
1360
1361         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1362         target instead of setting it.
1363         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1364         API for a decode pad. The bugfix is that we set the group in
1365         activate(), not when the pad was created because it might be NULL
1366         then.
1367         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1368         Update to use the API.
1369
1370 2008-10-08  Andy Wingo  <wingo@pobox.com>
1371
1372         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1373         be a subclass of GstGhostPad.
1374         (analyze_new_pad): So, when emitting the signals that determine
1375         how we do autoplugging, already create the ghost pad and use it as
1376         the pad in the signal arguments. This allows applications to make
1377         a connection between the pad passed in e.g. autoplug-continue, and
1378         the pad passed in new-decoded-pad.
1379         (connect_pad, expose_pad): Update to receive the ghosted decode
1380         pad in the args, retargetting it as necessary if we have to plug
1381         the target pad through a multiqueue.
1382         (gst_decode_group_control_source_pad): Adapt to receive an
1383         already-ghosted pad that just needs activation, blocking, and
1384         drain notification.
1385         (sort_end_pads): Adapt for decode pads actually being pads.
1386         (gst_decode_group_expose): Adapt for decode pads actually being
1387         pads. Rewrite the decode pad names so they appear in order. Adds a
1388         new error case if we couldn't set the name.
1389         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1390         logic.
1391         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1392         New API for the decode pad, needed because we shouldn't do these
1393         things inside gst_decode_pad_new(), but after.
1394         (gst_decode_pad_new): Change to actually make the real pad, and
1395         delay the blocking/drainage bits.
1396
1397 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1398
1399         Patch by: Daniel Drake <dsd at laptop dot org>
1400
1401         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1402         Unref all buffers when clearing collectpads. Fixes bug #546955.
1403
1404 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1405
1406         Based on a patch by: Klaas <klaas at rivercrew dot net>
1407
1408         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1409         (gst_vorbis_enc_buffer_check_discontinuous),
1410         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1411         * ext/vorbis/vorbisenc.h:
1412         Keep track of the upstream segments and use the running time on that
1413         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1414
1415 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1416
1417         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1418         Prevent overflows with big buffer when calculating the size of
1419         the intermediate buffer by using gst_util_uint64_scale() instead of
1420         plain arithmetics. Fixes bug #552801.
1421
1422 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1423
1424         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1425
1426         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1427         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1428         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1429         (gst_clock_overlay_get_property):
1430         * ext/pango/gstclockoverlay.h:
1431         API: Add ability to specify format for date/time display by
1432         adding a "time-format" property.
1433         Fixes bug #554879.
1434
1435 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1436
1437         Patch by: Jan Gerber <j at oil21 dot org>
1438
1439         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1440         (gst_riff_create_video_template_caps):
1441         Add FFV1 fourcc to support playback of FFMPEG lossless video
1442         in AVI. Fixes bug #555319.
1443
1444 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1445
1446         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1447
1448         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1449         (gst_base_audio_src_create):
1450         Implement skew clock slaving. Fixes #552559.
1451
1452 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1453
1454         * gst-libs/gst/audio/multichannel.c:
1455         * gst-libs/gst/audio/testchannels.c:
1456         Fix include of config.h
1457
1458 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1459
1460         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1461
1462         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1463         (print_media), (gst_sdp_message_dump):
1464         Fix parsing of the c= field containing multicast addresses.
1465         Fixes #552199.
1466         Add the connection info to the session or streams.
1467         Fix parsing of the bandwidth.
1468         Add debugging for the connections and bandwidths for a media.
1469         Add debugging for the bandwidth of the session. 
1470
1471 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1472
1473         * gst-libs/gst/rtp/gstbasertppayload.c:
1474         (gst_basertppayload_change_state):
1475         Configure the next seqnum and timestamp in the state change so that they
1476         can be queried soon after.
1477
1478 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1479
1480         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1481         (gst_base_rtp_depayload_chain):
1482         Improve debugging of the rtptime.
1483
1484 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1485
1486         * configure.ac:
1487         Back to development -> 0.10.21.1
1488
1489 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1490
1491         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1492         (plugin_init):
1493         Add typefinding for FLAC without headers in the beginning.
1494         This is already handled by flacdec and friends.
1495
1496 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1497
1498         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1499         (plugin_init):
1500         Add typefinder for MXF.
1501
1502 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1503
1504         * tests/icles/Makefile.am:
1505         Only build test-colorkey if GTK+ is available.
1506
1507 === release 0.10.21 ===
1508
1509 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1510
1511         * configure.ac:
1512           releasing 0.10.21, "We Could Be Wrong"
1513
1514 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1515
1516         * configure.ac:
1517         0.10.20.4 pre-release
1518
1519 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1520
1521         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1522
1523         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1524         Set the BOS flag on the BOS packet. Fixes #553244.
1525
1526 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1527
1528         * gst-libs/gst/rtsp/gstrtspmessage.c:
1529         (gst_rtsp_message_parse_request),
1530         (gst_rtsp_message_parse_response):
1531         Fix the g_return_val_if_fail() statements.
1532
1533 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1534
1535         * gst-libs/gst/tag/gsttagdemux.c:
1536           Fail to activate if there's insufficient data in the file to be usable,
1537           preventing an assertion fail later. Fixes #552960
1538
1539 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1540
1541         * gst-libs/gst/pbutils/descriptions.c:
1542         * gst/typefind/gsttypefindfunctions.c:
1543           Recognise Kate subtitle streams (#550582).
1544
1545 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1546
1547         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1548           Remove trailing comma from enum list, which causes problems
1549           with -pendantic (#550729).
1550
1551 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1552
1553         * configure.ac:
1554         0.10.20.2 pre-release
1555
1556         * po/LINGUAS:
1557         * po/id.po:
1558         * po/pt_BR.po:
1559
1560         New translations.
1561
1562 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1563
1564         * gst-libs/gst/interfaces/propertyprobe.c:
1565           (gst_property_probe_get_properties),
1566           (gst_property_probe_get_property),
1567           (gst_property_probe_probe_property),
1568           (gst_property_probe_probe_property_name),
1569           (gst_property_probe_needs_probe),
1570           (gst_property_probe_needs_probe_name),
1571           (gst_property_probe_get_values),
1572           (gst_property_probe_get_values_name),
1573           (gst_property_probe_probe_and_get_values),
1574           (gst_property_probe_probe_and_get_values_name):
1575           More sanity checks for our second-favourite interface.
1576
1577 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1578
1579         * gst-libs/gst/interfaces/propertyprobe.c:
1580           Check for NULL pointer, in the hope that this fixes #532864.
1581
1582 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1583
1584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1585           No really, the next release is 0.10.21 (fix Since: tags in docs).
1586
1587 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1588
1589         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1590         Disable a code path that is now called but causes a deadlock for some
1591         reason and is unneeded.
1592
1593 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1594
1595         * sys/xvimage/xvimagesink.c:
1596         * sys/xvimage/xvimagesink.h:
1597           Add a "draw-border" property that can be set to false to disable
1598           drawing borders.
1599           
1600         * tests/icles/test-colorkey.c:
1601         * tests/icles/Makefile.am:
1602           Add new test application for the colorkey handling.
1603
1604 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1605
1606         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1607         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1608         This will also be fixed for upcoming gst-ffmpeg release so that once
1609         this release of -base is out, it will work with the latest gst-ffmpeg
1610         release.
1611
1612 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1613
1614         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1615         (gst_riff_create_audio_template_caps):
1616         Add Truespeech mapping for RIFF formats (AVI/WAV).
1617         Fixes #550656
1618
1619 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1620
1621         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1622         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1623         Fixes #550638.
1624
1625 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1626
1627         * configure.ac:
1628         * gst/subparse/Makefile.am:
1629         * gst/subparse/gstsubparse.c:
1630         * gst/subparse/samiparse.c:
1631         * tests/check/elements/subparse.c:
1632           Rework last change, so that we build subparse, but just disable the
1633           sami parse functionality, if we're configured to not use xml. In the
1634           tests only the sami test is disabled now.
1635
1636 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1637
1638         * configure.ac:
1639           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1640           test runs.
1641
1642 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1643
1644         * po/POTFILES.in:
1645           Add some more files with strings for translation.
1646
1647 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1648
1649         * gst-libs/gst/tag/gstvorbistag.c:
1650         * tests/check/libs/tag.c:
1651           Use new geo location tags from core. Fixes #481169
1652
1653 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1654
1655         * tests/check/elements/audioresample.c: (setup_audioresample),
1656         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1657         (test_discont_stream_instance):
1658         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1659         Add debugging for coherence.
1660
1661 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1662
1663         Patch by: Jonathan Matthew  <notverysmart gmail com>
1664
1665         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1666           Add typefinder for PDF documents (which is nice to have, since it's a
1667           common format, but also helps prevent false positives). Fixes #549814.
1668
1669 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1670
1671         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1672         (no_more_pads_cb):
1673         Fix nasty race where multiple decodebins could start pushing data before
1674         we manage to configure the sinks, resulting in not-linked errors in
1675         typical RTSP streaming cases.
1676
1677 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1678
1679         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1680         Since we now call stop, we trigger this code path that causes a deadlock
1681         is apparently not needed.
1682
1683 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1684
1685         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1686         (gst_ring_buffer_stop):
1687         Also allow the case where the ringbuffer was paused when we try to stop
1688         it so that the basesrc stop function is still called.
1689
1690 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1691
1692         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1693
1694         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1695         Reprobe devices again instead of taking a cached list as new
1696         devices could've been plugged in. Fixes bug #549062.
1697
1698 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1699
1700         Patch by: Alessandro Dessina <alessandro nnva org>
1701
1702         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1703         (gst_ogg_demux_activate_chain):
1704         Don't add pads and activate them for skeleton streams. These are already
1705         handled inside oggdemux. Fixes bug #537599.
1706
1707 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1708
1709         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1710         Reset variable so that query and convert fail after going back to
1711         READY. Fixes #548898.
1712
1713 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1714
1715         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1716         If a buffer arrives with a timestamp before the timestamp+duration
1717         of the previous buffer clip it instead of dropping it completely.
1718         Slight improvement for the unfixable bug #548913.
1719
1720 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1721
1722         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1723         Take the current timestamp instead of timestamp+duration for the offset.
1724         This offset will later be used for calculating the timestamp and
1725         otherwise vorbisdec will interpolate timestamps wrong if upstream
1726         only sends timestamps and no granulepos.
1727
1728 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1729
1730         * tests/examples/seek/seek.c:
1731           Don't crash when having no visualisations.
1732
1733 2008-08-16  David Schleef  <ds@schleef.org>
1734
1735         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1736           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1737           Fixes #548065.
1738
1739 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1740
1741         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1742         When cleaning up the caps fields also remove "depth" for the same
1743         reason we remove "width".
1744
1745 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1746
1747         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1748           Add Lead H.264 here as well.
1749
1750 2008-08-14  Julien Moutte  <julien@fluendo.com>
1751
1752         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1753         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1754
1755 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1756
1757         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1758         (gst_base_audio_src_create):
1759         When not slaved to another clock also subtract the base_time from our
1760         internal clock time to get the running time.
1761
1762 2008-08-12  David Schleef  <ds@schleef.org>
1763
1764         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1765           since it has no basis in libtheora.
1766
1767 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1768
1769         * gst-libs/gst/interfaces/propertyprobe.h:
1770           Remove double "interface" from doc-string.
1771
1772         * gst-libs/gst/interfaces/xoverlay.h:
1773           Document interface.
1774
1775         * gst-libs/gst/riff/riff.c:
1776           Add basic doc blobs.
1777
1778 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1779
1780         * gst-libs/gst/audio/Makefile.am:
1781           Don't try to build that example anymore.
1782
1783 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1784
1785         * gst-libs/gst/audio/.cvsignore:
1786         * gst-libs/gst/audio/Makefile.am:
1787         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1788         * gst-libs/gst/audio/make_filter:
1789           Move audiofiltertemplate to gst-template.
1790
1791 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1792
1793         * docs/libs/gst-plugins-base-libs-sections.txt:
1794         * gst-libs/gst/audio/gstaudiosrc.h:
1795           More docs and shuffling. What can we do with the hundreds of #defines.
1796
1797 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1798
1799         * gst-libs/gst/audio/audio.h:
1800         * gst-libs/gst/audio/gstaudiofilter.h:
1801         * gst-libs/gst/audio/gstringbuffer.h:
1802         * gst-libs/gst/interfaces/propertyprobe.h:
1803         * gst-libs/gst/tag/gsttagdemux.h:
1804           Reducing number of dundocumented symbols.
1805
1806 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1807
1808         * gst-libs/gst/audio/audio.c:
1809           Fix doc comment syntax.
1810
1811         * gst-libs/gst/interfaces/propertyprobe.c:
1812           Add more doc-comments and a FIXME: for the signal.    
1813
1814 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1815
1816         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1817         (gst_ogg_mux_request_new_pad):
1818         * ext/ogg/gstoggmux.h:
1819         Don't pretend to support NEWSEGMENT events, instead override the
1820         GstCollectPads event function to return FALSE on NEWSEGMENT events
1821         and do the normal work for other events.
1822
1823         This prevents elements like flacenc to seek to the start and rewrite
1824         some data which then results in a broken Ogg packet.
1825
1826 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1827
1828         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1829
1830         * ext/alsa/gstalsaplugin.c: (plugin_init):
1831         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1832         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1833         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1834         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1835         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1836         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1837         * gst/playback/gstdecodebin.c: (plugin_init):
1838         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1839         * gst/playback/gstplayback.c: (plugin_init):
1840         * gst/playback/gstqueue2.c: (plugin_init):
1841         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1842         * sys/v4l/gstv4l.c: (plugin_init):
1843         Make sure gettext returns translations in UTF-8 encoding rather
1844         than in the current locale encoding (#546822).
1845
1846 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1847
1848         * gst-libs/gst/pbutils/descriptions.c:
1849           Add audio/x-qdm for qtdemux.
1850
1851 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1852
1853         * ext/vorbis/vorbisdec.c:
1854           Do not leak old taglist.
1855
1856 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1857
1858         * tests/icles/test-scale.c:
1859           Include <stdlib.h> for atoi().
1860
1861 2008-08-04  Andy Wingo  <wingo@pobox.com>
1862
1863         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1864         documentation fix.
1865
1866 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1867
1868         * gst/adder/gstadder.c:
1869           Cleanup lots of empty lines that came from gst-indent going havoc
1870           before I added the INDENT_ON/OFF marker some time agao.
1871
1872 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1873
1874         * configure.ac:
1875         * gst-libs/gst/riff/riff-read.c:
1876           Bump requirement to latest core and use new tag for riff formats.
1877           Needed for #520694.
1878
1879 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1880
1881         * tests/examples/dynamic/Makefile.am:
1882         * tests/examples/dynamic/codec-select.c: (make_encoder),
1883         (make_pipeline), (do_switch), (my_bus_callback), (main):
1884         Add example app that dynamically switches between 3 'encoders'.
1885
1886 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1887
1888         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1889         Add some more comments.
1890
1891 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1892
1893         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1894         (gst_video_test_src_create):
1895         Discard buffers of the wrong size after renegotiation, this is perfectly
1896         possible with things like capsfilter that could suggest caps changes
1897         upstream without knowing the size of the buffer.
1898
1899 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1900
1901         * tests/icles/.cvsignore:
1902         * tests/icles/Makefile.am:
1903         * tests/icles/test-scale.c: (make_pipeline), (main):
1904         Add dynamic rescaling tests for the new basetransform.
1905
1906 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1907
1908         * gst/audioconvert/Makefile.am:
1909           Dist recently-added gstfastrandom.h.
1910
1911 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1912
1913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1914         Fix a "may be used uninitialized in this function" which weirdly only
1915         appears on macosx (?).
1916
1917 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1918
1919         * gst-libs/gst/riff/riff-ids.h:
1920           Adding acid chunk for tempo and loop information.
1921
1922 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1923
1924         * sys/xvimage/Makefile.am:
1925           floor() needs linking to $(LIBM).
1926
1927 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1928
1929         * ext/gnomevfs/gstgnomevfssrc.c:
1930           Aggregate short reads and add some comments and debug logging.
1931           Fixes #537380
1932
1933 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1934
1935         * gst/playback/gstplaybasebin.c:
1936           Fix property doc markup (its not a signal).
1937
1938         * sys/xvimage/xvimagesink.c:
1939           Add since tag for new proeprties (also add sice tags fro the last two
1940           other additions).
1941
1942 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1943
1944         * sys/xvimage/xvimagesink.c:
1945         * sys/xvimage/xvimagesink.h:
1946           Add autofill/colorkey properties. Fixes #538656.
1947
1948 2008-07-28  David Schleef  <ds@schleef.org>
1949
1950         * sys/xvimage/xvimagesink.c:
1951           Fix rounding errors when converting colorbalance values
1952           between hardware and object property ranges.  Partial
1953           fix for #537889, however, there still seems to be a small
1954           drift problem that could be totem's fault.
1955
1956 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1957
1958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1959         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1960         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1961         This fixes a critical warning.
1962
1963 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1964
1965         * ext/ogg/gstoggmux.c:
1966         Allow muxing of CELT into Ogg streams.
1967
1968 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1969
1970         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1971         (plugin_init):
1972         Add simple typefinder for the CELT codec (www.celt-codec.org).
1973
1974 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1975
1976         Patch by: Jan Gerber <j at oil21 dot org>
1977
1978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1979         Fix calculation of the start time from skeleton streams.
1980         Fixes bug #530068.
1981
1982 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1983
1984         * tests/examples/seek/seek.c:
1985           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1986
1987 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1988
1989         * gst/audioconvert/audioconvert.h:
1990         * gst/audioconvert/gstaudioquantize.c:
1991         (gst_audio_quantize_setup_dither),
1992         (gst_audio_quantize_free_dither):
1993         * gst/audioconvert/gstfastrandom.h:
1994         Implement a linear congruential generator as pseudo random number
1995         generator for the dither noise. This is about 2 times faster than
1996         using GLib's mersenne twister. Also this uses only integer math for
1997         generating integers while GLib internally uses floating point math.
1998
1999 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2000
2001         * configure.ac:
2002           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
2003
2004 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
2005
2006         Patch by: Damien Lespiau  <damien.lespiau gmail com>
2007
2008         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
2009           Use GST_STR_NULL to avoid crashes with libcs that don't
2010           like NULL strings in printf args (such as the win32 one).
2011           Fixes #544306.
2012
2013 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2014
2015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
2016         Oops - set the size of the image used for probing back to 1x1, for
2017         consistency with ximagesink
2018
2019 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2020
2021         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2022         (gst_ximagesink_ximage_new):
2023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2024         (gst_xvimagesink_xvimage_new):
2025
2026         Apparently on Solaris and OS/X (at least), it's not legal to ask the
2027         X server to attach to a shared memory segment after we've deleted it,
2028         with the result that MIT-SHM is disabled. Instead, remove it only after 
2029         X succeeds in attaching too.
2030
2031 2008-07-16  David Schleef  <ds@schleef.org>
2032
2033         * gst/audiotestsrc/gstaudiotestsrc.c:
2034         * gst/audiotestsrc/gstaudiotestsrc.h:
2035           Add 'ticks', a 1/30 second sine wave pulse every second.
2036
2037 2008-07-15  David Schleef  <ds@schleef.org>
2038
2039         * gst-libs/gst/video/video.c: Revert ABI change.
2040
2041 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2042
2043         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2044         Make it impossible to have NULL caps at the point where we set
2045         framerate and other things. Also don't return immediately for "3ivd"
2046         video and let framerate, etc be set. Might fix bug #542508.
2047
2048 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2049
2050         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
2051         Video format can also be conveniently determined from (many)
2052         non-fixed caps.
2053
2054 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
2055
2056         * gst/playback/gstplaybasebin.c:
2057         * gst/playback/gstplaybasebin.h:
2058         * gst/playback/gstplaybin.c:
2059         * gst/playback/gststreamselector.c:
2060         First stab at integrating DVD subpicture overlay into
2061         playbin. Successfully plugs and plays, but the queues need
2062         shrinking - 3 seconds of video is too much buffering.
2063
2064 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
2065
2066         * gst/audioconvert/gstaudioconvert.c:
2067           Remove now obsolete note in the docs.
2068
2069 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
2070
2071         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2072         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2073         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2074         * docs/plugins/gst-plugins-base-plugins.args:
2075         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2076         * docs/plugins/gst-plugins-base-plugins.interfaces:
2077         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2078         * docs/plugins/gst-plugins-base-plugins.signals:
2079         * docs/plugins/inspect/plugin-adder.xml:
2080         * docs/plugins/inspect/plugin-alsa.xml:
2081         * docs/plugins/inspect/plugin-audioconvert.xml:
2082         * docs/plugins/inspect/plugin-audiorate.xml:
2083         * docs/plugins/inspect/plugin-audioresample.xml:
2084         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2085         * docs/plugins/inspect/plugin-cdparanoia.xml:
2086         * docs/plugins/inspect/plugin-decodebin.xml:
2087         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2088         * docs/plugins/inspect/plugin-gdp.xml:
2089         * docs/plugins/inspect/plugin-gnomevfs.xml:
2090         * docs/plugins/inspect/plugin-libvisual.xml:
2091         * docs/plugins/inspect/plugin-ogg.xml:
2092         * docs/plugins/inspect/plugin-pango.xml:
2093         * docs/plugins/inspect/plugin-playback.xml:
2094         * docs/plugins/inspect/plugin-queue2.xml:
2095         * docs/plugins/inspect/plugin-subparse.xml:
2096         * docs/plugins/inspect/plugin-tcp.xml:
2097         * docs/plugins/inspect/plugin-theora.xml:
2098         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2099         * docs/plugins/inspect/plugin-uridecodebin.xml:
2100         * docs/plugins/inspect/plugin-video4linux.xml:
2101         * docs/plugins/inspect/plugin-videorate.xml:
2102         * docs/plugins/inspect/plugin-videoscale.xml:
2103         * docs/plugins/inspect/plugin-videotestsrc.xml:
2104         * docs/plugins/inspect/plugin-volume.xml:
2105         * docs/plugins/inspect/plugin-vorbis.xml:
2106         * docs/plugins/inspect/plugin-ximagesink.xml:
2107         * docs/plugins/inspect/plugin-xvimagesink.xml:
2108         * ext/alsa/gstalsamixer.c:
2109         * ext/alsa/gstalsasink.c:
2110         * ext/alsa/gstalsasrc.c:
2111         * ext/gio/gstgiosink.c:
2112         * ext/gio/gstgiosrc.c:
2113         * ext/gio/gstgiostreamsink.c:
2114         * ext/gio/gstgiostreamsrc.c:
2115         * ext/gnomevfs/gstgnomevfssink.c:
2116         * ext/gnomevfs/gstgnomevfssrc.c:
2117         * ext/ogg/gstoggdemux.c:
2118         * ext/ogg/gstoggmux.c:
2119         * ext/pango/gstclockoverlay.c:
2120         * ext/pango/gsttextoverlay.c:
2121         * ext/pango/gsttextrender.c:
2122         * ext/pango/gsttimeoverlay.c:
2123         * ext/theora/theoradec.c:
2124         * ext/theora/theoraenc.c:
2125         * ext/theora/theoraparse.c:
2126         * ext/vorbis/vorbisdec.c:
2127         * ext/vorbis/vorbisenc.c:
2128         * ext/vorbis/vorbisparse.c:
2129         * ext/vorbis/vorbistag.c:
2130         * gst/adder/gstadder.c:
2131         * gst/audioconvert/gstaudioconvert.c:
2132         * gst/audioresample/gstaudioresample.c:
2133         * gst/audiotestsrc/gstaudiotestsrc.c:
2134         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2135         * gst/gdp/gstgdpdepay.c:
2136         * gst/gdp/gstgdppay.c:
2137         * gst/playback/gstdecodebin2.c:
2138         * gst/playback/gstplaybin.c:
2139         * gst/playback/gstplaybin2.c:
2140         * gst/playback/gstqueue2.c:
2141         * gst/playback/gsturidecodebin.c:
2142         * gst/tcp/gstmultifdsink.c:
2143         * gst/tcp/gsttcpserversink.c:
2144         * gst/videorate/gstvideorate.c:
2145         * gst/videoscale/gstvideoscale.c:
2146         * gst/videotestsrc/gstvideotestsrc.c:
2147         * gst/volume/gstvolume.c:
2148         * sys/ximage/ximagesink.c:
2149         * sys/xvimage/xvimagesink.c:
2150           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
2151           titles. Drop mentining that all our example pipelines are "simple"
2152           pipelines.
2153
2154 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2155
2156         * tests/examples/seek/Makefile.am:
2157         Fix out of tree build by adding all required CFLAGS.
2158
2159 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2160
2161         * gst/playback/gstdecodebin.c: (add_raw_queue):
2162         And ref the pad before returning it again when linking to the queue
2163         failed. Otherwise we will unref the pad twice later and things break.
2164
2165 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2166
2167         * gst/playback/gstdecodebin.c: (add_raw_queue):
2168         If linking the raw pad with a queue fails, try it without a queue
2169         instead of failing completely. This should never happen.
2170
2171 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2172
2173         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
2174
2175         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
2176         Add a queue after a demuxer if the demuxer outputs raw data. This was
2177         done before only for non-raw data but is required in this case too.
2178         Fixes bug #540215.
2179
2180         decodebin2 doesn't have this issue because all streams of a group
2181         go through multiqueue.
2182
2183 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2184
2185         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2186
2187         * gst-libs/gst/sdp/gstsdpmessage.c:
2188         Makes libgstsdp compile with mingw32 by defining the right WINVER so
2189         that getaddrinfo() can be used. Fixes #541358.
2190
2191 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2192
2193         * gst/videotestsrc/gstvideotestsrc.c:
2194         (gst_video_test_src_class_init), (gst_video_test_src_init),
2195         (gst_video_test_src_set_property),
2196         (gst_video_test_src_get_property), (gst_video_test_src_create):
2197         * gst/videotestsrc/gstvideotestsrc.h:
2198         Cleanups, use default property values as defines.
2199         Add property to enable/disable peer buffer allocation.
2200
2201 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2202
2203         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
2204         * tests/check/pipelines/streamheader.c: (streamheader_suite):
2205         Enable unit tests on PPC again as the bugs are now fixed.
2206
2207 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2208
2209         * gst-libs/gst/riff/riff-ids.h:
2210         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2211         (gst_riff_create_audio_template_caps):
2212         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
2213         Fixes bug #540351.
2214
2215 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2216
2217         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2218         (gst_ffmpeg_pixfmt_to_caps):
2219         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2220         (gst_ffmpegcsp_get_unit_size):
2221         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
2222         it on other formats. Also adjust the unit size only for that format
2223         to not include the palette. Fixes bug #540497.
2224
2225 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
2226
2227         * gst/adder/gstadder.c:
2228           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2229
2230 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2231
2232         * ChangeLog:
2233           ChangeLog surgery.
2234   
2235         * tests/examples/seek/seek.c:
2236           Move variable into ifdef too.
2237         
2238
2239 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2240
2241         * tests/examples/seek/seek.c:
2242           Include config.h and check if we have X. Remove XInitThread(), don't
2243           think its needed. Fixes: #540334.
2244
2245 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2246
2247         Patch by: Sam Morris <sam at robots dot org to uk>
2248
2249         * gst-libs/gst/interfaces/mixertrack.c:
2250         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2251         (gst_mixer_track_set_property):
2252         API: Add "index" property to GstMixerTrack to differantiate between
2253         multiple mixer tracks with the same label.
2254
2255         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2256         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2257         Set the "index" property of GstMixerTrack to the index given by ALSA.
2258         Fixes bug #528299.
2259
2260 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2261
2262         * tests/examples/seek/Makefile.am:
2263         * tests/examples/seek/seek.c:
2264           Remove libgstvideo usage. Use gtk_get_option_group instead of
2265           gtk_init().
2266
2267 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2268
2269         * tests/check/Makefile.am:
2270           Name the test registry format neutral.
2271
2272 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2273
2274         * gst/playback/gstqueue2.c:
2275           Do not double notify. Remove the unsued return value.
2276
2277 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2278
2279         * ext/alsa/gstalsamixer.c:
2280           Also consider "speaker" as a name for master volume. If that doesn't
2281           help look for the first non-mono volume control that also has a
2282           playback switch.
2283
2284 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2285
2286         * ChangeLog:
2287           Forgot to save the ChangeLog :/
2288
2289 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2290
2291         * tests/examples/seek/Makefile.am:
2292         * tests/examples/seek/seek.c:
2293           Embedd the xwindow. Allow to play multiple files.
2294
2295 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
2296
2297         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2298         (gst_ximagesink_setcaps):
2299         * sys/ximage/ximagesink.h:
2300         When the caps change, make sure to re-draw borders in
2301         force-aspect-ratio=true mode.
2302         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2303         Don't clear the border_draw flag until we actually draw the border.
2304         * tests/check/Makefile.am:
2305         Ignore alsasink/src during the states test too, so it doesn't fail
2306         when running without access to the sound device.
2307
2308 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2309
2310         * tests/examples/seek/seek.c:
2311           Fix crasher when playing a parse-launch line the 2nd time.
2312
2313 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2314
2315         * tests/check/pipelines/oggmux.c:
2316           Properly ifdef tests to fix compilation.
2317
2318 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2319
2320         * gst/playback/gstplay-marshal.list:
2321         * gst/playback/gstplaybin2.c:
2322           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2323           playbin2. This allows the user to get to the selector's sinkpads, and
2324           thus inspect a range of things - caps, tags, etc. 
2325
2326 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2327
2328         * gst/playback/gstplaybin2.c:
2329           Use a different constant for the convert-frame signal id.
2330           Fixes #537009.
2331
2332 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2333
2334         * gst/playback/gstplaybin2.c:
2335         * gst/playback/gstplaysink.c:
2336           Fix a whole bunch of typos in comments and log statements. 
2337
2338 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2339
2340         * sys/xvimage/xvimagesink.c:
2341           Don't set colour balance values on the Xv port if the user hasn't
2342           changed them (via properties or the interface). Avoids accumulating
2343           rounding errors for the common case.
2344           Partial fix for bug #537889.
2345
2346 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2347
2348         * gst/playback/gstdecodebin2.c:
2349           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2350           pads are drained.
2351
2352 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2353
2354         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2355         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2356         Report the encoder latency. Fixes #538232.
2357
2358 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2359
2360         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2361         (notify_source), (activate_group):
2362         Implement the source property, emit notify when it changes in the
2363         underlying uridecodebin.
2364
2365 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2366
2367         * tests/examples/seek/seek.c: (stop_cb):
2368         Free and clear the seek element list so that we don't use invalid
2369         references when seeking after recreating a gst-launch line.
2370
2371 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2372
2373         * gst-libs/gst/audio/gstbaseaudiosink.c:
2374         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2375         (gst_base_audio_sink_render):
2376         Report latency even if we are not live instead of hiding it.
2377         Take ts-offset and render-delay of the basesink into account when
2378         scheduling samples.
2379         Rework the clipping code so that we can take the various offsets into
2380         account and still do correct clipping.
2381
2382 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2383
2384         * configure.ac:
2385         Bump verion back to devel -> 0.10.20.1
2386
2387 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2388
2389         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2390         Don't increase the size of non-string image buffers by one as this
2391         might in theory confuse decoders. Still increase it by one for string
2392         image buffers to append '\0'.
2393
2394 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2395
2396         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2397         
2398         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2399         Fix a buffer memleak and remove a confusing and wrong debug output.
2400         Fixes bug #538663.
2401
2402 === release 0.10.20 ===
2403
2404 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2405
2406         * configure.ac:
2407           releasing 0.10.20, "Here I Go Again"
2408
2409 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2410
2411         * configure.ac:
2412         0.10.19.3 pre-release
2413
2414 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2415
2416         * gst-libs/gst/rtsp/gstrtspconnection.c:
2417         Fix build on win32.
2418         Patch By: David Schleef <ds@schleef.org>
2419         Fixes: #536874
2420
2421 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2422
2423         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2424         (gst_gio_base_src_create):
2425         * ext/gio/gstgiobasesrc.h:
2426         Try to read the requested number of bytes, even if the first
2427         read returns less than requested, until nothing is read anymore
2428         or we have the requested amount of bytes. This fixes playback of
2429         files via Samba as Samba only allows to read 64k at once.
2430
2431         Implement a caching algorithm that makes sure that we read at
2432         least 4k of data every time. Some elements will try to read a few
2433         bytes, then seek, read again a few bytes and so on and this is
2434         painfully slow as every operation has to go over DBus if GVfs is
2435         used as backend.
2436
2437         Fixes bug #536849 and #536848.
2438
2439         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2440         (gst_gio_src_check_get_range):
2441         Override check_get_range() to blacklist http/https URIs
2442         and whitelist file URIs. More to be added on demand.
2443
2444 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2445
2446         * configure.ac:
2447         0.10.19.2 pre-release
2448
2449 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2450
2451         * win32/common/libgstrtsp.def:
2452         * win32/common/libgsttag.def:
2453         Add new API functions to the dll exports
2454
2455 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2456
2457         * gst/playback/gstplaybasebin.c:
2458           Disconnect signals from decodebins we created before we remove it
2459           from playbin, to avoid crashes if the decodebin is eventually
2460           disposed after the playbin itself (possible if the app takes a
2461           reference on the decodebin).
2462           Fixes #536521.
2463
2464 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2465
2466         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2467           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2468           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2469           (h264_video_type_find), (mpeg_video_stream_type_find),
2470           (dv_type_find), (mmsh_type_find):
2471           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2472           copy caps for no good reason (this may be desirable to make it easier
2473           to detect leaks, but then it should probably be done for all caps
2474           in the typefinder somewhere).
2475
2476 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2477
2478         * tests/check/Makefile.am:
2479         Do not try to run the check tests for subparse unless it has been
2480         built.
2481
2482 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2483
2484         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2485         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2486         Do not try to run a test which requires vorbisenc unless we have
2487         actually built it.
2488
2489 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2490
2491         * gst-libs/gst/rtsp/gstrtspconnection.c:
2492         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2493         (gst_rtsp_connection_clear_auth_params),
2494         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2495         * gst-libs/gst/rtsp/gstrtspconnection.h:
2496         Add a couple of missing argument guards.
2497         Add a way of setting the DSCP for an RTSP connection.
2498         Add an accessor method for the ip member of GstRTSPConnection as all
2499         members are supposed to be private.
2500
2501 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2502
2503         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2504         Fixed accidental use of IPv4 options for all IPv6 addresses.
2505
2506 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2507
2508         * gst-libs/gst/interfaces/mixertrack.h:
2509           Document mixer track flags.
2510
2511 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2512
2513         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2514
2515         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2516         Don't set caps on the buffers that contain a copy of the buffer
2517         including the caps of them resulting in an always increasing refcount
2518         of the caps and insanely large caps. Instead include a buffer without
2519         caps in the new caps. Fixes bug #536475.
2520
2521 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2522
2523         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2524         Transform a given PAR to a range on the struct with the generic
2525         height/width instead of the struct with the possibly restricted
2526         height/width.
2527
2528 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2529
2530         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2531         Prefer the given format if it contains something stricter than [1,MAX]
2532         for height or width and only put a structure that requires rescaling
2533         as second. This makes it possible to use videoscale in pipelines where
2534         the source can actually produce the wanted height/width but usually
2535         selects a different one from the requested.
2536
2537 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2538
2539         Based on patch by: John Millikin <jmillikin gmail com>
2540
2541         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2542           (gst_vorbis_tag_add_coverart):
2543           Retrieve COVERART tags from vorbis comments (#512333)
2544
2545 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2546
2547         * gst-libs/gst/tag/tag.h:
2548         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2549           Don't forget to add new enum value here too (should probably use
2550           glib-mkenums here...).
2551
2552 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2553
2554         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2555         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2556         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2557           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2558           (gst_tag_image_data_to_image_buffer):
2559           Add two utility functions to avoid code duplication (#512333):
2560           API: add gst_tag_image_data_to_image_buffer()
2561           API: add gst_tag_list_add_id3_image()
2562           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2563
2564 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2565
2566         * win32/common/libgstaudio.def:
2567         Add gst_audio_check_channel_positions() to the exported symbols.
2568
2569 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2570
2571         * docs/libs/gst-plugins-base-libs-sections.txt:
2572         * gst-libs/gst/audio/multichannel.c:
2573         (gst_audio_check_channel_positions):
2574         * gst-libs/gst/audio/multichannel.h:
2575         API: Make gst_audio_check_channel_positions() public.
2576
2577         * tests/check/libs/audio.c: (GST_START_TEST):
2578         Add some simple checks for gst_audio_check_channel_positions().
2579
2580 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2581
2582         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2583           minrange and maxrange are scaled according to the frequency
2584           multiplier.
2585
2586 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2587
2588         * ext/pango/Makefile.am:
2589         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2590           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2591           Use gstvideo functions to calculate strides and plane offsets. Fixes
2592           rendering issue ('ghost' images of the text on the chroma planes)
2593           with widths or heights that are not multiples of 8 (#506659 and
2594           probably also #485729).
2595
2596         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2597           (main):
2598           Test with odd height/width too.
2599
2600 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2601
2602         * gst/adder/gstadder.c: (gst_adder_query_duration),
2603         (gst_adder_query_latency):
2604         When using gst_element_iterate_pads() one has to unref every pad
2605         after usage.
2606
2607 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2608
2609         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2610         (gst_base_audio_src_class_init):
2611         Add a gtk-doc chunk for the new properties to have a Since: indication.
2612
2613 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2614
2615         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2616         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2617         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2618         (gst_base_audio_src_change_state):
2619         Provide readable actual-buffer-time and actual-latency-time properties
2620         that reflect the configured ringbuffer values. Fixes #524724.
2621         API: GstBaseAudioSrc:actual-buffer-time
2622         API: GstBaseAudioSrc:actual-latency-time
2623
2624 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2625
2626         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2627         (gst_basertppayload_change_state):
2628         Simply converting the running time into an RTP timestamp by scaling it
2629         based on the clock-rate is good enough for making an RTP timestamp. This
2630         has the added benefit that we can later on expose a property with the
2631         RTP timestamp of running time 0, as is needed for RTSP servers to
2632         generate the response of the PLAY request.
2633
2634 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2635
2636         * gst/audioconvert/gstaudioconvert.c:
2637         (structure_has_fixed_channel_positions),
2638         (gst_audio_convert_transform_caps):
2639         Allow up to 11 positioned channels now that audioconvert can handle
2640         this but add no default positions for > 8 channels.
2641         
2642         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2643         Add some unit tests for the above change: Test conversion of
2644         11 positioned channels to stereo and the other way around, test
2645         conversion of 15 unpositioned channels in different ways.
2646
2647 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2648
2649         * win32/common/libgstaudio.def:
2650         Add gst_audio_clock_reset to the list of exported symbols.
2651
2652 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2653
2654         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2655         Remove wrong_channels_identification_header unit test as we now
2656         support 7 (and more channels).
2657
2658 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2659
2660         * gst/audioconvert/gstchannelmix.c:
2661         (gst_channel_mix_fill_one_other):
2662         If mixing left or right to center (or the other way around) only take
2663         the complete value if we don't already have the original position in
2664         the source.
2665
2666 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2667
2668         * gst-libs/gst/audio/multichannel.c:
2669         (gst_audio_check_channel_positions),
2670         (gst_audio_set_structure_channel_positions_list),
2671         (gst_audio_fixate_channel_positions):
2672         Allow rear center together with rear left/right and other previously
2673         conflicting channel positions. The reason why they weren't allowed
2674         was the channel mixing implementation in audioconvert.
2675         Also take this into account when fixing channel layouts.
2676
2677         Allow setting channel positions for 1/2 channels when using
2678         gst_audio_set_structure_channel_position().
2679
2680         * gst/audioconvert/gstchannelmix.c:
2681         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2682         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2683         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2684         Major rewrite of the channel mixing.
2685
2686         We now allow previously conflicting channel positions to appear
2687         together (rear center and rear left/right for example).
2688         Fixes bug #533817.
2689
2690         Rework the way channels are mixed together to take more possible
2691         channel positions into account, properly mix from/to side channels
2692         and don't assume that either center, left&right or nothing of a
2693         specific position is available anymore.
2694
2695         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2696         Adjust unit tests with non-standard 1/2 channel layouts to the more
2697         correct new behaviour.
2698
2699         Add a unit test for 5.1->Stereo downmixing.
2700
2701 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2702
2703         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2704         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2705         Add sane defaults for the 7 and 8 channel layouts as those are
2706         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2707         more than 8 channels instead of erroring out. Fixes bug #535356.
2708
2709 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2710
2711         * docs/plugins/Makefile.am:
2712         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2713         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2714         * ext/theora/theoraparse.c:
2715         Add theoraparse to the docs and fix some docs.
2716
2717 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2718
2719         * gst-libs/gst/cdda/gstcddabasesrc.c:
2720         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2721         Fix EOS condition and track addition check, the track.end sector is
2722         included in the track. Fixes #533265.
2723
2724 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2725
2726         Patch by: Mark Nauwelaerts <manauw at skynet be>
2727
2728         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2729         (gst_video_rate_flush_prev), (gst_video_rate_event),
2730         (gst_video_rate_chain):
2731         * gst/videorate/gstvideorate.h:
2732         React (more) to NEWSEGMENT
2733         Small adjustment in timestamp calculation to prevent mismatches
2734         Fixes #435633.
2735
2736 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2737
2738         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2739           Initialise error to NULL as we should.
2740
2741 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2742
2743         * gst/adder/gstadder.c: (gst_adder_query_duration),
2744         (gst_adder_query_latency), (gst_adder_query):
2745         Implement latency query.
2746
2747 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2748
2749         * gst/adder/gstadder.c: (gst_adder_query_duration):
2750         Correctly resync the iterator if gst_iterator_next() returns
2751         GST_ITERATOR_RESYNC.
2752
2753 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2754
2755         * win32/vs6/libgstpbutils.dsp:
2756           Add pbutils-enumtypes.c to sources (#518037).
2757
2758 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2759
2760         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2761         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2762         * gst-libs/gst/audio/gstaudioclock.h:
2763         Add method to inform the clock that the time starts from 0 again. We use
2764         this info to calculate a clock offset so that the time we report in
2765         internal_time is monotonically increasing, as required by the clock base
2766         class. Fixes #521761.
2767         API: GstAudioClock::gst_audio_clock_reset()
2768
2769         * gst-libs/gst/audio/gstbaseaudiosink.c:
2770         (gst_base_audio_sink_skew_slaving),
2771         (gst_base_audio_sink_change_state):
2772         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2773         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2774         Reset reported time when we (re)create the ringbuffer.
2775
2776 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2777
2778         * ext/alsa/gstalsamixertrack.c:
2779           (gst_alsa_mixer_track_update_alsa_capabilities):
2780           Make sure playback volumes aren't accidentally overwritten by
2781           capture volumes if an alsa mixer track has both playback and
2782           capture capabilities: we create two GstMixerTracks in that
2783           case, so make sure we query only the alsa capabilities that
2784           refer to the type of GstMixerTrack we created from the dual
2785           capability alsa element. Should fix issues with Audigy2 sound
2786           cards (#518082).
2787
2788 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2789
2790         * tests/check/pipelines/oggmux.c: (test_pipeline):
2791           Don't use deprecated function.
2792
2793 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2794
2795         * gst/playback/gstdecodebin2.c:
2796         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2797         Check for NULL cases and log them, creating ghostpads can, for example,
2798         fail when the pad returns wrong caps.
2799
2800         * gst/playback/gstplaybin2.c: (perform_eos):
2801         When pushing out the EOS event, collect the return value and warn when
2802         something failed.
2803
2804 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2805
2806         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2807         (gst_riff_create_video_template_caps):
2808         Add support for DVCPRO.
2809
2810 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2811
2812         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2813           Change default scaling method from nearest-neighbour to bilinear.
2814
2815 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2816
2817         * tests/check/libs/video.c:
2818           More checks.
2819
2820 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2821
2822         * gst/subparse/gstsubparse.c: (parser_state_init),
2823           (gst_sub_parse_format_autodetect), (handle_buffer):
2824         * gst/subparse/gstsubparse.h:
2825         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2826           Limit duration to a maximum of five seconds for tmplayer format where
2827           we can guess the duration only from the timestamp of the next line of
2828           text. We don't want to show a text for eternities just because nothing
2829           else is being said for a while.
2830
2831 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2832
2833         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2834         (gst_base_rtp_depayload_chain),
2835         (gst_base_rtp_depayload_handle_sink_event),
2836         (gst_base_rtp_depayload_push_full),
2837         (gst_base_rtp_depayload_change_state):
2838         Check sequence numbers, mark input buffers with a discont flag for the
2839         subclass when we detected a gap, drop duplicate buffers. We do this
2840         because one can use the element without a jitterbuffer in front and we
2841         don't want to feed the subclasses invalid or reordered data.
2842         Do an error when the subclass did not provide a process function instead
2843         of crashing.
2844         Some other small cleanups.
2845
2846 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2847
2848         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2849           May just as well use the precalculated uvstride here.
2850
2851 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2852
2853         * docs/plugins/Makefile.am:
2854         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2855         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2856         * docs/plugins/gst-plugins-base-plugins.args:
2857         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2858         * docs/plugins/gst-plugins-base-plugins.interfaces:
2859         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2860         * docs/plugins/inspect/plugin-adder.xml:
2861         * docs/plugins/inspect/plugin-alsa.xml:
2862         * docs/plugins/inspect/plugin-audioconvert.xml:
2863         * docs/plugins/inspect/plugin-audiorate.xml:
2864         * docs/plugins/inspect/plugin-audioresample.xml:
2865         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2866         * docs/plugins/inspect/plugin-cdparanoia.xml:
2867         * docs/plugins/inspect/plugin-decodebin.xml:
2868         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2869         * docs/plugins/inspect/plugin-gdp.xml:
2870         * docs/plugins/inspect/plugin-gio.xml:
2871         * docs/plugins/inspect/plugin-gnomevfs.xml:
2872         * docs/plugins/inspect/plugin-libvisual.xml:
2873         * docs/plugins/inspect/plugin-ogg.xml:
2874         * docs/plugins/inspect/plugin-pango.xml:
2875         * docs/plugins/inspect/plugin-playback.xml:
2876         * docs/plugins/inspect/plugin-queue2.xml:
2877         * docs/plugins/inspect/plugin-subparse.xml:
2878         * docs/plugins/inspect/plugin-tcp.xml:
2879         * docs/plugins/inspect/plugin-theora.xml:
2880         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2881         * docs/plugins/inspect/plugin-uridecodebin.xml:
2882         * docs/plugins/inspect/plugin-video4linux.xml:
2883         * docs/plugins/inspect/plugin-videorate.xml:
2884         * docs/plugins/inspect/plugin-videoscale.xml:
2885         * docs/plugins/inspect/plugin-videotestsrc.xml:
2886         * docs/plugins/inspect/plugin-volume.xml:
2887         * docs/plugins/inspect/plugin-vorbis.xml:
2888         * docs/plugins/inspect/plugin-ximagesink.xml:
2889         * docs/plugins/inspect/plugin-xvimagesink.xml:
2890         * ext/cdparanoia/gstcdparanoiasrc.c:
2891         * ext/ogg/gstoggdemux.c:
2892         * ext/ogg/gstoggdemux.h:
2893         * ext/ogg/gstoggmux.c:
2894         * ext/ogg/gstoggmux.h:
2895         * gst/audioconvert/audioconvert.c:
2896         * gst/audioconvert/audioconvert.h:
2897         * gst/audioconvert/gstaudioconvert.h:
2898         * gst/gdp/gstgdpdepay.h:
2899         * gst/gdp/gstgdppay.h:
2900         * gst/playback/gstdecodebin.c:
2901         * gst/playback/gstdecodebin2.c:
2902         * gst/playback/gstplaybin.c:
2903         * gst/playback/gstplaybin2.c:
2904         * gst/playback/gsturidecodebin.c:
2905         * gst/tcp/gstmultifdsink.c:
2906         * gst/tcp/gstmultifdsink.h:
2907         * gst/tcp/gsttcp.h:
2908
2909         Add some documentation comments, and some new headers to be scanned.
2910         Rename some internal enum declarations (audioconvert's DitherType and
2911         NoiseShapingType, GstUnitType from the TCP elements) to match the
2912         documented GObject type names so that the docs pick them up.
2913         Name the playbin2 docs markups properly so they get picked up. They'll
2914         need renaming back when/if playbin2 becomes playbin.
2915
2916         100% symbol coverage for the plugin docs, booya.
2917
2918 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2919
2920         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2921
2922         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2923         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2924
2925 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2926
2927         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2928
2929         * gst/playback/gstdecodebin.c: (remove_fakesink):
2930         Lock the fakesink before setting the state to NULL and removing it from
2931         the bin so that a concurrent state change cannot interfere. 
2932         Fixes #534331.
2933
2934 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2935
2936         * docs/Makefile.am:
2937         Fix installing plugin documentation when gtk-doc is disabled.
2938
2939 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2940
2941         * gst-libs/gst/rtsp/Makefile.am:
2942         Distribute, don't install md5.h
2943
2944 2008-05-21  Julien Moutte  <julien@fluendo.com>
2945
2946         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2947         instead of SOL_IP, works on more platforms.
2948         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2949         arguments.
2950
2951 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2952
2953         * ext/vorbis/vorbisdec.c:
2954         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2956         Some debug and comment fixes.
2957
2958         * tests/examples/dynamic/addstream.c: (main):
2959         Fix , to ;
2960
2961 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2962
2963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2964         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2965         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2966         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2967         (cleanup_decodebin):
2968         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2969         (connect_element), (gst_decode_group_control_demuxer_pad):
2970         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2971         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2972         (mute_group_type):
2973         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2974         (gst_play_bin_set_property), (handoff), (gen_video_element),
2975         (gen_text_element), (gen_audio_element), (gen_vis_element),
2976         (remove_sinks), (add_sink), (setup_sinks):
2977         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2978         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2979         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2980         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2981         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2982         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2983         (gen_vis_chain), (gst_play_sink_reconfigure),
2984         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2985         (gst_play_sink_request_pad):
2986         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2987         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2988         (cb_newpad):
2989         * gst/playback/test6.c: (new_decoded_pad_cb):
2990         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2991         * tests/check/elements/audiorate.c: (test_injector_chain),
2992         (do_perfect_stream_test):
2993         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2994         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2995         * tests/check/elements/gnomevfssink.c:
2996         * tests/check/elements/textoverlay.c:
2997         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2998         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2999         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3000         * tests/check/pipelines/oggmux.c: (test_pipeline):
3001         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
3002         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3003         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3004         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
3005         * tests/examples/seek/seek.c: (make_mod_pipeline),
3006         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
3007         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
3008         (make_theora_pipeline), (make_vorbis_theora_pipeline),
3009         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
3010         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
3011         (update_fill), (msg_buffering):
3012         Don't use bad gst_element_get_pad().
3013
3014 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3015
3016         * gst-libs/gst/riff/riff-media.c:
3017           Fix wrong method name in docs. Fix calculation of strf fields for
3018           broken mulaw/alaw.
3019   
3020         * gst-libs/gst/riff/riff-read.c:
3021           Whitespace fix and removing double ';'.
3022
3023 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3024
3025         * docs/design/part-playbin2.txt:
3026         Add some leftover doc.
3027
3028 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3029
3030         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
3031         Fix copy & paste error in last commit.
3032
3033 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3034
3035         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
3036         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
3037         other channel positions when source has SIDE channels and dest doesn't
3038         or the other way around.
3039
3040 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3041
3042         Patch by: Henrik Eriksson <henriken at axis dot com>
3043
3044         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3045         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
3046         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
3047         (gst_multi_fd_sink_get_property):
3048         * gst/tcp/gstmultifdsink.h:
3049         Add support for DSCP QOS. Fixes #469933.
3050
3051 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3052
3053         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3054         Add another test that checks if conversion between standard 1 and 2
3055         channel layouts with and without positions set is working.
3056
3057 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3058
3059         * gst-libs/gst/audio/multichannel.c:
3060         (gst_audio_check_channel_positions):
3061         Allow non-standard 2 channel layouts.
3062         
3063         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3064         Add some tests for converting and remapping non-standard 1 and 2
3065         channel layouts.
3066
3067 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3068
3069         * gst/audioconvert/gstchannelmix.c:
3070         (gst_channel_mix_fill_normalize):
3071         Prevent division by zero if the channel mix matrix contains only
3072         zeroes.
3073
3074 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3075
3076         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3077
3078         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
3079         Close a buffer memory leak. Fixes bug #534071.
3080
3081 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3082
3083         * gst-libs/gst/rtsp/gstrtsptransport.h:
3084         Make the GstRTSPTransport struct members public as there are no
3085         setters/getters and it's supposed to be changed directly.
3086         Fixes bug #533087.
3087
3088 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3089
3090         * gst/adder/gstadder.c:
3091         Adder also doesn't support audio/x-raw-int with width!=depth so don't
3092         claim this on the pad template caps.
3093
3094 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3095
3096         * gst-libs/gst/audio/gstbaseaudiosink.c:
3097         (gst_base_audio_sink_sync_latency):
3098         We can only use our optimal calibration if we prerolled before the
3099         latency expired.
3100
3101 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
3102
3103         * configure.ac:
3104           Require core CVS for GstBaseSrc buffer caps setting magic.
3105
3106 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3107
3108         * gst/audioconvert/gstaudioconvert.c:
3109         (gst_audio_convert_fixate_channels):
3110         Fix logic in last commit.
3111
3112 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3113
3114         * gst/audioconvert/gstaudioconvert.c:
3115         (gst_audio_convert_fixate_channels):
3116         Passthrough the channel positions if the number of output channels is
3117         the same as the number of input channels, the input had a channel
3118         layout and downstream requests no special one. We did this already for
3119         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
3120
3121 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3122
3123         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
3124         (gst_gnome_vfs_src_finalize),
3125         (gst_gnome_vfs_src_received_headers_callback),
3126         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
3127         * ext/gnomevfs/gstgnomevfssrc.h:
3128         Set the ICY caps on the srcpad from where they get picked up by the base
3129         class now and set on the outgoing buffers.
3130
3131         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3132         (gst_base_audio_src_create):
3133         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3134         BaseSrc now sets the caps on outgoing buffers automatically.
3135
3136 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3137
3138         * gst-libs/gst/audio/gstbaseaudiosink.c:
3139         (gst_base_audio_sink_resample_slaving),
3140         (gst_base_audio_sink_skew_slaving),
3141         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
3142         (gst_base_audio_sink_async_play),
3143         (gst_base_audio_sink_change_state):
3144         Change the way in which the ringbuffer is started when dealing with a
3145         slaved clock and latency. We now sync to the clock until we reach
3146         upstream latency before starting the ringbuffer. This has the effect
3147         that we can accurately align the master and slave clocks and let the
3148         rate correction code take care of the initial drift or rounding errors
3149         instead of leaving them uncorrected with the old approach.
3150
3151 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3152
3153         * gst/audioconvert/gstaudioconvert.c:
3154         (gst_audio_convert_fixate_channels):
3155         Correctly set the default channel positions when converting to 8
3156         channels.
3157
3158 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3159
3160         * configure.ac:
3161           Error out if we don't have the required version of core.
3162
3163 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3164
3165         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3166           Use data scan helper in aac typefinder and stop scanning
3167           for headers when we've found a type. Also fix potential invalid
3168           memory access when calculating the frame length.
3169
3170 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3171
3172         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
3173           (mpeg_sys_is_valid_pack):
3174           Don't modify scan context when we return FALSE in ensure_data, so
3175           it's possible to continue scanning, and we don't end up with a NULL
3176           data pointer and a positive size, which might bite us the next time
3177           we're called. Small constification.
3178
3179 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3180
3181         * gst/adder/gstadder.c:
3182         Adder doesn't support 24 bit samples so don't claim it supports them
3183         in the pad template caps.
3184
3185 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3186
3187         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3188         (gst_base_rtp_depayload_chain):
3189         Validate the RTP packet before further processing it. It's just too
3190         dangerous to accept random packets and people are not forced to use a
3191         jitterbuffer or session manager to filter out the bad packets.
3192
3193         * gst-libs/gst/rtp/gstrtpbuffer.c:
3194         (gst_rtp_buffer_set_extension_data),
3195         (gst_rtp_buffer_get_payload_subbuffer):
3196         Small cleanups.
3197         When setting extension data in a buffer that is too small, we fail and
3198         we should not set the extension bit.
3199         Change GST_WARNINGS into g_warning because they really are
3200         programming errors.
3201
3202         * tests/check/libs/rtp.c: (GST_START_TEST):
3203         Catch the g_warnings now in the unit tests and that fact that failing to
3204         set extension data left the extension bit untouched.
3205
3206 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3207
3208         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3209           Revert previous change which made basetransform handle buffer_alloc
3210           and which breaks things badly in the non-passthrough case since it
3211           returned buffers with a different (ie. sometimes smaller) size than
3212           the size requested.
3213
3214 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3215
3216         Patch by: Bernard B <b-gnome at largestprime dot net>
3217
3218         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
3219         Fix seqnum compare function for bordercase values and fix the docs
3220         again. Fixes #533075.
3221
3222         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3223         Add a testcase for seqnum compare function.
3224
3225 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3226
3227         * gst/adder/gstadder.c: (gst_adder_setcaps),
3228         (gst_adder_class_init):
3229         Correctly declare the supported endianness on the pad templates
3230         and check for correct endianness in the set caps function. Adder
3231         only supports native endianness.
3232         Also use gst_element_class_set_details_simple().
3233
3234 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3235
3236         * sys/xvimage/xvimagesink.c:
3237           Better debug logging in port value handling. Merging separate port
3238           value loops into one.
3239
3240 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3241
3242         Patch by: Hannes Bistry <hannesb at gmx dot de>
3243
3244         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3245         * gst/tcp/gsttcpserversink.c:
3246         (gst_tcp_server_sink_handle_server_read),
3247         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3248         Fix regression in clientsrc because we did not add the fd to the poll
3249         set anymore. Fixes #532364.
3250         Do some cleanups here and there.
3251
3252 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3253
3254         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3255         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3256         * gst/playback/gstplay-marshal.list:
3257         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3258         Use correct marshallers. GstCaps are a boxed type and no GObject
3259         subclass.
3260
3261 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3262
3263         * win32/common/libgstrtsp.def:
3264         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3265         symbols.
3266
3267 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3268
3269         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3270
3271         * tests/check/elements/audioresample.c:
3272         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3273         (live_switch_push), (GST_START_TEST):
3274         Add unit test for the latest basetransform negotiation changes.
3275         See bug #526768.
3276
3277 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3278
3279         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3280         Fix nv12<->nv21 conversion if stride is larger than width.
3281
3282 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3283
3284         Patch by: Jan Gerber <j at oil21 dot org>
3285
3286         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3287         (gst_ogg_pad_parse_skeleton_fisbone):
3288         * ext/ogg/gstoggdemux.h:
3289         Parse presentation time from skeleton streams and use it as offset
3290         for the timestamps. Fixes bug #530068.
3291
3292 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3293
3294         * gst-libs/gst/audio/gstbaseaudiosink.c:
3295         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3296         Revert previous patch that attempted to more accurately calculate the
3297         initial offset between master and slave clock. The best thing we can do
3298         in general is take the time of both clocks as the diff since we don't
3299         know when the actual preroll happened.
3300
3301 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
3302
3303         * gst-libs/gst/pbutils/install-plugins.c:
3304           Fix docs: type and missing word.
3305
3306 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3307
3308         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3309           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3310           for this instead; don't check if we've found enough markers after
3311           each and every step, it's enough to do that only if we've actually
3312           found a new marker.
3313           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3314
3315 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3316
3317         * gst/typefind/gsttypefindfunctions.c:
3318           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3319           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3320           (mpeg_video_stream_type_find):
3321           Move scan helper thingy to the beginning of the file so we can use
3322           it in other typefind functions. Rename it to something more
3323           generic. Also improve handling of things towards the end of the
3324           typefind data: peek as much as we can if we know the size of the
3325           data, rather than just min_size.
3326
3327 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3328
3329         * docs/libs/gst-plugins-base-libs-sections.txt:
3330         * gst-libs/gst/interfaces/colorbalance.c:
3331         * gst-libs/gst/interfaces/colorbalance.h:
3332         * gst-libs/gst/interfaces/colorbalancechannel.c:
3333         * gst-libs/gst/interfaces/colorbalancechannel.h:
3334         * gst-libs/gst/interfaces/tuner.c:
3335         * gst-libs/gst/interfaces/tunerchannel.c:
3336         * gst-libs/gst/interfaces/tunerchannel.h:
3337         * gst-libs/gst/interfaces/tunernorm.c:
3338         * gst-libs/gst/interfaces/tunernorm.h:
3339         * gst-libs/gst/video/video.c:
3340         * gst-libs/gst/video/video.h:
3341         Document the GstTuner and GstColorBalance interfaces, and some
3342         other random API functions that needed it. 70% symbol coverage, woo.
3343
3344 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3345
3346         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3347         Choose to allocate one less segment but require one additional segment
3348         as latency. 
3349
3350         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3351         No need to increment the number of segments in the source.
3352
3353         * gst-libs/gst/audio/gstbaseaudiosink.c:
3354         (gst_base_audio_sink_get_time), (clock_convert_external),
3355         (gst_base_audio_sink_resample_slaving),
3356         (gst_base_audio_sink_skew_slaving),
3357         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3358         (gst_base_audio_sink_async_play):
3359         Remove adding latency when returning the internal time while subtracting
3360         it again when we use the value a little later.
3361         When calculating the end timestamp, we are making a rounding error
3362         with the current algorithm. Ensure that we don't accumulate these
3363         rounding errors when aligning samples by not resampling at all if we
3364         don't need to. Fixes #419351.
3365         Make the initial calibration of the clock slaving a little more
3366         predictable and accurate. Also handle the case where we don't do
3367         clock slaving.
3368
3369 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3370
3371         Based on a patch by:
3372           Björn Benderius <bjoern dot benderius at axis dot com>
3373
3374         * gst/ffmpegcolorspace/avcodec.h:
3375         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3376         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3377         (gst_ffmpegcsp_avpicture_fill):
3378         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3379         * gst/ffmpegcolorspace/imgconvert_template.h:
3380         Add conversions from/to NV12 and NV21 and conversions between those
3381         two formats. Fixes bug #532166.
3382
3383 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3384
3385         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3386         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3387         which happens for example with files smaller than 128kb.
3388
3389 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3390
3391         Patch by: Wouter Cloetens <zombie at e2big dot org>
3392
3393         * gst-libs/gst/rtsp/Makefile.am:
3394         * gst-libs/gst/rtsp/gstrtspconnection.c:
3395         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3396         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3397         (add_auth_header), (gst_rtsp_connection_free),
3398         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3399         (gst_rtsp_connection_set_auth_param),
3400         (gst_rtsp_connection_clear_auth_params):
3401         * gst-libs/gst/rtsp/gstrtspconnection.h:
3402         Add Digest authorization support for RTSP connections. See #532065.
3403
3404         * gst-libs/gst/rtsp/md5.c:
3405         * gst-libs/gst/rtsp/md5.h:
3406         Yeap, another md5 implementation until we can depend on a glib that has
3407         support for it.
3408
3409 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3410
3411         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3412
3413         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3414         Let audioresample use the buffer allocation of basetransform instead
3415         of it's own stuff.
3416
3417         * tests/check/elements/audioresample.c: (alloc_only_48000),
3418         (GST_START_TEST), (audioresample_suite):
3419         Add unit test for the recent basetransform bugfix, where upstream
3420         changes caps to something that can't be passed through anymore.
3421
3422 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3423
3424         * win32/common/config.h.in:
3425           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3426           use the real thing than having "???" unconditionally.
3427
3428 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3429
3430         * gst-libs/gst/audio/gstbaseaudiosink.c:
3431         (gst_base_audio_sink_query):
3432         Report the latency with the new seglatency parameter.
3433
3434         * gst-libs/gst/audio/gstringbuffer.c:
3435         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3436         (gst_ring_buffer_acquire):
3437         * gst-libs/gst/audio/gstringbuffer.h:
3438         Add new field to the ringbufferspec to specify the expected latency
3439         between the underlying device read/write pointer, this is needed
3440         when writing sinks that sit a little closer to the hardware.
3441         Add some more docs for other fields.
3442
3443 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3444
3445         * gst/volume/gstvolume.c: (volume_transform_ip):
3446         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3447         reason instead of crashing later. Might fix bug #509125.
3448
3449 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3450
3451         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3452
3453         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3454         * gst/audioconvert/audioconvert.h:
3455         * gst/audioconvert/gstaudioconvert.c:
3456         (gst_audio_convert_parse_caps),
3457         (structure_has_fixed_channel_positions),
3458         (gst_audio_convert_transform_caps):
3459         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3460         Add support for more than 8 channels and NONE channel layouts. For
3461         more than 8 channels no channel conversion is supported yet, only
3462         format conversions are supported. Fixes bug #398033.
3463
3464         * tests/check/elements/audioconvert.c: (verify_convert),
3465         (GST_START_TEST), (audioconvert_suite):
3466         Add some unit tests by Tim for checking the NONE channel layouts
3467         and more than 8 channels and add some more unit tests for channel
3468         conversions.
3469
3470 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3471
3472         * gst/playback/gstdecodebin2.c: (connect_pad):
3473         When autoplugging fails, set the element back to NULL before
3474         unreffing it.
3475
3476 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3477
3478         * win32/common/libgstaudio.def:
3479         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3480         symbols.
3481
3482 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3483
3484         * gst/subparse/samiparse.c: (handle_start_sync),
3485         (end_sami_element), (characters_sami):
3486         Remove trailing, leading and double whitespaces.
3487         Correctly timestamp buffers and output the last buffer too.
3488
3489         * tests/check/elements/subparse.c: (GST_START_TEST),
3490         (subparse_suite):
3491         Add a simple unit test for SAMI parsing.
3492
3493 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3494
3495         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3496
3497         * gst/subparse/samiparse.c: (handle_start_sync),
3498         (start_sami_element), (end_sami_element), (characters_sami),
3499         (sami_context_reset):
3500         Only output characters inside the "sync" elements. There could be
3501         other elements like "style" that have some content but should
3502         not be printed. Fixes bug #467911.
3503
3504 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3505
3506         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3507         (set_active_source):
3508         * gst/playback/gstplaybasebin.h:
3509         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3510         (playbin_set_audio_mute):
3511         Allow setting -1 as current-audio to mute the current audio stream,
3512         similar to what is done for subtitles. Fixes bug #342294.
3513
3514 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3515
3516         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3517         It's SorensOn and not SorensEn.
3518
3519 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3520
3521         * gst-libs/gst/pbutils/descriptions.c: (formats):
3522           Fix description of video/x-flash-video.
3523
3524 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3525
3526         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3527         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3528         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3529         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3530         Remove some unused code.
3531
3532         * gst/audioconvert/gstaudioquantize.c:
3533         (gst_audio_quantize_free_noise_shaping):
3534         Don't return before freeing the noise shaping history.
3535
3536 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3537
3538         * tests/check/elements/subparse.c: (do_test),
3539           (test_tmplayer_style3b), (subparse_suite):
3540           Add unit test for the tmplayer variant from bug #530962.
3541
3542 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3543
3544         * gst/subparse/gstsubparse.c: (handle_buffer),
3545           (gst_sub_parse_sink_event):
3546         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3547           (tmplayer_parse_line):
3548           Fix parsing of tmplayer subtitle variant where every single line contains
3549           text and there isn't an empty line after each line to determine the
3550           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3551           making sure that we push out the last line of text without a duration if
3552           there's still text left in the buffer at the end.
3553
3554 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3555
3556         * gst/subparse/gstsubparse.c: (feed_textbuf):
3557           Fix detection of discontinuities based on the buffer offset (doesn't work
3558           so well if no buffer offset is set) and also check for the DISCONT buffer
3559           flag. This keeps the parser state from being reset after each buffer in
3560           the unit test.
3561
3562 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3563
3564         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3565           Further fine-tuning: don't absolutely require sequence or GOP headers
3566           (as introduced in the previous commit), but adjust the typefind
3567           probabilities returned accordingly if we don't see them. Also make sure
3568           picture header and first slice are somewhat close to each other (which
3569           is not perfect but still better than requiring a fixed offset or having
3570           no limit at all).
3571
3572 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3573
3574         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3575         (gst_basertppayload_sink_setcaps),
3576         (gst_basertppayload_sink_getcaps):
3577         Rename the setcaps/getcaps function internally to make it clear that
3578         they are called for the sink pad.
3579
3580 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3581
3582         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3583         (gst_base_rtp_depayload_class_init),
3584         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3585         (gst_base_rtp_depayload_packet_lost),
3586         (gst_base_rtp_depayload_set_gst_timestamp):
3587         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3588         Catch packet-lost events from the jitterbuffer and convert them into a
3589         vmethod call (lost-packet) so that depayloaders can do something smart.
3590         Also add a default packet-lost function that sends out a segment update
3591         to the decoders.
3592
3593 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3594
3595         * gst/playback/test4.c:
3596         * gst/playback/test5.c:
3597         * gst/playback/test6.c:
3598         * gst/playback/test7.c:
3599           Also include config.h when relying on defines from it. Fixes the
3600           build. Its been a please to serve :)
3601
3602 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3603
3604         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3605         (paint_setup_NV21), (paint_hline_NV12_NV21):
3606         Add support for NV12 and NV21 in videotestsrc
3607
3608 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3609
3610         * gst/videoscale/gstvideoscale.c:
3611         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3612         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3613         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3614         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3615         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3616         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3617         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3618         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3619         (vs_image_scale_linear_RGB555):
3620         Support 1x1 images as input and output as for example the BBC HQ new
3621         streams have 1x1 GIFs in the playlists for some reason.
3622
3623 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3624
3625         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3626           (try_to_link_1):
3627           If we can't activate one of the decoders we plugged in (such as,
3628           say, musepackdec) for some reason (it might not support push mode,
3629           for example), remove any pad probes that close_pad_link() might
3630           have set up. This makes sure we later don't try to remove a probe
3631           for a pad that doesn't exist any longer, and avoids nast warnings
3632           and probably other things too.
3633
3634 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3635
3636         * gst/typefind/gsttypefindfunctions.c:
3637           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3638           (plugin_init):
3639           Rework mpeg video stream typefinding a bit more: make sure sequence,
3640           GOP, picture and slice headers appear in the order they should and
3641           that we've in fact at least had one of each; fix picture header
3642           detection; decouple picture and slice header check - don't assume
3643           they're at a fixed offset, there may be extra data in between. Also,
3644           announce varying degrees of probability depending on what we found
3645           exactly (multiple pictures, at least one picture, just sequence and
3646           GOP headers). Finally, in _ensure_data(), take into account that we
3647           might be typefinding smaller amounts of data, such as the first
3648           buffer of a stream, so fall back to the minimum size needed as long
3649           as that's available, instead of erroring out if there's less than
3650           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3651           fuzzed file from #399342 as valid.
3652
3653 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3654
3655         * ext/theora/theoradec.c:
3656           Cool kids don't divide by zero.
3657           Treat PAR of x:0 as 1:1.
3658           Fixes #530719.
3659
3660 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3661
3662         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3663           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3664           (mpeg_video_stream_type_find):
3665           Refactor a bit: use context structure to track parsing offset and
3666           size of available data and make the code a bit clearer. Fixes bad
3667           memory access in #356937.
3668
3669 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3670
3671         * gst/playback/test4.c:
3672         * gst/playback/test5.c:
3673         * gst/playback/test6.c:
3674         * gst/tcp/gstmultifdsink.c:
3675           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3676           is defined.
3677
3678 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3679
3680         * gst-libs/gst/audio/gstbaseaudiosink.h:
3681         Clarify some docs.
3682
3683         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3684         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3685         (gst_base_audio_src_set_slave_method),
3686         (gst_base_audio_src_get_slave_method),
3687         (gst_base_audio_src_set_property),
3688         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3689         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3690         Add property and methods for selecting the clock slave method in the
3691         source, like in the sink.
3692         We only implement "none" and "re-timestamp" for now.
3693         API: gst_base_audio_src_set_slave_method()
3694         API: gst_base_audio_src_get_slave_method()
3695
3696 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3697
3698         * gst-libs/gst/rtp/gstrtpbuffer.c:
3699         Fix the docs about the seqnum compare function, it returns a difference.
3700
3701 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3702
3703         * ext/alsa/gstalsadeviceprobe.c:
3704         (gst_alsa_get_device_list): Don't return before freeing up
3705         the allocated structures.
3706
3707 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3708
3709         * gst/playback/gstplaybin.c:
3710           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3711
3712 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3713
3714         * ext/ogg/gstoggdemux.c:
3715           Revert the event part, that should not go in.
3716
3717 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3718
3719         * ext/ogg/gstoggdemux.c:
3720           Don't leak GstPluginFeatures when filtering.
3721
3722 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3723
3724         * sys/xvimage/xvimagesink.c:
3725           Add some logging for cases when grabbing the xv failed.
3726
3727 2008-04-21  David Schleef  <ds@schleef.org>
3728
3729         * ext/ogg/gstoggmux.c:
3730           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3731           packet.  Should conform to what we currently think is the
3732           final Ogg/Dirac muxing spec.
3733
3734 2008-04-21  David Schleef  <ds@schleef.org>
3735
3736         * sys/xvimage/xvimagesink.c:
3737           Fix typo that causes the overlay keying color to bright green
3738           on a 16-bit display.  Dark grey good.  Bright green bad.
3739
3740 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3741
3742         * ext/gnomevfs/gstgnomevfsuri.c:
3743           Add  FIXME comment about using uri-list for source and sink.
3744
3745 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3746
3747         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3748         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3749         vaargs functions to gint. Otherwise the fractions will get 0 set
3750         instead of the correct value on big endian systems. Fixes bug #529018.
3751
3752 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3753
3754         * ext/gnomevfs/gstgnomevfssink.c:
3755         (gst_gnome_vfs_sink_uri_get_protocols):
3756         * ext/gnomevfs/gstgnomevfssrc.c:
3757         (gst_gnome_vfs_src_uri_get_protocols):
3758         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3759         (gst_gnomevfs_get_supported_uris):
3760         Get the list of supported URI schemes in a threadsafe way and use the
3761         same list for the source and sink.
3762
3763 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3764
3765         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3766         (gst_gio_get_supported_protocols):
3767         Don't generate a new supported protocols list on each call but cache
3768         it. It's supposed to be static anyway, this way we only leak it once
3769         per process.
3770
3771         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3772         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3773         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3774         (gst_gio_sink_start):
3775         * ext/gio/gstgiosink.h:
3776         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3777         (gst_gio_src_class_init), (gst_gio_src_finalize),
3778         (gst_gio_src_set_property), (gst_gio_src_get_property),
3779         (gst_gio_src_start):
3780         * ext/gio/gstgiosrc.h:
3781         API: Add "file" properties where one can set a GFile as
3782         source/destination.
3783
3784         Add locking to the properties and use
3785         gst_element_class_set_details_simple() instead of a static
3786         GstElementDetails struct.
3787
3788 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3789
3790         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3791         (plugin_init):
3792         Add "mpp" and "mp+" as possible extensions for MusePack files.
3793
3794         Add typefinding for MusePack StreamVersion 8 files and include the
3795         stream version in the caps.
3796
3797 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3798
3799         * gst-libs/gst/rtp/gstrtppayloads.c:
3800         (gst_rtp_payload_info_for_name):
3801         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3802
3803 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3804
3805         * configure.ac:
3806           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3807           (NB: this only affects compilation of some of the examples).
3808           Remove some configure.ac cruft that's not needed any longer.
3809
3810 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3811
3812         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3813         Don't validate the payload if there isn't any.
3814         Fixes #525915
3815
3816 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3817
3818         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3819         Use g_atomic_int_set() instead of gst_atomic_int_set().
3820
3821 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3822
3823         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3824         Return NULL instead of a gchar * array with one NULL element if we
3825         don't get any supported URI schemes from GIO.
3826
3827 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3828
3829         * gst/audiotestsrc/gstaudiotestsrc.c:
3830           Remove cpp style commented old code.
3831
3832 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3833
3834         * gst/playback/gstdecodebin2.c:
3835           Fix signal docs.
3836
3837 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3838
3839         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3840           (gst_text_overlay_init):
3841           Fix textoverlay unit test again by making the supposed default
3842           value for the wait-text property the actual default value.
3843           Also fix Since: tag for new property.
3844
3845 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3846
3847         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3848           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3849           (gst_video_format_get_pixel_stride),
3850           (gst_video_format_get_component_width),
3851           (gst_video_format_get_component_height),
3852           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3853           (gst_video_format_convert):
3854           Add guards to these functions to ensure sane input values.
3855
3856         * tests/check/libs/video.c:
3857           Fix unit test not to create caps with width=0 and height=0.
3858
3859 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3860
3861         * docs/design/draft-keyframe-force.txt:
3862         Fix typo.
3863
3864         * gst/playback/gstqueue2.c: (update_buffering),
3865         (gst_queue_handle_src_query):
3866         Set buffering mode in the messages.
3867         Set buffering percent in the query.
3868
3869         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3870         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3871         Do some more fancy things based on the buffering method in use.
3872
3873 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3874
3875         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3876         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3877         (msg_buffering), (main):
3878         Add basic download reports to seek using the new buffering API.
3879
3880 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3881
3882         * gst/playback/gstqueue2.c: (update_buffering),
3883         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3884         (gst_queue_src_checkgetrange_function):
3885         Include extra buffering stats in the buffering message.
3886         Implement BUFFERING query.
3887
3888         * gst/playback/gsturidecodebin.c: (do_async_start),
3889         (do_async_done), (type_found), (setup_streaming), (setup_source),
3890         (gst_uri_decode_bin_change_state):
3891         Only add decodebin2 when the type is found in streaming mode.
3892         Make uridecodebin async to PAUSED even when we don't have decodebin2
3893         added yet.
3894
3895 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3896
3897         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3898         Filter cdda from the supported URI schemes. We can't support
3899         musicbrainz tags and everything else one expects from a cdda source
3900         with GIO. Fixes bug #526794.
3901
3902 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3903
3904         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3905         (gst_xvimagesink_buffer_alloc):
3906         Fix calculation of 'expected size' for YV12 buffers.
3907         Be a little more verbose in the debug output for buffer-alloc'ed
3908         buffers which turn out to have the wrong size.
3909
3910 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3911
3912         * NEWS:
3913         * RELEASE:
3914         * gst-plugins-base.doap:
3915           Merge other changes from 0.10.19 release branch.
3916
3917 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3918
3919         * gst-libs/gst/audio/gstbaseaudiosink.c:
3920           (gst_base_audio_sink_class_init):
3921         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3922           (gst_base_audio_src_class_init):
3923         * gst/playback/gstplayback.c: (plugin_init):
3924         * gst/volume/gstvolume.c: (plugin_init):
3925           Work around missing bits of thread-safety on older GLibs some
3926           more to avoid assertions when starting up multiple playbin
3927           objects concurrently (see #512382).
3928
3929 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3930
3931         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3932           Remove some more fields.
3933
3934 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3935
3936         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3937
3938         * configure.ac:
3939         Actually build dlls when cross-compiling with mingw32.
3940         Fixes bug #526247.
3941
3942 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3943
3944         * configure.ac:
3945           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3946
3947 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3948
3949         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3950         (msg_buffering), (connect_bus_signals), (main):
3951         Add statusbar.
3952         Add buffering support with feedback in the statusbar.
3953
3954 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3955
3956         * ext/ogg/gstoggmux.c:
3957           Fix sample pipeline description.
3958
3959 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3960
3961         * docs/plugins/Makefile.am:
3962         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3963         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3964         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3965           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3966
3967         * docs/plugins/gst-plugins-base-plugins.args:
3968         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3969         * docs/plugins/gst-plugins-base-plugins.interfaces:
3970         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3971         * docs/plugins/inspect/plugin-adder.xml:
3972         * docs/plugins/inspect/plugin-alsa.xml:
3973         * docs/plugins/inspect/plugin-audioconvert.xml:
3974         * docs/plugins/inspect/plugin-audiorate.xml:
3975         * docs/plugins/inspect/plugin-audioresample.xml:
3976         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3977         * docs/plugins/inspect/plugin-cdparanoia.xml:
3978         * docs/plugins/inspect/plugin-decodebin.xml:
3979         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3980         * docs/plugins/inspect/plugin-gdp.xml:
3981         * docs/plugins/inspect/plugin-gnomevfs.xml:
3982         * docs/plugins/inspect/plugin-libvisual.xml:
3983         * docs/plugins/inspect/plugin-ogg.xml:
3984         * docs/plugins/inspect/plugin-pango.xml:
3985         * docs/plugins/inspect/plugin-playback.xml:
3986         * docs/plugins/inspect/plugin-queue2.xml:
3987         * docs/plugins/inspect/plugin-subparse.xml:
3988         * docs/plugins/inspect/plugin-tcp.xml:
3989         * docs/plugins/inspect/plugin-theora.xml:
3990         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3991         * docs/plugins/inspect/plugin-uridecodebin.xml:
3992         * docs/plugins/inspect/plugin-video4linux.xml:
3993         * docs/plugins/inspect/plugin-videorate.xml:
3994         * docs/plugins/inspect/plugin-videoscale.xml:
3995         * docs/plugins/inspect/plugin-videotestsrc.xml:
3996         * docs/plugins/inspect/plugin-volume.xml:
3997         * docs/plugins/inspect/plugin-vorbis.xml:
3998         * docs/plugins/inspect/plugin-ximagesink.xml:
3999         * docs/plugins/inspect/plugin-xvimagesink.xml:
4000           Update introspection data.
4001
4002         * ext/ogg/gstoggmux.c:
4003           Document oggmux.
4004
4005         * gst/playback/gstdecodebin2.c:
4006           Don't use gtk-doc style comment start for private stuff, but make it
4007           formatted like this for consistency.
4008
4009 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
4010
4011         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4012         (gst_decode_bin_init), (gst_decode_bin_dispose),
4013         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
4014         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4015         (analyze_new_pad), (connect_pad), (expose_pad),
4016         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
4017         (gst_decode_group_expose), (gst_decode_group_free),
4018         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
4019         Remove fakesink hack, we can now implement this more elegantly.
4020         Added property to bypass typefinding.
4021         Removed underrun callback and demuxer pad probe, we now use the srcpad
4022         probe to expose groups.
4023         API::sink-caps property
4024
4025         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
4026         Guard against multiple emissions of the no_more_pads signal, which
4027         happens when we are dealing with chained oggs.
4028
4029         * gst/playback/gsturidecodebin.c: (remove_decoders),
4030         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
4031         (setup_source):
4032         For streams, use our own typefind element and plug our queue after it.
4033         We will need this to determine the type of buffering to use for the
4034         queue soon.
4035
4036 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
4037
4038         * gst-libs/gst/audio/gstbaseaudiosink.c:
4039         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
4040         Guard against over and underflows because of clock slaving.
4041         When we are using our own clock, still compensate for any calibrations
4042         that we might have done to our clock.
4043
4044 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
4045
4046         * ext/theora/theoradec.c: (theora_handle_type_packet),
4047         (theora_dec_chain):
4048         Don't try to do anything fancy with the return code from pushing an
4049         event, it does not have enough information to turn it into a
4050         GST_FLOW_ERROR.
4051
4052 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
4053
4054         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
4055         (gst_ogg_demux_chain_elem_pad):
4056         Add small debug line.
4057         Pass return code from the internal decoder instead of the too generic
4058         GST_FLOW_ERROR.
4059
4060 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4061
4062         * gst-libs/gst/cdda/Makefile.am:
4063         * gst-libs/gst/cdda/base64.c:
4064         * gst-libs/gst/cdda/base64.h:
4065         * gst-libs/gst/cdda/gstcddabasesrc.c:
4066         (gst_cddabasesrc_calculate_musicbrainz_discid):
4067         Use GLib's base64 implementation instead of our own.
4068
4069 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4070
4071         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4072         (gst_ogg_demux_read_chain):
4073         Refix oggdemux, we only have a problem if we failed to find a chain and
4074         we are not EOF.
4075
4076 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4077
4078         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
4079
4080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4081         (gst_ogg_demux_read_chain):
4082         When we fail to find a BOS page and we and up with no chain, error out
4083         properly instead of segfaulting. Fixes #525665.
4084
4085 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4086
4087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4088         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
4089         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
4090         no-more-pads...
4091
4092 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4093
4094         * gst/playback/gstqueue2.c: (update_out_rates),
4095         (gst_queue_open_temp_location_file),
4096         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
4097         (gst_queue_handle_src_query), (gst_queue_set_property):
4098         Update the estimated input data when we push out a buffer.
4099         Add some debug info about the temp file.
4100         Only forward src events when we are not using a temp file.
4101         Don't block the duration query, we need to find something better.
4102         Don't leak the temp filename.
4103
4104 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
4105
4106         * configure.ac:
4107         Require GLib 2.12 and liboil 0.3.14.
4108
4109         * gst/volume/gstvolume.c: (volume_process_double):
4110         Unconditionally use liboil 0.3.14 function.
4111
4112 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4113
4114         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4115         ms-gsm can have arbitrarty sample rates. See #481354.
4116
4117 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4118
4119         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4120         MP4S is generic MPEG-4, not a microsoft variant.
4121
4122 2008-03-27  Michael Smith <msmith@fluendo.com>
4123
4124         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
4125           Check the body CRC (if set) when depayloading.
4126           Fixes #522401.
4127
4128 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
4129
4130         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4131           Fix Since: version for new property.
4132
4133 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4134
4135         * gst-libs/gst/rtsp/gstrtspconnection.c:
4136         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4137         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
4138         Don't error when poll_wait returns EAGAIN.
4139
4140 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4141
4142         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
4143         The queue is never filled when there are no buffers in the queue at all.
4144         Fixes #523993.
4145
4146 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4147
4148         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4149         (init_group), (free_group), (gst_play_bin_init),
4150         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4151         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
4152         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
4153         (gst_play_bin_set_current_video_stream),
4154         (gst_play_bin_set_current_audio_stream),
4155         (gst_play_bin_set_current_text_stream),
4156         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
4157         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
4158         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
4159         (activate_group), (deactivate_group), (setup_next_source),
4160         (save_current_group), (gst_play_bin_change_state):
4161         Update some docs.
4162         Add new locks and conds to protect pipeline creation and group
4163         switching.
4164         Implement the sub-uri property.
4165         Keep track of pending uridecodebin creation and configure the output
4166         pipeline after all streams are configured.
4167         Propagate subtitle encoding to the uridecodebins.
4168         Implement getting the video/audio/visualisation elements.
4169         Use input-selector for stream switching.
4170         If we are asked to do visualisation, prefer to autoplug raw sinks
4171         instead of sinks that accept encoded data.
4172
4173 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4174
4175         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4176         (gst_play_sink_init), (gst_play_sink_dispose),
4177         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
4178         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
4179         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
4180         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
4181         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
4182         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
4183         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
4184         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
4185         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
4186         * gst/playback/gstplaysink.h:
4187         Add methods to get audio/video/vis elements.
4188         Add methods to set the font description for the overlay.
4189         Remove properties, we're using this element with its methods only.
4190         Add support for subtitles.
4191         Rearrange the locking a bit to not use the object lock for protecting
4192         the pipeline construction.
4193         Try to use the volume and mute property on the sink when its available.
4194         Implement the mute option with volume when the sink does not have a mute
4195         property.
4196         Only add volume element when the sink has no volume property.
4197         Only do visualisations with raw audio pads.
4198
4199 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4200
4201         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4202         (gst_text_overlay_init), (gst_text_overlay_set_property),
4203         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
4204         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4205         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4206         (gst_text_overlay_change_state):
4207         * ext/pango/gsttextoverlay.h:
4208         Add property to configure waiting for text on the textpad or not, with
4209         the default behaviour being the old one (always wait for text before
4210         rendering the video). This default behaviour is usually not the best one
4211         because the text stream can very sparse and could require queueing a lot
4212         of video.
4213         Fix the flushing and EOS handing so that we don't mix up their meaning.
4214
4215 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4216
4217         * gst/playback/gsturidecodebin.c:
4218         (gst_uri_decode_bin_autoplug_factories),
4219         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4220         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
4221         (gst_uri_decode_bin_set_property),
4222         (gst_uri_decode_bin_get_property), (no_more_pads_full),
4223         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
4224         (proxy_autoplug_factories_signal), (make_decoder),
4225         (source_new_pad), (setup_source):
4226         Add a readonly source property and notify.
4227         Add new lock for protecting the construction of the pipeline.
4228         Keep track of the decodebins we plugged.
4229         Correctly proxy the autoplug signal so that it actually continues.
4230         Proxy subtitle-encoding to the decodebins.
4231
4232 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4233
4234         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4235         (text_toggle_cb), (update_streams), (main):
4236         Rearrange some buttons in playbin2 and make some other boxes insensitive
4237         when needed.
4238         Add language codes to subtitle selection boxes when we gind the right
4239         tags for the streams.
4240
4241 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4242
4243         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4244         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4245         (gst_decode_bin_set_subs_encoding),
4246         (gst_decode_bin_get_subs_encoding),
4247         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4248         (deactivate_free_recursive):
4249         Protect caps property with the object lock.
4250         Protect encoding property with the object lock.
4251         Keep list of elements we added that have the subtitle-encoding property.
4252         Distribute the subtitle-encoding to all of the elements when it
4253         changes.
4254
4255 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4256
4257         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4258         Small debug improvement.
4259
4260         * gst-libs/gst/audio/gstbaseaudiosink.c:
4261         (gst_base_audio_sink_render):
4262         Fix bug in determining the sample start/stop position, we want to base
4263         this decision on the fact that we are going forwards or backwards, not
4264         slower or faster. This fixes some ugly resync warnings when playing at
4265         very slow speeds.
4266
4267 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
4268
4269         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4270         Correctly set the supported URI schemes and don't leave
4271         some schemes in the middle or at the start at NULL.
4272
4273 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4274
4275         * tests/check/elements/gdpdepay.c:
4276           Make test compile without unused function/variable warnings on PPC.
4277  
4278 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4279
4280         * configure.ac:
4281         * ext/alsa/gstalsamixerelement.c:
4282         (gst_alsa_mixer_element_class_init):
4283         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4284         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4285         * ext/cdparanoia/gstcdparanoiasrc.c:
4286         (gst_cd_paranoia_src_class_init):
4287         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4288         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4289         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4290         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4291         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4292         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4293         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4294         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4295         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4296         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4297         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4298         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4299         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4300         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4301         (gst_audio_filter_template_class_init):
4302         * gst-libs/gst/audio/gstbaseaudiosink.c:
4303         (gst_base_audio_sink_class_init):
4304         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4305         (gst_base_audio_src_class_init):
4306         * gst-libs/gst/cdda/gstcddabasesrc.c:
4307         (gst_cdda_base_src_class_init):
4308         * gst-libs/gst/interfaces/mixertrack.c:
4309         (gst_mixer_track_class_init):
4310         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4311         (gst_base_rtp_depayload_class_init):
4312         * gst-libs/gst/rtp/gstbasertppayload.c:
4313         (gst_basertppayload_class_init):
4314         * gst/audioconvert/gstaudioconvert.c:
4315         (gst_audio_convert_class_init):
4316         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4317         * gst/audioresample/gstaudioresample.c:
4318         (gst_audioresample_class_init):
4319         * gst/audiotestsrc/gstaudiotestsrc.c:
4320         (gst_audio_test_src_class_init):
4321         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4322         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4323         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4324         (preroll_unlinked):
4325         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4326         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4327         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4328         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4329         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4330         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4331         (gst_stream_selector_class_init):
4332         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4333         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4334         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4335         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4336         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4337         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4338         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4339         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4340         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4341         * gst/videotestsrc/gstvideotestsrc.c:
4342         (gst_video_test_src_class_init):
4343         * gst/volume/gstvolume.c: (gst_volume_class_init):
4344         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4345         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4346         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4347         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4348         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4350         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4351         static strings (i.e. all). This gives us less memory usage,
4352         fewer allocations and thus less memory defragmentation. Depend
4353         on core CVS for this. Fixes bug #523806.
4354
4355 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4356
4357         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4358         Filter http and https protocols. GIO/GVfs handles them but it's
4359         impossible to implement iradio/icecast with it. Better use
4360         souphttpsrc or something else for this.
4361
4362         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4363         If getting the file informations by a query fails try it with the
4364         seek-to-end trick too.
4365
4366 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4367
4368         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4369         (gst_volume_base_init), (gst_volume_class_init),
4370         (volume_process_double), (volume_process_float),
4371         (volume_transform_ip), (plugin_init):
4372         memset buffers to zero if we get a GAP buffer. We usually see a
4373         buffer as one unit so let's handle it as one and don't care about
4374         volume changes while processing one buffer.
4375         Also clean up some stuff a bit.
4376
4377 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4378
4379         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4380         (gst_audio_convert_create_silence_buffer),
4381         (gst_audio_convert_transform):
4382         Make audioconvert GAP-aware by outputting silence buffers when the
4383         input has the GAP flag set. This is up to 8x faster.
4384         Based on a patch by Stefan Kost. Fixes bug #517813.
4385
4386 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4387
4388         * gst/volume/gstvolume.c: (volume_process_double):
4389         Use oil_scalarmultiply_f64_ns() for double processing when it's
4390         available at compile time.
4391
4392 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4393
4394         * configure.ac:
4395         Fix lrint/lrintf checks to actually work. These functions are
4396         in libm on Linux at least so try to link to it.
4397
4398 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4399
4400         * configure.ac:
4401         Back to development - 0.10.18.1
4402
4403 === release 0.10.18 ===
4404
4405 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4406
4407         * configure.ac:
4408           releasing 0.10.18, "I will follow"
4409
4410 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4411
4412         * configure.ac:
4413         * win32/common/config.h:
4414         0.10.17.4 pre-release
4415
4416 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4417
4418         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4419         Use GST_STR_NULL when trying to print strings that could be NULL because
4420         this might crash on some platforms. See #520808.
4421
4422 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4423
4424         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4425
4426         * gst-libs/gst/rtsp/gstrtspconnection.c:
4427         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4428         (read_line), (gst_rtsp_connection_read_internal):
4429         Generic Windows fixes that makes libgstrtsp work on Windows when
4430         coupled with the new GstPoll API. See #520808.
4431
4432 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4433
4434         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4435
4436         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4437           If seeking to a new position succeeds don't simply return from
4438           create() without creating a buffer. Do this only in the case
4439           seeking to the new position fails. Fixes bug #523054.
4440
4441 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4442
4443         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4444           (gst_video_format_from_rgba32_masks):
4445           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4446           (#522635).
4447
4448         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4449           Add unit test for the RGB caps parsing and creation, checking for
4450           internal consistency of the new API and consistency of the API with
4451           the old GST_VIDEO_CAPS_* defines.
4452
4453 2008-03-14  David Schleef  <ds@schleef.org>
4454
4455         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4456           because -base is in freeze.
4457
4458 2008-03-14  David Schleef  <ds@schleef.org>
4459
4460         Patch by: William M. Brack
4461
4462         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4463
4464 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4465
4466         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4467         (gst_selector_pad_chain):
4468         * gst/playback/gststreamselector.h:
4469         Revert change that caused regression until a real fix is found.
4470         Fixes #522203.
4471
4472 2008-03-12  Michael Smith <msmith@fluendo.com>
4473
4474         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4475         * gst-libs/gst/audio/gstringbuffer.h:
4476           Rename recently added buffer types to make more sense.
4477         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4478         (gst_alsasink_write):
4479           Adapt for above API changes.
4480           Fixes bug #520523.
4481
4482 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4483
4484         * win32/common/libgstnetbuffer.def:
4485         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4486
4487 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4488
4489         * configure.ac:
4490         * win32/common/config.h:
4491         0.10.17.3 pre-release
4492
4493 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4494
4495         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4496         (gst_base_audio_src_create):
4497         Fix duration when no clock was provided. Fixes #520300.
4498
4499 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4500
4501         Patch by: Olivier Crete  <tester at tester ca>
4502
4503         * docs/libs/gst-plugins-base-libs-sections.txt:
4504         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4505         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4506         Add trivial function to compare GstNetAddress. See #520626.
4507         API: GstNetBuffer::gst_netaddress_equal
4508
4509 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4510
4511         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4512         Update mode property docs, it's deprecated now.
4513
4514 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4515
4516         * gst-libs/gst/rtsp/gstrtspconnection.c:
4517         (gst_rtsp_connection_create):
4518         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4519         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4520         * gst/tcp/gstmultifdsink.h:
4521         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4522         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4523         Remove GstPollMode from gstpoll constructor.
4524
4525 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4526
4527         * configure.ac:
4528         * win32/common/config.h:
4529         0.10.17.2 pre-release
4530
4531 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4532
4533         * gst/Makefile.am:
4534         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4535         them twice
4536
4537         * win32/common/libgstinterfaces.def:
4538         * win32/common/libgstrtp.def:
4539         Add new API to the defs
4540
4541 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4542
4543         Patch by: Mersad Jelacic  <mersad at axis dot com>
4544
4545         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4546         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4547         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4548         possible to specify the sample size in bits. (#509637)
4549
4550 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4551
4552         * tests/check/libs/mixer.c:
4553           Add a few simple checks for the new message types.
4554
4555 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4556
4557         * docs/libs/gst-plugins-base-libs-sections.txt:
4558         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4559           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4560           (gst_mixer_message_get_type),
4561           (gst_mixer_message_parse_option_changed),
4562           (gst_mixer_message_parse_options_list_changed):
4563         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4564           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4565           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4566           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4567           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4568           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4569
4570 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4571
4572         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4573           (gst_mixer_options_get_values):
4574         * gst-libs/gst/interfaces/mixeroptions.h:
4575           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4576           (_GstMixerOptions), (_GstMixerOptionsClass):
4577           API: add GstMixerOptions::get_values vfunc (#519906)
4578
4579 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4580
4581         * configure.ac:
4582         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4583         plug-ins are included/excluded. (#498222)
4584
4585 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4586
4587         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4588         Add typefinder for IMelody files, using audio/x-imelody.
4589         See bug #519516.
4590
4591 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4592
4593         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4594         * ext/alsa/gstalsasink.c: (set_hwparams):
4595         * ext/alsa/gstalsasrc.c: (set_hwparams):
4596         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4597         * ext/ogg/gstoggmux.h:
4598         * ext/ogg/gstogmparse.c:
4599         * gst-libs/gst/audio/audio.c:
4600         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4601         * gst-libs/gst/pbutils/missing-plugins.c:
4602         (gst_missing_uri_sink_message_new),
4603         (gst_missing_element_message_new),
4604         (gst_missing_decoder_message_new),
4605         (gst_missing_encoder_message_new):
4606         * gst-libs/gst/rtp/gstbasertppayload.c:
4607         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4608         (gst_rtcp_packet_bye_get_reason):
4609         * gst/audioconvert/gstaudioconvert.c:
4610         * gst/audioresample/gstaudioresample.c:
4611         * gst/ffmpegcolorspace/imgconvert.c:
4612         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4613         * gst/typefind/gsttypefindfunctions.c:
4614         * gst/videoscale/vs_4tap.c:
4615         * gst/videoscale/vs_4tap.h:
4616         * sys/v4l/gstv4lelement.c:
4617         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4618         * sys/v4l/v4l_calls.c:
4619         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4620         (gst_v4lsrc_try_capture):
4621         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4622         (gst_ximagesink_ximage_new):
4623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4624         (gst_xvimagesink_xvimage_new):
4625         * tests/check/elements/audioconvert.c:
4626         * tests/check/elements/audioresample.c:
4627         (fail_unless_perfect_stream):
4628         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4629         * tests/check/elements/decodebin.c:
4630         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4631         (setup_gdpdepay_streamheader):
4632         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4633         (setup_gdppay_streamheader):
4634         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4635         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4636         * tests/check/elements/textoverlay.c:
4637         * tests/check/elements/videorate.c: (setup_videorate):
4638         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4639         * tests/check/elements/volume.c: (setup_volume):
4640         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4641         * tests/check/elements/vorbistag.c:
4642         * tests/check/generic/clock-selection.c:
4643         * tests/check/generic/states.c: (setup), (teardown):
4644         * tests/check/libs/cddabasesrc.c:
4645         * tests/check/libs/video.c:
4646         * tests/check/pipelines/gio.c:
4647         * tests/check/pipelines/oggmux.c:
4648         * tests/check/pipelines/simple-launch-lines.c:
4649         (simple_launch_lines_suite):
4650         * tests/check/pipelines/streamheader.c:
4651         * tests/check/pipelines/theoraenc.c:
4652         * tests/check/pipelines/vorbisdec.c:
4653         * tests/check/pipelines/vorbisenc.c:
4654         * tests/examples/seek/scrubby.c:
4655         * tests/examples/seek/seek.c: (query_positions_elems),
4656         (query_positions_pads):
4657         * tests/icles/stress-xoverlay.c: (myclock):
4658         Correct all relevant warnings found by the sparse semantic code
4659         analyzer. This include marking several symbols static, using
4660         NULL instead of 0 for pointers and using "foo (void)" instead
4661         of "foo ()" for declarations.
4662
4663         * win32/common/libgstrtp.def:
4664         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4665
4666 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4667
4668         Patch by: José Alburquerque <jaalburqu svn gnome org>
4669
4670         * gst/playback/gstplaybin2.c:
4671           Make the function signature of the _get_*_tags() functions match
4672           the signature of the vfuncs they implement, ie. return a
4673           GstTagList rather than a GstStructure, which is more correct,
4674           even if one is typedef'ed to the other (#518940).
4675
4676 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4677
4678         * gst-libs/gst/rtsp/gstrtspconnection.c:
4679           Don't include unix headers unconditionally (fixes #518037).
4680
4681 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4682
4683         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4684           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4685           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4686           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4687           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4688           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4689           (gst_video_format_is_packed), (video_format_is_packed):
4690           Add unit test that makes sure that the strides, offsets and
4691           sizes returned for the various YUV formats by the new video API
4692           match the old reference implementation in videotestsrc.
4693
4694 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4695
4696         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4697           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4698           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4699           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4700           (gst_video_format_get_pixel_stride),
4701           (gst_video_format_get_component_width),
4702           (gst_video_format_get_component_height),
4703           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4704         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4705           (GST_VIDEO_FORMAT_Y42B):
4706           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4707
4708 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4709
4710         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4711           YV12 is I420 with swapped components 1 and 2, so the offset of
4712           component 1 for I420 should be the offset for component 2 for YV12
4713           and vice versa.
4714
4715 2008-02-29  Rene Stadler  <mail@renestadler.de>
4716
4717         * sys/v4l/gstv4lelement.c:
4718         Add missing semicolon to fix indentation.
4719
4720 2008-02-29  Julien Moutte  <julien@fluendo.com>
4721
4722         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4723         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4724         if we can do SPDIF output.
4725         * ext/alsa/gstalsa.h:
4726         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4727         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4728         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4729         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4730         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4731         to support AC3, EC3 and IEC958 buffers.
4732
4733 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4734
4735         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4736           (gst_mixer_message_parse_mute_toggled),
4737           (gst_mixer_message_parse_record_toggled),
4738           (gst_mixer_message_parse_volume_changed),
4739           (gst_mixer_message_parse_option_changed):
4740           De-cruft and fix message type assertions (NULL is not a really
4741           valid mixer message type string).
4742
4743 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4744
4745         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4746         When negotiating, actually start from a format that we can support
4747         instead of from the too generic template.
4748
4749 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4750
4751         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4752         Enable vis setting.
4753
4754         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4755         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4756         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4757         (gen_vis_chain):
4758         Implement vis switching while playing.
4759
4760 2008-02-28  David Schleef  <ds@schleef.org>
4761
4762         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4763
4764 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4765
4766         Patch by: Peter Kjellerstedt  <pkj at axis com>
4767
4768         * gst/tcp/Makefile.am:
4769         * gst/tcp/fdsetstress.c:
4770         * gst/tcp/gstfdset.c:
4771         * gst/tcp/gstfdset.h:
4772         Removed fdset and stress test, they are now known as GstPoll in
4773         core. 
4774
4775         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4776         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4777         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4778         (gst_multi_fd_sink_handle_client_write),
4779         (gst_multi_fd_sink_queue_buffer),
4780         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4781         (gst_multi_fd_sink_stop):
4782         * gst/tcp/gstmultifdsink.h:
4783         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4784         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4785         (gst_tcp_gdp_read_caps):
4786         * gst/tcp/gsttcp.h:
4787         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4788         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4789         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4790         * gst/tcp/gsttcpclientsink.h:
4791         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4792         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4793         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4794         * gst/tcp/gsttcpclientsrc.h:
4795         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4796         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4797         * gst/tcp/gsttcpserversink.h:
4798         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4799         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4800         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4801         * gst/tcp/gsttcpserversrc.h:
4802         Port to GstPoll. See #505417.
4803
4804 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4805
4806         Patch by: Peter Kjellerstedt  <pkj at axis com>
4807
4808         * gst-libs/gst/rtsp/gstrtspconnection.c:
4809         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4810         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4811         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4812         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4813         (gst_rtsp_connection_flush):
4814         * gst-libs/gst/rtsp/gstrtspconnection.h:
4815         Use GstPoll for the rtsp connection. See #505417.
4816
4817 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4818
4819         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4820         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4821         Add combo box for visualisations, populate it with a factory list
4822         of all visualisation plugins, configure vis plugin instance in
4823         playbin2. 
4824
4825 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4826
4827         * tests/check/libs/rtp.c: (GST_START_TEST):
4828         Add check for RTP buffer defaults, padding and marker bit API.
4829
4830 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4831
4832         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4833         Use memcpy() instead of upcasting a byte array to long *. This
4834         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4835         This should be ported to GCheckSum once we can use GLib 2.16.
4836         Partially fixes bug #500833.
4837
4838 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4839
4840         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4841           Push tag event after the newsegment event. Log the pointer of
4842           the buffer we're actually going to push rather than the buffer
4843           we're feeding to _make_metadata_writable().
4844
4845 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4846
4847         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4848         Comment smoke typefinder for now. The smokedec plugin needs one
4849         frame per buffer but we have no parser yet, thus it simply crashes
4850         in most situations.
4851
4852 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4853
4854         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4855         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4856
4857 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4858
4859         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4860         (plugin_init):
4861         Add midi typefinder, copied from the timidity plugin.
4862
4863 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4864
4865         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4866
4867         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4868         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4869           (subparse_suite):
4870           Forward slashes at the beginning and end of a line also signify
4871           italics (Fixes: #518162).
4872
4873 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4874
4875         * tests/check/gst-plugins-base.supp:
4876         Add a suppression for a cached value in GIO that wasn't moved
4877         while moving gio from -bad to -base.
4878
4879 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4880
4881         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4882
4883         * configure.ac:
4884         Don't hardcode -Wall and -Werror for configure checks, this fails
4885         with non-GCC compilers. Fixes bug #517991.
4886
4887 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4888
4889         * gst/audioconvert/gstaudioconvert.c:
4890         * gst/audioconvert/gstaudioquantize.c:
4891         * gst/audioconvert/gstaudioquantize.h:
4892           Make audioconvert gap aware. If noiseshaping is used, wait for
4893           noiseshaping to converge before marking as GAP. Fixes #517813.
4894
4895 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4896
4897         * gst/audiotestsrc/gstaudiotestsrc.c:
4898           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4899
4900 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4901
4902         * ext/gnomevfs/gstgnomevfssink.c:
4903         (gst_gnome_vfs_sink_handle_event):
4904         Return FALSE when seeking for a new segment fails instead
4905         of silently ignoring the failure and appending every buffer
4906         that comes for the new segment.
4907
4908 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4909
4910         * gst/playback/gstplaysink.c: (find_property),
4911         (gst_play_sink_find_property), (gen_video_chain),
4912         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4913         Recursively search the sink element for a last-frame property so that we
4914         can also find the property in autovideosink and friends that don't
4915         always proxy the internal sink properties.
4916
4917 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4918
4919         * gst-libs/gst/audio/multichannel.c:
4920           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4921           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4922           (gst_audio_set_structure_channel_positions_list),
4923           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4924           (gst_audio_fixate_channel_positions):
4925           Fix confusing terminology in docs and code: structure fields are
4926           'fields' and not 'properties'.
4927
4928 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4929
4930         * gst-libs/gst/audio/multichannel.c:
4931           (gst_audio_check_channel_positions), (add_list_to_struct):
4932           Give more useful warning messages if one of the channel
4933           layout enums passed to us is invalid and if the "channels"
4934           field in the caps has a GType we don't expect.
4935
4936 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4937
4938         * gst-libs/gst/audio/multichannel.c:
4939           Fix typo in docs blurb.
4940
4941 2008-02-19  Julien Moutte  <julien@fluendo.com>
4942
4943         Patch by: Josep Torra Valles <josep@fluendo.com>
4944
4945         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4946         typefind lookup to fix typefinding on HD clips.
4947
4948 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4949
4950         * gst/playback/gstscreenshot.c:
4951         * gst/playback/gstscreenshot.h:
4952           Fix up copyright (I rewrote the GStreamer-0.10 code for
4953           this from scratch back in the days).
4954
4955 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4956
4957         * gst/playback/Makefile.am:
4958         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4959         (create_element), (gst_play_frame_conv_convert):
4960         * gst/playback/gstscreenshot.h:
4961         Add screenshot conversion code from totem.
4962
4963         * gst/playback/gstplay-marshal.list:
4964         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4965         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4966         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4967         Implement frame property to get a color-unconverted snapshot.
4968         Implement convert-frame action signal to get a converted snapshot image.
4969         Configure connection speed in uridecodebin.
4970         Document some more properties.
4971
4972         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4973         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4974         (gst_play_sink_get_last_frame):
4975         * gst/playback/gstplaysink.h:
4976         Use last-buffer property of the video sink to get a video snapshot.
4977
4978         * tests/examples/seek/seek.c: (shot_cb), (main):
4979         Add snapshot button for playbin2 and use the frame property to save the
4980         frame as a png in the current directory.
4981
4982 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4983
4984         Patch by: Josep Torra Valles <josep at fluendo dot com>
4985
4986         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4987         (plugin_init):
4988         Add typefinding support for h264 elementary streams.
4989         Fixes bug #517420.
4990
4991 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4992
4993         * configure.ac:
4994           Require CVS of core for new API in collectpads.
4995
4996         * gst/adder/gstadder.c:
4997           Use new API to make adder sparse stream aware.
4998
4999 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5000
5001         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
5002         (no_more_pads_cb):
5003         Get the object data correct so that we can remove our channels
5004         correctly.
5005
5006         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5007         (gen_vis_chain), (gst_play_sink_reconfigure),
5008         (gst_play_sink_request_pad):
5009         Add option to disable async behaviour in the sinks when possible. This
5010         makes it possible to avoid an audio queue when dealing with
5011         visualisations.
5012         Add option to add a queue for the audio path.
5013
5014         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
5015         (main):
5016         Disable the vis checkbox to match the defaults of playbin2.
5017         Only get the stream info when we need to.
5018
5019 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
5020
5021         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
5022         (gst_gio_base_sink_set_stream):
5023         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
5024         (gst_gio_base_src_set_stream):
5025         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
5026         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
5027         Don't use async operations as they require a running main loop.
5028         This makes us block again when closing streams and unable
5029         to mount the enclosing volume of an URI if it isn't yet.
5030
5031 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
5032
5033         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
5034         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
5035         (gen_vis_chain), (gst_play_sink_reconfigure),
5036         (gst_play_sink_request_pad):
5037         Move tee in front of the audio and vis pipelines.
5038         Add queue for audio for now.
5039         Add visualisation support.
5040
5041         * tests/examples/seek/seek.c: (main):
5042         Visualisation is by default disabled.
5043
5044 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
5045
5046         * ext/gio/gstgiobasesink.c: (close_stream_cb):
5047         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
5048         Improve debugging a bit.
5049
5050         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
5051         * ext/gio/gstgiosink.h:
5052         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
5053         * ext/gio/gstgiosrc.h:
5054         Try to mount the enclosing volume of a GFile if it isn't mounted
5055         yet. This requires us to wait for an async operation to finish, done
5056         with an nested GMainLoop. Authentication is not supported yet, will
5057         come later.
5058
5059 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5060
5061         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5062         (gst_play_bin_set_property), (gst_play_bin_get_property),
5063         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
5064         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
5065         (gst_play_sink_get_mute), (gen_audio_chain):
5066         * gst/playback/gstplaysink.h:
5067         Add mute property.
5068
5069         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
5070         (gst_selector_pad_chain):
5071         * gst/playback/gststreamselector.h:
5072         Make sure we forward the event only once.
5073
5074         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
5075         Add and implement the mute button for playbin2.
5076
5077 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5078
5079         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5080
5081         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
5082         Add some more debug info.
5083         Make sure we never return a negative delay. Fixes #516246.
5084
5085 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5086
5087         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
5088           Revert patch that makes the sink hold the object lock when
5089           calling snd_pcm_delay(), since it breaks playback for me.
5090
5091 2008-02-12  Julien Moutte  <julien@fluendo.com>
5092
5093         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
5094         some seek flags when changing rate.
5095
5096 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5097
5098         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5099         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
5100         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
5101         Fix potential leaks.
5102
5103         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
5104         Fix leak when there is no function configured.
5105
5106 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5107
5108         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
5109         (gst_v4lsrc_buffer_finalize):
5110         Correctly chain up the finalize method.
5111
5112 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5113
5114         * ext/gio/gstgiostreamsink.c:
5115         * ext/gio/gstgiostreamsrc.c:
5116         Add documentation and example code for giostreamsink/giostreamsrc.
5117
5118         * tests/check/pipelines/gio.c: (GST_START_TEST):
5119         Ask the GMemoryOutputStream for the data instead of assuming that
5120         the pointer to the data stayed the same. It could've been realloc'ed.
5121
5122 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5123
5124         * ext/gio/gstgiosink.c:
5125         * ext/gio/gstgiosrc.c:
5126         Make the documentation of giosink/giosrc complete, large parts
5127         are based on the gnomevfssink/gnomevfssrc docs.
5128
5129 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5130
5131         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5132         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5133         * docs/plugins/gst-plugins-base-plugins.args:
5134         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5135         * docs/plugins/gst-plugins-base-plugins.interfaces:
5136         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5137         * docs/plugins/gst-plugins-base-plugins.signals:
5138         * docs/plugins/inspect/plugin-adder.xml:
5139         * docs/plugins/inspect/plugin-audioconvert.xml:
5140         * docs/plugins/inspect/plugin-audiorate.xml:
5141         * docs/plugins/inspect/plugin-audioresample.xml:
5142         * docs/plugins/inspect/plugin-decodebin.xml:
5143         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5144         * docs/plugins/inspect/plugin-gdp.xml:
5145         * docs/plugins/inspect/plugin-gio.xml:
5146         * docs/plugins/inspect/plugin-gnomevfs.xml:
5147         * docs/plugins/inspect/plugin-libvisual.xml:
5148         * docs/plugins/inspect/plugin-ogg.xml:
5149         * docs/plugins/inspect/plugin-pango.xml:
5150         * docs/plugins/inspect/plugin-playback.xml:
5151         * docs/plugins/inspect/plugin-queue2.xml:
5152         * docs/plugins/inspect/plugin-subparse.xml:
5153         * docs/plugins/inspect/plugin-theora.xml:
5154         * docs/plugins/inspect/plugin-uridecodebin.xml:
5155         * docs/plugins/inspect/plugin-videorate.xml:
5156         * docs/plugins/inspect/plugin-videoscale.xml:
5157         * docs/plugins/inspect/plugin-volume.xml:
5158         * docs/plugins/inspect/plugin-vorbis.xml:
5159         Add the GIO documentation again and while at that run make update.
5160
5161 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5162
5163         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
5164         * ext/alsa/gstalsasink.c: (set_swparams):
5165         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
5166           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
5167           against libasound >= 1.0.16, since it's been deprecated in
5168           0.10.16, and alignment is always 1 then, apparently. (#512899)
5169
5170 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5171
5172         * gst/playback/gstplaybin.c: (gen_audio_element):
5173         * gst/playback/gstplaysink.c: (gen_audio_chain):
5174           Handle case where we can't create the volume element a bit
5175           better (#514307).
5176
5177 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5178
5179         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
5180         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5181           Add support for https protocol. Fixes #510229.
5182
5183 2008-02-11  Julien Moutte  <julien@fluendo.com>
5184         
5185         Patch by: Alan Peevers <peeves@pacbell.net>
5186
5187         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
5188         lock when calling alsa methods.
5189
5190 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5191
5192         * gst/typefind/gsttypefindfunctions.c:
5193           Bump rank of jpeg and png typefinders, which will return maximum
5194           probability in the most common cases (thus short-circuiting more
5195           expensive typefinders like the mp3 one for these two quite common
5196           image types).
5197
5198 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5199
5200         * ext/theora/theoraparse.c:
5201         Fix long description of the theora parser to be more verbose than just
5202         the type name.
5203
5204 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5205
5206         Patch by: Branko Čibej <brane at xbc dot nu>
5207
5208         * sys/xvimage/xvimagesink.c:
5209         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
5210         Fixes bug #515654.
5211
5212 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5213
5214         * gst/playback/gstplaybasebin.c:
5215         Set is_dynamic as True if there are elements with both request
5216         and sometimes src pad templates instead of breaking out when it
5217         finds the first pad template that is a src.
5218
5219 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5220
5221         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
5222         (update_streams), (video_combo_cb), (audio_combo_cb),
5223         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
5224         Add some stream switching and volume gui for playbin2.
5225
5226 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5227
5228         * gst/playback/gstplay-marshal.list:
5229         Added marshal for streamselector Tags.
5230
5231         * gst/playback/gstplaybasebin.c: (set_active_source):
5232         Streamselector now selects pads based on the pad object instead of its
5233         name.
5234
5235         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5236         (init_group), (gst_play_bin_init), (get_group), (get_tags),
5237         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5238         (gst_play_bin_get_text_tags),
5239         (gst_play_bin_set_current_video_stream),
5240         (gst_play_bin_set_current_audio_stream),
5241         (gst_play_bin_set_current_text_stream),
5242         (gst_play_bin_set_property), (gst_play_bin_get_property),
5243         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5244         Remove option to mute streams with the current-a/v/t property, we have
5245         this functionality in the flags.
5246         Add signals to notify when the number of A/V/T channels changed.
5247         Add action signals to get tags for the A/V/T streams.
5248         Implement setting the current A/V/T stream.
5249         Rearrange some things to simplify stream selection.
5250         Implement volume.
5251
5252         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5253         (gst_play_sink_get_volume), (gst_play_sink_set_property),
5254         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5255         (activate_vis), (gst_play_sink_reconfigure):
5256         * gst/playback/gstplaysink.h:
5257         Add and implement volume setting methods.
5258
5259         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5260         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5261         (gst_selector_pad_event), (gst_stream_selector_class_init),
5262         (gst_stream_selector_init), (gst_stream_selector_finalize),
5263         (gst_stream_selector_set_property),
5264         (gst_stream_selector_get_property),
5265         (gst_stream_selector_get_linked_pad),
5266         (gst_stream_selector_request_new_pad):
5267         * gst/playback/gststreamselector.h:
5268         Add pad properties for tags and status of pads.
5269         Keep tags on pads.
5270         Make active pad selection based on pad object instead of name.
5271
5272 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
5273
5274         * configure.ac:
5275           Revert last change as we now check in gtk-doc.m4 for sed.
5276
5277 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5278
5279         * configure.ac:
5280         Find and subst SED when building the docs.
5281
5282 2008-02-08  Julien Moutte  <julien@fluendo.com>
5283
5284         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5285         (main): Make sure bus signals are reconnected when pressing STOP
5286         and then PLAY again for a parse launch pipeline. Fix a ref leak
5287         on the bus.
5288         * win32/common/config.h: Updated.
5289
5290 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5291
5292         * configure.ac:
5293         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5294         pre-releases or releases.
5295
5296 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5297
5298         * configure.ac:
5299         * ext/gio/Makefile.am:
5300         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5301         reporting
5302
5303 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5304
5305         * docs/plugins/Makefile.am:
5306         Add the headers which need scanning for the GIO plugin. The rest of
5307         the docs still need migrating.
5308
5309 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5310
5311         * ext/Makefile.am:
5312         * tests/check/Makefile.am:
5313         * tests/check/pipelines/.cvsignore:
5314         Add gio in a few more places.
5315
5316 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5317
5318         * configure.ac:
5319         * ext/Makefile.am:
5320         * tests/check/Makefile.am:
5321         Move gio plugin from -bad and mark as experimental.
5322
5323 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5324
5325         * gst-libs/gst/interfaces/mixeroptions.c:
5326         * gst-libs/gst/interfaces/mixertrack.c:
5327         Comment out a couple of other things which break the build when
5328         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5329
5330 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5331
5332         * docs/libs/gst-plugins-base-libs-sections.txt:
5333           Fix pbutils header.
5334
5335 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5336
5337         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5338         Fix compiler warning.
5339
5340 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5341
5342         Patch by: Peter Kjellerstedt  <pkj at axis com>
5343
5344         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5345         Clear the addrinfo struct using memset. Fixes #514937.
5346
5347 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5348
5349         * gst/tcp/gstfdset.h:
5350         Remove unused field to same some memory.
5351
5352         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5353         Mark action signals as such.
5354
5355 2008-02-06  Michael Smith <msmith@fluendo.com>
5356
5357         * ext/theora/theoradec.c: (_theora_granule_frame),
5358         (_inc_granulepos):
5359           Increment granulepos for new-bitstream versions appropriately.
5360           Fixes #514623.
5361
5362 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5363
5364         * tests/examples/seek/seek.c: (do_seek),
5365         (rate_spinbutton_changed_cb), (update_streams), (main):
5366         Remove obsolete stream_time reset after flushing seek, core does that
5367         automatically now.
5368         Improve accuracy of speed spinbutton.
5369         Only do playbin2 stuff when we actually use it.
5370
5371 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5372
5373         * tests/check/Makefile.am:
5374           Revert previous change of the test environment's GST_PLUGIN_PATH.
5375           The problem is not with the plugins, but with element factories
5376           and only occurs if elements are split out from existing plugins
5377           or if plugins change name (see #512740).
5378
5379 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5380
5381         * tests/check/Makefile.am:
5382           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5383           with the core's plugins first and our local build directories last,
5384           since we might be building against an installed core, and that
5385           core's plugin directory may contain older or other versions of
5386           our own -base plugins, but we really do want to test our local
5387           ones (if there are multiple plugins or element factories with the
5388           same name, those inspected last will trump those read in earlier).
5389           Fixes #512740 for the most part.
5390
5391 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5392
5393         * configure.ac:
5394         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5395         Use gmtime_r if available as gmtime is not MT-safe.
5396         Fixes bug #511810.
5397
5398 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5399
5400         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5401         Cast glong to time_t as time_t might have a different type on
5402         other platforms, like FreeBSD, and we get a compiler warning
5403         otherwise. Fixes bug #511825.
5404
5405 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5406
5407         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5408         (get_group), (get_n_pads), (gst_play_bin_get_property),
5409         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5410         (autoplug_select_cb), (deactivate_group):
5411         Remove stream-info, we going for something easier.
5412         Refactor getting the current group.
5413         Implement getting the number of audio/video/text streams.
5414
5415         * gst/playback/gststreamselector.c:
5416         (gst_stream_selector_class_init), (gst_stream_selector_init),
5417         (gst_stream_selector_get_property),
5418         (gst_stream_selector_request_new_pad),
5419         (gst_stream_selector_release_pad):
5420         * gst/playback/gststreamselector.h:
5421         Add property for number of pads.
5422
5423         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5424         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5425         (text_toggle_cb), (update_streams), (msg_async_done),
5426         (msg_state_changed), (main):
5427         Block slider callback when updating the slider position.
5428         Add gui elements for controlling playbin2.
5429         Add callback for async_done that updates position/duration.
5430
5431 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5432
5433         * docs/plugins/Makefile.am:
5434         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5435         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5436         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5437         * docs/plugins/gst-plugins-base-plugins.interfaces:
5438         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5439           First round of plugin docs cleansups.
5440
5441         * docs/plugins/inspect/plugin-adder.xml:
5442         * docs/plugins/inspect/plugin-alsa.xml:
5443         * docs/plugins/inspect/plugin-audioconvert.xml:
5444         * docs/plugins/inspect/plugin-audiorate.xml:
5445         * docs/plugins/inspect/plugin-audioresample.xml:
5446         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5447         * docs/plugins/inspect/plugin-cdparanoia.xml:
5448         * docs/plugins/inspect/plugin-decodebin.xml:
5449         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5450         * docs/plugins/inspect/plugin-gdp.xml:
5451         * docs/plugins/inspect/plugin-gnomevfs.xml:
5452         * docs/plugins/inspect/plugin-libvisual.xml:
5453         * docs/plugins/inspect/plugin-ogg.xml:
5454         * docs/plugins/inspect/plugin-pango.xml:
5455         * docs/plugins/inspect/plugin-subparse.xml:
5456         * docs/plugins/inspect/plugin-tcp.xml:
5457         * docs/plugins/inspect/plugin-theora.xml:
5458         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5459         * docs/plugins/inspect/plugin-video4linux.xml:
5460         * docs/plugins/inspect/plugin-videorate.xml:
5461         * docs/plugins/inspect/plugin-videoscale.xml:
5462         * docs/plugins/inspect/plugin-videotestsrc.xml:
5463         * docs/plugins/inspect/plugin-volume.xml:
5464         * docs/plugins/inspect/plugin-vorbis.xml:
5465         * docs/plugins/inspect/plugin-ximagesink.xml:
5466         * docs/plugins/inspect/plugin-xvimagesink.xml:
5467           Regenerate.
5468
5469         * ext/ogg/Makefile.am:
5470         * ext/ogg/gstoggmux.c:
5471         * ext/ogg/gstoggmux.h:
5472           Add header for oggmux. the c-file needs a doc blob still.
5473
5474 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5475
5476         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5477
5478         * gst-libs/gst/rtp/gstrtpbuffer.c:
5479         (gst_rtp_buffer_set_extension_data):
5480         * gst-libs/gst/rtp/gstrtpbuffer.h:
5481         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5482         Add gst_rtp_buffer_set_extension_data() 
5483         Add a unit test for this addition. Fixes #511478.
5484         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5485
5486 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5487
5488         * configure.ac:
5489         Back to CVS
5490
5491 === release 0.10.17 ===
5492
5493 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5494
5495         * configure.ac:
5496           releasing 0.10.17, "Peanut Butter and Jelly"
5497
5498 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5499
5500         * gst-libs/gst/interfaces/mixeroptions.c:
5501         * gst-libs/gst/interfaces/mixertrack.c:
5502         Also remove the conditional registration of the signals
5503         that disappeared with the ABI change in 0.10.14
5504
5505 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5506
5507         * gst-libs/gst/rtsp/gstrtspconnection.c:
5508         Revert patch to gstrtspconnection.c for brown paper bag
5509         release of -base. Re-opens: #511825
5510
5511 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5512
5513         * gst-libs/gst/interfaces/mixeroptions.h:
5514         * gst-libs/gst/interfaces/mixertrack.h:
5515         Change the way these deprecated function pointers are removed
5516         so that the compiled ABI is unconditionally smaller. This 
5517         sets in stone an ABI break that actually occurred when the
5518         things were deprecated in 0.10.14, which seems to be the best
5519         fix as the only known users are oss-mixer and sunaudio-mixer in 
5520         gst-plugins-good.
5521         Fixes: #513018
5522
5523 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5524
5525         * win32/common/libgstpbutils.def:
5526           Export the two new _get_type() functions which are needed
5527           by the python bindings.
5528
5529 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5530
5531         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5532         Cast glong to time_t as time_t might have a different type on
5533         other platforms, like FreeBSD, and we get a compiler warning
5534         otherwise. Fixes bug #511825.
5535
5536 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5537
5538         * gst-libs/gst/audio/gstaudiofilter.c:
5539         (gst_audio_filter_class_init):
5540         Initialize the GstRingerBuffer class to get it's debug category
5541         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5542         category and otherwise we get some g_critical(). Fixes bug #512334.
5543
5544 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5545
5546         * configure.ac:
5547         Back to CVS
5548
5549 === release 0.10.16 ===
5550
5551 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5552
5553         * configure.ac:
5554           releasing 0.10.16, "Scheduled Interruption"
5555
5556 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5557
5558         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5559
5560         * gst-libs/gst/rtp/gstrtpbuffer.c:
5561         (gst_rtp_buffer_get_extension_data):
5562         Fix typos and wrong extension check. Fixes #511274.
5563
5564 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5565
5566         * po/sk.po:
5567         Oops - add new sk.po mentioned in the LINGUAS I just committed
5568
5569 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5570
5571         * po/LINGUAS:
5572         Add ca translation to the disted list.
5573
5574         * win32/vs6/libgstsdp.dsp:
5575         Convert line endings to CRLF
5576
5577 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5578
5579         * win32/MANIFEST:
5580         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5581
5582 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5583
5584         * win32/common/libgstsdp.def:
5585         * win32/common/libgstvideo.def:
5586         Add new API declarations
5587
5588 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5589
5590         * ext/theora/gsttheoradec.h:
5591         * ext/theora/gsttheoraparse.h:
5592         * ext/theora/theoradec.c:
5593         * ext/theora/theoraparse.c:
5594         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5595         and parser by inspecting the bitstream version of the incoming data.
5596
5597 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5598
5599         * configure.ac:
5600         * pkgconfig/Makefile.am:
5601         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5602         * pkgconfig/gstreamer-audio.pc.in:
5603         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5604         * pkgconfig/gstreamer-cdda.pc.in:
5605         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5606         * pkgconfig/gstreamer-fft.pc.in:
5607         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5608         * pkgconfig/gstreamer-floatcast.pc.in:
5609         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5610         * pkgconfig/gstreamer-interfaces.pc.in:
5611         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5612         * pkgconfig/gstreamer-netbuffer.pc.in:
5613         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5614         * pkgconfig/gstreamer-pbutils.pc.in:
5615         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5616         * pkgconfig/gstreamer-riff.pc.in:
5617         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5618         * pkgconfig/gstreamer-rtp.pc.in:
5619         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5620         * pkgconfig/gstreamer-rtsp.pc.in:
5621         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5622         * pkgconfig/gstreamer-sdp.pc.in:
5623         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5624         * pkgconfig/gstreamer-tag.pc.in:
5625         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5626         * pkgconfig/gstreamer-video.pc.in:
5627         Provide one pkg-config file for every gst-plugins-base library.
5628         This makes linking to those libraries much more intuitive and
5629         provides standard pkg-config behaviour for them. Fixes bug #499697.
5630
5631 2008-01-13  David Schleef  <ds@schleef.org>
5632
5633         * gst/videoscale/vs_4tap.c:
5634           Fix valgrind error on 4tap scaling method.
5635
5636 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5637
5638         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5639         Include Winsock2.h for VS6 and use a different way initialize
5640         hints structure so it can build with VS6.
5641         * win32/MANIFEST:
5642         * win32/vs6/libgstsdp.dsp:
5643         * win32/common/libgstsdp.def:
5644         Add new files for libgstsdp.
5645         * win32/vs6/grammar.dsp:
5646         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5647         * win32/vs6/gst_plugins_base.dsw:
5648         * win32/vs6/libgstdecodebin.dsp:
5649         * win32/vs6/libgstdecodebin2.dsp:
5650         * win32/vs6/libgstplaybin.dsp:
5651         * win32/vs6/libgstvolume.dsp:
5652         Add new dependencies to the link list.
5653
5654 2008-01-13  Julien Moutte  <julien@fluendo.com>
5655
5656         * win32/common/config.h:
5657         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5658         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5659         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5660         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5661         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5662         * win32/common/interfaces-enumtypes.c:
5663         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5664         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5665         (gst_mixer_track_flags_get_type),
5666         (gst_tuner_channel_flags_get_type):
5667         * win32/common/multichannel-enumtypes.c:
5668         (gst_audio_channel_position_get_type):
5669         * win32/common/pbutils-enumtypes.c:
5670         (gst_install_plugins_return_get_type):
5671         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5672         in the win32 build directory.
5673
5674 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5675
5676         * tests/check/Makefile.am:
5677         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5678
5679         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5680         * tests/check/elements/playbin.c:
5681         * tests/check/libs/mixer.c: (test_element_interface_supported),
5682         (gst_implements_interface_init):
5683         * tests/check/libs/rtp.c: (GST_START_TEST):
5684         Fix various assignment type mismatches.
5685
5686 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5687
5688         * configure.ac:
5689         * gst-libs/gst/rtsp/Makefile.am:
5690         Add test to see if hstrerror is available or if we need libresolv
5691         (Solaris) for it, then use it in libgstrtsp.
5692
5693 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5694
5695         * gst-libs/gst/tag/Makefile.am:
5696         Fix include path order
5697
5698 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5699
5700         * gst-libs/gst/pbutils/install-plugins.c:
5701         (gst_install_plugins_context_copy),
5702         (gst_install_plugins_context_get_type):
5703         * gst-libs/gst/pbutils/install-plugins.h:
5704         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5705         for bindings.
5706
5707 2008-01-11  Michael Smith <msmith@fluendo.com>
5708
5709         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5710         (_theora_granule_frame), (_theora_granule_start_time),
5711         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5712           Adapt for post-alpha meaning of granulepos, when we
5713           have a newer version of libtheora.
5714         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5715         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5716         (theora_enc_is_discontinuous), (theora_enc_chain):
5717           Likewise.
5718         * tests/check/Makefile.am:
5719           Link libtheora into theoraenc test so we can check which version of
5720           libtheora we're testing against.
5721         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5722         (check_buffer_granulepos),
5723         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5724         (theoraenc_suite):
5725           Adapt tests to check the values that are now defined for theora; make
5726           the tests backwards-adapt the passed values if we're running against an
5727           old libtheora.
5728           Fixes #497964
5729
5730 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5731
5732         * gst-libs/gst/audio/gstbaseaudiosink.c:
5733           (gst_base_audio_sink_class_init):
5734         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5735           (gst_base_audio_src_class_init):
5736           Ref audio clock class from a thread-safe context to make sure
5737           we're not bit by GObjects lack of thread-safety here (#349410),
5738            however unlikely that may be in practice.
5739
5740 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5741
5742         * autogen.sh:
5743           Add -Wno-portability to the automake parameters to stop warnings
5744           about GNU make extensions being used. We require GNU make in almost
5745           every Makefile anyway.
5746           
5747         * configure.ac:
5748           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5749           at the same time is required for per target flags.
5750
5751 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5752
5753         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5754           Post an error message if we can't pull as many bytes as we need
5755           for the tag. This makes sure the user gets to see a proper error
5756           message if a file with a partial ID3 tag is fed to decodebin, and
5757           not a 'no ID3 tag demuxer' error, which would be confusing
5758           (see #508138).
5759
5760 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5761
5762         * gst-libs/gst/pbutils/descriptions.c: (formats):
5763           Add description strings for ID3, APE, and ICY tags.
5764
5765 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5766
5767         * gst/playback/gstdecodebin.c: (try_to_link_1):
5768           Make sure we error out correctly if we can't activate one of
5769           the elements we've added.  Fixes #508138.
5770           
5771 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5772
5773         Patch by: Bastien Nocera <hadess at hadess net>
5774
5775         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5776           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5777           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5778           the volume is the same for all channels. This works around
5779           some problem in alsa that leaves us with inconsistent state
5780           for some reason (#486840).
5781
5782 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5783
5784         Patch by: Jerone Young <jerone at gmail com>
5785
5786         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5787           If there's no mixer track by the name of 'Master' or 'Front',
5788           check if there's one called 'PCM' before trying the generic
5789           fallback logic (fixes #506928, where we pick 'Mic' as master
5790           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5791
5792 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5793
5794         * gst/playback/gstplay-enum.c:
5795         (register_gst_autoplug_select_result),
5796         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5797         (gst_play_flags_get_type):
5798         * gst/playback/gstplay-enum.h:
5799         Add enums for configuration flags.
5800
5801         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5802         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5803         (gst_play_bin_get_property), (no_more_pads_cb),
5804         (autoplug_select_cb), (gst_play_bin_change_state):
5805         Merge mode with flags.
5806         Add more property getters/setters, defaults and docs.
5807         Add properties to get number of audio/video/text streams.
5808         Create sink object in _init so that we can always rely on it being
5809         there.
5810
5811         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5812         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5813         (activate_vis), (gst_play_sink_reconfigure),
5814         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5815         (gst_play_sink_change_state):
5816         * gst/playback/gstplaysink.h:
5817         Use flags to configure the sink pipelines.
5818         Add tee before audio pipeline so that we can use it for visualisations.
5819         Start working on integrating visualisations.
5820         Remove mode, we can do everything with the flags now.
5821         Add method to configue the sink pipeline.
5822
5823 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5824
5825         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5826           (check_buffer_timestamp), (check_buffer_duration):
5827           Turn these functions into macros so we can see right away
5828           where the failure occured.
5829
5830 2008-01-05  Julien Moutte  <julien@fluendo.com>
5831
5832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5833         debugging information to understand how X calculates the stride
5834         for XvImages.
5835
5836 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5837
5838         * gst/volume/Makefile.am:
5839         * gst/volume/gstvolume.c: (volume_choose_func),
5840         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5841         (volume_setup):
5842         * gst/volume/gstvolume.h:
5843         Use GstAudioFilter as base class for the volume element instead of
5844         plain GstBaseTransform.
5845
5846 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5847
5848         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5849         Don't set element details for the abstract GstAudioFilter class.
5850
5851 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5852
5853         * gst-libs/gst/audio/gstaudiofilter.c:
5854         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5855         Implement get_unit_size() vmethod of GstBaseTransform.
5856
5857 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5858
5859         * gst-libs/gst/pbutils/Makefile.am:
5860         * gst-libs/gst/pbutils/pbutils.h:
5861         Use glib-enum generator to have a proper enum GType for
5862         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5863
5864 2007-12-31  David Schleef  <ds@schleef.org>
5865
5866         * tests/check/Makefile.am:
5867         * tests/check/pipelines/theoraenc.c:
5868           Reenable theoraenc test, which fails on the buildbot but
5869           not locally.
5870
5871 2007-12-31  David Schleef  <ds@schleef.org>
5872
5873         * docs/libs/.cvsignore:
5874         * docs/plugins/.cvsignore:
5875           Add *-undeclared.txt to fix buildbot.
5876
5877 2007-12-31  David Schleef  <ds@schleef.org>
5878
5879         * tests/check/Makefile.am:
5880           Second attempt at disabling theoraenc test long enough to
5881           get buildbot to compile -base.
5882
5883 2007-12-31  David Schleef  <ds@schleef.org>
5884
5885         * tests/check/pipelines/theoraenc.c:
5886           Disable theoraenc test long enough to get the buildbot to
5887           compile a recent -base.
5888
5889 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5890
5891         * tests/examples/seek/seek.c: (stop_cb):
5892         Make sure we reset the slider value to 0.0 without racing against a
5893         possible g_idle that sets it to something else.
5894
5895 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5896
5897         * sys/ximage/ximagesink.c:
5898         fix typo
5899
5900 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5901
5902         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5903         * gst-libs/gst/rtsp/gstrtspdefs.h:
5904         Add Location header so that we can start implementing redirects.
5905         See #506025.
5906
5907 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5908
5909         * gst/subparse/gstssaparse.c:
5910         combine if's
5911
5912 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5913
5914         * gst/subparse/gstssaparse.c:
5915         remove duplicate log message
5916
5917 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5918
5919         * ext/libvisual/visual.c: (gst_visual_chain):
5920         Fix 'xyz may be used uninitialized' compiler warnings caused
5921         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5922         abort() in any case but properly report the error.
5923
5924 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5925
5926         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5927         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5928         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5929         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5930         (autoplug_select_cb), (activate_group), (deactivate_group),
5931         (setup_next_source), (save_current_group),
5932         (gst_play_bin_change_state):
5933         Code cleanups.
5934         Remove next-uri, we can use the uri property just fine.
5935         Fix some crasher.
5936         Unref uridecodebin when switching.
5937         Fix going to READY.
5938
5939         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5940         (gst_play_sink_init), (gst_play_sink_dispose),
5941         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5942         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5943         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5944         (gst_play_sink_set_property), (gst_play_sink_get_property),
5945         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5946         (gen_vis_element), (gst_play_sink_get_mode),
5947         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5948         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5949         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5950         (gst_play_sink_change_state):
5951         * gst/playback/gstplaysink.h:
5952         Add some locking to make things threadsafe.
5953
5954         * gst/playback/test7.c: (about_to_finish_cb):
5955         Fix test.
5956
5957 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5958
5959         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5960           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5961           (gst_video_scale_transform):
5962           Don't claim to be able to handle/transform caps that can't really
5963           be handled by the currently selected scaling method (here: RGB or
5964           packed YUV with 4-tap method). Also add locking to method property.
5965
5966         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5967           (test_basetransform_based):
5968           Some test pipelines for the above (not entirely valgrind clean yet
5969           apparently).
5970
5971 2007-12-21  David Schleef  <ds@schleef.org>
5972
5973         * gst-libs/gst/video/video.c:
5974         * gst-libs/gst/video/video.h:
5975           Add additional RGBA and RGB-24 video formats.
5976
5977 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5978
5979         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5980           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5981           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5982         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5983           (cddabasesrc_suite):
5984           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5985           deprecated in the future (see #498924).
5986
5987 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5988
5989         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5990           Don't leak event.
5991
5992 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5993
5994         * gst-libs/gst/riff/riff-read.c:
5995         Use GST_ROUND_UP_2 macro
5996
5997 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5998
5999         * gst/playback/.cvsignore:
6000           Ignore more.
6001
6002 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
6003
6004         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
6005         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
6006           (set_active_source):
6007         * gst/playback/gstplaybasebin.h:
6008         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6009           (setup_sinks), (playbin_set_subtitles_visible):
6010           Make switching off of subtitles work. To avoid all kind of
6011           problems with unlinking of the subtitle input, we just keep
6012           the subtitle inputs linked as they are and tell textoverlay
6013           not to render them. Fixes #373011.
6014           Other subtitle switching issues (esp. when there are both
6015           external and in-stream subtitles) remain. They'll be solved
6016           in playbin2.
6017
6018 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6019
6020         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
6021         Init the pad segment too.
6022
6023 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6024
6025         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
6026         (gst_audioringbuffer_open_device),
6027         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
6028         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6029         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
6030         (gst_audio_sink_create_ringbuffer):
6031         Improve debug output.
6032
6033         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
6034         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
6035         Prevent some functions from doing things and failing when the
6036         ringbuffer is not yet acquired.
6037
6038 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
6039
6040         * gst-libs/gst/interfaces/interfaces.h:
6041           Also remove interfaces.h from CVS as it is not needed anymore.
6042
6043 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
6044
6045         * gst-libs/gst/interfaces/Makefile.am:
6046           interfaces.h is not used anymore so remove it from the build
6047           process.
6048
6049 2007-12-17  David Schleef  <ds@schleef.org>
6050
6051         * gst/videotestsrc/gstvideotestsrc.c:
6052         * gst/videotestsrc/gstvideotestsrc.h:
6053           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
6054           for testing vertical refresh synchronization.
6055
6056 2007-12-17  David Schleef  <ds@schleef.org>
6057
6058         * docs/libs/gst-plugins-base-libs-sections.txt:
6059         * gst-libs/gst/video/video.c:
6060         * gst-libs/gst/video/video.h:
6061           Add new GstVideFormat enum and write a bunch of helper functions
6062           based around it.
6063
6064 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
6065
6066         * Makefile.am:
6067           Use new common/win32.mak.
6068
6069 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6070
6071         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6072         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6073         Add debug info.
6074         When going from PLAYING to PAUSED, pause the ringbuffer before calling
6075         the parent state change function, just like the audiosink, because the
6076         parent waits for the element to finish its processing before completing
6077         the state change. This makes going to PAUSED a lot snappier.
6078         When going from READY to PAUSED, don't allow the ringbuffer to start
6079         yet.
6080
6081 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6082
6083         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6084         Yet another fix for broken software that produce files with an empty
6085         blockalign field. Instead of completely failing, make a second attempt
6086         at guessing the width/depth by looking at strf->size.
6087
6088 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6089
6090         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
6091           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
6092         * gst-libs/gst/pbutils/install-plugins.c:
6093           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
6094         * gst-libs/gst/pbutils/missing-plugins.c:
6095           (gst_missing_plugin_message_get_installer_detail),
6096           (gst_missing_encoder_installer_detail_new):
6097         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
6098         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6099           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
6100           avoid compiler warnings (#503930).
6101
6102 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6103
6104         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6105         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
6106         for jpeg video streams.
6107         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
6108         for the above modification.
6109
6110 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6111
6112         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
6113           (gst_x_overlay_handle_events):
6114           More guards (we don't want klass to end up being NULL).
6115
6116 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
6117
6118         * configure.ac:
6119         * gst/volume/gstvolume.c: (gst_volume_init):
6120           Use new gst_base_transform_set_gap_aware() function as volume
6121           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
6122           for this.
6123
6124 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6125
6126         * tests/examples/seek/seek.c: (msg_segment_done), (main):
6127         Don't go to READY on EOS as this avoids testing of seeking and
6128         restarting after EOS, use the stop button when you want to READY.
6129         Don't try to do a flushing seek in segment-done, it does not make
6130         sense to use this for gapless playback and is not needed.
6131
6132 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6133
6134         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
6135         (reset_rate_timer), (update_in_rates), (update_out_rates),
6136         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6137         (gst_queue_chain), (gst_queue_loop):
6138         Use separate timers for input and output rates.
6139         Pause measuring the output rate when we block for more data.
6140         See #503262.
6141
6142 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6143
6144         * gst/playback/gstqueue2.c: (gst_queue_chain):
6145         Pause the timer to measure the input rate when we block because the
6146         queue is filled. See #503262.
6147
6148 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6149
6150         Patch by: Peter Kjellerstedt  <pkj at axis com>
6151
6152         * gst-libs/gst/rtsp/gstrtspconnection.c:
6153         (gst_rtsp_connection_free):
6154         Close control sockets. Fixes #503440.
6155
6156 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6157
6158         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
6159         Expose the right pad in the right place with the right element.
6160
6161 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6162
6163         * gst-libs/gst/pbutils/descriptions.c: (formats):
6164           Add description for 'private' dts caps (who come up with that name?).
6165
6166 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6167
6168         * Makefile.am:
6169           Add check-exports target and run it with 'make check'.
6170
6171         * configure.ac:
6172           Be stricter about what we export in our libraries: change regexp so that
6173           we only export _gst_foo(), but not __gst_foo().
6174
6175         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
6176         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
6177           Change internal functions to __gst_foo so they dont' get exported.
6178
6179         * win32/common/libgstaudio.def:
6180           Add missing symbols.
6181
6182 2007-12-11  David Schleef  <ds@schleef.org>
6183
6184         * ChangeLog: remove conflict markers
6185
6186 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6187
6188         * ext/gnomevfs/Makefile.am:
6189         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
6190           Use gst_tag_freeform_string_to_utf8() here, which also takes
6191           into account any character sets specified by the user via
6192           environment variables.
6193
6194 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6195
6196         * gst/audioconvert/Makefile.am:
6197         Also link to libm.
6198
6199 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6200
6201         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6202         No need for floating point operations here. avoids having to link
6203         against the math library too.
6204
6205 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
6206
6207         * gst-libs/gst/pbutils/descriptions.c: (formats),
6208           (format_info_get_desc):
6209         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
6210           (GST_START_TEST):
6211           Add one or two missing formats.  Generate ADPCM description
6212           dynamically depending on layout/format.
6213
6214 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6215
6216         * configure.ac:
6217           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6218
6219 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
6220
6221         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
6222
6223         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
6224           Some .srt files start with chunk number 0 and not chunk number 1,
6225           recognise and accept those as well (fixes #502497).
6226
6227         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6228           (test_src):
6229           Add unit test for the above.
6230
6231 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
6232
6233         * gst/playback/gstplay-enum.c:
6234         (register_gst_autoplug_select_result),
6235         (gst_autoplug_select_result_get_type):
6236         * gst/playback/gstplay-enum.h:
6237         Add missing files.
6238
6239 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6240
6241         * gst/playback/Makefile.am:
6242         Group decodebin2 and uridecodebin into the same plugin so that they
6243         can share the GEnumType.
6244
6245         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6246         (_gst_select_accumulator), (gst_decode_bin_class_init),
6247         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6248         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6249         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6250         Add signal to sort factories instead of the more awkward autoplug-select
6251         signal.
6252         Modify autoplug_select so that we can try, skip or expose the
6253         autopluggin of an element on a pad.
6254
6255         * gst/playback/gstfactorylists.c: (compare_ranks),
6256         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6257         (element_filter), (gst_factory_list_get_elements),
6258         (gst_factory_list_debug), (gst_factory_list_filter):
6259         * gst/playback/gstfactorylists.h:
6260         Simplify the API, allow getting elements based on mask.
6261
6262         * gst/playback/gstplay-marshal.list:
6263         Add some more marshallers.
6264
6265         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6266         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6267         (autoplug_select_cb), (activate_group):
6268         Add support for managing non-raw sinks by providing a custom element and
6269         sink list to decodebin2.
6270         Try to plug non-raw sinks when decodebin2 using autoplug-select of
6271         decodebin2.
6272
6273         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6274         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6275         * gst/playback/gstplaysink.h:
6276         Add support for raw and non-raw sinks. 
6277         Add support to force sinks selected by playbin2.
6278         Don't plug raw converters for non-raw sinks.
6279
6280         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6281         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6282         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6283         (plugin_init):
6284         Use right accumulators.
6285         Proxy new signal.
6286
6287 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6288
6289         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6290         Use runnning time as the base time instead of the timestamp.
6291         Spotted by Saur on IRC.
6292
6293 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
6294
6295         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6296         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6297
6298 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6299
6300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6301         (gst_ogg_demux_read_chain):
6302         If we find a new serial number but it does not contain a BOS page, make
6303         sure we initialize the chain to NULL because else we will try to scan it
6304         and crash. Fixes #500763
6305
6306 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
6307
6308         * gst/playback/Makefile.am:
6309         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6310         (get_feature_array), (decoders_filter), (sinks_filter),
6311         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6312         (gst_factory_list_filter):
6313         * gst/playback/gstfactorylists.h:
6314         Refactor some common code to filter factories and check caps compat.
6315
6316         * gst/playback/gstdecodebin.c:
6317         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6318         (gst_decode_bin_init), (gst_decode_bin_dispose),
6319         (gst_decode_bin_autoplug_continue),
6320         (gst_decode_bin_autoplug_factories),
6321         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6322         (find_compatibles):
6323         * gst/playback/gstplaybin.c:
6324         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6325         (gst_play_bin_init), (gst_play_bin_finalize),
6326         (autoplug_factories_cb), (activate_group):
6327         * gst/playback/gstqueue2.c:
6328         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6329         (proxy_autoplug_continue_signal),
6330         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6331         (proxy_drained_signal):
6332         Add some more debug info and use factor filtering code.
6333
6334 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6335
6336         * gst/audiotestsrc/gstaudiotestsrc.c:
6337         * gst/volume/gstvolume.c:
6338         * gst/volume/gstvolume.h:
6339           Add GAP-flag support.
6340
6341 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6342
6343         * tests/examples/seek/seek.c: (main): Increase the range of the
6344         rate selector as I would like to test QOS behavior at higher
6345         forward and reverse playback speed like say 64x.
6346
6347 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6348
6349         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6350         (audioresample_query), (audioresample_query_type),
6351         (gst_audioresample_set_property):
6352         Implement latency query.
6353
6354 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6355
6356         * gst-libs/gst/audio/gstbaseaudiosink.c:
6357         (gst_base_audio_sink_drain):
6358         Our EOS time contains the base_time, _wait_eos() expects a running_time
6359         so we have to subtract the base_time again before calling the function.
6360         This fixes an EOS regression where the base_time was added twice and EOS
6361         took longer and longer in certain situations.
6362         Fixes #498767.
6363
6364 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6365
6366         * docs/libs/gst-plugins-base-libs-sections.txt:
6367         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6368         (gst_base_audio_sink_set_provide_clock),
6369         (gst_base_audio_sink_get_provide_clock),
6370         (gst_base_audio_sink_set_slave_method),
6371         (gst_base_audio_sink_get_slave_method),
6372         (gst_base_audio_sink_set_property),
6373         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6374         (gst_base_audio_sink_none_slaving),
6375         (gst_base_audio_sink_handle_slaving):
6376         * gst-libs/gst/audio/gstbaseaudiosink.h:
6377         Expose methods for some object properties so that subclasses can more
6378         easily configure them.
6379         Added slave method none, that completely disables slaving to the
6380         internal clock.
6381         API: gst_base_audio_sink_set_provide_clock()
6382         API: gst_base_audio_sink_get_provide_clock()
6383         API: gst_base_audio_sink_set_slave_method()
6384         API: gst_base_audio_sink_get_slave_method()
6385
6386         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6387         (gst_base_audio_src_set_provide_clock),
6388         (gst_base_audio_src_get_provide_clock),
6389         (gst_base_audio_src_set_property),
6390         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6391         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6392         Expose methods for some object properties so that subclasses can more
6393         easily configure them.
6394         API: gst_base_audio_src_set_provide_clock()
6395         API: gst_base_audio_src_get_provide_clock()
6396
6397 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6398
6399         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6400
6401         * gst-libs/gst/sdp/gstsdpmessage.c:
6402         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6403
6404 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6405
6406         * tests/check/libs/fft.c: (GST_START_TEST):
6407         Fix scaling to really have dB instead of something else.
6408
6409 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6410
6411         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6412         GTK version, use it.
6413
6414 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6415
6416         * tests/examples/seek/seek.c: (main): Try to support stable version
6417         of GTK.
6418
6419 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6420
6421         * gst/playback/README:
6422         * gst/playback/test7.c:
6423           Fix the build + little README update.
6424
6425 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6426
6427         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6428         Add playbin2 seek pipeline.
6429
6430 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6431
6432         * gst/playback/Makefile.am:
6433         * gst/playback/gstplayback.c: (plugin_init):
6434         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6435         (eos_cb), (about_to_finish_cb), (main):
6436         Add playbin2.
6437         Added gapless playback example.
6438
6439         * gst/playback/gstplaybasebin.c:
6440         * gst/playback/gstplaybasebin.h:
6441         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6442         * gst/playback/gstqueue2.c:
6443         * gst/playback/test.c:
6444         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6445         (pad_removed_cb):
6446         * gst/playback/gststreaminfo.h:
6447         Change email.
6448
6449         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6450         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6451         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6452         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6453         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6454         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6455         (drained_cb), (unlink_group), (activate_group),
6456         (setup_next_source), (gst_play_bin_change_state),
6457         (gst_play_bin2_plugin_init):
6458         Added raw first version of playbin2. Does chained oggs and gapless
6459         playback fine. No support for raw sinks yet. No visualisations or
6460         subtitles yet.
6461
6462         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6463         (gst_play_sink_class_init), (gst_play_sink_init),
6464         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6465         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6466         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6467         (gst_play_sink_set_property), (gst_play_sink_get_property),
6468         (post_missing_element_message), (free_chain), (add_chain),
6469         (activate_chain), (gen_video_chain), (gen_text_element),
6470         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6471         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6472         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6473         (gst_play_sink_send_event), (gst_play_sink_change_state):
6474         * gst/playback/gstplaysink.h:
6475         Added Element that abstracts the sinks and their pipelines for playbin2.
6476
6477 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6478
6479         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6480         (gst_selector_pad_class_init), (gst_selector_pad_init),
6481         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6482         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6483         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6484         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6485         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6486         (gst_stream_selector_init), (gst_stream_selector_set_property),
6487         (gst_stream_selector_get_linked_pad),
6488         (gst_stream_selector_getcaps),
6489         (gst_stream_selector_is_active_sinkpad),
6490         (gst_stream_selector_activate_sinkpad),
6491         (gst_stream_selector_get_linked_pads),
6492         (gst_stream_selector_request_new_pad),
6493         (gst_stream_selector_release_pad):
6494         * gst/playback/gststreamselector.h:
6495         Improve streamselector, make it select and unselect the current pad more
6496         intelligently. 
6497         Subclass GstPad for the sinkpads of the selector.
6498         Handle segments more correctly.
6499         Fix caps negotiation.
6500         Implement release_pad.
6501
6502 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6503
6504         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6505         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6506         (remove_fakesink):
6507         Add drained signal fired when decodebin finishes decoding the data.
6508         Remove deprecated STATE_DIRTY message.
6509
6510         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6511         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6512         (analyse_source), (proxy_drained_signal), (make_decoder),
6513         (source_new_pad), (value_list_append_structure_list),
6514         (handle_redirect_message), (handle_message):
6515         Proxy the new drained signal.
6516         Handle pad removed from decodebin.
6517         Handle redirect messages by sorting multiple redirections based on the
6518         connection speed.
6519
6520 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6521
6522         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6523
6524         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6525         Fix leaking headers. Fixes #496761.
6526
6527 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6528
6529         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6530
6531         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6532         (gst_ximagesink_change_state):
6533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6534         Don't leak the PAR on errors. Fixes #496731.
6535
6536 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6537
6538         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6539           (gst_tag_from_id3_user_tag):
6540           Add mapping for audio cd discid tags, so we can extract
6541           them from tags as well (see #347848). Also compare identifiers
6542           in ID3v2 TXXX frames in a case-insensitive way to increase
6543           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6544
6545 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6546
6547         * gst-plugins-base.doap:
6548         Oops, fix the release name.
6549
6550 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6551
6552         * gst-plugins-base.doap:
6553         Add 0.10.15 release
6554
6555 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6556
6557         * configure.ac:
6558         Back to CVS
6559
6560 === release 0.10.15 ===
6561
6562 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6563
6564         * configure.ac:
6565           releasing 0.10.15, "No need to argue"
6566
6567 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6568
6569         * win32/vs6/libgstfft.dsp:
6570         Convert line endings to DOS.
6571
6572 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6573
6574         * win32/vs6/gst_plugins_base.dsw:
6575         * win32/vs6/libgstfft.dsp:
6576         * win32/MANIFEST:
6577         Add a project file for fft plugin and remove socket
6578         based plugin which don't build from the workspace.
6579         * win32/vs6/libgstaudio.dsp:
6580         * win32/vs6/libgstrtp.dsp:
6581         * win32/vs6/libgsttag.dsp:
6582         Convert line endings back to DOS.
6583         Fixes #496724
6584
6585 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6586
6587         * win32/vs6/libgstinterfaces.dsp:
6588         * win32/vs6/libgstrtsp.dsp:
6589         Convert line endings back to DOS
6590
6591 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6592
6593         * gst-libs/gst/fft/kiss_fft_f32.h:
6594         * gst-libs/gst/fft/kiss_fft_f64.h:
6595         * gst-libs/gst/fft/kiss_fft_s16.h:
6596         * gst-libs/gst/fft/kiss_fft_s32.h:
6597         Don't include malloc.h which doesn't exist on Mac OSX.
6598         Instead, pull in glib.h and use g_malloc/g_free for 
6599         consistency. Fixes: #496548
6600
6601 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6602
6603         * gst/playback/gstdecodebin2.c:
6604           Dont leak ghostpad. Fixes #475451.
6605
6606 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6607
6608         * docs/design/design-decodebin.txt:
6609         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6610         Update some more docs and comments.
6611
6612 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6613
6614         Patch by: Sebastien Moutte  <sebastien moutte net>
6615
6616         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6617           (gst_rtcp_unix_to_ntp):
6618         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6619           Fix some C99-isms and and a missing function that some versions of
6620           MSVC don't like too much (#494346).
6621
6622         * win32/vs6/gst_plugins_base.dsw:
6623         * win32/vs6/libgstaudio.dsp:
6624         * win32/vs6/libgstrtp.dsp:
6625         * win32/vs6/libgsttag.dsp:
6626           Update vs6 projects files (#494346).
6627
6628 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6629
6630         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6631
6632         * win32/common/libgstaudio.def:
6633         * win32/common/libgstcdda.def:
6634         * win32/common/libgstinterfaces.def:
6635         * win32/common/libgstnetbuffer.def:
6636         * win32/common/libgstpbutils.def:
6637         * win32/common/libgstrtp.def:
6638         * win32/common/libgstrtsp.def:
6639         * win32/common/libgsttag.def:
6640         * win32/common/libgstvideo.def:
6641           More missing symbols to export (fixes #493986).
6642
6643 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6644
6645         * docs/libs/gst-plugins-base-libs-sections.txt:
6646         * gst-libs/gst/fft/gstfftf32.c:
6647         * gst-libs/gst/fft/gstfftf32.h:
6648         * gst-libs/gst/fft/gstfftf64.c:
6649         * gst-libs/gst/fft/gstfftf64.h:
6650         * gst-libs/gst/fft/gstffts16.c:
6651         * gst-libs/gst/fft/gstffts16.h:
6652         * gst-libs/gst/fft/gstffts32.c:
6653         * gst-libs/gst/fft/gstffts32.h:
6654         * tests/check/libs/fft.c: (GST_START_TEST):
6655         Remove the magnitude and phase calculation functions as these have
6656         very special use cases and can't even be used for the spectrum
6657         element. Also adjust the docs to mention some properties of the used
6658         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6659
6660 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6661
6662         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6663           (finish_source):
6664           Avoid crash when there are external subtitles (fixes #491722).
6665
6666 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6667
6668         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6669         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6670           'Could not open resource for writing' is not an acceptable
6671           error message when we can't open the audio device (see #492334),
6672           even less so when we're trying to open it to record something.
6673
6674 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6675
6676         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6677
6678         * win32/common/libgstrtp.def:
6679           Add some more missing symbols (#492813).
6680
6681 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6682
6683         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6684
6685         * tests/check/elements/audioconvert.c: (verify_convert):
6686           Add check to make sure that the out caps have a channel layout
6687           set on them where they should have one.
6688
6689 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6690
6691         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6692
6693         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6694         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6695           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6696           (#492306).
6697
6698         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6699           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6700           (it disappeared in GLib 2.14.0) (#492306).
6701
6702         * gst-libs/gst/sdp/Makefile.am:
6703         * gst-libs/gst/sdp/gstsdpmessage.c:
6704           Fix includes and LIBS for win32/Mingw (#492306).
6705
6706         * tests/examples/dynamic/addstream.c (pause_play_stream):
6707           Use more portable g_usleep() instead of sleep() (#492306).
6708
6709 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6710
6711         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6712
6713         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6714           (gst_ring_buffer_parse_caps):
6715           Return NULL instead of an enum that happens to be 0, fixes warning
6716           on MSVC (#492114).
6717
6718         * gst-libs/gst/audio/gstringbuffer.h:
6719           No trailing commas in enum list (for gcc-2.9x).
6720
6721         * gst/videotestsrc/videotestsrc.c: (random_char):
6722           Make information loss explicit instead of implicitly truncating to
6723           eight bits via the return value.  Fixes runtime error on MSVC when
6724           using the debug CRT (#492114).
6725
6726         * win32/common/config.h.in:
6727           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6728
6729         * win32/common/libgstinterfaces.def:
6730         * win32/common/libgstrtp.def:
6731           Export a few more symbols (#492114).
6732
6733 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6734
6735         * gst-libs/gst/audio/audio.c:
6736         * gst-libs/gst/audio/audio.h:
6737           Readd the deprecation guards, but preserve compilability.
6738
6739 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6740
6741         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6742           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6743           Preserve channel layout when fixating the number of channels in the
6744           output caps, or make sure there's a suitable channel position layout
6745           set on the caps if required. Fixes #430677.
6746
6747 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6748
6749         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6750           Make sure the pipeline really operates in push mode as it should
6751           in this case.
6752
6753 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6754
6755         * gst-libs/gst/audio/audio.h:
6756           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6757           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6758           (ie. normal cvs builds) will fail.
6759
6760 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6761
6762         * docs/libs/Makefile.am:
6763         * gst-libs/gst/audio/audio.c:
6764         * gst-libs/gst/audio/audio.h:
6765         * gst-libs/gst/interfaces/mixer.c:
6766           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6767
6768 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6769
6770         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6771           (test_channel_layout_value_intersect), (audio_suite):
6772           Add simple unit test to make sure GstValue intersection
6773           of channel layouts works the way I think it does.
6774
6775 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6776
6777         * docs/libs/gst-plugins-base-libs-sections.txt:
6778         * gst-libs/gst/audio/gstaudiofilter.h:
6779         * gst-libs/gst/interfaces/mixer.h:
6780         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6781         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6782         * gst-libs/gst/sdp/gstsdpmessage.c:
6783           Fix the docs according to what gtk-doc complained about.
6784
6785 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6786
6787         * tests/icles/stress-playbin.c:
6788           Fix the build.
6789
6790 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6791
6792         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6793         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6794           Post nice/more useful error message if we don't have a decoder for
6795           the primary type.
6796
6797 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6798
6799         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6800         Be a bit more useful, unblock the pads after we fired the no-more-pads
6801         signal so that we can use the signal to inspect and connect all pads
6802         without having to keep extra state outside of decodebin.
6803
6804 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6805
6806         * gst/playback/gsturidecodebin.c:
6807         (gst_uri_decode_bin_autoplug_continue),
6808         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6809         Implement default signal handler so that we return TRUE when nothing is
6810         connected.
6811
6812 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6813
6814         * gst-libs/gst/riff/riff-media.c:
6815         (gst_riff_wavext_add_channel_layout),
6816         (gst_riff_wave_add_default_channel_layout),
6817         (gst_riff_wavext_get_default_channel_mask),
6818         (gst_riff_create_audio_caps):
6819         Use the ALSA channel layout as default for wav files without channel
6820         layout information. This fixes playback of chan-id.wav on 5.1 systems
6821         for example. Also refactor the channel layout setting a bit and add
6822         more default channel orders. Fixes #489010.
6823
6824 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6825
6826         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6827           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6828           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6829           instead.
6830
6831 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6832
6833         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6834         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6835         (gst_decode_bin_set_subs_encoding),
6836         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6837         (gst_decode_bin_get_property), (analyze_new_pad):
6838         Move subtitle encoding property to decodebin2 so that it can set the
6839         property value on all elements that it autoplugs and that require it.
6840         Make caps refcounting more consistent in get/set.
6841
6842         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6843         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6844         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6845         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6846         (proxy_autoplug_continue_signal),
6847         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6848         (make_decoder):
6849         Proxy properties and relevant signals from the internal decodebin.
6850         Make properties MT safe.
6851
6852 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6853
6854         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6855         * gst-libs/gst/tag/tags.c:
6856           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6857           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6858
6859         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6860           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6861
6862         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6863           (gst_tag_to_vorbis_comments):
6864           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6865           just mapping everything I found in the wild) (#414539).
6866
6867 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6868
6869         Inspired by patch of: René Stadler <mail at renestadler dot de>
6870
6871         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6872         (gst_decode_bin_autoplug_continue),
6873         (gst_decode_bin_autoplug_factories),
6874         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6875         (find_compatibles):
6876         * gst/playback/gstplay-marshal.list:
6877         Remove the autoplug-sort signal and replace it with a binding friendly
6878         autoplug-select signal.
6879         Add an autoplug-factories signal that can be used to generate a list of
6880         factories to try to autoplug.
6881         Add the GstPad to the autoplugging signal args as it might be needed to
6882         make a good factory selection.
6883         Fix up the marshallers for this. Fixes #407282.
6884
6885 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6886
6887         * gst-libs/gst/tag/gsttagdemux.c:
6888           Don't abort with an assertion if we receive a seek event with
6889           a start type of NONE (see launchpad bug #155878).
6890
6891 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6892
6893         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6894         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6895         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6897         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6898         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6899         Make sure that before we clean up the X resources, we shutdown and join
6900         the event thread.
6901         Also make sure the event thread does not shut down immediatly after
6902         startup because the running variable is not yet correctly set.
6903         Fixes #378770. 
6904
6905 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6906
6907         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6908         Make the window for a race in typefind and shutting down smaller until
6909         we figure out the right locking here. Avoids #485753 usually.
6910
6911         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6912         Remove unneeded lock causing a race in typefind and shutting down.
6913         Fixes #485753.
6914
6915         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6916         Also remove sinks when going to NULL because we might not complete the
6917         state change to PAUSED, causing the PAUSED->READY state change not to
6918         happen.
6919
6920 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6921
6922         * gst-libs/gst/audio/gstbaseaudiosink.c:
6923         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6924         Also explicitly release the ringbuffer when going to NULL because it
6925         is required in the setcaps function, before the state change to PAUSED
6926         completes.
6927
6928 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6929
6930         * tests/icles/.cvsignore:
6931         * tests/icles/Makefile.am:
6932         * tests/icles/stress-playbin.c:
6933           Does what it says on the tin.
6934
6935 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6936
6937         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6938         Fix queue negotiation. See #486758.
6939
6940 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6941
6942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6943         (gst_xvimagesink_xwindow_new),
6944         (gst_xvimagesink_update_colorbalance),
6945         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6946
6947         Fix handling of some of the X atoms. If the last parameter is True,
6948         XInternAtom won't create the atom if it doesn't exist, and therefore
6949         might return None. This causes X errors on Xv implementations that
6950         don't provide the colour balance attributes.
6951
6952 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6953
6954         * gst-libs/gst/tag/gstvorbistag.c:
6955         * tests/check/libs/tag.c:
6956           Extract vorbis comment LICENSE tags correctly.
6957
6958 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6959
6960         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6961
6962         * gst-libs/gst/tag/gstid3tag.c:
6963         * tests/check/libs/tag.c:
6964           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6965
6966 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6967
6968         * gst-libs/gst/tag/gsttagdemux.c:
6969           Don't error out when a buggy downstream element doesn't
6970           handle the newsegment event we send properly (especially
6971           not without posting a meaningful error message on the
6972           bus). See bug #471370 and launchpad bug #136264.
6973
6974 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6975
6976         * gst-libs/gst/audio/gstbaseaudiosink.c:
6977         (gst_base_audio_sink_drain):
6978         Use new basesink method to make our EOS drain interruptable.
6979
6980 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6981
6982         * gst-libs/gst/rtp/gstrtppayloads.c:
6983         Fix silly search-replace oversight.
6984
6985 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6986
6987         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6988
6989         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6990         (gst_basertppayload_set_outcaps):
6991         Fix caps memleak. Fixes #484989.
6992
6993
6994 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6995
6996         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6997         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6998         Fix debug output.
6999
7000 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7001
7002         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7003         (gst_base_audio_src_create):
7004         Also handle the case where there is no clock set on the audio source,
7005         like in the unit tests.
7006
7007 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7008
7009         * gst-libs/gst/rtp/gstrtppayloads.c:
7010         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
7011         to avoid compiler warnings
7012
7013 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7014
7015         * gst/playback/gstdecodebin.c: (type_found),
7016         (gst_decode_bin_change_state):
7017         * gst/playback/gstdecodebin2.c: (type_found),
7018         (gst_decode_bin_change_state):
7019         Don't disconnect the have_type signal because we never reconnect it
7020         later on. Instead keep a variable to see if we already detected a type.
7021
7022 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7023
7024         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
7025         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
7026         (type_found):
7027         Unlink the signal handler when we found the type, we're not going to do
7028         anything sensible with more type_found signals anyway.
7029
7030 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7031
7032         * gst-libs/gst/tag/gsttagdemux.c:
7033           Don't leak caps.
7034
7035 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7036
7037         * gst-libs/gst/tag/Makefile.am:
7038         * gst-libs/gst/tag/gsttagdemux.c:
7039         * gst-libs/gst/tag/gsttagdemux.h:
7040           API: add GstTagDemux base class for simple tag demuxers.
7041
7042         * docs/libs/gst-plugins-base-libs-docs.sgml:
7043         * docs/libs/gst-plugins-base-libs-sections.txt:
7044           Add GstTagDemux to docs.
7045
7046 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
7047
7048         * gst-libs/gst/rtp/gstrtpbuffer.c:
7049         (gst_rtp_buffer_get_payload_subbuffer):
7050         Fix bug introduced with last commit which inverted the logic and
7051         caused all buffers to be dropped. Fixes #483620.
7052         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
7053
7054 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7055
7056         * gst-libs/gst/rtp/gstrtpbuffer.c:
7057           Replace g_return_if_val (as it could be disabled), with regular return
7058           and warning.
7059
7060 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
7061
7062         * tests/check/pipelines/simple-launch-lines.c:
7063           Print message name and not just number.
7064
7065 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
7066
7067         * gst-libs/gst/audio/gstbaseaudiosink.c:
7068         (gst_base_audio_sink_async_play):
7069         When slaved to the clock, don't try to align a sample with the previous
7070         one when going to PLAYING again.
7071
7072 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7073
7074         * tests/examples/snapshot/snapshot.c:
7075           Fix the build.
7076
7077 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7078
7079         * gst-libs/gst/sdp/gstsdpmessage.h:
7080         Add RFC 3556 bandwidth modifiers.
7081
7082 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7083
7084         * docs/libs/gst-plugins-base-libs-docs.sgml:
7085         * docs/libs/gst-plugins-base-libs-sections.txt:
7086         * gst-libs/gst/rtp/gstrtppayloads.c:
7087         Update documentation.
7088
7089 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7090
7091         * gst-libs/gst/rtp/Makefile.am:
7092         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
7093         (gst_rtp_payload_info_for_name):
7094         * gst-libs/gst/rtp/gstrtppayloads.h:
7095         Added new file and header to deal with payload info.
7096
7097         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7098         (gst_rtp_buffer_default_clock_rate):
7099         * gst-libs/gst/rtp/gstrtpbuffer.h:
7100         Payload specific stuff is move to new headers.
7101         Implement _default_clock rate using the new payload function.
7102
7103         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
7104         (gst_sdp_parse_line):
7105         * gst-libs/gst/sdp/gstsdpmessage.h:
7106         Add some more comments.
7107
7108 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7109
7110         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7111         (sdp_check_header), (sdp_type_find), (plugin_init):
7112         Add typefind function for application/sdp.
7113         Remove some old dirac typefind code that was ifdeffed out.
7114
7115 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
7116
7117         * win32/common/libgstaudio.def:
7118         Add new exported functions.
7119         * win32/vs6/grammar.dsp:
7120         Add autogeneration and copy of some autegenerated files from win32/common
7121         for rtsp library.
7122         * win32/vs6/libgstaudioconvert.dsp:
7123         Add gstaudioquantize.c to the build.
7124         * win32/vs6/libgstinterfaces.dsp:
7125         Add videoorientation.c to the build.
7126         * win32/vs6/libgstriff.dsp:
7127         Add libgsttag to the link libraries list.
7128         * win32/vs6/libgstvolume.dsp:
7129         Add liboil to the link.
7130         * win32/vs6/gst_plugins_base.dsw:
7131         * win32/vs6/libgstrtsp.dsp:
7132         * win32/common/libgstrtsp.def:
7133         Add files to build libgstrtsp library.
7134         
7135 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7136
7137         * tests/examples/snapshot/snapshot.c: (main):
7138         Print error when pipeline failed to construct.
7139
7140 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7141
7142         * configure.ac:
7143         * gst-libs/gst/tag/gstid3tag.c:
7144         * gst-libs/gst/tag/gstvorbistag.c:
7145           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
7146           and ID3v2 tags.
7147
7148 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7149
7150         * gst-libs/gst/floatcast/floatcast.h:
7151           Don't include config.h in an installed public header, this
7152           might break compilation of applications that don't have such
7153           a header and doesn't necessarily do what it's supposed to do
7154           anyway (ie. check for the lrint/lrintf defines) (#442065).
7155           Add docs for the various macros and document how this header
7156           has to be used (link against libm, etc.); add a few FIXMEs;
7157           include math.h for non-c99 code path.  Based on patch by
7158           Jan Schmidt.
7159           
7160 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7161
7162         * configure.ac:
7163         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
7164         of duplicating these macros in configure.ac.
7165
7166 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7167
7168         * po/hu.po:
7169         * po/sv.po:
7170         * po/uk.po:
7171           Updated translations to 0.10.14
7172
7173 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7174
7175         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7176
7177         * po/pl.po:
7178           Added Polish translation.
7179
7180 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7181
7182         translated by: Ilkka Tuohela <hile@iki.fi>
7183
7184         * po/fi.po:
7185           Added Finnish translation.
7186
7187 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7188
7189         translated by: Jorge González González <aloriel@gmail.com>
7190
7191         * po/es.po:
7192           Added Spanish translation.
7193
7194 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7195
7196         translated by: Mogens Jaeger <mogens@jaeger.tf>
7197
7198         * po/da.po:
7199           Added Danish translation.
7200
7201 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7202
7203         translated by: Funda Wang <fundawang@linux.net.cn>
7204
7205         * po/zh_CN.po:
7206           Added Chinese (simplified) translation.
7207
7208 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7209
7210         translated by: Alexander Shopov <ash@contact.bg>
7211
7212         * po/bg.po:
7213           Added Bulgarian translation.
7214
7215 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7216
7217         * gst/playback/gstqueue2.c: (gst_queue_push_one):
7218         Fix compilation wrt printf arguments.
7219
7220 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
7221
7222         * configure.ac:
7223         * tests/examples/Makefile.am:
7224         * tests/examples/snapshot/.cvsignore:
7225         * tests/examples/snapshot/Makefile.am:
7226         * tests/examples/snapshot/snapshot.c: (main):
7227         Add simple snapshot example program using appsink.
7228
7229 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7230
7231         * tests/check/generic/states.c:
7232           Improved state change unit test.
7233
7234 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7235
7236         * docs/plugins/.cvsignore:
7237         * tests/check/.cvsignore:
7238           Ignore registries in any format.
7239
7240 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7241
7242         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7243         (gst_base_rtp_depayload_chain),
7244         (gst_base_rtp_depayload_set_gst_timestamp):
7245         Only copy timestamp on outgoing packets if the depayloader did not set
7246         one.
7247         Also copy duration on outgoing packets.
7248
7249 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7250
7251         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7252         (gst_basertppayload_set_outcaps):
7253         Fix compilation because of missing %d in printf.
7254         When fixating caps, fixate what we can and throw away all remaining
7255         unfixed caps, subclasses should do something smart if they need to.
7256
7257 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7258
7259         * ext/gnomevfs/gstgnomevfssrc.c:
7260           Improve debug logs a bit and be more verbose if things go wrong.
7261
7262 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7263
7264         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7265         (gst_text_overlay_set_property):
7266         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7267         * gst-libs/gst/audio/gstbaseaudiosink.c:
7268         (gst_base_audio_sink_render):
7269         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7270         (gst_rtcp_unix_to_ntp):
7271         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7272         * gst/playback/gstqueue2.c:
7273         * tests/examples/seek/seek.c: (set_scale):
7274         Fix a bunch of compile warnings shown with Forte.
7275
7276         * gst/audiorate/gstaudiorate.c:
7277         Always pull in config.h before including any system headers.
7278
7279 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
7280
7281         * gst/playback/gstqueue2.c: (update_buffering),
7282         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7283         (gst_queue_handle_sink_event), (gst_queue_chain),
7284         (gst_queue_push_one), (gst_queue_sink_activate_push),
7285         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7286         Also fix #476514 for queue2.
7287
7288 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7289
7290         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7291         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7292         (gst_base_rtp_depayload_chain),
7293         (gst_base_rtp_depayload_handle_sink_event),
7294         (gst_base_rtp_depayload_push_full),
7295         (gst_base_rtp_depayload_set_gst_timestamp),
7296         (gst_base_rtp_depayload_change_state):
7297         Remove code to deal with RTP to GST time conversion, we now just copy
7298         the GST timestamp we receive to the outgoing buffers.
7299         Handle segment and flushes correctly.
7300
7301         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7302         When we have no valid input timestamp, use the previous rtp timestamp on
7303         the outgoing RTP packet instead of the RTP base time.
7304
7305 2007-09-15  David Schleef  <ds@schleef.org>
7306
7307         * ext/alsa/gstalsa.c:
7308         * ext/alsa/gstalsadeviceprobe.c:
7309         * ext/alsa/gstalsamixer.c:
7310         * ext/alsa/gstalsasink.c:
7311         * ext/alsa/gstalsasrc.c:
7312           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7313
7314 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
7315
7316         * gst-libs/gst/rtp/gstbasertppayload.c:
7317         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7318         Add some debug info when negotiating caps.
7319
7320 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7321
7322         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7323         A buffer with an empty payload is also a valid buffer.
7324
7325 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7326
7327         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7328         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7329         (gst_basertppayload_change_state):
7330         Make sure we start our RTP timestamp from the random base RTP
7331         timestamp even if the buffer timestamp starts from some random value.
7332
7333 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7334
7335         * configure.ac:
7336         * tests/examples/Makefile.am:
7337         * tests/examples/dynamic/.cvsignore:
7338         * tests/examples/dynamic/Makefile.am:
7339         * tests/examples/dynamic/addstream.c: (create_stream),
7340         (pause_play_stream), (message_received), (eos_message_received),
7341         (perform_step), (main):
7342         Add simple exmple app to demonstrate starting and pausing live and
7343         non-live bins in a PLAYING pipeline.
7344
7345 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7346
7347         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7348         typefind for QCP files (RFC #3625)
7349
7350 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7351
7352         * gst-libs/gst/audio/gstbaseaudiosink.c:
7353         (gst_base_audio_sink_init):
7354         Disable pull mode scheduling, we're not ready for it yet and it subtly
7355         breaks a lot of things.
7356
7357 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7358
7359         * tests/check/elements/libvisual.c:
7360           Test all libvisual plugins, not just the first one; this reproduces
7361           bug #450336 quite easily.  Looks like a problem with the 'jess'
7362           visualisation.
7363
7364 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7365
7366         * tests/check/Makefile.am:
7367         * tests/check/elements/.cvsignore:
7368         * tests/check/elements/libvisual.c:
7369           Add basic libvisual test case in an attempt to reproduce bug #450336.
7370           Doesn't reproduce that bug, but some other crasher instead (invalid
7371           free), at least with make elements/libvisual.forever and the bumscope
7372           plugin on x86-64/gutsy. Leaving test disabled for now.
7373
7374 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7375
7376         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7377
7378         * gst-libs/gst/rtsp/gstrtspconnection.c:
7379         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7380         (read_body), (gst_rtsp_connection_receive):
7381         Make sure we can not cancel in the middle of receiving a message.
7382         Fixes #475731.
7383
7384 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7385
7386         Patch by: Josep Torra Valles <josep@fluendo.com>
7387
7388         * gst/playback/gstplaybasebin.c:
7389           Increase upper limit for audio queue a bit; fixes preroll problem
7390           with playbin and decodebin2 when playing a quicktime trailer with
7391           multichannel audio via http (#464666).
7392
7393 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7394
7395         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7396         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7397         (gst_base_audio_src_provide_clock),
7398         (gst_base_audio_src_set_property),
7399         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7400         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7401         Allow othe clocks than the internal clock to be used for the pipeline.
7402         Add property to disable clock provide.
7403         API: GstBaseAudioSrc::provide-clock
7404
7405 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7406
7407         * gst/playback/gstdecodebin2.c:
7408           Don't leak request pads. Fixes #475395.
7409
7410 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7411
7412         Patch by: René Stadler <mail at renestadler dot de>
7413
7414         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7415         (gst_ximage_buffer_class_init):
7416         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7417         (gst_xvimage_buffer_class_init):
7418         Correctly chain up finalize with the parent class to prevent
7419         memory leaks. Fixes #474880.
7420
7421 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7422
7423         * gst/volume/gstvolume.c: (volume_choose_func):
7424         * tests/check/elements/volume.c: (GST_START_TEST):
7425         Revert the latest change: floating point samples are allowed to
7426         have any value, not only values in the range [-1,1]. Thanks to Andy
7427         Wingo for noticing.
7428         Also fix processing of int32 samples with volumes > 4 by making the
7429         unity value smaller which prevents overflows.
7430
7431 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7432
7433         * gst-libs/gst/rtp/gstrtpbuffer.c:
7434         * tests/check/libs/rtp.c:
7435           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7436
7437 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7438
7439         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7440
7441         * gst-libs/gst/rtp/gstrtpbuffer.c:
7442           Fix up GstRTPHeader helper struct so that compilers will not under
7443           any circumstances add padding in between our fields, as currently
7444           happens with MSVC on win32, because that would lead to us sending
7445           out RTP payloads with broken RTP headers (#471194).
7446           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7447           
7448         * tests/check/Makefile.am:
7449         * tests/check/libs/.cvsignore:
7450         * tests/check/libs/rtp.c:
7451           Add some simple unit tests for GstRTPBuffer. Some are disabled
7452           because the code tested still needs fixing (set_csrc() does not work).
7453
7454 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7455
7456         * win32/MANIFEST:
7457         * win32/common/gstrtsp-enumtypes.c:
7458         * win32/common/gstrtsp-enumtypes.h:
7459         * win32/common/interfaces-enumtypes.c:
7460         * win32/common/interfaces-enumtypes.h:
7461         * win32/common/multichannel-enumtypes.c:
7462           Add rtsp enumtypes (#474384) and update others.
7463
7464 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7465
7466         * configure.ac:
7467           Fix configure check for HAVE_LIBXML_HTML.
7468
7469 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7470
7471         * tests/check/libs/.cvsignore:
7472           Ignore more, in case the build bots work again one day.
7473
7474 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7475
7476         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7477
7478         * configure.ac:
7479         * gst-libs/gst/Makefile.am:
7480         * gst-libs/gst/fft/Makefile.am:
7481         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7482         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7483         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7484         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7485         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7486         * gst-libs/gst/fft/gstfft.h:
7487         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7488         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7489         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7490         * gst-libs/gst/fft/gstfftf32.h:
7491         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7492         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7493         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7494         * gst-libs/gst/fft/gstfftf64.h:
7495         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7496         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7497         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7498         * gst-libs/gst/fft/gstffts16.h:
7499         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7500         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7501         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7502         * gst-libs/gst/fft/gstffts32.h:
7503         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7504         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7505         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7506         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7507         * gst-libs/gst/fft/kiss_fft_f32.h:
7508         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7509         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7510         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7511         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7512         * gst-libs/gst/fft/kiss_fft_f64.h:
7513         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7514         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7515         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7516         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7517         * gst-libs/gst/fft/kiss_fft_s16.h:
7518         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7519         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7520         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7521         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7522         * gst-libs/gst/fft/kiss_fft_s32.h:
7523         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7524         (kiss_fftr_f32), (kiss_fftri_f32):
7525         * gst-libs/gst/fft/kiss_fftr_f32.h:
7526         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7527         (kiss_fftr_f64), (kiss_fftri_f64):
7528         * gst-libs/gst/fft/kiss_fftr_f64.h:
7529         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7530         (kiss_fftr_s16), (kiss_fftri_s16):
7531         * gst-libs/gst/fft/kiss_fftr_s16.h:
7532         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7533         (kiss_fftr_s32), (kiss_fftri_s32):
7534         * gst-libs/gst/fft/kiss_fftr_s32.h:
7535         * gst-libs/gst/fft/kiss_version:
7536         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7537         * pkgconfig/gstreamer-plugins-base.pc.in:
7538         Add libgstfft, a FFT library based on Kiss FFT which is
7539         BSD licensed. Supported sample formats are int16, int32,
7540         float and double. For those formats a real FFT and IFFT
7541         can be done, different windowing functions can be applied
7542         and functions for extracting the magnitude and phase exist.
7543         Fixes #468619.
7544
7545         * docs/libs/Makefile.am:
7546         * docs/libs/gst-plugins-base-libs-docs.sgml:
7547         * docs/libs/gst-plugins-base-libs-sections.txt:
7548         Integrate libgstfft into the docs.
7549
7550         * tests/check/Makefile.am:
7551         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7552         Add unit tests for libgstfft, currently only testing the FFT.
7553         Unit tests for IFFT will follow soon.
7554
7555 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7556
7557         Patch by: Peter Kjellerstedt  <pkj at axis com>
7558
7559         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7560         (gst_sdp_message_init), (gst_sdp_message_uninit),
7561         (is_multicast_address), (gst_sdp_message_as_text),
7562         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7563         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7564         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7565         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7566         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7567         (gst_sdp_media_init), (gst_sdp_media_uninit),
7568         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7569         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7570         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7571         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7572         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7573         * gst-libs/gst/sdp/gstsdpmessage.h:
7574         Separate INIT_ARRAY() and related macros into two versions, one for
7575         structures and one for pointers (e.g., INIT_ARRAY() and
7576         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7577         lists of emails and phone numbers.
7578         Add missing const as appropriate.
7579         Change all gint to guint since they all actually represent unsigned
7580         values.
7581         Do not use time as a variable name as it shadows the global time().
7582         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7583         Actually implement gst_sdp_message_add_time().
7584         Make gst_sdp_message_add_time() take repeat times as an argument.
7585         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7586         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7587         misspelled as badwidth).
7588         gst-indented and a little clean up. Fixes #471067.
7589
7590 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7591
7592         * gst/volume/gstvolume.c: (volume_choose_func),
7593         (volume_process_double), (volume_process_double_clamp),
7594         (volume_process_float_clamp):
7595         Correctly clamp float/double samples in the [-1.0,1.0] range to
7596         prevent weird effects.
7597         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7598         Add unit tests for all samples types that had none before.
7599
7600 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7601
7602         * gst-libs/gst/rtp/gstrtpbuffer.c:
7603           Need to include stdlib.h for abs() here too.
7604
7605 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7606
7607         * gst/playback/gststreaminfo.c:
7608           Fix build.
7609
7610 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7611
7612         * gst/playback/gststreaminfo.c:
7613           Clean up some half-disabled code and comment.
7614
7615 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7616
7617         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7618
7619         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7620         (gst_base_rtp_payload_audio_handle_event):
7621         Return FALSE from the event handler to let the parent class handle the
7622         event. Fixes #446766.
7623
7624         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7625         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7626         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7627
7628         * gst-libs/gst/rtp/gstbasertppayload.c:
7629         Bump the MTU to 1400.
7630
7631 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7632
7633         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7634         Add an audio/x-nsf typefind function for the nsfdec element.
7635
7636 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7637         * gst/playback/gstplaybasebin.c:
7638         Included "myth://" on stream_uris list for enable buffering to mythtv files
7639
7640 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7641
7642         * docs/libs/gst-plugins-base-libs-sections.txt:
7643         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7644         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7645         (gst_rtcp_unix_to_ntp):
7646         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7647         Fix parsing of RB blocks.
7648         Fix docs.
7649         Added helper functions to convert to/from UNIX and NTP time.
7650         API: gst_rtcp_ntp_to_unix()
7651         API: gst_rtcp_unix_to_ntp()
7652
7653         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7654         (gst_rtp_buffer_get_header_len),
7655         (gst_rtp_buffer_get_extension_data),
7656         (gst_rtp_buffer_get_payload_subbuffer),
7657         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7658         (gst_rtp_buffer_ext_timestamp):
7659         * gst-libs/gst/rtp/gstrtpbuffer.h:
7660         Fix some more docs.
7661         Implement handling of packets with extensions.
7662         Fix padding check in _validate().
7663         Added function to get extension data.
7664         API: gst_rtp_buffer_get_header_len()
7665         API: gst_rtp_buffer_get_extension_data()
7666
7667 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7668
7669         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7670         (gst_base_rtp_depayload_class_init),
7671         (gst_base_rtp_depayload_set_gst_timestamp):
7672         Add some more docs for the queue-delay property and fix a typo in a
7673         comment.
7674
7675         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7676         Fix typo.
7677
7678 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7679
7680         * gst-libs/gst/audio/gstbaseaudiosink.c:
7681         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7682         (gst_base_audio_sink_change_state):
7683         When skew slaving, try to hover around the middle of a segment so that
7684         we at most drift by half a segment.
7685         If we are aligning in the oposite direction of the clock skew, we don't
7686         have to resync.
7687
7688 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7689
7690         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7691         (gst_base_rtp_depayload_setcaps),
7692         (gst_base_rtp_depayload_set_gst_timestamp):
7693         Be less silly with the segment start, just apply the clock-base to the
7694         timestamp.
7695
7696 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7697
7698         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7699         (gst_base_rtp_depayload_class_init),
7700         (gst_base_rtp_depayload_finalize),
7701         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7702         (gst_base_rtp_depayload_handle_sink_event),
7703         (gst_base_rtp_depayload_set_gst_timestamp),
7704         (gst_base_rtp_depayload_change_state):
7705         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7706         Deprecate the queue handling thread thing and remove the code.
7707         Use new method to calculate the extended timestamp.
7708
7709 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7710
7711         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7712         (gst_rtcp_packet_sdes_copy_entry):
7713         Use g_strndup which does exactly what we want.
7714
7715         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7716         (gst_rtp_buffer_ext_timestamp):
7717         * gst-libs/gst/rtp/gstrtpbuffer.h:
7718         Add helper function to compare seqnums.
7719         Add helper function to calculate extended timestamps.
7720         API: gst_rtp_buffer_compare_seqnum()
7721         API: gst_rtp_buffer_ext_timestamp()
7722
7723 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7724
7725         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7726         (gst_rtcp_packet_sdes_get_entry),
7727         (gst_rtcp_packet_sdes_copy_entry):
7728         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7729         Fix and document SDES item data function.
7730         Add new function that makes a proper copy of SDES item data.
7731         API: gst_rtcp_packet_sdes_copy_entry()
7732
7733 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7734
7735         * configure.ac:
7736         * gst/Makefile.am:
7737           The tcp and subparse plugins are under gst, but not totaly free of
7738           dependencies. Handle selection inconfigure.ac, so that they show up
7739           on the final list of what is build and what is not. Maybe they should
7740           better be moved to ext.
7741
7742 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7743
7744         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7745
7746         * configure.ac:
7747         * gst/Makefile.am:
7748           Check if libxml provides HTML parser which subparse needs.
7749           Fixes #451970.
7750
7751 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7752
7753         * ext/alsa/gstalsa.c:
7754           Fix typo and compilation on big endian systems.
7755
7756 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7757
7758         * gst/subparse/gstssaparse.c:
7759           Convert SSA newline codes into actual newline characters (#470766).
7760
7761 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7762
7763         * docs/libs/gst-plugins-base-libs-sections.txt:
7764         * gst-libs/gst/pbutils/install-plugins.c:
7765         * gst-libs/gst/pbutils/install-plugins.h:
7766         * tests/check/libs/pbutils.c:
7767           API: also add gst_install_plugins_supported() while we're at it
7768           (see #470456).
7769
7770 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7771
7772         * docs/libs/gst-plugins-base-libs-sections.txt:
7773         * gst-libs/gst/pbutils/missing-plugins.c:
7774         * gst-libs/gst/pbutils/missing-plugins.h:
7775         * tests/check/libs/pbutils.c:
7776           API: add gst_missing_*_installer_detail_new() convenience API so
7777           that applications that know exactly what they're missing can request
7778           installer detail strings for those items directly instead of having
7779           to first create a dummy missing-plugin message and then get the
7780           installer detail string from that.  Fixes #470456.
7781
7782 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7783
7784         * gst/playback/gstdecodebin.c: (close_pad_link):
7785         We need to set up delayed-linking whenever the caps are non-fixed,
7786         not just when there are multiple types - use gst_pad_is_fixed()
7787         to test.
7788
7789 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7790
7791         * gst-libs/gst/pbutils/missing-plugins.c:
7792           (gst_missing_plugin_message_get_installer_detail):
7793           Add missing separator in PID fallback case.
7794
7795 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7796
7797         * ext/alsa/Makefile.am:
7798         There is no GST_PLUGINS_BASE_LIBS defined.
7799         
7800         * ext/alsa/gstalsa.c:
7801         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7802         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7803         Add support for ALSA 24-bit formats.
7804         snd_pcm_delay can return an error code, especially
7805         during XRUNS. In that case, the best we can do is assume
7806         delay = 0.
7807
7808         * gst/audioconvert/Makefile.am:
7809         Add flags from -base before any more-remote dependencies.
7810
7811 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7812
7813         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7814
7815         * gst/volume/gstvolume.c: (volume_choose_func),
7816         (volume_update_real_volume), (gst_volume_set_volume),
7817         (gst_volume_init), (volume_process_int32),
7818         (volume_process_int32_clamp), (volume_process_int24),
7819         (volume_process_int24_clamp), (volume_process_int16),
7820         (volume_process_int16_clamp), (volume_process_int8),
7821         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7822         * gst/volume/gstvolume.h:
7823         Add support for int32, int24 and int8 to the volume element.
7824         Fixes #445529.
7825
7826 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7827
7828         * tests/examples/Makefile.am:
7829           Fix even more.
7830
7831 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7832
7833         * configure.ac:
7834         * docs/libs/Makefile.am:
7835         * docs/libs/gst-plugins-base-libs-docs.sgml:
7836         * docs/libs/gst-plugins-base-libs-sections.txt:
7837         * ext/gnomevfs/gstgnomevfssrc.c:
7838         * ext/gnomevfs/gstgnomevfssrc.h:
7839         * gst-libs/gst/Makefile.am:
7840         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7841         * pkgconfig/gstreamer-plugins-base.pc.in:
7842         * sys/v4l/v4lsrc_calls.c:
7843         * tests/examples/Makefile.am:
7844         * win32/common/config.h:
7845           Revert unwanted commit. many thanks to moap. I want a fix for 
7846           https://thomas.apestaart.org/moap/trac/ticket/239
7847
7848 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7849
7850         * gst/volume/gstvolume.c:
7851           Move passthrough below gst_object_sync_values(). Fixes #442654.
7852
7853 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7854
7855         * gst-libs/gst/audio/audio.c:
7856         Clarify the docs a little.
7857
7858 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7859
7860         * gst/volume/gstvolume.c:
7861           Enable liboil for float and add more details about problems with
7862           int16.
7863
7864 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7865
7866         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7867         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7868
7869 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7870
7871         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7872         When calculating the first timestamp of the buffers, don't go below 0
7873         and clip the samples because the offset was on the eos page.
7874         Fixes #466717.
7875
7876 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7877
7878         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7879         (gst_ogg_demux_collect_chain_info):
7880         Also submit the eos page when trying to find the first timestamp.
7881         See #466717.
7882
7883 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7884
7885         * gst-libs/gst/audio/audio.h:
7886         Use gst_util_uint64_scale() instead of doing the math
7887         with double for GST_FRAMES_TO_CLOCK_TIME() and
7888         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7889         prevents rounding errors. Fixes #467667.
7890
7891 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7892
7893         * gst-libs/gst/rtsp/gstrtspconnection.c:
7894         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7895         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7896         * gst-libs/gst/rtsp/gstrtspconnection.h:
7897         Small cleanups.
7898         On shutdown, don't read the control socket yet.
7899         Set timeout value correctly in all cases.
7900         Add function to check if the server accepts reads or writes.
7901         API: gst_rtsp_connection_poll()
7902
7903         * gst-libs/gst/rtsp/gstrtspdefs.h:
7904         Fix compilation with -pedantic.
7905         Add enum for _poll.
7906
7907 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7908
7909         Patch by: Olivier Crete  <tester at tester ca>
7910
7911         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7912         (gst_basertppayload_getcaps):
7913         * gst-libs/gst/rtp/gstbasertppayload.h:
7914         Add getcaps vfunc to basertppayload. See #465146.
7915
7916 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7917
7918         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7919         Only post buffering messages when we are a stream.
7920
7921 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7922
7923         * gst-libs/gst/pbutils/install-plugins.c:
7924         * gst-libs/gst/pbutils/missing-plugins.c:
7925           Small docs fix and addition.
7926
7927 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7928
7929         * tests/icles/.cvsignore:
7930         * tests/icles/Makefile.am:
7931         * tests/icles/test-textoverlay.c:
7932           Add a dumb little test for textoverlay alignments.
7933
7934 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7935
7936         Patch by: Dan Williams  <dcbw redhat com>
7937
7938         * ext/pango/gsttextoverlay.c:
7939         * ext/pango/gsttextoverlay.h:
7940           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7941           "silent" property so there's a Since tag in the API reference.
7942
7943 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7944
7945         * gst-libs/gst/rtp/gstbasertppayload.c:
7946         (gst_basertppayload_set_outcaps):
7947         * gst-libs/gst/rtp/gstbasertppayload.h:
7948         Improve caps negotiation so that downstream elements can confiure
7949         certain RTP properties by fixing them on the caps. See #465146.
7950         Add docs.
7951
7952 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7953
7954         * docs/libs/gst-plugins-base-libs-sections.txt:
7955         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7956         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7957           Mark as deprecated some macros which were presumably meant to be
7958           private API and accidentally exposed in the public header file.
7959           Also actually _init() lock (only works at the moment because the
7960           struct is zeroed out when created and the initial values in the
7961           mutex struct are zeroes too). (#459585)
7962
7963 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7964
7965         * docs/libs/Makefile.am:
7966           Remove cruft and do some cleanups.
7967
7968         * docs/libs/gst-plugins-base-libs-docs.sgml:
7969           Prepare for comming gtkdoc features (rebase against online docs).
7970
7971 2007-08-10  Michael Smith <msmith@fluendo.com>
7972
7973         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7974           Debug output fixes.
7975         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7976         (GST_START_TEST):
7977           Change the number of buffers used; 500 is too many and leads to
7978           timeouts.
7979
7980 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7981
7982         * gst/playback/gstqueue2.c:
7983         * gst/videorate/gstvideorate.c:
7984           Printf format fixes (#465028).
7985
7986 2007-08-09  Michael Smith <msmith@fluendo.com>
7987
7988         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7989           If we have a large (> 1 second) discontinuity, push a series of
7990           smaller buffers rather than a single very large buffer. Avoids
7991           unreasonably large single buffer allocations when encountering a
7992           large gap.
7993         * tests/check/elements/audiorate.c: (GST_START_TEST),
7994         (audiorate_suite):
7995           Add a test for this.
7996
7997 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7998
7999         * gst/playback/gstplaybasebin.c: (group_commit),
8000         (queue_remove_probe), (queue_threshold_reached):
8001
8002         Patch by: Josep Torra Valles <josep@fluendo.com>
8003         Fixes: #465015
8004         Make sure we remove the check_queues buffer probe from the 
8005         correct queue to avoid racily going back to "buffering 99%" when
8006         buffering is actually complete.
8007
8008         Also, fix the spelling of Josep's surname in the ChangeLog.
8009
8010 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
8011
8012         * ext/ogg/gstoggmux.c:
8013           Do not leak oggmux instance.
8014         
8015         * ext/vorbis/vorbisenc.c:
8016           Also log values.
8017
8018 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8019
8020         * po/hu.po:
8021         * po/it.po:
8022         * po/nl.po:
8023         * po/uk.po:
8024         * po/vi.po:
8025           Updated translations.
8026
8027 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
8028
8029         patch by: Yang Hong <hongyang@redflag-linux.com>
8030
8031         * ext/pango/gsttextoverlay.c:
8032         * ext/pango/gsttextoverlay.h:
8033           Add 'silent' property to GstTimeOverlay. Fixes #462979
8034
8035 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8036
8037         Patch by: Josep Torra Valles <josep@fluendo.com>
8038
8039         * docs/plugins/gst-plugins-base-plugins.args:
8040         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
8041         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
8042         (gst_uri_decode_bin_get_property), (gen_source_element):
8043         Add connection-speed property. Fixes #464690.
8044
8045 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
8046
8047         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
8048
8049         * configure.ac:
8050         * gst-libs/gst/rtsp/Makefile.am:
8051         * gst-libs/gst/rtsp/gstrtspconnection.c:
8052         (gst_rtsp_connection_connect):
8053         Fix compilation on windows. Fixes #464320.
8054
8055 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
8056
8057         Patch by: Josep Torra Valles <josep@fluendo.com>
8058
8059         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8060         (gst_play_base_bin_init), (queue_threshold_reached),
8061         (gen_source_element), (setup_substreams),
8062         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8063         (gst_play_base_bin_get_streaminfo_value_array):
8064         * gst/playback/gstplaybasebin.h:
8065         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8066         (gst_play_bin_set_property), (gst_play_bin_get_property),
8067         (gst_play_bin_handle_redirect_message):
8068         Move connection-speed property from playbin to playbasebin so that we
8069         can also configure it in source elements that have the connection-speed
8070         property. Fixes #464028.
8071         Add some debug info here and there.
8072
8073 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
8074
8075         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8076         Properly respond to conversion queries. Fixes #464079.
8077
8078 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
8079
8080         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
8081         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
8082         (gst_audio_test_src_init_sine_table),
8083         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
8084         * gst/audiotestsrc/gstaudiotestsrc.h:
8085         Add float/double and int32 support to audiotestsrc. Fixes #460422.
8086         Also set the default volume to the default value specified in the
8087         GParamSpec.
8088
8089 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
8090
8091         Patch by: Jens Granseuer <jensgr at gmx dot net>
8092
8093         * gst/audioconvert/gstaudioquantize.c:
8094         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
8095
8096 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8097
8098         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
8099         Add rdt manager for rdt transport.
8100         Fix parsing of RDT transport.
8101
8102 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
8103
8104         * configure.ac:
8105         Back to CVS
8106
8107 === release 0.10.14 ===
8108
8109 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
8110
8111         * configure.ac:
8112           releasing 0.10.14, "Light Years Ahead"
8113
8114 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8115
8116         * tests/check/libs/audio.c: (GST_START_TEST):
8117         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
8118
8119 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8120
8121         * gst-libs/gst/audio/audio.c:
8122         When clipping a buffer with no timestamp, assume it is
8123         within the segment without warnings.
8124
8125         Fixes: #460978
8126
8127 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8128
8129         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
8130         Fire the signal on the object, not the interface.
8131
8132 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8133
8134         * gst-libs/gst/rtsp/.cvsignore:
8135         Ber. Don't include the full path, idiot.
8136
8137 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8138
8139         * gst-libs/gst/rtsp/.cvsignore:
8140         Ignore generated files.
8141
8142 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8143
8144         * gst-libs/gst/interfaces/Makefile.am:
8145         * gst-libs/gst/interfaces/interfaces-marshal.list:
8146         * gst-libs/gst/interfaces/rtspextension.c:
8147         * gst-libs/gst/interfaces/rtspextension.h:
8148         * gst-libs/gst/rtsp/Makefile.am:
8149         * gst-libs/gst/rtsp/gstrtsp.h:
8150         * gst-libs/gst/rtsp/gstrtspextension.c:
8151         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8152         (gst_rtsp_extension_detect_server),
8153         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8154         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8155         (gst_rtsp_extension_configure_stream),
8156         (gst_rtsp_extension_get_transports),
8157         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8158         * gst-libs/gst/rtsp/gstrtspextension.h:
8159         * gst-libs/gst/rtsp/rtsp-marshal.list:
8160         Move the rtspextension.h interface into gstrtspextension.h
8161         as part of libgstrtsp instead of libgstinterfaces, because it's
8162         only for use within plugins, not applications. 
8163         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
8164         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
8165         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
8166         is abstract.
8167
8168 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8169
8170         * gst-libs/gst/interfaces/Makefile.am:
8171         * gst-libs/gst/interfaces/interfaces-marshal.list:
8172         * gst-libs/gst/interfaces/rtspextension.c:
8173         (gst_rtsp_extension_iface_init),
8174         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8175         * gst-libs/gst/interfaces/rtspextension.h:
8176         Fix marshaller for the send signal.
8177         Add URL to stream selection interface method.
8178
8179 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8180
8181         * gst-libs/gst/riff/Makefile.am:
8182         Pull in our dependencies from -base before those from outside.
8183
8184 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8185
8186         * docs/libs/gst-plugins-base-libs-sections.txt:
8187         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
8188         * gst-libs/gst/rtsp/gstrtspbase64.h:
8189         API: gst_rtsp_base64_decode_ip()
8190         Added function to decode Base64 in-place.
8191
8192 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8193
8194         * tests/check/libs/.cvsignore:
8195         Ignore the mixer test binary.
8196
8197 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8198
8199         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
8200         Gratuitous comment change to trigger a rebuild on the buildbots.
8201
8202 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8203
8204         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
8205         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8206         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
8207         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
8208         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8209         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
8210         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
8211         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
8212         (gst_sdp_media_get_attribute_val):
8213         * gst-libs/gst/sdp/gstsdpmessage.h:
8214         Constify args where we can.
8215
8216 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8217
8218         * gst-libs/gst/interfaces/Makefile.am:
8219         * gst-libs/gst/interfaces/rtspextension.c:
8220         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8221         (gst_rtsp_extension_detect_server),
8222         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8223         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8224         (gst_rtsp_extension_configure_stream),
8225         (gst_rtsp_extension_get_transports),
8226         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8227         * gst-libs/gst/interfaces/rtspextension.h:
8228         Move interface for RTSP extensions from -good to here.
8229         Added helper methods to invoke interface methods.
8230
8231 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8232
8233         * docs/libs/gst-plugins-base-libs-sections.txt:
8234         * gst-libs/gst/rtsp/gstrtspdefs.h:
8235         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8236         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8237         (gst_rtsp_message_init_response),
8238         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8239         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8240         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8241         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8242         (gst_rtsp_message_get_body), (dump_key_value):
8243         * gst-libs/gst/rtsp/gstrtspmessage.h:
8244         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8245         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8246         (gst_rtsp_range_parse):
8247         * gst-libs/gst/rtsp/gstrtsprange.h:
8248         * gst-libs/gst/rtsp/gstrtsptransport.c:
8249         * gst-libs/gst/rtsp/gstrtspurl.c:
8250         Fix some more RTSP docs.
8251         Add some missing methods for dealing with messages.
8252
8253 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8254
8255         * docs/libs/gst-plugins-base-libs-docs.sgml:
8256         * docs/libs/gst-plugins-base-libs-sections.txt:
8257         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8258         * gst-libs/gst/rtsp/gstrtspbase64.h:
8259         * gst-libs/gst/rtsp/gstrtspconnection.c:
8260         (gst_rtsp_connection_connect), (add_auth_header),
8261         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8262         (read_body), (gst_rtsp_connection_receive),
8263         (gst_rtsp_connection_next_timeout),
8264         (gst_rtsp_connection_reset_timeout),
8265         (gst_rtsp_connection_set_auth):
8266         * gst-libs/gst/rtsp/gstrtspconnection.h:
8267         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8268         * gst-libs/gst/rtsp/gstrtspdefs.h:
8269         * gst-libs/gst/rtsp/gstrtspmessage.h:
8270         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8271         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8272         (gst_rtsp_range_parse):
8273         * gst-libs/gst/rtsp/gstrtspurl.h:
8274         Added beginnings of RTSP documentation.
8275
8276 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8277
8278         * docs/libs/Makefile.am:
8279         * docs/libs/gst-plugins-base-libs-docs.sgml:
8280         * docs/libs/gst-plugins-base-libs-sections.txt:
8281         * gst-libs/gst/sdp/gstsdp.h:
8282         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8283         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8284         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8285         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8286         (gst_sdp_message_get_attribute_val),
8287         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8288         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8289         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8290         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8291         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8292         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8293         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8294         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8295         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8296         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8297         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8298         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8299         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8300         (gst_sdp_media_get_attribute_val_n),
8301         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8302         (print_media), (gst_sdp_message_dump):
8303         * gst-libs/gst/sdp/gstsdpmessage.h:
8304         Document the SDP library.
8305         Add some of the missing SDPMedia methods.
8306
8307 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8308
8309         * configure.ac:
8310         * gst-libs/gst/Makefile.am:
8311         * gst-libs/gst/rtsp/Makefile.am:
8312         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8313         * gst-libs/gst/rtsp/gstrtspbase64.h:
8314         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8315         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8316         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8317         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8318         (parse_response_status), (parse_request_line), (parse_line),
8319         (gst_rtsp_connection_read), (read_body),
8320         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8321         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8322         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8323         (gst_rtsp_connection_set_auth):
8324         * gst-libs/gst/rtsp/gstrtspconnection.h:
8325         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8326         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8327         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8328         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8329         (gst_rtsp_find_method):
8330         * gst-libs/gst/rtsp/gstrtspdefs.h:
8331         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8332         (gst_rtsp_message_new), (gst_rtsp_message_init),
8333         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8334         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8335         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8336         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8337         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8338         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8339         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8340         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8341         (gst_rtsp_message_dump):
8342         * gst-libs/gst/rtsp/gstrtspmessage.h:
8343         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8344         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8345         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8346         * gst-libs/gst/rtsp/gstrtsprange.h:
8347         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8348         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8349         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8350         (range_as_text), (rtsp_transport_mode_as_text),
8351         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8352         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8353         (gst_rtsp_transport_free):
8354         * gst-libs/gst/rtsp/gstrtsptransport.h:
8355         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8356         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8357         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8358         * gst-libs/gst/rtsp/gstrtspurl.h:
8359         * gst-libs/gst/sdp/Makefile.am:
8360         * gst-libs/gst/sdp/gstsdp.h:
8361         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8362         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8363         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8364         (gst_sdp_attribute_init), (gst_sdp_message_new),
8365         (gst_sdp_message_init), (gst_sdp_message_uninit),
8366         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8367         (gst_sdp_media_uninit), (gst_sdp_media_free),
8368         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8369         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8370         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8371         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8372         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8373         (gst_sdp_message_get_attribute_val),
8374         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8375         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8376         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8377         (gst_sdp_media_get_attribute_val_n),
8378         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8379         (read_string), (read_string_del), (gst_sdp_parse_line),
8380         (gst_sdp_message_parse_buffer), (print_media),
8381         (gst_sdp_message_dump):
8382         * gst-libs/gst/sdp/gstsdpmessage.h:
8383         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8384         Move SDP and RTSP from helper objects in -good to a reusable library.
8385         Use a proper gst_ namespace.
8386
8387 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8388
8389         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8390         (vorbis_dec_flush_decode):
8391         Use the new buffer clipping function from gstaudio here.
8392
8393 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8394
8395         * docs/libs/gst-plugins-base-libs-sections.txt:
8396         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8397         * gst-libs/gst/audio/audio.h:
8398         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8399         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8400         Also add deprecation guards for gst_audio_structure_set_int() to the
8401         header.
8402
8403 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8404
8405         * docs/libs/gst-plugins-base-libs-sections.txt:
8406           Cleanup the docs.
8407
8408 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8409
8410         Patch by: Dan Williams <dcbw at redhat dot com>
8411
8412         * gst/playback/gstplaybasebin.c:
8413         (gst_play_base_bin_get_streaminfo_value_array):
8414         Don't return NULL when querying the stream info value array but instead
8415         return an empty array. Fixes #459204.
8416
8417 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8418
8419         * gst/playback/gsturidecodebin.c:
8420           Init debug category before using it.
8421
8422 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8423
8424         * gst-libs/gst/interfaces/mixer.h:
8425         Add padding vars in place of the signal pointers
8426         when building with DISABLE_DEPRECATED so that the
8427         interface structure doesn't change size.
8428
8429 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8430
8431         * docs/libs/gst-plugins-base-libs-sections.txt:
8432         * ext/alsa/gstalsamixer.c:
8433         * ext/alsa/gstalsamixer.h:
8434         * ext/alsa/gstalsamixerelement.c:
8435         * ext/alsa/gstalsamixertrack.c:
8436         * gst-libs/gst/interfaces/mixer.c:
8437         * gst-libs/gst/interfaces/mixer.h:
8438         * gst-libs/gst/interfaces/mixeroptions.c:
8439         * gst-libs/gst/interfaces/mixeroptions.h:
8440         * gst-libs/gst/interfaces/mixertrack.c:
8441         * gst-libs/gst/interfaces/mixertrack.h:
8442         * tests/check/Makefile.am:
8443         * tests/check/libs/mixer.c:
8444
8445         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8446         Fixes: #152864 
8447
8448         Add support for notifying mixer changes on the message bus, and
8449         implement it in alsamixer.
8450
8451         API: gst_mixer_get_mixer_flags
8452         API: gst_mixer_message_parse_mute_toggled
8453         API: gst_mixer_message_parse_record_toggled
8454         API: gst_mixer_message_parse_volume_changed
8455         API: gst_mixer_message_parse_option_changed
8456         API: GstMixerMessageType
8457         API: GstMixerFlags
8458
8459 2007-07-20  Michael Smith <msmith@fluendo.com>
8460
8461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8462         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8463           xcontext->im_format is only for testing XShm support (as the header
8464           file comments document). Use xvimage->im_format for everything else.
8465           Avoids spurious warnings on buffer allocation before setcaps.
8466
8467 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8468
8469         * tests/examples/volume/Makefile.am:
8470         * tests/icles/Makefile.am:
8471           We should use $(LIBM).
8472
8473 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8474
8475         * tests/icles/Makefile.am:
8476           This needs -lm.
8477
8478 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8479
8480         * gst-libs/gst/rtp/gstbasertppayload.c:
8481         (gst_basertppayload_class_init), (gst_basertppayload_init),
8482         (gst_basertppayload_set_property),
8483         (gst_basertppayload_get_property):
8484         Don't break ABI, restore previous ranges. Keep the default random
8485         selection of timestamp and seqnum offset but as soon as the app sets a
8486         specific value, use that one.
8487
8488 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8489
8490         Patch by: Bastien Nocera <hadess at hadess dot net>
8491
8492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8493         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8494         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8495         * sys/xvimage/xvimagesink.h:
8496         Add option to turn off double-buffering for debugging purposes.
8497         Fixes #437169.
8498
8499 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8500
8501         Patch by: Jorn Baayen <jorn at openedhand dot com>
8502
8503         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8504         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8505         (gst_ximagesink_init), (gst_ximagesink_class_init):
8506         * sys/ximage/ximagesink.h:
8507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8508         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8509         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8510         * sys/xvimage/xvimagesink.h:
8511         add 'handle-expose' property. Useful for video widgets which may want to
8512         be in control of Expose behaviour. Fixes #380625
8513
8514 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8515
8516         * gst-libs/gst/rtp/gstbasertppayload.c:
8517         (gst_basertppayload_class_init), (gst_basertppayload_init),
8518         (gst_basertppayload_event), (gst_basertppayload_push),
8519         (gst_basertppayload_set_property),
8520         (gst_basertppayload_get_property),
8521         (gst_basertppayload_change_state):
8522         * gst-libs/gst/rtp/gstbasertppayload.h:
8523         Fix ranges of rtp payloader properties so that the full range can be
8524         used in addition to -1 (random).
8525         Fix wrong seqnum reporting in caps.
8526         Fixes #420326.
8527
8528 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8529
8530         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8531         (gst_video_rate_query):
8532         Use boilerplate.
8533         Add latency query, might not be perfect yet but already works a lot
8534         better. Fixes #442557.
8535
8536 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8537
8538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8539         (gst_xvimagesink_setcaps):
8540         * sys/xvimage/xvimagesink.h:
8541         After a caps change, redraw our borders to avoid garbage left there
8542         when the image format changes to a smaller size, like 16:9 -> 4:3
8543         Also, hold the flow_lock a bit longer in the set_caps while we're
8544         fiddling with the xcontext.
8545
8546 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8547
8548         * Makefile.am:
8549         * configure.ac:
8550         * tests/Makefile.am:
8551         Remove bogus check for libcheck, since we check for
8552         gstreamer-check and it pulls in the required info from there, and we
8553         weren't actually _using_ the information for libcheck ourselves
8554         anyway.
8555
8556 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8557
8558         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8559         (gst_ffmpeg_caps_to_pixfmt):
8560         Fix the r_mask test for RGBA32 on little-endian.
8561         Fix a stupid typo that would have obviously broken 
8562         compilation on big-endian, if anyone was testing.
8563
8564 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8565
8566         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8567         (paint_hline_str4):
8568         * gst/videotestsrc/videotestsrc.h:
8569         Add alpha to the color struct.
8570         Use a default alpha value of 255 instead of 128.
8571
8572 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8573
8574         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8575         (setup_source):
8576         Clear the dynamic pads counter when starting a new uri. This makes
8577         reusing playbin work again.
8578         Fixes #454264.
8579
8580 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8581
8582         * configure.ac:
8583           Use pkg-config to locate check.
8584
8585 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8586
8587         * configure.ac:
8588         * tests/check/elements/volume.c: (GST_START_TEST):
8589           Fix 'make check' build against core CVS.
8590
8591 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8592
8593         * gst-libs/gst/interfaces/propertyprobe.c:
8594         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8595         * gst-libs/gst/tag/gstvorbistag.c:
8596           Make gtk-doc happy.
8597
8598 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8599
8600         * gst-libs/gst/audio/gstbaseaudiosink.c:
8601         (gst_base_audio_sink_callback):
8602           Quick hack to make audiosinks stop at EOS when operating in
8603           pull-mode; needs to be fixed properly some day.
8604
8605 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8606
8607         * docs/libs/gst-plugins-base-libs-sections.txt:
8608           Fix location of includes in the docs.
8609
8610 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8611
8612         * gst/ffmpegcolorspace/avcodec.h:
8613         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8614         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8615         (gst_ffmpegcsp_avpicture_fill):
8616         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8617         (img_get_alpha_info):
8618         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8619         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8620         end of the word. Partially fixes #451908
8621
8622 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8623
8624         * docs/libs/Makefile.am:
8625         * docs/plugins/Makefile.am:
8626           Simplify --extra-dir as gtkdoc scans recursively.
8627
8628 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8629
8630         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8631         (gst_adder_request_new_pad):
8632         Make getcaps more robust by not using the proxycaps function. This makes
8633         sure that we don't end up recursively calling getcaps upstream.
8634         See #316248.
8635
8636 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8637
8638         * gst/audioconvert/audioconvert.c:
8639         Include math.h to fix compilation.
8640
8641 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8642
8643         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8644         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8645         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8646         format, as produced by some dc1394 cameras like the iSight.
8647         See http://www.fourcc.org/yuv.php#IYU1
8648
8649 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8650
8651         * gst/audioconvert/Makefile.am:
8652         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8653         (check_default), (audio_convert_prepare_context),
8654         (audio_convert_clean_context), (audio_convert_convert):
8655         * gst/audioconvert/audioconvert.h:
8656         * gst/audioconvert/gstaudioconvert.c:
8657         (gst_audio_convert_dithering_get_type),
8658         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8659         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8660         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8661         * gst/audioconvert/gstaudioconvert.h:
8662         * gst/audioconvert/gstaudioquantize.c:
8663         (gst_audio_quantize_setup_noise_shaping),
8664         (gst_audio_quantize_free_noise_shaping),
8665         (gst_audio_quantize_setup_dither),
8666         (gst_audio_quantize_free_dither),
8667         (gst_audio_quantize_setup_quantize_func),
8668         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8669         * gst/audioconvert/gstaudioquantize.h:
8670         Implement dithering and noise shaping in audioconvert. By default now
8671         TPDF dithering (and no noise shaping) will be used when converting
8672         from a higher bit depth to 20 bit depth or smaller, otherwise
8673         everything will be as it is now.
8674         For the last audioconvert in a pipeline it would make sense to
8675         use some kind of noise shaping, enabling it by default for all
8676         conversions would give undesired results though. Fixes #360246.
8677         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8678         (GST_START_TEST):
8679         Adjust unit test for the new audioconvert.
8680
8681 2007-06-28  Wim Taymans  <wim@fluendo.com>
8682
8683         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8684         Use other metrics as well when estimating the buffer level.
8685
8686 2007-06-28  Wim Taymans  <wim@fluendo.com>
8687
8688         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8689         Small debug improvement.
8690
8691         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8692         (plugin_init):
8693         Tweak the rate estimation period.
8694         When calculating the buffer filledness in rate estimation mode, don't
8695         mix it with other metrics.
8696
8697 2007-06-28  Wim Taymans  <wim@fluendo.com>
8698
8699         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8700         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8701         When creating the groups, allow for a 5 second, unlimited buffers
8702         preroll phase after which we expose the group.
8703         When the group is exposed, use a small number of buffers up to a 2
8704         second limit. Also disconnect the overrun signal from multiqueue when we
8705         exposed the group because it is not needed anymore.
8706
8707 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8708
8709         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8710           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8711           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8712           (#451707); also, output some debugging info when dealing with
8713           freeform strings.
8714
8715         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8716           Add unit test for the above.
8717
8718 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8719
8720         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8721           Add description for Windows Media RTP caps.
8722
8723         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8724           Remove RTP fields that don't define the format from caps.
8725
8726 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8727
8728         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8729           Skip empty buffers, but not empty header buffers. That way the original
8730           vorbisdec unit test still passes (#451145); also, take into account
8731           that those empty packets might carry a granulepos.
8732
8733         * tests/check/Makefile.am:
8734         * tests/check/elements/vorbisdec.c:
8735         (_create_codebook_header_buffer), (_create_audio_buffer),
8736         (GST_START_TEST), (vorbisdec_suite):
8737           Add unit test that sends an empty packet.
8738
8739 2007-06-27  Wim Taymans  <wim@fluendo.com>
8740
8741         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8742         Don't error out on 0-sized packets, just emit a warning because this is
8743         not a fatal error. Fixes #451145.
8744
8745 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8746
8747         * docs/plugins/gst-plugins-base-plugins.args:
8748         * docs/plugins/gst-plugins-base-plugins.signals:
8749         * docs/plugins/inspect/plugin-adder.xml:
8750         * docs/plugins/inspect/plugin-alsa.xml:
8751         * docs/plugins/inspect/plugin-audioconvert.xml:
8752         * docs/plugins/inspect/plugin-audiorate.xml:
8753         * docs/plugins/inspect/plugin-audioresample.xml:
8754         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8755         * docs/plugins/inspect/plugin-cdparanoia.xml:
8756         * docs/plugins/inspect/plugin-decodebin.xml:
8757         * docs/plugins/inspect/plugin-decodebin2.xml:
8758         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8759         * docs/plugins/inspect/plugin-gdp.xml:
8760         * docs/plugins/inspect/plugin-gnomevfs.xml:
8761         * docs/plugins/inspect/plugin-libvisual.xml:
8762         * docs/plugins/inspect/plugin-ogg.xml:
8763         * docs/plugins/inspect/plugin-pango.xml:
8764         * docs/plugins/inspect/plugin-playbin.xml:
8765         * docs/plugins/inspect/plugin-subparse.xml:
8766         * docs/plugins/inspect/plugin-tcp.xml:
8767         * docs/plugins/inspect/plugin-theora.xml:
8768         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8769         * docs/plugins/inspect/plugin-video4linux.xml:
8770         * docs/plugins/inspect/plugin-videorate.xml:
8771         * docs/plugins/inspect/plugin-videoscale.xml:
8772         * docs/plugins/inspect/plugin-videotestsrc.xml:
8773         * docs/plugins/inspect/plugin-volume.xml:
8774         * docs/plugins/inspect/plugin-vorbis.xml:
8775         * docs/plugins/inspect/plugin-ximagesink.xml:
8776         * docs/plugins/inspect/plugin-xvimagesink.xml:
8777           Update docs with caps info.
8778
8779 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8780
8781         * po/POTFILES.in:
8782           Add more files with translatable strings (#450875).
8783
8784 2007-06-23  Edward Hervey  <edward@fluendo.com>
8785
8786         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8787         The chain should be freed if we error out here, else it will leak.
8788         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8789         (cleanup_decodebin):
8790         Don't forget to *properly* remove the signals, else it will leak.
8791
8792 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8793
8794         * MAINTAINERS:
8795         Updating all the maintainers files
8796
8797 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8798
8799         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8800         (main):
8801           Destroy and recreate parse-launch based pipeline after stop to be able
8802           to play again. Reorder some code and add more comments.
8803
8804 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8805
8806         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8807         When handling a delayed-caps notification case, mark
8808         the group as dynamic so that the nbdynamic count is
8809         incremented and decremented correctly. Fixes: #449156
8810         Patch by: Wim Taymans <wim@fluendo.com>
8811
8812 2007-06-19  Andy Wingo  <wingo@pobox.com>
8813
8814         * gst-libs/gst/audio/gstbaseaudiosink.c
8815         (gst_base_audio_sink_init): Enable pull-mode operation.
8816
8817 2007-06-19  Michael Smith <msmith@fluendo.com>
8818
8819         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8820           Change minimum rate back to 1000 to allow low-sample-rate wav files
8821           to play back.
8822
8823 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8824
8825         * po/vi.po:
8826           Update translations.
8827
8828 2007-06-15  David Schleef  <ds@schleef.org>
8829
8830         * gst/playback/gstqueue2.c:
8831           Fix compile error from ignored return value.
8832
8833 2007-06-15  Michael Smith <msmith@fluendo.com>
8834
8835         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8836           Update tmpbuf for all neccesary rows, not just one, as is required
8837           when downscaling.
8838           Fixes #402076.
8839
8840 2007-06-15  Michael Smith <msmith@fluendo.com>
8841
8842         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8843         (eos_buffer_probe):
8844           Add a test that ensures we set DELTA_UNIT on all non-header,
8845           non-video buffers, if we have a video stream.
8846         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8847         (gst_ogg_mux_process_best_pad):
8848           Move setting delta_pad to earlier, where we inspect all pads, so
8849           that leading audio pages don't get DELTA_UNIT unset if they come
8850           before the first DELTA_UNIT from video pages. Fixes the newly-added
8851           test. Fixes #385527.
8852
8853 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8854
8855         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8856           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8857           fails on the p5-ppc64 build bot and the failure looks like it is due
8858           to the same issue as #348114, ie. a compiler bug.
8859
8860 2007-06-13  Edward Hervey  <edward@fluendo.com>
8861
8862         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8863         Fix build on MacOSX.
8864
8865 2007-06-13  Wim Taymans  <wim@fluendo.com>
8866
8867         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8868         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8869         Fix compilation on mingw. Fixes #446972.
8870
8871 2007-06-12  Wim Taymans  <wim@fluendo.com>
8872
8873         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8874
8875         * gst/playback/gstqueue2.c: (update_buffering),
8876         (gst_queue_locked_enqueue):
8877         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8878         also update the buffering status when receiving events. Fixes #446551.
8879
8880 2007-06-11  Wim Taymans  <wim@fluendo.com>
8881
8882         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8883
8884         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8885         (gst_queue_handle_src_query):
8886         Wait for preroll before attempting to forward a duration query upstream.
8887         Fixes #445505.
8888
8889 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8890
8891         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8892         (gst_base_rtp_depayload_set_gst_timestamp):
8893         Use G_GINT64_CONSTANT macro for int64 constant.
8894         * win32/common/libgstinterfaces.def:
8895         * win32/common/libgsttag.def:
8896         Add new exported functions.
8897
8898 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8899
8900         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8901           The BOS page of the first Dirac video stream needs to come before
8902           the BOS page of any Vorbis streams or other audio streams, just like
8903           it is with Theora.
8904
8905 2007-06-07  Wim Taymans  <wim@fluendo.com>
8906
8907         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8908         Fix compilation.
8909
8910 2007-06-06  Wim Taymans  <wim@fluendo.com>
8911
8912         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8913
8914         * gst/playback/gstqueue2.c: (gst_queue_init),
8915         (gst_queue_handle_sink_event), (gst_queue_chain),
8916         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8917         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8918         (gst_queue_src_activate_pull):
8919         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8920         Does not yet completely work because duration queries upstream won't
8921         block yet.
8922
8923 2007-06-06  Wim Taymans  <wim@fluendo.com>
8924
8925         * configure.ac:
8926         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8927         Some more fseeko checks.
8928
8929 2007-06-06  Wim Taymans  <wim@fluendo.com>
8930
8931         * configure.ac:
8932         check for large file support.
8933
8934 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8935
8936         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8937
8938         * gst/subparse/gstsubparse.c: (parse_subrip),
8939         (subviewer_unescape_newlines), (parse_subviewer),
8940         (gst_sub_parse_data_format_autodetect),
8941         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8942         * gst/subparse/gstsubparse.h:
8943         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8944         * tests/check/elements/subparse.c: (GST_START_TEST),
8945         (subparse_suite):
8946         Add a unit test for both SubViewer formats.
8947
8948 2007-06-01  Michael Smith <msmith@fluendo.com>
8949
8950         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8951           Don't overflow intermediate values when seeking to large time values
8952           in audiotestsrc.
8953
8954 2007-06-05  Wim Taymans  <wim@fluendo.com>
8955
8956         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8957         (gst_queue_create_read), (gst_queue_read_item_from_file),
8958         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8959         Include stdio to define fseeko.
8960
8961 2007-06-05  Wim Taymans  <wim@fluendo.com>
8962
8963         Patch by: Edward Hervey  <edward@fluendo.com>
8964
8965         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8966         (gst_v4lsrc_query):
8967         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8968
8969 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8970
8971         * gst-libs/gst/riff/Makefile.am:
8972         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8973           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8974           our own implementation.
8975
8976 2007-06-05  Wim Taymans  <wim@fluendo.com>
8977
8978         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8979         (gst_base_rtp_depayload_setcaps),
8980         (gst_base_rtp_depayload_set_gst_timestamp),
8981         (gst_base_rtp_depayload_change_state):
8982         Handle timestamp wraparound.
8983
8984 2007-06-05  Wim Taymans  <wim@fluendo.com>
8985
8986         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8987         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8988         (gst_uri_decode_bin_change_state):
8989         Make sure we name srcpads uniquely even when using different internal
8990         decodebins.
8991         Signal no-more-pads when no more dynamic elements exist.
8992         Remove pads on cleanup.
8993
8994 2007-06-05  Wim Taymans  <wim@fluendo.com>
8995
8996         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8997
8998         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8999         (gst_queue_init), (gst_queue_finalize),
9000         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
9001         (gst_queue_create_read), (gst_queue_read_item_from_file),
9002         (gst_queue_open_temp_location_file),
9003         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
9004         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9005         (gst_queue_is_empty), (gst_queue_is_filled),
9006         (gst_queue_change_state), (gst_queue_set_temp_location),
9007         (gst_queue_set_property):
9008         Add support for filebased buffering. Fixes #441264.
9009
9010 2007-06-05  Wim Taymans  <wim@fluendo.com>
9011
9012         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
9013         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
9014         (caps_notify_group_cb), (gst_decode_group_new),
9015         (gst_decode_group_free):
9016         Add support for delayed caps fixation when autoplugging.
9017         Optimize cases where a multiqueue is not needed/wanted, like right after
9018         anything that is not a demuxer.
9019
9020 2007-06-05  Wim Taymans  <wim@fluendo.com>
9021
9022         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
9023         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
9024         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
9025         consideratly speedup ogg chain detection by not trying to find a base
9026         timestamp for skeleton streams. 
9027
9028 2007-06-05  Wim Taymans  <wim@fluendo.com>
9029
9030         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
9031         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
9032         (gst_multi_fd_sink_remove_flush),
9033         (gst_multi_fd_sink_remove_client_link),
9034         (gst_multi_fd_sink_handle_client_write),
9035         (gst_multi_fd_sink_handle_clients):
9036         * gst/tcp/gstmultifdsink.h:
9037         Add support for remove_flush.
9038
9039 2007-06-05  Wim Taymans  <wim@fluendo.com>
9040
9041         * docs/design/draft-keyframe-force.txt:
9042         * ext/theora/theoraenc.c: (theora_enc_sink_event),
9043         (theora_enc_chain):
9044         Add draft design for forcing keyframes in encoders and implement in
9045         theoraenc.
9046
9047 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
9048
9049         * configure.ac:
9050           Back to CVS
9051
9052 === release 0.10.13 ===
9053
9054 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
9055
9056         * configure.ac:
9057           releasing 0.10.13, "What's Going on?"
9058
9059 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
9060
9061         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9062         In riff, the depth is stored in the size field but it just means that
9063         the least significant bits are cleared. We can therefore just play
9064         the sample as if it had a depth == width. Fixes: #440997
9065
9066         Patch by: Wim Taymans <wim@fluendo.com> 
9067         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
9068
9069 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
9070
9071         * gst-libs/gst/floatcast/floatcast.h:
9072         Define inline when needed on win32 builds. Fixes: #441295
9073         Patch by: Sebastien Moutte  <sebastien@moutte.net>
9074
9075 2007-05-29  Wim Taymans  <wim@fluendo.com>
9076
9077         * gst/playback/gstplaybasebin.c: (queue_overrun),
9078         (no_more_pads_full):
9079         Stop buffering when the group is commited because the queues filled up.
9080         Fixes #442024.
9081
9082 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9083
9084         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
9085         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
9086         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9087         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9088         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9089         * ext/alsa/gstalsamixer.h:
9090         * ext/alsa/gstalsamixerelement.c:
9091         (gst_alsa_mixer_element_interface_supported),
9092         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9093         (gst_alsa_mixer_element_set_property),
9094         (gst_alsa_mixer_element_get_property),
9095         (gst_alsa_mixer_element_change_state):
9096         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
9097         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
9098         (gst_mixer_option_changed):
9099         * gst-libs/gst/interfaces/mixer.h:
9100         Revert commits towards #152864 made so far. We'll pick it up again
9101         after the 0.10.13 release.
9102
9103 2007-05-24  Wim Taymans  <wim@fluendo.com>
9104
9105         * gst-libs/gst/audio/gstbaseaudiosink.c:
9106         (gst_base_audio_sink_render):
9107         After an interrupt (PAUSED/flush) assume that the next sample should not
9108         be aligned to the previous sample. Fixes #417992.
9109
9110 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9111
9112         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9113           Don't add channels and rate fields to the template caps for
9114           audio/x-dts, as wavparse might not always be able to set them,
9115           which would then lead to 'caps are not a real subset of the
9116           template caps' warnings.
9117
9118 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9119
9120         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
9121         Handle unknown or invalid pads without crashing, as might occur if
9122         a media file like an mp3 is specified as a subtitle file.
9123         Fixes: #410039
9124
9125 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9126
9127         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
9128         (setup_sinks):
9129         Block the subtitle bin output queue before ghosting it and linking,
9130         then unblock after. This avoids spurious not-linked errors caused 
9131         by the queue starting up (because it gets linked when it is ghosted). 
9132         Fixes: #350299
9133
9134 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
9135
9136         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
9137         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
9138         file. Avoids flukes where the input gets typefound to some valid but
9139         useless type.
9140
9141 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9142
9143         * tests/check/Makefile.am:
9144         * tests/check/elements/.cvsignore:
9145         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
9146         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
9147           Add unit test for gnomevfssink seeking and position reporting for
9148           file:// URIs.
9149
9150 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9151
9152         Patch by: Mark Nauwelaerts <manauw at skynet be>
9153
9154         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
9155         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
9156         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
9157         * ext/gnomevfs/gstgnomevfssink.h:
9158           Fix position reporting, especially after a seek (from upstream),
9159           see #412648.
9160
9161 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9162
9163         * ext/cdparanoia/gstcdparanoiasrc.c:
9164           Repair umlaut.
9165
9166 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
9167
9168         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9169         Specify the full valid range for MP3 samplerates. Fixes a regression
9170         caused by extra header checks since the last release.
9171
9172 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
9173
9174         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9176         Fix a locking-order bug I introduced with my changes the other day.
9177         Patch by Mike Smith.
9178
9179 2007-05-21  Michael Smith <msmith@fluendo.com>
9180
9181         * ext/theora/theoradec.c: (theora_handle_data_packet):
9182           Don't look inside 0-length packets (which indicate duplicated
9183           frames)
9184
9185 2007-05-21  Wim Taymans  <wim@fluendo.com>
9186
9187         * ext/cdparanoia/gstcdparanoiasrc.c:
9188         (gst_cd_paranoia_src_read_sector):
9189         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9190         (gst_base_audio_src_create):
9191         Small cleanups.
9192
9193         * ext/theora/theoradec.c: (theora_dec_sink_event):
9194         Fix typo.
9195
9196         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9197         (gst_base_rtp_depayload_set_gst_timestamp):
9198         Add some FIXME
9199
9200         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
9201         And some debug info when a FIXME path is hit.
9202
9203 2007-05-21  Wim Taymans  <wim@fluendo.com>
9204
9205         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9206         (gst_base_rtp_audio_payload_class_init),
9207         (gst_base_rtp_audio_payload_init),
9208         (gst_base_rtp_audio_payload_finalize),
9209         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9210         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9211         (gst_base_rtp_payload_audio_handle_event):
9212         Some cleanups, remove minptime property as it is now in the parent
9213         class.
9214         Override parent class event function.
9215
9216         * gst-libs/gst/rtp/gstbasertppayload.c:
9217         (gst_basertppayload_class_init), (gst_basertppayload_init),
9218         (gst_basertppayload_event), (gst_basertppayload_set_property),
9219         (gst_basertppayload_get_property):
9220         * gst-libs/gst/rtp/gstbasertppayload.h:
9221         Add min-ptime property.
9222         Add handle-event vmethod. Fixes #415001.
9223
9224 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9225
9226         * gst-libs/gst/audio/gstbaseaudiosink.c
9227           (gst_base_audio_sink_change_state):
9228           Fix typo in comment.
9229
9230         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9231           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9232           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9233           close_link):
9234         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9235           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9236           Remove trailing whitespaces in comments.
9237
9238         * gst/volume/Makefile.am:
9239           Fix tabs.
9240
9241 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9242
9243         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9244
9245         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9246           set_option, get_option, _gst_reserved):
9247           Revert reordering functions (keep ABI).
9248
9249 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
9250
9251         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9252         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9253         (gst_ximagesink_show_frame):
9254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9255         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9256         (gst_xvimagesink_show_frame):
9257         When we create our own window, indicate that we handle the 
9258         WM_DELETE client message from the window manager, so that it won't 
9259         kill our window (and our app) along with it. Handle ClientMessage,
9260         post an error on the bus, and close the window. Further buffers
9261         arriving will result in a FlowError because the window has been
9262         destroyed.
9263
9264         Fixes: #393975
9265
9266         Clean up the X event handling loop and make them the same for
9267         both xvimagesink and ximagesink while I'm at it.
9268
9269 2007-05-17  Wim Taymans  <wim@fluendo.com>
9270
9271         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9272         Make decodebin2 autoplug depayloaders too.
9273
9274         * gst/playback/gsturidecodebin.c: (source_new_pad):
9275         Set the newly created decoder in a usable state when autoplugging a
9276         dynamic source such as RTSP.
9277
9278 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9279
9280         * gst/playback/gststreaminfo.c: (cb_probe):
9281           Ignore video-codec tag for audio streams and ignore audio-codec tags
9282           for video streams. Should make codec name collection a bit more
9283           robust against sloppy demuxers that send tag events containing both
9284           tags down each pad.
9285
9286 2007-05-17  Wim Taymans  <wim@fluendo.com>
9287
9288         * gst/playback/gstqueue2.c: (update_rates):
9289         Tweak the buffering thresholds a little.
9290         Update the buffer size with the previously calculate rate instead of
9291         only when we calculate a new rate so that we get smoother buffering
9292         updates.
9293
9294         * gst/playback/Makefile.am:
9295         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9296         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9297         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9298         (gst_uri_decode_bin_get_property), (unknown_type),
9299         (add_element_stream), (no_more_pads_full), (no_more_pads),
9300         (source_no_more_pads), (new_decoded_pad), (array_has_value),
9301         (gen_source_element), (has_all_raw_caps), (analyse_source),
9302         (remove_decoders), (make_decoder), (remove_source),
9303         (source_new_pad), (setup_source), (decoder_query_init),
9304         (decoder_query_duration_fold), (decoder_query_duration_done),
9305         (decoder_query_position_fold), (decoder_query_position_done),
9306         (decoder_query_latency_fold), (decoder_query_latency_done),
9307         (decoder_query_seeking_fold), (decoder_query_seeking_done),
9308         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9309         (gst_uri_decode_bin_change_state), (plugin_init):
9310         New element that intergrates a source, optional buffering element and
9311         decodebin.
9312
9313 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9314
9315         * configure.ac:
9316           Bump libtheora requirement to 1.0alpha5 for the pixformat check
9317           (also has a .pc file, so we don't need the fallback check any
9318           longer). Fixes #438840.
9319
9320 2007-05-17  Wim Taymans  <wim@fluendo.com>
9321
9322         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9323         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9324         (apply_segment), (apply_buffer), (update_buffering),
9325         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9326         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9327         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9328         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9329         (plugin_init):
9330         fix build.
9331
9332 2007-05-17  Wim Taymans  <wim@fluendo.com>
9333
9334         * gst/playback/Makefile.am:
9335         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9336         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9337         (gst_queue_getcaps), (gst_queue_bufferalloc),
9338         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9339         (apply_buffer), (update_buffering), (reset_rate_timer),
9340         (update_rates), (gst_queue_locked_flush),
9341         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9342         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9343         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9344         (gst_queue_loop), (gst_queue_handle_src_event),
9345         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9346         (gst_queue_src_activate_push), (gst_queue_change_state),
9347         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9348         On our way to playbin2 this is the new network queue that does buffering
9349         all by itself using high and low watermarks. It can also measure up and
9350         downstream bandwidth to optimally size the queue.
9351
9352 2007-05-17  Michael Smith <msmith@fluendo.com>
9353
9354         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9355         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9356           Use the segment->last_stop value to calculate the next timestamp to
9357           generate after a seek; not the segment->start value.
9358
9359 2007-05-15  David Schleef  <ds@schleef.org>
9360
9361         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9362           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9363
9364 2007-05-15  Wim Taymans  <wim@fluendo.com>
9365
9366         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9367         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9368         Some more chained streaming ogg timestamp fixes.
9369
9370 2007-05-15  Wim Taymans  <wim@fluendo.com>
9371
9372         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9373         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9374         (gst_ogg_demux_handle_page):
9375         Add some FIXMEs.
9376         Fix chain start/stop segment handling based on patch by
9377         <ahalda at cs dot mcgill dot ca> see #320984.
9378
9379 2007-05-15  Michael Smith <msmith@fluendo.com>
9380
9381         * configure.ac:
9382           We don't require a C++ compiler. So don't require one.
9383
9384 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9385
9386         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9387           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9388           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9389           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9390           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9391           gst_alsa_mixer_update_track):
9392           Apply some of the cleanup Tim suggested in #152864 afterwards.
9393
9394 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9395
9396         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9397
9398         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9399           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9400           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9401           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9402           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9403           gst_alsa_mixer_handle_source_callback,
9404           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9405           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9406           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9407           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9408           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9409           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9410         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9411         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9412           gst_alsa_mixer_element_interface_supported,
9413           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9414           gst_alsa_mixer_element_set_property,
9415           gst_alsa_mixer_element_get_property,
9416           gst_alsa_mixer_element_change_state):
9417         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9418         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9419           gst_mixer_option_changed):
9420         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9421           volume_changed, option_changed, _gst_reserved):
9422           Implement notification for alsamixer. Fixes #152864
9423
9424 2007-05-14  David Schleef  <ds@schleef.org>
9425
9426         * gst/videotestsrc/videotestsrc.c:
9427         * gst/videotestsrc/videotestsrc.h:
9428           Add support for video/x-raw-bayer.
9429
9430 2007-05-12  David Schleef  <ds@schleef.org>
9431
9432         * sys/xvimage/xvimagesink.c:
9433           Add some sanity checking for the XVImage size returned by X.
9434           Related to #377400.
9435
9436 2007-05-12  Wim Taymans  <wim@fluendo.com>
9437
9438         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9439         (gst_base_rtp_depayload_setcaps),
9440         (gst_base_rtp_depayload_set_gst_timestamp):
9441         Parse and use additional caps fields as described in updated
9442         application/x-rtp caps spec.
9443
9444 2007-05-12  Wim Taymans  <wim@fluendo.com>
9445
9446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9447         (gst_ogg_demux_collect_chain_info):
9448         If there is a stream in a chain without any data packets, ignore the
9449         stream in the total length calculations. Might be related to #436820.
9450
9451 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9452
9453         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9454         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9455         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9456         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9457         (plugin_init):
9458
9459         Consolidate and re-work our mpeg system stream detection to probe
9460         more packets and produce a higher confidence result. Fixes a
9461         regression caused by lowering the typefind probability last year
9462         - related to bug #397810. Remove the redundant MPEG-1 specific 
9463         typefind function, as the new one detects both MPEG-1 & MPEG-2
9464         happily.
9465
9466         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9467         little. 
9468
9469         Tested against my media test directory, with some improvements and
9470         no regressions.
9471
9472 2007-05-10  Wim Taymans  <wim@fluendo.com>
9473
9474         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9475         (queue_out_of_data):
9476         Connect to the new queue "pushing" signal instead of the broken
9477         "running" one.
9478
9479 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9480
9481         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9482         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9483         Move variable declaration before the first instruction.
9484         * gst/videotestsrc/videotestsrc.c:
9485         Define M_PI if it's not defined yet.
9486         * win32/common/libgstrtp.def:
9487         Add new exported functions.
9488
9489 2007-05-09  Michael Smith <msmith@fluendo.com>
9490
9491         * ext/theora/theoradec.c: (theora_handle_type_packet):
9492           gst_pad_push_event() does not return a GstFlowReturn!
9493
9494 2007-05-09  Wim Taymans  <wim@fluendo.com>
9495
9496         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9497         * tests/examples/seek/seek.c: (do_seek):
9498         Some small cosmetic changes.
9499
9500 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9501
9502         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9503           gst_adder_change_state):
9504         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9505           segment_pending, segment_position, segment_rate):
9506           Handle playback-rate on adder.
9507
9508 2007-05-07  Michael Smith <msmith@fluendo.com>
9509
9510         * ext/theora/gsttheoradec.h:
9511         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9512         (theora_dec_sink_event), (theora_handle_comment_packet),
9513         (theora_handle_type_packet), (theora_dec_change_state):
9514           Don't push events (newsegment, tags) before initialising the
9515           decoder.
9516           This is neccesary for seeking to work correctly in gnonlin.
9517
9518 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9519
9520         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9521         * gst/adder/gstadder.c:
9522         * gst/audiotestsrc/gstaudiotestsrc.c
9523           (gst_audio_test_src_create_white_noise):
9524         * gst/videotestsrc/gstvideotestsrc.c:
9525         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9526           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9527           volume_sink_template, volume_src_template, gst_volume_init,
9528           volume_process_double, volume_process_int16,
9529           volume_process_int16_clamp):
9530           Doc fixes and formatting.
9531
9532 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9533
9534         * tests/check/Makefile.am:
9535         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9536           Minimal check for volume's GstController usability; also another
9537           test for #422295.
9538
9539 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9540
9541         * gst-libs/gst/cdda/gstcddabasesrc.c:
9542         (gst_cdda_base_src_add_track):
9543           Fix it so that it (a) makes sense and (b) doesn't break
9544           everything cdda-related including the unit test.
9545
9546 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9547
9548         * gst-libs/gst/cdda/gstcddabasesrc.c:
9549         (gst_cdda_base_src_add_track):
9550           Fix build when disabling asserts.
9551
9552 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9553
9554         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9555           When XShm is not available, we might get row strides that are not
9556           rounded up to multiples of four; this is bad, because virtually
9557           every RGB-processing element in GStreamer assumes rowstrides are
9558           rounded up to multiples of four, so let's allocate at least enough
9559           memory to avoid crashes in this case. The image will still be
9560           displayed distorted though if this happens, so that still needs
9561           fixing (maybe by allocating a bigger image with an 'even' width
9562           and then clipping it appropriately when rendering - something for
9563           Xlib aficionados in any case).
9564
9565 2007-05-03  Michael Smith <msmith@fluendo.com>
9566
9567         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9568           If a buffer doesn't have a timestamp, assume it's contiguous with
9569           the previous buffer, and synthesise timestamps appropriately.
9570
9571 2007-05-03  Edward Hervey  <edward@fluendo.com>
9572
9573         * tests/check/elements/videorate.c: (GST_START_TEST):
9574         Set buffer timestamp to a valid value in order to test the buffer
9575         really does stay in videorate.
9576
9577 2007-05-03  Edward Hervey  <edward@fluendo.com>
9578
9579         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9580         There is no sensible way to handle incoming buffers which don't have a
9581         valid timestamp. We therefore discard them and wait for the next one.
9582
9583 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9584
9585         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9586         * gst/playback/gstdecodebin2.c: (plugin_init):
9587           Better error message for text files.
9588
9589 2007-04-29  Wim Taymans  <wim@fluendo.com>
9590
9591         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9592         Fix offset bug in generation RR packets.
9593
9594 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9595
9596         * ext/theora/theoradec.c: (_theora_granule_time),
9597         (theora_dec_push_forward), (theora_handle_data_packet),
9598         (theora_dec_decode_buffer): Calculate buffer duration correctly
9599         to generate a perfect stream (#433888).
9600         * gst/audioresample/gstaudioresample.c:
9601         (audioresample_check_discont): Glib provides ABS.
9602
9603 2007-04-27  Wim Taymans  <wim@fluendo.com>
9604
9605         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9606         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9607         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9608         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9609         (gst_rtcp_packet_bye_set_reason):
9610         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9611         Fix RB block parsing and writing.
9612         Add support for constructing BYE packets.
9613
9614 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9615
9616         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9617         (gst_base_audio_src_create):
9618         * po/POTFILES.in:
9619           When posting a warning message because samples were dropped, post
9620           something more intelligible than he default error message for clock
9621           errors which is just confusing in this context (#432984).
9622
9623 2007-04-25  Wim Taymans  <wim@fluendo.com>
9624
9625         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9626         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9627         (read_packet_header), (gst_rtcp_packet_move_to_next),
9628         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9629         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9630         (gst_rtcp_packet_sdes_get_item_count),
9631         (gst_rtcp_packet_sdes_first_item),
9632         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9633         (gst_rtcp_packet_sdes_first_entry),
9634         (gst_rtcp_packet_sdes_next_entry),
9635         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9636         (gst_rtcp_packet_sdes_add_entry):
9637         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9638         Implement code to write SR, RR and SDES packets.
9639
9640 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9641
9642         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9643
9644         * sys/ximage/ximagesink.c:
9645           Fix build if XShm is not available (#432362).
9646
9647 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9648
9649         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9650         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9651         pointers to random memory which are passed to g_free() when
9652         audio_convert_prepare_context() is called the first time.
9653
9654 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9655
9656         Patch by: Dan Williams <dcbw redhat com>
9657
9658         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9659           Don't leak incoming buffer if gst_pad_push() returns a
9660           non-OK flow. Fixes #432755.
9661          
9662         * tests/check/elements/videorate.c: (GST_START_TEST),
9663         (videorate_suite):
9664           Unit test for the above by Yours Truly.
9665
9666 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9667
9668         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9669         (gst_adder_sink_event), (gst_adder_collected):
9670           Fix non-flushing segmented seeks, Fixes #340060 for me
9671
9672 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9673
9674         Patch by: Olivier Crete  <tester at tester ca>
9675
9676         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9677         (gst_base_rtp_audio_payload_class_init),
9678         (gst_base_rtp_audio_payload_init),
9679         (gst_base_rtp_audio_payload_dispose):
9680           Chain up to parent class in dispose function; get rid of
9681           unnecessary 'diposed' flag in private structure (#415001).
9682
9683 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9684
9685         * docs/libs/gst-plugins-base-libs.types:
9686         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9687         (gst_base_rtp_audio_payload_class_init):
9688         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9689         * gst-libs/gst/rtp/gstbasertppayload.c:
9690           Some minor docs fixes and additions; also add missing 'Since' bits.
9691
9692 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9693
9694         Patch by: Zeeshan Ali  <zeenix gmail com>
9695
9696         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9697         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9698         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9699         (gst_base_rtp_audio_payload_push):
9700         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9701           The recently-added gst_base_rtp_audio_payload_push() should take an
9702           object of type GstBaseRTPAudioPayload as first argument (#431672).
9703
9704 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9705
9706         * gst/audioresample/gstaudioresample.c:
9707           Make more functions static, just because we can.
9708
9709 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9710
9711         * tests/check/elements/audioresample.c:
9712           Add unit test for audioresample shutdown crasher (#420106).
9713
9714 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9715
9716         * gst/subparse/gstsubparse.c:
9717         * gst/subparse/samiparse.c:
9718           Use GST_DISABLE_XML here
9719
9720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9721         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9722         (gst_xvimagesink_buffer_alloc),
9723         (gst_xvimagesink_navigation_send_event):
9724         * sys/xvimage/xvimagesink.h:
9725           Include stdlib.h when using atoi.
9726           
9727         * tests/check/elements/playbin.c: (playbin_suite):
9728           Use GST_DISABLE_REGISTRY here
9729
9730 2007-04-19  Michael Smith  <msmith@fluendo.com>
9731
9732         * ext/theora/gsttheoraenc.h:
9733         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9734         (theora_enc_sink_event), (theora_enc_change_state):
9735           Track initialisation state; don't try to use encoder state if we're
9736           not initialised (it'll segfault).
9737
9738 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9739
9740         * tests/check/pipelines/.cvsignore:
9741         Fix build.
9742
9743 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9744
9745         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9746         Allow random depths between 1 and 32 instead of only multiplies of 8.
9747
9748 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9749
9750         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9751         Set the maximum number of channels for PCM and float in the correct
9752         place to have it also used when creating the template caps.
9753
9754 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9755
9756         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9757         Correctly support 4, 6 and 8 channels with normal PCM and float
9758         wav files.
9759
9760         Fix the depth and signedness calculation in extensible wav files and
9761         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9762         mask is found.
9763
9764         Add support for float, alaw and mulaw in extensible wav files.
9765
9766         This allows correct playback of all but 5 files from
9767         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9768         
9769         (gst_riff_create_audio_template_caps):
9770         Add voxware and float formats to the template caps.     
9771
9772 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9773
9774         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9775
9776         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9777         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9778
9779         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9780         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9781         Use the correct format strings for integer formats.
9782
9783 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9784
9785         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9786           Don't use pad_alloc_buffer_and_set_caps to create a small header
9787           packet, or, worse, to create a big temporary video buffer using the
9788           src pad.
9789
9790 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9791
9792         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9793         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9794           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9795           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9796
9797 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9798
9799         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9800           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9801           streamheader_suite):
9802           Add another test set up for failure
9803
9804 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9805
9806         * tests/check/Makefile.am:
9807         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9808           GST_START_TEST, streamheader_suite, main):
9809           Add a test for the streamheader bug Wim fixed.
9810
9811 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9812
9813         * ext/theora/theoradec.c: (theora_dec_sink_event):
9814         Fix misleading comment.
9815
9816 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9817
9818         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9819           More sanity checks for the header fields.
9820
9821 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9822
9823         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9824           Try encodings from all environment variables, not just those in the
9825           first environment variable that is set.
9826
9827 2007-04-12  Wim Taymans  <wim@fluendo.com>
9828
9829         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9830         (gst_video_rate_chain):
9831         Add some debug.
9832
9833         * tests/check/elements/videorate.c: (GST_START_TEST),
9834         (videorate_suite):
9835         Added check for videorate changing caps handling. Closes #421834.
9836
9837 2007-04-12  Michael Smith  <msmith@fluendo.com>
9838
9839         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9840           Use scale functions to avoid overflow when calculating duration of 
9841           vorbis buffers.
9842
9843 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9844
9845         * docs/libs/gst-plugins-base-libs-sections.txt:
9846         * gst-libs/gst/tag/tag.h:
9847         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9848           API: add gst_tag_freeform_string_to_utf8() (#405072).
9849
9850         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9851           Use gst_tag_freeform_string_to_utf8() here.
9852
9853 2007-04-12  Wim Taymans  <wim@fluendo.com>
9854
9855         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9856         (gst_gdp_pay_sink_event):
9857         Make sure we set the IN_CAPS flag correctly.
9858
9859         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9860         Get the IN_CAPS flag before we call functions that mess with the flags.
9861
9862 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9863
9864         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9865           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9866           Only stamp buffers with offset/offset_end right before they get
9867           pushed.  This ensures offset continuity, which was not the case
9868           before as shown by
9869           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9870
9871 2007-04-06  Wim Taymans  <wim@fluendo.com>
9872
9873         * gst/playback/gstplaybin.c: (add_sink),
9874         (gst_play_bin_change_state):
9875         Activate sync in playbin, we are ready to handle it for live streams.
9876
9877 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9878
9879         * tests/check/elements/playbin.c:
9880         (test_sink_usage_video_only_stream), (playbin_suite):
9881           Add small test for stream-info-value-array code paths.
9882
9883 2007-04-05  Wim Taymans  <wim@fluendo.com>
9884
9885         * gst-libs/gst/audio/gstbaseaudiosink.c:
9886         (gst_base_audio_sink_skew_slaving):
9887         Don't try to create invalid calibration parameters by making the
9888         internal time go backwards, instead make external time go forward.
9889
9890 2007-04-05  Wim Taymans  <wim@fluendo.com>
9891
9892         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9893
9894         * gst/playback/gstplaybasebin.c: (add_stream):
9895         Fix leak in add_stream(), when g_value_set_object() increases the
9896         refcount of streaminfo object. Fixes #426250.
9897
9898 2007-04-03  David Schleef  <ds@schleef.org>
9899
9900         * gst/videotestsrc/gstvideotestsrc.c:
9901         * gst/videotestsrc/gstvideotestsrc.h:
9902         * gst/videotestsrc/videotestsrc.c:
9903         * gst/videotestsrc/videotestsrc.h:
9904           Add a test pattern called "circular", which has concentric
9905           rings with varying radial frequency.  The main purpose of this
9906           pattern is to test fidelity loss in a filter or scaler element.
9907           Notably, this pattern is scale invariant, and is optimally viewed
9908           with a width (and height) of 400.
9909
9910 2007-04-03  Wim Taymans  <wim@fluendo.com>
9911
9912         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9913
9914         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9915         (deactivate_free_recursive):
9916         Decodebin2 doesn't unref pads it obtains in some occasions:
9917         - multiqueue src pads, when either connecting further or exposing
9918         - sink pads of new autoplugged elements
9919         - peer pads when recursively freeing elements
9920         Fixes #425455.
9921
9922 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9923
9924         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9925         Add audio/x-raw-float support, now that audioconvert support
9926         non-native endianness floats.
9927
9928 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9929
9930         * docs/libs/gst-plugins-base-libs-docs.sgml:
9931           gstreamer-plugins-base.pc doesn't exist, it's
9932           gstreamer-plugins-base-0.10.pc.
9933
9934 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9935
9936         Patch by: René Stadler <mail at renestadler dot de>
9937         with some minor changes
9938
9939         * gst-libs/gst/floatcast/floatcast.h:
9940         Use more efficient float endianness conversion functions that don't
9941         involve 2 function calls per value.
9942         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9943         (check_default), (audio_convert_prepare_context):
9944         * gst/audioconvert/gstaudioconvert.c:
9945         (gst_audio_convert_parse_caps), (make_lossless_changes):
9946         Support non-native endianness floats as input and output.
9947         Fixes #339838.
9948         * tests/check/elements/audioconvert.c: (verify_convert),
9949         (GST_START_TEST):
9950         Add unit tests for the non-native endianness float conversions.
9951
9952 2007-03-29  Wim Taymans  <wim@fluendo.com>
9953
9954         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9955         (gst_base_rtp_depayload_base_init),
9956         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9957         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9958         (gst_base_rtp_depayload_set_gst_timestamp),
9959         (gst_base_rtp_depayload_change_state),
9960         (gst_base_rtp_depayload_set_property),
9961         (gst_base_rtp_depayload_get_property):
9962         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9963         Add Private structure.
9964         Bring element code to 2007.
9965         Parse clock-base caps param and use it when generating the
9966         newsegment.
9967         Reset variables before going to PAUSED.
9968         Fix some docs.
9969
9970 2007-03-29  Wim Taymans  <wim@fluendo.com>
9971
9972         * docs/libs/gst-plugins-base-libs-docs.sgml:
9973         * docs/libs/gst-plugins-base-libs-sections.txt:
9974         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9975         (gst_base_rtp_audio_payload_get_adapter):
9976         Add RTCP docs.
9977         Fix some more docs.
9978
9979         * gst-libs/gst/rtp/Makefile.am:
9980         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9981         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9982         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9983         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9984         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9985         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9986         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9987         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9988         (gst_rtcp_packet_sr_get_sender_info),
9989         (gst_rtcp_packet_sr_set_sender_info),
9990         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9991         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9992         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9993         (gst_rtcp_packet_sdes_get_chunk_count),
9994         (gst_rtcp_packet_sdes_first_chunk),
9995         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9996         (gst_rtcp_packet_sdes_first_item),
9997         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9998         (gst_rtcp_packet_bye_get_ssrc_count),
9999         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
10000         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
10001         (gst_rtcp_packet_bye_get_reason_len),
10002         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
10003         * gst-libs/gst/rtp/gstrtcpbuffer.h:
10004         Add new helper object for parsing and creating RTCP messages.
10005
10006 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10007
10008         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10009         PCM samples with width=8 must be always unsigned, no matter what
10010         depth they have.
10011
10012 2007-03-29  Andy Wingo  <wingo@pobox.com>
10013
10014         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
10015         perfect offsets also, not just timestamps.
10016
10017         * tests/check/elements/videorate.c (test_more): Test that given
10018         any incoming offsets, that videorate produces perfect offsets.
10019
10020 2007-03-29  Wim Taymans  <wim@fluendo.com>
10021
10022         * gst-libs/gst/riff/riff-ids.h:
10023         Add some more RIFF formats.
10024
10025 2007-03-29  Wim Taymans  <wim@fluendo.com>
10026
10027         * gst-libs/gst/rtp/gstrtpbuffer.c:
10028         (gst_rtp_buffer_default_clock_rate):
10029         * gst-libs/gst/rtp/gstrtpbuffer.h:
10030         Fix fixed payload names and docs.
10031         Added method to get the default clock rates of fixed payload types.
10032         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
10033
10034 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10035
10036         * tests/check/pipelines/.cvsignore:
10037         Add new vorbisdec test to cvsignore.
10038
10039 2007-03-28  Wim Taymans  <wim@fluendo.com>
10040
10041         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
10042         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10043         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
10044         (gst_base_audio_sink_set_property),
10045         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
10046         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
10047         (gst_base_audio_sink_skew_slaving),
10048         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
10049         (gst_base_audio_sink_async_play):
10050         * gst-libs/gst/audio/gstbaseaudiosink.h:
10051         Store private stuff in GstBaseAudioSinkPrivate.
10052         Add configurable clock slaving modes property.
10053         API:: GstBaseAudioSink::slave-method property
10054         Some more latency reporting tweaks.
10055         Added skew based clock slaving correction and make it the default until
10056         the resampling method is more robust.
10057
10058 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
10059
10060         * gst/audioconvert/audioconvert.c:
10061         Add docs to the integer pack functions and implement proper
10062         rounding. Before we had rounding towards negative infinity, i.e.
10063         always the smaller number was taken. Now we use natural rounding,
10064         i.e. rounding to the nearest integer and to the one with the largest
10065         absolute value for X.5. The old rounding introduced some minor
10066         distortions. Fixes #420079
10067         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10068         Fix one unit test that assumed the old rounding and added unit tests
10069         for checking signed/unsigned int16 <-> signed/unsigned int16 with
10070         depth 8, one for signed int16 <-> unsigned int16 and one for the new
10071         rounding from signed int32 to signed/unsigned int16.
10072
10073 2007-03-27  Michael Smith  <msmith@fluendo.com>
10074
10075         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
10076         (gst_audio_convert_transform_caps):
10077           Fix typo in debug line introduced recently, as pointed out on irc.
10078
10079 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10080
10081         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10082         * tests/check/libs/tag.c: (GST_START_TEST):
10083           Make sure we parse floating-point numbers in vorbis comments
10084           correctly with either '.' or ',' as separator, no matter what
10085           the current locale is. Add unit test for this too.
10086
10087 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
10088
10089         Patch by: René Stadler  <mail at renestadler de>
10090
10091         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
10092           When writing out floating-point numbers to vorbis comment tags, always
10093           use the same character as separator no matter what the current locale is
10094           (fixes #423051).
10095
10096         * tests/check/libs/tag.c: (GST_START_TEST):
10097           Add unit tests for replaygain tags in vorbis comments (closes #423055).
10098
10099 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10100
10101         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
10102           vorbis_handle_data_packet):
10103           Correctly set DURATION to generate a timestamp-continuous stream.
10104           One bug left at the end; see
10105           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
10106         * tests/check/Makefile.am:
10107         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
10108           Add a test to check this.  Without the above patch this test fails.
10109
10110 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
10111
10112         * gst-libs/gst/rtp/Makefile.am:
10113         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
10114
10115 2007-03-23  Michael Smith  <msmith@fluendo.com>
10116
10117         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
10118         (gst_video_rate_reset), (gst_video_rate_chain):
10119           If videorate changes caps, we can no longer use the old buffer
10120           (which may have a different size, incompatible with our caps).
10121           So don't do that; just duplicate the new frame more times.
10122
10123 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
10124
10125         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10126         Remove playbin's override of the set_clock vmethod. It's irrelevant
10127         after Wim's commit on the 19th.
10128
10129 2007-03-22  Wim Taymans  <wim@fluendo.com>
10130
10131         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
10132         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
10133         * ext/gnomevfs/gstgnomevfssrc.h:
10134         Don't cache file sizes. Fixes #341078.
10135
10136 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10137
10138         * gst/playback/gstplaybin.c: (add_sink):
10139           Use GST_PTR_FORMAT to log caps. 
10140
10141 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10142
10143         Patch by: Young-Ho Cha <ganadist at chollian net>
10144
10145         * gst/subparse/samiparse.c: (handle_start_font):
10146           Special-case some more colour names that pango doesn't handle by
10147           default. Fixes #420578.
10148
10149 2007-03-20  Michael Smith  <msmith@fluendo.com>
10150
10151         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
10152           If we get a zero-sized input buffer, don't pass it to libvorbis, as
10153           that marks EOS internally. After that, libvorbis will buffer all
10154           input data, and encode none of it, eventually leading to memory
10155           exhaustion.
10156
10157 2007-03-19  Wim Taymans  <wim@fluendo.com>
10158
10159         * gst/playback/gstdecodebin.c: (remove_fakesink):
10160         Don't post STATE_DIRTY anymore.
10161
10162         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
10163         (gst_play_bin_change_state):
10164         Remove stream_time reset in seek handling, core does that now.
10165         Disable clocking for live pipelines by forcing a NULL clock to the
10166         complete pipeline, core is too smart now for our previous hack.
10167         We can always autoplug in PAUSED now.
10168
10169 2007-03-17  David Schleef  <ds@schleef.org>
10170
10171         * REQUIREMENTS:  Update this file, change the formatting to make
10172         it more consistent, plus more machine readable.
10173
10174 2007-03-16  Michael Smith  <msmith@fluendo.com>
10175
10176         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10177         (strip_width_64), (append_with_other_format):
10178           Previous fix was too simplistic, and broke the tests. Use a better
10179           approach; only strip 64 from widths for integer audio.
10180
10181 2007-03-16  Michael Smith  <msmith@fluendo.com>
10182
10183         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10184         (gst_audio_convert_transform_caps):
10185           We don't support 64 bit integer audio, so don't try to claim we can.
10186           Stops us producing caps don't match our template caps.
10187           Update comments.
10188
10189 2007-03-15  Michael Smith  <msmith@fluendo.com>
10190
10191         * gst/audioresample/gstaudioresample.c:
10192         (audioresample_check_discont), (audioresample_transform):
10193           Don't trigger discontinuities for very small imperfections; a filter
10194           flush will sound bad, and many plugins have rounding errors leading
10195           to these.
10196
10197 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10198
10199         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
10200
10201         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10202         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10203         API: add "min-ptime" property to RTP base audio payloader.
10204         API: add gst_base_rtp_audio_payload_push().
10205         API: add gst_base_rtp_audio_payload_get_adapter().
10206         Fixes #415001
10207         Indentation/whitespace/documentation fixes.
10208
10209 2007-03-14  Julien MOUTTE  <julien@moutte.net>
10210
10211         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10212         (audioresample_transform_size), (audioresample_do_output),
10213         (audioresample_transform), (audioresample_pushthrough): Handle
10214         discontinuous streams.
10215         * gst/audioresample/gstaudioresample.h:
10216         * tests/check/elements/audioresample.c:
10217         (test_discont_stream_instance), (GST_START_TEST),
10218         (audioresample_suite): Add a test for discontinuous streams.
10219         * win32/common/config.h: Updated.
10220
10221 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10222
10223         * po/af.po:
10224         * po/az.po:
10225         * po/cs.po:
10226         * po/en_GB.po:
10227         * po/it.po:
10228         * po/nb.po:
10229         * po/nl.po:
10230         * po/or.po:
10231         * po/sq.po:
10232         * po/sr.po:
10233         * po/sv.po:
10234         * po/uk.po:
10235         * po/vi.po:
10236           Update translations from translation project.
10237
10238 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10239
10240         * gst/audioresample/debug.h:
10241         * gst/audioresample/resample.c: (resample_init):
10242           Since I really am not interested in a debug line for each sample
10243           being processed, move the library's debugging to its own category,
10244           libaudioresample
10245
10246 2007-03-13  Michael Smith  <msmith@fluendo.com>
10247
10248         * ext/theora/theoradec.c: (theora_handle_type_packet):
10249           Since the plugin doesn't support anything other than 4:2:0 right
10250           now, post an error and fail if we get something else. Won't matter
10251           until libtheora supports the other pixel formats, but hopefully
10252           that'll be soon...
10253
10254 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10255
10256         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10257         Use gst_guint64_to_gdouble for conversion.
10258         * win32/MANIFEST:
10259         Add new files to the win32 MANIFEST.
10260         * win32/common/libgstaudio.def:
10261         * win32/common/libgstpbutils.def:
10262         Add new exported functions.
10263         * win32/vs6/gst_plugins_base.dsw:
10264         * win32/vs6/libgstdecodebin.dsp:
10265         * win32/vs6/libgstplaybin.dsp:
10266         Change the link to libgstpbutils.lib.
10267         * win32/vs6/libgstdecodebin2.dsp:
10268         Add a new project for decodebin2.
10269         * win32/vs6/libgstpbutils.dsp:
10270         Add a new project for pbutils.
10271
10272 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10273
10274         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10275           Also accept partial dates with only year and month,
10276           like 1999-12-00 (fixes #410396 even more).
10277
10278         * tests/check/libs/tag.c: (GST_START_TEST):
10279           Add unit test for the above.
10280
10281 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10282
10283         * tests/check/elements/subparse.c: (GST_START_TEST),
10284         (subparse_suite):
10285           Add unit test for MPL2 subtitle format (#413799).
10286
10287 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10288
10289         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10290
10291         * gst/subparse/Makefile.am:
10292         * gst/subparse/gstsubparse.c:
10293         (gst_sub_parse_data_format_autodetect),
10294         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10295         (gst_subparse_type_find):
10296         * gst/subparse/gstsubparse.h:
10297         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10298         * gst/subparse/mpl2parse.h:
10299           Add support for MPL2 subtitle format (#413799).
10300
10301 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10302
10303         * configure.ac:
10304           We require core CVS for the new buffer metadata copy functions.
10305
10306 2007-03-09  Wim Taymans  <wim@fluendo.com>
10307
10308         * gst-libs/gst/tag/gstid3tag.c:
10309         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10310         Fixes #414496.
10311
10312         Patch by: Alex Lancaster <alexl at users sourceforge net>
10313
10314 2007-03-09  Wim Taymans  <wim@fluendo.com>
10315
10316         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10317         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10318         Improve adapter usage and comments.
10319
10320 2007-03-09  Wim Taymans  <wim@fluendo.com>
10321
10322         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10323         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10324         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10325         Use new metadata copy function.
10326
10327         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10328         (gst_ffmpegcsp_transform):
10329         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10330         Basetransform copied the metadata for us.
10331
10332 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10333
10334         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10335         (gst_text_overlay_video_event):
10336           Some more logging. Only accept newsegment events in TIME format and
10337           send a WARNING message if they are not in TIME format.
10338
10339         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10340         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10341         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10342         * gst/subparse/gstsubparse.h:
10343           No need to allocate GstSegment structure dynamically, just put it
10344           into the instance structure; ignore newsegment events in BYTE
10345           format and in particular don't let it overwrite our saved TIME
10346           segment from the last seek.
10347
10348 2007-03-09  Michael Smith  <msmith@fluendo.com>
10349
10350         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10351           Replace AC3 typefinder with one that isn't terrible, and actually
10352           works usefully.
10353
10354 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10355
10356         * gst/audioconvert/gstaudioconvert.c:
10357         (gst_audio_convert_transform):
10358           fix error category and translatable string
10359           
10360
10361 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10362
10363         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10364         * pkgconfig/gstreamer-plugins-base.pc.in:
10365           Fix up utils => pbutils here too.
10366
10367 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10368
10369         * gst/subparse/gstsubparse.c: (handle_buffer):
10370           Break out of loop in chain function as soon as possible if we get
10371           a non-OK flow return.
10372
10373 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10374
10375         * tests/check/elements/alsa.c: (GST_START_TEST):
10376         Unref the mixer if the state change fails too (if the
10377         alsa devices are inaccessible, for example)
10378
10379 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10380
10381         * tests/check/Makefile.am:
10382         Don't test libvisual elements in the states check, because libvisual
10383         seems to leak internally.
10384
10385         Re-enable the alsa and states tests now that there's new suppressions
10386         in gst.supp.
10387
10388         * tests/check/elements/alsa.c: (GST_START_TEST):
10389         Don't leak the alsamixer we instantiated.
10390
10391 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10392
10393         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10394         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10395         (gst_ximagesink_finalize):
10396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10397         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10398         Move some cleanup stuff from the state change handler into a _reset()
10399         function that can be called from _finalize(). This ensures that things
10400         get freed even if (for some reason) the NULL->READY state transition
10401         fails in the parent class.
10402         Even if a parent state change fails, process our downward state change
10403         logic instead of bailing out early.
10404         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10405
10406 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10407
10408         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10409         Extra log line.
10410
10411         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10412         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10413         Use pango_font_description_set_family_static instead of 
10414         pango_font_description_set_family to save a string copy (it was
10415         leaking due to the strdup anyway)
10416
10417         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10418         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10419         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10420         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10421         Chain up in finalize.
10422
10423 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10424
10425         * gst-libs/gst/interfaces/mixertrack.c:
10426         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10427         (gst_mixer_track_set_property):
10428           API: add "untranslated-label" property which should be set by
10429           implementations at construct time (#414645).
10430
10431         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10432         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10433           Set "untranslated-label" when constructing mixer track objects.
10434
10435         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10436           Unit test to check the above.
10437
10438 2007-03-07  Wim Taymans  <wim@fluendo.com>
10439
10440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10441         Fix confusing debug message.
10442
10443 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10444
10445         * gst-plugins-base.doap:
10446         update doap file with new version
10447
10448 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10449
10450         * configure.ac:
10451         Back to CVS
10452
10453 === release 0.10.12 ===
10454
10455 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10456
10457         * configure.ac:
10458           releasing 0.10.12, "Zombie Horde"
10459
10460 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10461
10462         * configure.ac:
10463         Bump version to 0.10.11.4 pre-release
10464
10465 2007-03-06  Wim Taymans  <wim@fluendo.com>
10466
10467         * gst-libs/gst/audio/gstbaseaudiosink.c:
10468         (gst_base_audio_sink_async_play):
10469         Fix regression that made GStreamer skip the first samples of audio.
10470         Fixes #414684.
10471
10472 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10473
10474         * configure.ac:
10475         Bump version to 0.10.11.3 pre-release
10476
10477 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10478
10479         * po/POTFILES.in:
10480           Update paths for the rename from utils to pbutils to fix the build.
10481
10482 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10483
10484         * gst-libs/gst/pbutils/Makefile.am:
10485           Change directory to install headers in from gst/utils to gst/pbutils
10486           as well.
10487
10488 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10489
10490         * configure.ac:
10491         * docs/libs/gst-plugins-base-libs-docs.sgml:
10492         * docs/libs/gst-plugins-base-libs-sections.txt:
10493         * gst-libs/gst/Makefile.am:
10494         * gst-libs/gst/interfaces/mixer.c:
10495         * gst-libs/gst/pbutils/Makefile.am:
10496         * gst-libs/gst/pbutils/descriptions.c:
10497         (gst_pb_utils_get_source_description),
10498         (gst_pb_utils_get_sink_description),
10499         (gst_pb_utils_get_decoder_description),
10500         (gst_pb_utils_get_encoder_description),
10501         (gst_pb_utils_get_element_description),
10502         (gst_pb_utils_add_codec_description_to_tag_list),
10503         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10504         * gst-libs/gst/pbutils/descriptions.h:
10505         * gst-libs/gst/pbutils/install-plugins.c:
10506         * gst-libs/gst/pbutils/install-plugins.h:
10507         * gst-libs/gst/pbutils/missing-plugins.c:
10508         (gst_missing_uri_source_message_new),
10509         (gst_missing_uri_sink_message_new),
10510         (gst_missing_element_message_new),
10511         (gst_missing_decoder_message_new),
10512         (gst_missing_encoder_message_new),
10513         (gst_missing_plugin_message_get_description):
10514         * gst-libs/gst/pbutils/missing-plugins.h:
10515         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10516         * gst-libs/gst/pbutils/pbutils.h:
10517         * gst-libs/gst/utils/Makefile.am:
10518         * gst-libs/gst/utils/base-utils.c:
10519         * gst-libs/gst/utils/base-utils.h:
10520         * gst-libs/gst/utils/descriptions.c:
10521         * gst-libs/gst/utils/descriptions.h:
10522         * gst-libs/gst/utils/install-plugins.c:
10523         * gst-libs/gst/utils/install-plugins.h:
10524         * gst-libs/gst/utils/missing-plugins.c:
10525         * gst-libs/gst/utils/missing-plugins.h:
10526         * gst-plugins-base.spec.in:
10527         * gst/playback/Makefile.am:
10528         * gst/playback/gstdecodebin.c:
10529         * gst/playback/gstdecodebin2.c:
10530         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10531         (gen_source_element):
10532         * gst/playback/gstplaybin.c: (plugin_init):
10533         * tests/check/Makefile.am:
10534         * tests/check/libs/pbutils.c: (GST_START_TEST),
10535         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10536         * tests/check/libs/utils.c:
10537           rename utils to pbutils
10538
10539 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10540
10541         * docs/plugins/Makefile.am:
10542         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10543         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10544         * docs/plugins/inspect/plugin-decodebin2.xml:
10545         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10546         Add documentation for decodebin2 that indicates that the API
10547         is still unstable.
10548
10549 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10550
10551         * configure.ac:
10552         Update to 0.10.11.2 (0.10.12 pre-release)
10553
10554 2007-03-01  Wim Taymans  <wim@fluendo.com>
10555
10556         * gst-libs/gst/audio/gstbaseaudiosink.c:
10557         (gst_base_audio_sink_async_play):
10558         base time is irrelevant here.
10559
10560 2007-03-01  Wim Taymans  <wim@fluendo.com>
10561
10562         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10563         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10564         Improve debugging.
10565
10566         * gst-libs/gst/audio/gstbaseaudiosink.c:
10567         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10568         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10569         Improve latency and clock slaving calculations.
10570         Improve slave clock calibration.
10571
10572         * gst-libs/gst/audio/gstringbuffer.c:
10573         (gst_ring_buffer_commit_full):
10574         When we are asked to render N sample to 0 bytes, return N.
10575
10576 2007-03-01  Wim Taymans  <wim@fluendo.com>
10577
10578         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10579         (gst_alsasink_write), (gst_alsasink_reset):
10580         * ext/alsa/gstalsasink.h:
10581         Remove unused dispose function.
10582         Rename lock to not interfere with alsasrc lock.
10583
10584         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10585         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10586         (gst_alsasrc_read), (gst_alsasrc_reset):
10587         * ext/alsa/gstalsasrc.h:
10588         Implement finalize function.
10589         Use lock to protect alsa access.
10590         Implement _reset.
10591         Fine tune sw params.
10592
10593 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10594
10595         * configure.ac:
10596           Convert to new AG_GST style.
10597
10598 2007-02-28  Wim Taymans  <wim@fluendo.com>
10599
10600         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10601
10602         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10603         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10604         Fix race condition when rapidly switching visualisations in playbin.
10605         Fixes #401029.
10606
10607 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10608
10609         * tests/check/Makefile.am:
10610         Include local stuff before system installed things in LDFLAGS and
10611         CFLAGS.
10612
10613 2007-02-28  Wim Taymans  <wim@fluendo.com>
10614
10615         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10616         Improve debugging.
10617
10618 2007-02-28  Wim Taymans  <wim@fluendo.com>
10619
10620         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10621         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10622         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10623         Fix duration and timestamping, taking latency into account.
10624         Implement latency query.
10625
10626 2007-02-28  Wim Taymans  <wim@fluendo.com>
10627
10628         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10629         (gst_audio_clock_new):
10630         Fix clock name.
10631
10632         * gst-libs/gst/audio/gstbaseaudiosink.c:
10633         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10634         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10635         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10636         (gst_base_audio_src_create):
10637         Improve latency query code.
10638         Use proper clock names.
10639
10640 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10641
10642         * tests/check/generic/states.c: (GST_START_TEST):
10643           Copy the states.c test from core again
10644         * tests/check/Makefile.am:
10645           ignore cdio and cdparanoiasrc
10646
10647 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10648
10649         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10650         (double_hq), (audio_convert_get_func_index), (check_default),
10651         (audio_convert_prepare_context), (audio_convert_convert):
10652           Also make valgrind happy and avoid copying data in some cases.
10653
10654 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10655
10656         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10657         (double_hq), (audio_convert_get_func_index),
10658         (audio_convert_prepare_context), (audio_convert_convert):
10659         * gst/audioconvert/gstaudioconvert.c:
10660         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10661         (gst_audio_convert_transform_caps):
10662         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10663         (audioconvert_suite):
10664           Don't run inplace if that overwrites source data as we go. Add more
10665           tests. Fixes #339837 even more.
10666
10667 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10668
10669         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10670         (msg_segment_done): Fix various seeking bugs (Slider was not
10671         updating when doing a non flushing seek, Reverse playback 
10672         on segment seek was wrong).
10673
10674 2007-02-26  Wim Taymans  <wim@fluendo.com>
10675
10676         * tests/examples/seek/seek.c: (stop_seek):
10677         When we stop scrubbing, don't leave the pipeline PLAYING when we
10678         requested a PAUSED state.
10679
10680 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10681
10682         Patch by: René Stadler <mail at renestadler de>
10683
10684         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10685           Parse date strings in vorbis comments that have an invalid (zero)
10686           month or day (#410396).
10687
10688         * tests/check/libs/tag.c: (GST_START_TEST):
10689           Test case for the above.
10690
10691 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10692
10693         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10694
10695         * configure.ac:
10696         * ext/alsa/Makefile.am:
10697         * gst/audiotestsrc/Makefile.am:
10698           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10699
10700 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10701
10702         * gst/playback/gstplaybin.c:
10703           Improve docs: point out that the application needs to assist playbin
10704           with buffering.
10705
10706 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10707
10708         * gst-libs/gst/utils/install-plugins.c:
10709         * gst-libs/gst/utils/missing-plugins.c:
10710         * tests/check/libs/utils.c: (missing_msg_check_getters):
10711           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10712           to just 'gstreamer'. Document the caps string component of the
10713           decoder/encoder detail a bit better, since not everyone will be
10714           familiar with the GStreamer media type/caps system (but they better
10715           enjoy nested itemized lists).
10716
10717 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10718
10719         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10720         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10721           Fix copying of GstNetBuffer (would crash before, or at least lead to
10722           invalid memory access, #410772), for now by copying the GstBuffer copy
10723           code from the core over here so we can copy the GstBuffer fields on a
10724           provided buffer instance (of type GstNetBuffer in this case). Would be
10725           better to fix this with some support by the core though (and in the long
10726           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10727
10728         * tests/check/Makefile.am:
10729           Enable unit test for GstNetBuffer.
10730
10731 2007-02-22  Andy Wingo  <wingo@pobox.com>
10732
10733         * gst-libs/gst/audio/gstbaseaudiosink.c
10734         (gst_base_audio_sink_init): Disable pull-mode activation until we
10735         figure out how to make audio sinks go to PLAYING.
10736
10737 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10738
10739         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10740         (double_hq), (audio_convert_get_func_index),
10741         (audio_convert_prepare_context), (audio_convert_convert):
10742         * gst/audioconvert/audioconvert.h:
10743         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10744         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10745         * gst/audioconvert/gstchannelmix.h:
10746         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10747           Add float as an intermediate format, as well as float mixing. Enable
10748           test that was failing before. Fixes #339837
10749
10750 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10751
10752         * tests/examples/seek/seek.c: (do_seek):
10753         Undo the previous commit: -1 as a stop time implies that the stop
10754         time is the end of file, clearing any previously configured segment.
10755
10756 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10757
10758         * tests/examples/seek/seek.c: (do_seek):
10759         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10760
10761 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10762
10763         * gst/volume/gstvolume.c: (volume_process_int16),
10764         (volume_process_int16_clamp), (volume_set_caps):
10765           Unbreak volume, value remains gint.
10766
10767 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10768
10769         * gst/volume/gstvolume.c: (volume_choose_func),
10770         (volume_update_real_volume), (gst_volume_set_volume),
10771         (gst_volume_init), (volume_process_double), (volume_process_float),
10772         (volume_process_int16), (volume_process_int16_clamp),
10773         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10774         * gst/volume/gstvolume.h:
10775           Extend float audio support (double) and some int->uint cleanups.
10776
10777 2007-02-20  Edward Hervey  <edward@fluendo.com>
10778
10779         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10780         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10781         (sort_end_pads), (gst_decode_group_expose),
10782         (gst_decode_group_hide):
10783         Don't free groups from the streaming threads. Just put them aside and
10784         free them in dispose.
10785
10786 2007-02-20  Edward Hervey  <edward@fluendo.com>
10787
10788         * gst/playback/gstdecodebin2.c: (connect_element),
10789         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10790         (sort_end_pads), (gst_decode_group_expose):
10791         Handle dynamic pads within groups.
10792         Sort pads before exposing them in order to make playbin happy.
10793         There still is a race with the multiqueue filling up. This should be
10794         solved separately.
10795         Fixes #398721
10796
10797 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10798
10799         * gst-libs/gst/utils/base-utils.c:
10800         * gst-libs/gst/utils/descriptions.c:
10801         * gst-libs/gst/utils/install-plugins.c:
10802         * gst-libs/gst/utils/missing-plugins.c:
10803           Some more docs (and descriptions for two subtitle formats).
10804
10805 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10806
10807         * gst-libs/gst/audio/audio.c:
10808           Fix documentation.
10809
10810 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10811
10812         Patch by: Yves Lefebvre  <ivanohe abacom com>
10813
10814         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10815           Don't leak caps. Fixes #408278.
10816
10817 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10818
10819         * ext/cdparanoia/gstcdparanoiasrc.h:
10820         * ext/ogg/gstoggdemux.h:
10821         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10822         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10823         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10824         * gst-libs/gst/audio/audio.h:
10825         * gst-libs/gst/audio/gstaudiofilter.h:
10826         * gst-libs/gst/interfaces/videoorientation.h:
10827         * gst/adder/gstadder.h:
10828           More docs coverage and some ChangeLog surgery (add missing names)
10829
10830 2007-02-15  Wim Taymans  <wim@fluendo.com>
10831
10832         * sys/ximage/ximagesink.c:
10833         (gst_ximagesink_calculate_pixel_aspect_ratio):
10834         * sys/xvimage/xvimagesink.c:
10835         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10836         Small constifications.
10837
10838 2007-02-15  Wim Taymans  <wim@fluendo.com>
10839
10840         * gst-libs/gst/audio/gstbaseaudiosink.c:
10841         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10842         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10843         (gst_base_audio_sink_async_play),
10844         (gst_base_audio_sink_change_state):
10845         Answer latency query.
10846         Use configured latency when syncing.
10847         Fix clock slaving.
10848
10849         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10850         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10851         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10852         Fix possible memleak.
10853         Implement latency query.
10854         Small cleanups.
10855
10856 2007-02-15  Wim Taymans  <wim@fluendo.com>
10857
10858         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10859         Ignore errors in reset, these are not fatal. They also grab the element
10860         lock which is already taking when this function is called. Fixes
10861         #405451.
10862
10863 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10864
10865         * configure.ac:
10866           Remove 'tests/examples/xerror/Makefile' from output files again.
10867
10868 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10869
10870         * configure.ac:
10871         * docs/plugins/Makefile.am:
10872           Also crossref against gst-plugins-base-libs.
10873
10874 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10875
10876         * configure.ac:
10877         * docs/libs/Makefile.am:
10878         * docs/plugins/Makefile.am:
10879           Add crossreferences to glib/gobject/gstream docs.
10880
10881         * gst-libs/gst/audio/audio.h:
10882           Source formatting.
10883
10884         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10885           Add own debug category.
10886
10887 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10888
10889         Patch by: René Stadler <mail at renestadler de>
10890
10891         * gst-libs/gst/tag/gstvorbistag.c:
10892           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10893           (#403597).
10894
10895 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10896
10897         * gst/playback/gstplaybasebin.c: (setup_source):
10898           When we have external subtitles and wait for the subtitle decodebin
10899           to get up and running, we set up a (sync) bus handler for the
10900           subtitle decodebin, so we can stop waiting when it posts an error
10901           message. However, we should do that before we set the subtitle
10902           decodebin's state to playing, otherwise things are racy and we might
10903           miss error messages posted before we had a chance to set up the bus.
10904           This should finally fix totem hanging on .txt pseudo-subtitle files.
10905           
10906 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10907
10908         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10909           Use gst_gdouble_to_guint64 for conversions.
10910         * win32/common/config.h.in:
10911           Add a define for GST_INSTALL_PLUGINS_HELPER
10912         * win32/common/libgstaudio.def:
10913         * win32/common/libgstcdda.def:
10914         * win32/common/libgstnetbuffer.def:
10915         * win32/common/libgstrtp.def:
10916         * win32/common/libgutils.def:
10917           Add new exported functions.
10918         * win32/vs6/gst_plugins_base.dsw:
10919         * win32/vs6/libgstdecodebin.dsp:
10920         * win32/vs6/libgstnetbuffer.dsp:
10921         * win32/vs6/libgstplaybin.dsp:
10922         * win32/vs6/libgstrtp.dsp:
10923         * win32/vs6/libgstvorbis.dsp:
10924         * win32/vs6/libgstcdda.dsp:
10925         * win32/vs6/libgstgdp.dsp:
10926         * win32/vs6/libgstutils.dsp:
10927           Update and add new project files.
10928
10929 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10930
10931         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10932         (subrip_remove_unhandled_tags), (parse_subrip):
10933           For SubRip (.srt) subtitles, ignore all markup tags we don't
10934           handle (like font tags, for example).
10935
10936         * tests/check/elements/subparse.c:
10937           Add test for this.
10938
10939 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10940
10941         * gst/playback/gstdecodebin.c: (add_fakesink),
10942         (gst_decode_bin_change_state):
10943         * gst/playback/gstdecodebin2.c: (add_fakesink),
10944         (gst_decode_bin_change_state):
10945           Don't error out if there is no fakesink in the NULL to READY state
10946           change, since when decodebin is re-used, we're only adding the
10947           fakesink element in READY to PAUSED.
10948
10949         * tests/check/elements/decodebin.c:
10950         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10951         (decodebin_suite):
10952           Minimal unit test to make sure we can use the same decodebin
10953           instance twice (at least with audiotestsrc input).
10954
10955 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10956
10957         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10958           Try to get devic-name from device string first, and from handle only
10959           as fallback (seems to yield better results and is more robust
10960           against buggy probing code on the application side).
10961
10962 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10963
10964         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10965
10966         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10967         (gst_alsa_find_device_name):
10968         * ext/alsa/gstalsa.h:
10969         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10970         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10971           Improve device-name detection a bit, especially in the case where
10972           the device is not actually open (#405020, #405024). Move common code
10973           into gstalsa.c instead of duplicating it.
10974
10975 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10976
10977         * gst/audioconvert/gstaudioconvert.c:
10978           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10979
10980 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10981
10982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10983         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10984         (gst_xvimagesink_interface_supported),
10985         (gst_xvimagesink_probe_get_properties),
10986         (gst_xvimagesink_probe_probe_property),
10987         (gst_xvimagesink_probe_needs_probe),
10988         (gst_xvimagesink_probe_get_values),
10989         (gst_xvimagesink_property_probe_interface_init),
10990         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10991         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10992         (gst_xvimagesink_get_type):
10993         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10994         for XVAdaptors so that one can choose the adaptor to use with 
10995         gstreamer-properties.
10996
10997 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10998
10999         * gst/audioconvert/gstaudioconvert.c:
11000           Also mention that a conversion from double to float is suboptimal still.
11001
11002 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11003
11004         * gst-libs/gst/audio/gstaudiofilter.c:
11005         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
11006           Clear our formats structure and free the caps contained in it when
11007           shutting down.
11008
11009 2007-02-05  Andy Wingo  <wingo@pobox.com>
11010
11011         * gst-libs/gst/audio/gstbaseaudiosink.c
11012         (gst_base_audio_sink_callback): Update basesink->offset so that we
11013         pull monotonically increasing offsets instead of, um, seeking back
11014         to 0 each time. Fixes alsasrc ! alsasink!
11015
11016 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11017
11018         * gst/videoscale/gstvideoscale.c:
11019           A width and height of 1 makes us crash, so increase minimum size to
11020           2x2 pixels until someone feels like fixing this (#404512).
11021
11022 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
11023
11024         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
11025           Add small test to make sure request pads are cleaned up properly
11026           even if oggmux never changes state out of NULL.
11027
11028 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
11029
11030         * tests/check/libs/utils.c: (GST_START_TEST):
11031           Fix unit test. Turns out things work much better when you
11032           NULL-terminate string arrays. Should make p5 build bot happy again.
11033
11034 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11035
11036         * gst-libs/gst/audio/Makefile.am:
11037         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11038         (gst_audio_filter_template_base_init),
11039         (gst_audio_filter_template_class_init),
11040         (gst_audio_filter_template_init),
11041         (gst_audio_filter_template_set_property),
11042         (gst_audio_filter_template_get_property),
11043         (gst_audio_filter_template_setup),
11044         (gst_audio_filter_template_filter),
11045         (gst_audio_filter_template_filter_inplace), (plugin_init):
11046           Oops, forgot to commit fixed-up example.
11047
11048 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11049
11050         * docs/libs/gst-plugins-base-libs-sections.txt:
11051         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
11052         (gst_audio_filter_class_init), (gst_audio_filter_init),
11053         (gst_audio_filter_set_caps),
11054         (gst_audio_filter_class_add_pad_templates):
11055         * gst-libs/gst/audio/gstaudiofilter.h:
11056           Port GstAudioFilter to 0.10. This change technically breaks
11057           API and ABI (and thus also every library developer's heart),
11058           but seems justifiable on the grounds that the base class was
11059           completely unusable before (ie. would crash immediately when
11060           actually used). Fixes #403963 (and eventually also #403572).
11061           Also document all of this a bit.
11062
11063 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11064
11065         * gst-libs/gst/utils/install-plugins.c:
11066         (gst_install_plugins_spawn_child):
11067         * tests/check/libs/utils.c:
11068         (test_base_utils_install_plugins_do_callout):
11069           Lowering log level to see why things fail on the p5 build bot;
11070           fix some typos in unit test messages.
11071
11072 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * tests/check/libs/utils.c:
11075         (test_base_utils_install_plugins_do_callout):
11076           Don't hard-code temp directory for test helper; use GLib functions
11077           to write out file and do error checking etc.
11078
11079 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11080
11081         * gst-libs/gst/utils/Makefile.am:
11082         * gst-libs/gst/utils/base-utils.h:
11083         * gst-libs/gst/utils/install-plugins.c:
11084         (gst_install_plugins_context_set_xid),
11085         (gst_install_plugins_context_new),
11086         (gst_install_plugins_context_free),
11087         (gst_install_plugins_get_helper),
11088         (gst_install_plugins_spawn_child),
11089         (gst_install_plugins_return_from_status),
11090         (gst_install_plugins_installer_exited),
11091         (gst_install_plugins_async), (gst_install_plugins_sync),
11092         (gst_install_plugins_return_get_name),
11093         (gst_install_plugins_installation_in_progress):
11094         * gst-libs/gst/utils/install-plugins.h:
11095           API: add API for applications to initiate installation of missing
11096           plugins, ie. gst_install_plugins_async() primarily.
11097           Based on libgimme-codec by Ryan Lortie.
11098
11099         * configure.ac:
11100           Add --with-install-plugins-helper configure option so distros can specify
11101           the path of the helper script or program to call when plugin installation
11102           is requested (distros: please do any argument munging in this helper
11103           script instead of patching GStreamer to pass arguments differently
11104           to another program directly).
11105
11106         * docs/libs/gst-plugins-base-libs-docs.sgml:
11107         * docs/libs/gst-plugins-base-libs-sections.txt:
11108           Build and document new API.
11109
11110         * tests/check/libs/utils.c: (result_cb),
11111         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
11112         (libgstbaseutils_suite):
11113           Some simple checks for the new API.
11114
11115 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11116
11117         * tests/check/elements/audioconvert.c: (test_float_conversion):
11118           Add small test for 32bit float <=> 64bit float conversion (works
11119           only one way so far, 32=>64 produces structured noise).
11120
11121 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         * gst/audioconvert/gstaudioconvert.c:
11124         (set_structure_widths_32_and_64), (make_lossless_changes):
11125           We don't support floats with a width of 40, 48 or 56 bits.
11126
11127 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
11128
11129         * gst/audioconvert/audioconvert.c: (float), (double),
11130         (audio_convert_get_func_index):
11131         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11132         (make_lossless_changes):
11133           Support for 64-bit float audio in audioconvert (#339837)
11134
11135 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11136
11137         Patch by: Holger Wansing  <linux wansing-online de>
11138
11139         * po/LINGUAS:
11140         * po/de.po:
11141           Add German translation (#352069).
11142
11143 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
11144
11145         reviewed by: Wim Taymans <wim@fluendo.com>
11146
11147         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
11148         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
11149         Use newly added GstCollectPads API to free the allocated resources in
11150         the GstOggPad structures (#402393).
11151
11152 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11153
11154         * gst/playback/gstplaybin.c: (gen_vis_element):
11155           Add audioresample+audioconvert in front of the visualisation
11156           element, so that elements like libvisual 0.4 that don't support all
11157           samplerates can work.
11158
11159           Fixes: #402505
11160
11161 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11162
11163         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
11164         (gst_play_base_bin_get_streaminfo_value_array):
11165           Take some locks and make a copy of the streaminfo value array we
11166           maintain while holding the lock, so that the application can
11167           retrieve the stream-info as a value array in a thread-safe way.
11168
11169 2007-01-30  Wim Taymans  <wim@fluendo.com>
11170
11171         * gst/audioconvert/gstaudioconvert.c:
11172         Don't fail on 0 sized buffers. Fixes #396835.
11173
11174 2007-01-29  David Schleef  <ds@schleef.org>
11175
11176         * gst/typefind/gsttypefindfunctions.c:
11177           Detect BBCD as video/x-dirac, so we can play raw dirac
11178           streams.
11179
11180 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
11181
11182         * ext/theora/theoraenc.c: (theora_enc_chain):
11183           Check return value of theora_encode_header(), or we might try to
11184           allocate a random number of bytes. theora_encode_header() can fail
11185           if libtheora has been compiled with encoding support disabled.
11186           Fixes #398110.
11187
11188 2007-01-29  Wim Taymans  <wim@fluendo.com>
11189
11190         * tests/check/gst/.cvsignore:
11191         Do as buildbot says.
11192
11193 2007-01-29  Wim Taymans  <wim@fluendo.com>
11194
11195         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
11196         Fix strides in libvisual. Gst uses X strides.
11197         Inspired by: <ed at catmur dot co dot uk> and 
11198         <tim at centricular dot net>
11199         Fixes #401118.
11200
11201 2007-01-27  Wim Taymans  <wim@fluendo.com>
11202
11203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11204         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
11205         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
11206         (gst_ogg_demux_perform_seek),
11207         (gst_ogg_demux_bisect_forward_serialno),
11208         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11209         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
11210         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
11211         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
11212         * ext/ogg/gstoggdemux.h:
11213         Properly propagate streaming errors when we are scanning the file for
11214         chains so that we don't crash when shut down. Might fix some crashers
11215         when quickly switching oggs in RB such as #332503 and #378436.
11216
11217 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11218
11219         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11220           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
11221           error code as well.
11222
11223 2007-01-25  Wim Taymans  <wim@fluendo.com>
11224
11225         * gst/playback/gstplaybasebin.c: (remove_source):
11226         Don't try to disconnect a signal from a finalized object.
11227
11228 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11229
11230         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11231           Cast lock macro parameters to make sure we're actually accessing the
11232           lock member at the right class level. Free list itself in _dispose()
11233           as well and NULL it in case dispose gets called multiple times.
11234
11235 2007-01-25  Edward Hervey  <edward@fluendo.com>
11236
11237         * gst/playback/gstdecodebin2.c:
11238         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11239         Free GstDecodeGroups no longer used.
11240         (gst_decode_group_expose):
11241         Don't unlock too many times !
11242         (deactivate_free_recursive):
11243         Free iterator once we're done with it.
11244         Fix for recursively deactivating elements (stop at ghostpads).
11245
11246 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11247
11248         * gst/playback/gstplaybin.c: (handoff):
11249           Fix up caps on the frame buffer before we save it and potentially
11250           make it accessible to other threads via g_object_get; also use
11251           gst_buffer_replace() instead of gst_mini_object_replace().
11252
11253 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11254
11255         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11256           Make getting the current frame thread-safe.
11257
11258 2007-01-25  Edward Hervey  <edward@fluendo.com>
11259
11260         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11261         (gst_decode_group_new), (gst_decode_group_free):
11262         Set queues to bigger sizes to cope with HD contents.
11263         Fix some mutex freeing and add comment about MT safe methods.
11264
11265 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11266
11267         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11268         (gst_text_overlay_text_event):
11269           Don't unnecessarily ref (and then leak) upstream events if the text
11270           pad is not linked. Fixes #399948.
11271
11272         * tests/check/gst-plugins-base.supp:
11273           Add suppression for pango on edgy/x86 for textoverlay test.
11274
11275 2007-01-24  Wim Taymans  <wim@fluendo.com>
11276
11277         * gst-libs/gst/rtp/gstrtpbuffer.h:
11278         Add some more fixed payloads.
11279
11280 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11281
11282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11283           Error out properly if we get an error from libogg while reading the
11284           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11285
11286 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11287
11288         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11289           Don't leak mutex.
11290
11291         * tests/check/elements/playbin.c:
11292         (test_sink_usage_video_only_stream),
11293         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11294         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11295         (test_missing_suburisource_handler),
11296         (test_missing_primary_decoder), (playbin_suite):
11297           Run all tests once with decodebin and once with decodebin2.
11298           One test does not pass yet with decodebin2.
11299
11300 2007-01-23  Edward Hervey  <edward@fluendo.com>
11301
11302         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11303         Fix the cases where oggmux doesn't properly figure out that all
11304         sinkpads have gone EOS, and therefore doesn't push out the remaining
11305         buffers and the final EOS event.
11306         Fixes #363379
11307
11308 2007-01-23  Julien MOUTTE  <julien@moutte.net>
11309
11310         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11312         Don't lock on navigation event push, just on keysym to string.
11313         Fixes #397673 again.
11314
11315 2007-01-22  Edward Hervey  <edward@fluendo.com>
11316
11317         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11318         (get_current_group), (group_demuxer_event_probe),
11319         (gst_decode_group_expose), (deactivate_free_recursive),
11320         (gst_decode_group_free):
11321         Cleanups.
11322         Don't forget to emit 'no-more-pads' once a group is exposed.
11323         Cleanup elements from a DecodeGroup once we remove it.
11324         Protect call to gst_decode_group_expose() with the decodebin lock.
11325
11326 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11327
11328         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11330         Looking at Xorg code i can't figure out if that XKeysymToString
11331         function is thread sensible or not. Lock it just in case as
11332         recommended by Radek Doulik <rodo at ximian dot com>.
11333
11334 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11335
11336         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11338         Lock that X Call as well. Fixes #397673.
11339
11340 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11341
11342         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11343           Don't go into an endless loop if the file starts with 00 00 01 2X,
11344           like quicktime redirect files might. Fixes #396042.
11345
11346         * tests/check/Makefile.am:
11347         * tests/check/gst/.cvsignore:
11348         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11349         (typefindfunctions_suite):
11350           Add unit test for the above.
11351
11352 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11353
11354         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11355           On second thought, use "depth" field rather than "bpp" field.
11356
11357 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11358
11359         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11360           Camtasia caps apparently need a bpp field (#398875).
11361
11362 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11363
11364         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11365         (gen_source_element), (gst_play_base_bin_change_state):
11366           Attempt at a better error message in case we don't have the required
11367           URI handler installed; post missing-plugin message also when we're
11368           missing an URI handler for the subtitle URI; clean up properly also
11369           when an error occurs and we never made it to PAUSED state.
11370
11371         * tests/check/elements/playbin.c: (GST_START_TEST),
11372         (playbin_suite):
11373           Check that we're also getting a missing-plugin messsage for a
11374           missing subtitle URI handler (and clean up properly).
11375
11376 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11377
11378         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11379           Plug a few reference leaks.
11380
11381 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11382
11383         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11384           Lower probability a bit if the marker isn't right at the start,
11385           to decrease the chance of false positives.
11386
11387 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11388
11389         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11390           Small mpeg2 system stream typefinding improvement: make typefinder
11391           probe a bit into the stream instead of just looking for a marker
11392           at the beginning. Fixes #397810.
11393
11394 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11395
11396         * gst/audioconvert/gstchannelmix.c:
11397           Remove compatibility cruft for prehistoric GLib versions.
11398
11399 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11400
11401         * gst/playback/Makefile.am:
11402         * gst/playback/gstdecodebin.c: (close_pad_link):
11403         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11404         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11405         (gst_play_base_bin_handle_message_func), (unknown_type):
11406           Let decodebin be the element to post missing-plugin messages for
11407           missing decoders (rather than playbin); make playbin implement
11408           GstBin::handle_message so we can suppress missing-plugin messages
11409           for types we're not handling on purpose (don't want to bring up an
11410           installer in those cases).
11411
11412 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11413
11414         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11415         * gst-libs/gst/tag/gstvorbistag.c:
11416         (gst_tag_list_to_vorbiscomment_buffer):
11417         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11418           Fix potentially unaligned access (#397207).
11419
11420 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11421
11422         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11423         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11424         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11425         (main):
11426           Allow to toggle looping while it plays. Fix callback prototype. Clean
11427           up code a bit more. Add copyright header.
11428
11429 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11430
11431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11432           Red and blue mask was swapped (spotted by Dan Williams).
11433
11434 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11435
11436         * gst-libs/gst/tag/gstid3tag.c:
11437         * gst-libs/gst/tag/gstvorbistag.c:
11438           Use new beats-per-minute tag from core.
11439
11440 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11441
11442         * po/POTFILES.in:
11443           Add new files with translatable strings, so they actually make it
11444           into the template file one day.
11445
11446 2007-01-12  Andy Wingo  <wingo@pobox.com>
11447
11448         * gst-libs/gst/audio/gstbaseaudiosink.c
11449         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11450         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11451         stuff, as the base class handles this now. Actually tell the ring
11452         buffer to start.
11453         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11454         How did this work before? Maybe I'm not as awesome a programmer as
11455         I think.
11456
11457         * gst-libs/gst/audio/gstbaseaudiosrc.c
11458         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11459         of a pad function.
11460
11461 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11462
11463         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11464           Remove more fields so that the application can better blacklist
11465           formats that have been tried before.
11466
11467 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11468
11469         * gst-libs/gst/audio/mixerutils.h:
11470           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11471           used when compiling with c++ compilers as well.
11472
11473 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11474
11475         * gst/typefind/gsttypefindfunctions.c:
11476           Fix comment.
11477
11478 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11479
11480         * gst/playback/gstplaybin.c: (post_missing_element_message),
11481         (gen_video_element), (gen_text_element), (gen_audio_element),
11482         (gen_vis_element):
11483           Post missing-plugin messages also when we error out because
11484           converters, textoverlay or auto*sinks are missing (#161922).
11485
11486 2007-01-10  Wim Taymans  <wim@fluendo.com>
11487
11488         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11489         (is_demuxer_element), (new_caps):
11490         * gst/playback/gstplaybasebin.c: (source_new_pad):
11491         Fix the case where we try to ref a NULL element when we delay a link
11492         because of unfixed caps.
11493         Set the state of autoplugged decodebins to PAUSED.
11494         RTSP now works in playbin, we can remove it from the blacklist.
11495
11496 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11497
11498         * gst/playback/Makefile.am:
11499         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11500         (unknown_type), (setup_subtitle), (gen_source_element):
11501         * gst/playback/gstplaybin.c: (plugin_init):
11502           Post missing-plugin messages on the bus for missing sources and
11503           missing decoders/demuxers/depayloaders; fix error code used when
11504           we're missing an URI handler source; for media types that we are not
11505           handling on purpose at the moment, don't print "don't know how to
11506           handle xyz" messages to the terminal or post missing-plugin
11507           messages on the bus.
11508
11509         * tests/check/elements/playbin.c: (create_playbin),
11510         (GST_START_TEST), (gst_codec_src_uri_get_type),
11511         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11512         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11513         (gst_codec_src_init_type), (gst_codec_src_base_init),
11514         (gst_codec_src_create), (gst_codec_src_class_init),
11515         (gst_codec_src_init), (plugin_init), (playbin_suite):
11516           Add some tests for the missing-plugin stuff.
11517
11518 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11519
11520         * configure.ac:
11521         * gst-libs/gst/Makefile.am:
11522         * gst-libs/gst/utils/Makefile.am:
11523         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11524         * gst-libs/gst/utils/base-utils.h:
11525         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11526         (find_format_info), (caps_are_rtp_caps),
11527         (gst_base_utils_get_source_description),
11528         (gst_base_utils_get_sink_description),
11529         (gst_base_utils_get_decoder_description),
11530         (gst_base_utils_get_encoder_description),
11531         (gst_base_utils_get_element_description),
11532         (gst_base_utils_add_codec_description_to_tag_list),
11533         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11534         * gst-libs/gst/utils/descriptions.h:
11535         * gst-libs/gst/utils/missing-plugins.c:
11536         (missing_structure_get_type), (copy_and_clean_caps),
11537         (gst_missing_uri_source_message_new),
11538         (gst_missing_uri_sink_message_new),
11539         (gst_missing_element_message_new),
11540         (gst_missing_decoder_message_new),
11541         (gst_missing_encoder_message_new),
11542         (missing_structure_get_string_detail),
11543         (missing_structure_get_caps_detail),
11544         (gst_missing_plugin_message_get_installer_detail),
11545         (gst_missing_plugin_message_get_description),
11546         (gst_is_missing_plugin_message):
11547         * gst-libs/gst/utils/missing-plugins.h:
11548           API: add new libgstbaseutils library with functions
11549           - to create and parse missing-plugins messages
11550           - that provide (translated) descriptions for caps/decoders/sources/etc.
11551           Closes #392393.
11552
11553         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11554         * pkgconfig/gstreamer-plugins-base.pc.in:
11555           Add new lib.
11556
11557         * docs/libs/gst-plugins-base-libs-docs.sgml:
11558         * docs/libs/gst-plugins-base-libs-sections.txt:
11559           Generate docs for new lib and API.
11560
11561         * tests/check/Makefile.am:
11562         * tests/check/libs/.cvsignore:
11563         * tests/check/libs/utils.c: (missing_msg_check_getters),
11564         (GST_START_TEST), (libgstbaseutils_suite):
11565           Add some basic unit tests.
11566
11567 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * ext/ogg/Makefile.am:
11570           Dist gstoggdemux.h to fix 'make distcheck'.
11571
11572         * sys/v4l/Makefile.am:
11573           Fix 'make distcheck' even more.
11574
11575 2007-01-09  Wim Taymans  <wim@fluendo.com>
11576
11577         * docs/plugins/Makefile.am:
11578         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11579         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11580         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11581         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11582         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11583         (gst_ogg_demux_perform_seek):
11584         * ext/ogg/gstoggdemux.h:
11585         Added docs.
11586         Add some more comments.
11587         Small cleanups.
11588
11589 2007-01-09  Wim Taymans  <wim@fluendo.com>
11590
11591         * ext/theora/theoradec.c:
11592         * ext/vorbis/vorbisdec.c:
11593         * gst-libs/gst/audio/gstringbuffer.c:
11594         (gst_ring_buffer_commit_full):
11595         * gst-libs/gst/audio/gstringbuffer.h:
11596         * gst-libs/gst/rtp/gstrtpbuffer.c:
11597         * gst-libs/gst/tag/gstvorbistag.c:
11598         Small documentation updates/fixes
11599
11600 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11601
11602         * configure.ac:
11603           Require core CVS HEAD for Andy's basesrc/sink API additions.
11604
11605 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11606
11607         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11608
11609         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11610         (plugin_init):
11611           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11612           on flac.sf.net (there appear to be other versions of the first
11613           ogg page in the wild) (#391365).
11614
11615 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11616
11617         * configure.ac:
11618           Check if localtime_r() is available.
11619
11620         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11621           If localtime_r() is not available, fall back to localtime(). Should
11622           fix build on MingW (#393310).
11623
11624 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11625
11626         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11627         * gst/subparse/gstsubparse.h:
11628           Remove spurious 1000 subtrahend when calculating the timestamp from
11629           the frame number and the frame rate . Also, use the frames/second
11630           value specified in the first line of the file, if one is specified
11631           there. Should fix #357503.
11632
11633         * tests/check/elements/subparse.c: (do_test),
11634         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11635         (subparse_suite):
11636           Add some basic unit tests for the microdvd subtitle format.
11637
11638 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11639
11640         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11641
11642         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11643         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11644         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11645         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11646         (gst_xvimagesink_set_xwindow_id),
11647         (gst_xvimagesink_set_event_handling),
11648         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11649         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11650         Fixes: #390076.
11651         Add an adaptor property to select a specific XV adaptor.
11652         * sys/xvimage/xvimagesink.h:
11653
11654 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11655
11656         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11657         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11658         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11659         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11660         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11661         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11662         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11663         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11664         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11665         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11666         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11667         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11668         Use flow_lock much more to protect every access to xwindow.
11669         Try to catch erros while creating images in case some drivers are
11670         just generating an XError when the requested image is too big.
11671         Should fix : #354698, #384008, #384060.
11672         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11673         Implement some stress testing of setting window xid.
11674
11675 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11676
11677         * win32/common/libgsaudio.def:
11678           Add new exported function.
11679         * win32/common/libgstogg.dsp:
11680           Add gstoggaviparse.c to the build.
11681         * win32/common/libgstvideoscale.dsp:
11682           Add vs_4tap.c to the build.
11683         * win32/common/libgstvorbis.dsp:
11684           Add vorbistag.c to the build.
11685         
11686 2007-01-06  Andy Wingo  <wingo@pobox.com>
11687
11688         * gst-libs/gst/audio/gstbaseaudiosink.c
11689         (gst_base_audio_sink_class_init)
11690         (gst_base_audio_sink_init): 
11691         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11692         to baseaudiosink, and tell basesink that we can work in pull mode.
11693         This way the ring buffer thread drives the pipeline directly, if
11694         pull mode is possible. There is some lingering nastiness regarding
11695         capsnego, however.
11696         (gst_base_audio_sink_callback): Implement the callback to pull
11697         data. This interface is a bit light, though -- it should get a
11698         GstFlowReturn return value at least.
11699
11700 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11701
11702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11703         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11704         * gst/playback/gstdecodebin2.c:
11705         (gst_decode_group_check_if_blocked):
11706           Printf format and missing argument fixes.
11707
11708 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11709
11710         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11711         (gst_ogm_parse_change_state):
11712         Activate pads before adding them to the element.
11713
11714 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11715
11716         * tests/examples/seek/scrubby.c: (main):
11717         * tests/examples/seek/seek.c: (main):
11718           Call g_thread_init() first thing in main() (see #391278).
11719
11720 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11721
11722         * tests/check/Makefile.am:
11723         * tests/check/libs/.cvsignore:
11724         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11725         (netbuffer_suite):
11726           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11727           for the time being, since it's broken, see #393099.
11728
11729 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11730
11731         * tests/check/Makefile.am:
11732           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11733
11734 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11735
11736         * configure.ac:
11737           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11738           so that GST_BASE_CFLAGS can go inbetween them, making sure
11739           we use uninstalled gst-libs headers
11740         * docs/libs/Makefile.am:
11741         * ext/alsa/Makefile.am:
11742         * ext/cdparanoia/Makefile.am:
11743         * ext/gnomevfs/Makefile.am:
11744         * ext/libvisual/Makefile.am:
11745         * ext/ogg/Makefile.am:
11746         * ext/theora/Makefile.am:
11747         * ext/vorbis/Makefile.am:
11748         * gst-libs/gst/audio/Makefile.am:
11749         * gst-libs/gst/cdda/Makefile.am:
11750         * gst-libs/gst/interfaces/Makefile.am:
11751         * gst-libs/gst/riff/Makefile.am:
11752         * gst-libs/gst/rtp/Makefile.am:
11753         * gst-libs/gst/tag/Makefile.am:
11754         * gst/adder/Makefile.am:
11755         * gst/audioconvert/Makefile.am:
11756         * gst/audiorate/Makefile.am:
11757         * gst/audioresample/Makefile.am:
11758         * gst/playback/Makefile.am:
11759         * gst/tcp/Makefile.am:
11760         * gst/videoscale/Makefile.am:
11761         * gst/volume/Makefile.am:
11762         * sys/ximage/Makefile.am:
11763         * sys/xvimage/Makefile.am:
11764         * tests/icles/Makefile.am:
11765           adapt
11766
11767 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11768
11769         * gst-libs/gst/interfaces/xoverlay.c:
11770         (gst_x_overlay_handle_events):
11771         * gst-libs/gst/interfaces/xoverlay.h:
11772         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11773         (gst_ximagesink_set_xwindow_id),
11774         (gst_ximagesink_set_event_handling),
11775         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11776         (gst_ximagesink_get_property), (gst_ximagesink_init),
11777         (gst_ximagesink_class_init):
11778         * sys/ximage/ximagesink.h:
11779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11780         (gst_xvimagesink_set_xwindow_id),
11781         (gst_xvimagesink_set_event_handling),
11782         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11783         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11784         (gst_xvimagesink_class_init):
11785         * sys/xvimage/xvimagesink.h:
11786         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11787         Add a method to the XOverlay interface to allow disabling of 
11788         event handling in x[v]imagesink elements. This will let X events
11789         propagate to parent windows which can be usefull in some cases.
11790         Be carefull that the application is then responsible of pushing
11791         navigation events and expose events to the video sink.
11792         Fixes: #387138.
11793
11794 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11795
11796         * gst-libs/gst/tag/gstvorbistag.c:
11797         * tests/check/libs/tag.c: (GST_START_TEST):
11798           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11799           (fixes #392070).
11800
11801 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11802
11803         * configure.ac:
11804         * docs/Makefile.am:
11805         * docs/design/Makefile.am:
11806           Dist design docs.
11807
11808 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11809
11810         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11811         typo. Fixes: #390063.
11812
11813 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11814
11815         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11817         caps leak.
11818         * win32/common/config.h: Updated.
11819
11820 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11821
11822         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11823         (setup_gdpdepay_streamheader):
11824         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11825         (setup_gdppay_streamheader):
11826           Fix the dp tests, but activating the pads for the streamheader tests
11827           too and cleaning up conditionaly
11828
11829 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11830
11831         * gst/ffmpegcolorspace/avcodec.h:
11832         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11833         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11834         (gst_ffmpegcsp_avpicture_fill):
11835         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11836         (img_get_alpha_info):
11837         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11838         other end of the word. Fixes: #387073.
11839
11840         Add some inconsequential branch hints in a couple of places.
11841
11842 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11843
11844         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11845         (gst_ffmpeg_caps_to_smpfmt):
11846           The "signed" field in raw audio caps is of boolean type, trying to
11847           extract the value with _get_int() will fail (fix to keep in sync with
11848           the copy in gst-ffmpeg)
11849
11850 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11851
11852         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11853         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11854         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11855         (cleanup_gdpdepay):
11856         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11857         * tests/check/elements/subparse.c: (teardown_subparse):
11858         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11859         * tests/check/elements/videorate.c: (cleanup_videorate):
11860         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11861         * tests/check/elements/volume.c: (cleanup_volume):
11862         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11863         (cleanup_vorbisdec):
11864         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11865         (cleanup_vorbistag):
11866           consistent pad (de)activation
11867
11868 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11869
11870         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11871           Forgot to register the extensions.
11872
11873 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11874
11875         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11876         (plugin_init):
11877           Add typefinder for VIVO files (my christmas present to the 90s).
11878
11879 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11880
11881         * gst/playback/gstdecodebin.c: (type_found):
11882           Special-case the text/plain media type: we only want to recognise it
11883           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11884           parser, but not if the entire stream is of text/plain type. If the
11885           entire stream is text/plain, we should just error out.
11886
11887           This fixes playback of audio files with lyrics in totem. Totem can't
11888           distinguish between text files and subtitle files and passes any
11889           .txt file with the same basename as the main file to playbin as
11890           suburi, and playbin will then throw a 'subtitle found, but no video
11891           stream' error, which isn't entirely helpful. See #380342.
11892
11893           Also, with this change we'll show a slightly more correct error
11894           message in case totem passes a playlist file to us (although a
11895           custom error message wording instead of the default text would
11896           probably not be a bad idea either).
11897
11898           Same problem also needs to be fixed for playbin+decodebin2.
11899
11900         * tests/check/Makefile.am:
11901         * tests/check/elements/decodebin.c: (src_handoff_cb),
11902         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11903         (decodebin_suite):
11904           Add simple unit test for decodebin for the above.
11905
11906 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11907
11908         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11909         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11910           Refuse to change state to READY when we failed to create any of the
11911           required elements in our instance init function.
11912
11913 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11914
11915         * docs/libs/gst-plugins-base-libs-sections.txt:
11916           Small docs fixes/updates.
11917
11918         * gst-libs/gst/video/gstvideosink.h:
11919           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11920           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11921           removed from the base sink API between 0.9.6 and 0.9.7).
11922           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11923           accessor macros, so we don't do a runtime GObject type check every
11924           time we use them.
11925
11926 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11927
11928         * Makefile.am:
11929         * gst-plugins-base.doap:
11930         * gst-plugins-base.spec.in:
11931           add doap file
11932
11933 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11934
11935         Patch by: Jens Granseuer <jensgr at gmx net>
11936
11937         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11938         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11939         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11940         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11941         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11942           Declare variables at the beginning of a block. Fixes #383195.
11943
11944 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11945
11946         * configure.ac:
11947         Bump version nano - back to CVS.
11948
11949
11950 === release 0.10.11 ===
11951
11952 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11953
11954         * configure.ac:
11955           releasing 0.10.11, "Dumb things"
11956
11957 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11958
11959         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11960         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11961         Handle the case where an element has multiple pads with 
11962         unfixed caps as well as still possibly producing more dynamic 
11963         pads by storing each case as a distinct entry in the dynamic list.
11964         Fixes #38223 again.
11965
11966 2006-12-04  Wim Taymans  <wim@fluendo.com>
11967
11968         * gst/playback/gstdecodebin.c: (close_pad_link):
11969         Fix #382223, add more dynamic caps handling.
11970
11971 2006-12-04  Wim Taymans  <wim@fluendo.com>
11972
11973         * gst-libs/gst/audio/gstringbuffer.h:
11974         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11975         (gst_netaddress_set_ip4_interface),
11976         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11977         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11978         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11979         (gst_netaddress_get_ttl):
11980         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11981         * gst/playback/gstdecodebin.c: (close_pad_link):
11982         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11983         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11984         * win32/common/config.h:
11985
11986 2006-12-01  Michael Smith  <msmith@fluendo.com>
11987
11988         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11989           Delete bad debug code.
11990           Fixes #381219
11991
11992 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11993
11994         * gst/videoscale/vs_4tap.c:
11995         * win32/MANIFEST:
11996         * win32/common/config.h:
11997         * win32/vs8/libgstvideoscale.vcproj:
11998         Fix compilation on win32 under VS8
11999         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12000         Partially fixes #381175
12001
12002 2006-11-30  Michael Smith  <msmith@fluendo.com>
12003
12004         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
12005         (GST_START_TEST):
12006           It would be very bad if, after a discont buffer, we thought every
12007           single following buffer was also discont. So, add to the test to
12008           ensure that this isn't the case.
12009           
12010         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
12011           ... it was the case. So fix it.
12012
12013 2006-11-28  Wim Taymans  <wim@fluendo.com>
12014
12015         * gst/playback/gstplaybasebin.c: (check_queue_event):
12016         Improve debug.
12017
12018         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
12019         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
12020         padtemplate caps. Refixes #357577.
12021
12022 2006-11-28  Wim Taymans  <wim@fluendo.com>
12023
12024         * gst/playback/gstplaybasebin.c: (check_queue_event),
12025         (queue_threshold_reached), (queue_out_of_data),
12026         (gen_preroll_element):
12027         Add event probe to see when EOS is in a queue and we can disable the
12028         underrun signals. Fixes #357577.
12029
12030 2006-11-28  Edward Hervey  <edward@fluendo.com>
12031
12032         * gst/playback/Makefile.am:
12033         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
12034         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
12035         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12036         (gst_decode_bin_init), (gst_decode_bin_dispose),
12037         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
12038         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
12039         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
12040         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
12041         (connect_element), (expose_pad), (type_found),
12042         (pad_added_group_cb), (pad_removed_group_cb),
12043         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
12044         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
12045         (are_raw_caps), (multi_queue_overrun_cb),
12046         (multi_queue_underrun_cb), (gst_decode_group_new),
12047         (get_current_group), (group_demuxer_event_probe),
12048         (gst_decode_group_control_demuxer_pad),
12049         (gst_decode_group_control_source_pad),
12050         (gst_decode_group_check_if_blocked),
12051         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
12052         (gst_decode_group_hide), (gst_decode_group_free),
12053         (gst_decode_group_set_complete), (source_pad_blocked_cb),
12054         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
12055         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
12056         (plugin_init):
12057         New decodebin2 element.
12058         Closes #370092
12059         * gst/playback/gstplay-marshal.list:
12060         Added marshallers for new signals in decodebin2
12061         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
12062         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
12063         is set.
12064
12065 2006-11-28  Wim Taymans  <wim@fluendo.com>
12066
12067         * gst/playback/gstplaybasebin.c: (setup_source),
12068         (gst_play_base_bin_change_state):
12069         Disable rtsp:// uris for the release, it's not good enough yet.
12070         Remove unused var.
12071
12072 2006-11-26  Wim Taymans  <wim@fluendo.com>
12073
12074         * ext/theora/theoradec.c: (gst_theora_dec_reset),
12075         (theora_dec_push_forward), (theora_dec_push_reverse),
12076         (theora_handle_data_packet), (theora_dec_decode_buffer),
12077         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12078         (theora_dec_chain_forward), (theora_dec_chain):
12079         Implement reverse playback.
12080
12081         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
12082         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
12083         (vorbis_dec_chain_forward):
12084         Clear buffers used for reverse playback in _reset.
12085         No need to set the eos flag, we clip samples using the segment.
12086
12087 2006-11-24  Wim Taymans  <wim@fluendo.com>
12088
12089         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
12090         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
12091         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
12092         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
12093         Some cleanups.
12094         Handle continued pages in reverse mode.
12095
12096 2006-11-24  Wim Taymans  <wim@fluendo.com>
12097
12098         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
12099         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12100         (vorbis_dec_flush_decode):
12101         Small cleanups.
12102         Don't try to add invalid timestamps.
12103         Clipping will unref the buffer.
12104
12105 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12106
12107         * gst/adder/gstadder.h:
12108         * gst/audiotestsrc/gstaudiotestsrc.h:
12109           remove obsolete _factory_init protos
12110
12111 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12112
12113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
12114           Fix spacing in debug message.
12115
12116 2006-11-23  Wim Taymans  <wim@fluendo.com>
12117
12118         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12119         (gst_ogg_demux_chain):
12120         Don't just ignore return values from _pad_push().
12121         Small debug improvements.
12122
12123 2006-11-23  Michael Smith  <msmith@fluendo.com>
12124
12125         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
12126           If our incoming buffer is marked as DISCONT, then increment the page
12127           number (so that the discontinuity is marked in the final ogg
12128           bitstream) and flush the previous page.
12129
12130 2006-11-22  Michael Smith  <msmith@fluendo.com>
12131
12132         * ext/theora/gsttheoraenc.h:
12133         * ext/theora/theoraenc.c: (gst_theora_enc_init),
12134         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
12135         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
12136         (theora_enc_chain), (theora_enc_change_state):
12137           Mark discontinuities of > 3/4 of a frame, reinit encoder.
12138
12139         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
12140         (GST_START_TEST), (theoraenc_suite):
12141           Enable discontinuity test, fix it.
12142
12143 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12144
12145         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12146         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12147         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12148         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12149         (gst_text_overlay_change_state):
12150         * ext/pango/gsttextoverlay.h:
12151           Some textoverlay fixes: for one, in the video chain function,
12152           actually wait for a text buffer to come in if there is none at the
12153           moment and there should be one; also, deal more gracefully with
12154           incoming buffers that do not have a timestamp or duration; discard
12155           text buffer when not needed any longer. Fixes #341681.
12156
12157         * tests/check/Makefile.am:
12158         * tests/check/elements/.cvsignore:
12159         * tests/check/elements/textoverlay.c:
12160         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
12161         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
12162         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
12163         (test_video_waits_for_text_send_text_newsegment_thread),
12164         (test_video_waits_for_text_shutdown_element),
12165         (test_render_continuity_push_video_buffers_thread),
12166         (textoverlay_suite):
12167           Add some unit tests for textoverlay.
12168
12169 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12170
12171         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12172           Avoid integer underflow when the found probability for mp3 is
12173           smaller than the 'penalty' we subtract if there's not a clean
12174           mp3 header sync at offset 0.
12175
12176 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
12177
12178         * docs/libs/gst-plugins-base-libs-sections.txt:
12179           Add some new symbols to the docs
12180
12181 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12182
12183         * tests/check/Makefile.am:
12184         * tests/check/elements/ffmpegcolorspace.c:
12185         (ffmpegcolorspace_suite):
12186           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
12187           (for now not for valgrinding though, since it takes too long).
12188
12189 2006-11-20  Wim Taymans  <wim@fluendo.com>
12190
12191         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12192         (gst_ffmpeg_pixfmt_to_caps):
12193         Fix RGBA32 caps. Fixes #357038.
12194
12195 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12196
12197         * gst-libs/gst/interfaces/mixertrack.h:
12198           Add FIXME so we can add some padding here in 0.11
12199
12200 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12201
12202         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12203           Fix GstBaseRTPAudioPayload structure so the whole GObject
12204           inheritance business actually works (parent class instance structure
12205           must always come first in the derived class instance structure).
12206
12207 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12208
12209         * gst/videotestsrc/Makefile.am:
12210         * tests/check/Makefile.am:
12211           Make sure our checks and the videotestsrc plugin link against the
12212           local uninstalled gst libs and not any installed gst libs that
12213           might happen to exist as well.
12214
12215         * tests/check/elements/adder.c: (message_received),
12216         (test_event_message_received), (test_play_twice_message_received):
12217         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
12218           Fix compiler warnings when compiling against core with disabled
12219           debugging system.
12220
12221 2006-11-16  Michael Smith  <msmith@fluendo.com>
12222
12223         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12224         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
12225           Fix audiorate, so that it accurately sets offsets and timestamps.
12226           Doesn't change the fundamental algorithmic decisions; so should be
12227           safe.
12228
12229         * tests/check/Makefile.am:
12230           Enable audiorate test now that it passes.
12231
12232 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
12233
12234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12235           clear xv when going to NULL, remove // commented non-existant proto
12236
12237         * tests/examples/seek/seek.c: (main):
12238           add missing tooltip description for scrub and play_scrub
12239
12240 2006-11-14  David Schleef  <ds@schleef.org>
12241
12242         * configure.ac:
12243           Bump liboil requirement to 0.3.8.
12244         * gst-libs/gst/riff/riff-media.c:
12245           Add Dirac fourcc.
12246         * gst/videoscale/vs_image.h:
12247         * gst/videoscale/vs_scanline.h:
12248           Use liboil's stdint.h.
12249         * gst/videotestsrc/videotestsrc.c:
12250           Remove liboil related ifdef's, since they aren't needed now, and
12251           won't work with future versions.
12252
12253 2006-11-14  David Schleef  <ds@schleef.org>
12254
12255         * gst/videoscale/Makefile.am:
12256         * gst/videoscale/gstvideoscale.c:
12257         * gst/videoscale/gstvideoscale.h:
12258         * gst/videoscale/vs_4tap.c:
12259         * gst/videoscale/vs_4tap.h:
12260         * gst/videoscale/vs_image.c:
12261         * gst/videoscale/vs_image.h:
12262         * gst/videoscale/vs_scanline.c:
12263         * gst/videoscale/vs_scanline.h:
12264           Add a 4-tap image scaler.  Theoretically looks much prettier.
12265           The tap calculation could use some improvement.
12266
12267 2006-11-14  Wim Taymans  <wim@fluendo.com>
12268
12269         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12270
12271         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12272         (gst_riff_parse_strf_iavs):
12273         * gst/subparse/gstsubparse.c: (convert_encoding):
12274         * gst/tcp/gstmultifdsink.c:
12275         (gst_multi_fd_sink_handle_client_write):
12276         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12277         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12278         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12279         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12280         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12281         (gst_ximagesink_ximage_new):
12282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12283         Various gsize and gssize printf fixes. Fixes #372507.
12284
12285 2006-11-13  Wim Taymans  <wim@fluendo.com>
12286
12287         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12288         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12289         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12290         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12291         (vorbis_dec_chain_forward), (vorbis_dec_chain):
12292         * ext/vorbis/vorbisdec.h:
12293         First stab at vorbis reverse playback.
12294
12295 2006-11-13  Wim Taymans  <wim@fluendo.com>
12296
12297         * gst-libs/gst/audio/gstbaseaudiosink.c:
12298         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12299         * gst-libs/gst/audio/gstbaseaudiosink.h:
12300         Make the clock sync code more accurate wrt resampling and playback
12301         at different rates.
12302         
12303         * gst-libs/gst/audio/gstringbuffer.c:
12304         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12305         * gst-libs/gst/audio/gstringbuffer.h:
12306         Use better algorithm to interpolate sample rates. 
12307
12308 2006-11-13  Michael Smith  <msmith@fluendo.com>
12309
12310         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12311           Improve a debug line slightly.
12312
12313         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12314           Call gst_riff_init() in plugin_init, to avoid getting errors from
12315           the debug system (unrelated changes to another plugin made this turn
12316           up; not sure why).
12317
12318 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12319
12320         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12321
12322         * win32/common/libgsttag.def:
12323           Add missing symbol (#366492).
12324
12325 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12326
12327         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12328           Don't unref a NULL pad.
12329
12330 2006-11-09  Wim Taymans  <wim@fluendo.com>
12331
12332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12333         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12334         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12335         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12336         (gst_ogg_demux_loop):
12337         Implement first stab at reverse playback.
12338
12339 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12340
12341         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12342         (gst_riff_create_video_template_caps):
12343           add h263/h264 variants to the caps, Fixes #363118
12344
12345 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12346
12347         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12348         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12349           Use g_strerror instead of strerror so we get UTF-8.
12350
12351 2006-11-03  David Schleef  <ds@schleef.org>
12352
12353         * ext/ogg/gstoggdemux.c:
12354         * ext/ogg/gstoggmux.c:
12355           Add/remove KW-DIRAC header here, since it is ogg-specific.
12356
12357 2006-11-03  Michael Smith  <msmith@fluendo.com>
12358
12359         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12360           Recognise more mpeg4 elementary video streams.
12361
12362 2006-11-02  Edward Hervey  <edward@fluendo.com>
12363
12364         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12365         Lower the probability of mp3 typefinding functions if we don't find a
12366         valid mp3 header at the start of the file.
12367         Closes #369482
12368
12369 2006-11-02  Wim Taymans  <wim@fluendo.com>
12370
12371         * ext/theora/gsttheoradec.h:
12372         * ext/theora/theoradec.c: (gst_theora_dec_init),
12373         (theora_dec_sink_event), (theora_dec_chain_forward),
12374         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12375         (theora_dec_chain):
12376         Document and partially implement an algorithm for doing reverse playback
12377         of theora video.
12378
12379 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12380
12381         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12382
12383         * win32/common/config.h:
12384         * win32/common/interfaces-enumtypes.c:
12385         * win32/common/libgsttag.def:
12386         * win32/vs8/gst-plugins-base.sln:
12387         * win32/vs8/libgstaudioresample.vcproj:
12388         * win32/vs8/libgstinterfaces.vcproj:
12389         * win32/vs8/libgstogg.vcproj:
12390         * win32/vs8/libgstriff.vcproj:
12391         * win32/vs8/libgsttag.vcproj:
12392         * win32/vs8/libgsttheora.vcproj:
12393         * win32/vs8/libgstvideoscale.vcproj:
12394         * win32/vs8/libgstvorbis.vcproj:
12395           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12396           to libgsttag.def; add missing dependencies for some vs8 projects;
12397           re-arrange placement of .def files in vs8 projects (#366334).
12398
12399 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12400
12401         * ext/ogg/gstogg.c:
12402           Remove unused variable.
12403
12404         * ext/ogg/gstoggdemux.c:
12405           Fix Wim's surname in plugin description.
12406
12407 2006-10-31  Wim Taymans  <wim@fluendo.com>
12408
12409         * gst-plugins-base.spec.in:
12410         spec new .h file. Fixes #368310.
12411
12412 2006-10-31  Michael Smith  <msmith@fluendo.com>
12413
12414         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12415         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12416         (gst_multi_fd_sink_get_stats),
12417         (gst_multi_fd_sink_remove_client_link),
12418         (gst_multi_fd_sink_queue_buffer),
12419         (gst_multi_fd_sink_handle_clients):
12420         * gst/tcp/gstmultifdsink.h:
12421           Make using the remove or clear signals threadsafe.
12422           Make calling get-stats with an invalid fd not segfault.
12423           Fixes 368273.
12424
12425 2006-10-31  Wim Taymans  <wim@fluendo.com>
12426
12427         * gst-libs/gst/rtp/Makefile.am:
12428         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12429         (gst_base_rtp_audio_payload_init):
12430         Fix and activate base audio payloader.
12431
12432 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12433
12434         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12435         (plugin_init):
12436           Add typefinder for QuickTime Image Files (see #366156).
12437
12438 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12439
12440         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12441           Another typo fix (#366212).
12442
12443 2006-10-27  Wim Taymans  <wim@fluendo.com>
12444
12445         * gst/volume/gstvolume.c: (volume_transform_ip):
12446         Use stream time to synchronize volume property instead of rather random
12447         timestamps. This is needed when gnonlin does its time shifting.
12448
12449 2006-10-27  Wim Taymans  <wim@fluendo.com>
12450
12451         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12452
12453         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12454         Remove the pad from the element in release_pad. Fixes #364812.
12455
12456 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12457
12458         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12460           Explicitly create our custom buffer classes at a thread-safe
12461           location as well, since g_type_class_ref() doesn't seem to be
12462           entirely thread-safe either (#365501; also see #349410).
12463
12464 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12465
12466         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12467         (gst_riff_parse_info):
12468           If strings in INFO chunk are not UTF-8, do something similar to
12469           what we do for ID3v1 tags: check a number of environment variables
12470           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12471           character sets to try, otherwise try the current locale and/or fall
12472           back on ISO-8859-1. Fixes #360552.
12473
12474 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12475
12476         * gst/videotestsrc/gstvideotestsrc.c:
12477         (gst_video_test_src_pattern_get_type),
12478         (gst_video_test_src_set_pattern):
12479         * gst/videotestsrc/gstvideotestsrc.h:
12480         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12481         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12482         (gst_video_test_src_checkers8):
12483         * gst/videotestsrc/videotestsrc.h:
12484           Add a bunch of exciting new checkers patterns.
12485
12486 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12487
12488         * gst/subparse/Makefile.am:
12489         * gst/subparse/gstsubparse.c:
12490         (gst_sub_parse_data_format_autodetect),
12491         (gst_sub_parse_format_autodetect), (handle_buffer),
12492         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12493         * gst/subparse/gstsubparse.h:
12494         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12495         (parse_tmplayer):
12496         * gst/subparse/tmplayerparse.h:
12497           Add support for TMPlayer-type subtitles (#362845).
12498
12499         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12500         (GST_START_TEST), (subparse_suite):
12501           Add some basic unit tests for the above.
12502
12503 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12504
12505         * tests/check/elements/audiorate.c: (test_injector_base_init),
12506         (test_injector_class_init), (test_injector_chain),
12507         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12508         (GST_START_TEST), (audiorate_suite):
12509           More tests for audiorate: inject buffers to check behaviour when
12510           buffers overlap.
12511
12512 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12513
12514         * tests/check/Makefile.am:
12515         * tests/check/elements/.cvsignore:
12516         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12517         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12518           Add some basic unit tests for audiorate. Disabled at the moment
12519           since it doesn't pass yet (see bug #363119).
12520
12521 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12522
12523         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12524         (parse_subrip), (handle_buffer):
12525           Add missing closing tags for markup and fix broken markup,
12526           otherwise pango won't render anything (fixes #357531). Also,
12527           make sure the text we send out is always NUL-terminated
12528           (better safe than sorry etc.).
12529
12530         * tests/check/elements/subparse.c: (test_srt_do_test),
12531         (test_srt):
12532           Some more tests for .srt incl. tests for the above stuff.
12533
12534 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12535
12536         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12538         Patch by: Stefan Kost  <ensonic@users.sf.net>
12539         Try to redraw borders only when needed. Apparently this consumes
12540         resources on small devices... :-O (#363607)
12541
12542 2006-10-20  Michael Smith  <msmith@fluendo.com>
12543
12544         * gst/tcp/gstmultifdsink.c:
12545         (gst_multi_fd_sink_client_queue_buffer):
12546           If caps change, then update the client's idea of the caps so that we
12547           don't end up re-sending streamheaders for every single buffer after
12548           the caps change.
12549
12550 2006-10-20  Michael Smith  <msmith@fluendo.com>
12551
12552         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12553         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12554           Set caps on pushed buffers; fix up refcounting of caps objects.
12555
12556 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12557
12558         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12559         (plugin_init):
12560           Typefind mmsh header data packet to application/x-mmsh (#362625).
12561
12562 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12563
12564         * tests/check/Makefile.am:
12565         * tests/check/elements/.cvsignore:
12566         * tests/check/elements/subparse.c: (buffer_from_static_string),
12567         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12568         (GST_START_TEST), (subparse_suite):
12569           Add very simple unit test for subparse.
12570
12571 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12572
12573         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12574         (parse_subrip):
12575           Strip trailing newlines from subtitle text output.
12576
12577 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12578
12579         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12580         (gst_sub_parse_change_state):
12581           Fix memleak; clear subparse->textbuf n state change function.
12582
12583 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12584
12585         * gst/subparse/gstsubparse.c:
12586         (gst_sub_parse_data_format_autodetect):
12587           Don't require subrip (.srt) files to start with a chunk number of 1.
12588
12589 2006-10-18  Wim Taymans  <wim@fluendo.com>
12590
12591         * gst-libs/gst/audio/gstbaseaudiosink.c:
12592         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12593         * gst-libs/gst/audio/gstbaseaudiosink.h:
12594         Extract rate from the NEWSEGMENT event.
12595         Use commit_full to also take rate adjustment into account when writing
12596         samples to the ringbuffer.
12597         
12598         * gst-libs/gst/audio/gstringbuffer.c:
12599         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12600         (gst_ring_buffer_read):
12601         * gst-libs/gst/audio/gstringbuffer.h:
12602         Added _commit_full() to also take rate into account.
12603         Use simple interpolation algorithm to resample audio.
12604         API: gst_ring_buffer_commit_full()
12605
12606         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12607         * tests/examples/seek/seek.c: (segment_done):
12608         Don't try to seek with 0.0 rate, just pause instead.
12609         Remove bogus debug line.
12610
12611 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12612
12613         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12614         (setup_source):
12615           Catch async errors when starting up the subtitle bin, so we can
12616           stop waiting and continue with the main film instead of hanging
12617           forever. Fixes #339366.
12618
12619         * tests/check/elements/playbin.c: (playbin_suite):
12620           Enable unit test for the above.
12621
12622 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12623
12624         * tests/check/Makefile.am:
12625         * tests/check/elements/.cvsignore:
12626         * tests/check/elements/playbin.c: (GST_START_TEST),
12627         (gst_red_video_src_uri_get_type),
12628         (gst_red_video_src_uri_get_protocols),
12629         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12630         (gst_red_video_src_uri_handler_init),
12631         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12632         (gst_red_video_src_create), (gst_red_video_src_class_init),
12633         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12634           Some small and basic unit tests for playbin; not very useful yet,
12635           but at least a start.
12636
12637 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12638
12639         * gst/playback/gstplaybin.c: (setup_sinks):
12640           The old pad activation spiel.
12641
12642 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12643
12644         * gst/playback/gstplaybasebin.c: (setup_source):
12645           Don't hang forever if the subbin already fails to start up in 
12646           the state change to PAUSED (#339366).
12647
12648 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12649
12650         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12651         (gst_tuner_set_channel), (gst_tuner_get_channel),
12652         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12653         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12654         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12655         (gst_tuner_find_channel_by_name):
12656           Fix some function guards, add some more function guards.
12657
12658 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12659
12660         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12661         (remove_element_chain):
12662         Don't return a pad from get_our_ghost_pad unless it is actually the
12663         one we want.
12664         Change a cast in remove_element_chain slightly.
12665
12666 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12667
12668         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12669         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12670         Segment seeking needs to use the rate and set stop to -1.
12671
12672 2006-10-13  Wim Taymans  <wim@fluendo.com>
12673
12674         * gst-libs/gst/audio/gstbaseaudiosink.c:
12675         (gst_base_audio_sink_setcaps):
12676         Don't crash when ringbuffer is not yet created.
12677         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12678         Fixes #361634.
12679
12680         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12681         * gst/playback/gststreamselector.c:
12682         (gst_stream_selector_request_new_pad):
12683         Activate pads befre adding them to running elements.
12684
12685 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12686
12687         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12688         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12689         updater when we start grabing the slider. Don't wait for the
12690         pipeline to be PAUSED.
12691
12692 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12693
12694         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12695         (gst_mixer_set_volume), (gst_mixer_get_volume),
12696         (gst_mixer_set_mute), (gst_mixer_set_option),
12697         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12698         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12699         (gst_mixer_option_changed):
12700           Guard mixer interface functions against bogus arguments.
12701
12702 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12703
12704         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12705         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12706         (msg_state_changed), (main): Use state-changed messages to trigger
12707         start/stop of scale update timer. Indeed the scale slider was
12708         jumping here and there because the update timer was activated 
12709         before seek completed. This fixes instant applying of rate changes
12710         by pressing the spinbutton like a crazy man !
12711
12712 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12713
12714         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12715
12716         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12717         (gst_basertppayload_finalize):
12718           Fix two small memory leaks (#361456).
12719
12720 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12721
12722         * tests/examples/seek/seek.c: (do_seek),
12723         (rate_spinbutton_changed_cb): When changing spinbutton we try
12724         to change the rate on the fly.
12725
12726 2006-10-10  Wim Taymans  <wim@fluendo.com>
12727
12728         * gst-libs/gst/riff/riff-ids.h:
12729         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12730         (gst_riff_create_audio_template_caps):
12731         Add WMS caps.
12732
12733 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12734
12735         Patch by: Josep Torra Valles <josep@fluendo.com>
12736
12737         * ext/gnomevfs/gstgnomevfssink.c:
12738         * ext/gnomevfs/gstgnomevfssrc.c:
12739         Fix URI interface implementation return type.
12740         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12741         Fix what looks like a copy/paste issue when assigning values.
12742         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12743         (gst_audio_filter_template_get_type):
12744         Cast to prevent Forte warnings.
12745         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12746         Fix URI interface implementation return type.
12747         gst_pad_query_position requires a signed integer pointer as
12748         3rd parameter, GstClockTime is unsigned.
12749         * gst/audioconvert/audioconvert.c:
12750         Fix integer overflow when treated as signed.
12751         * gst/audioresample/resample.c: (resample_add_input_data):
12752         Cast to prevent warnings on Forte.
12753         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12754         Fix integer overflow when treated as signed.
12755         * gst/ffmpegcolorspace/imgconvert_template.h:
12756         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12757         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12758         (cleanup_decodebin):
12759         Who initialises a guint to -1!
12760         Cast function pointers to prevent warnings on Forte.
12761         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12762         (queue_threshold_reached):
12763         Cast function pointers correctly to prevent warnings on Forte.
12764         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12765         Cast function pointers correctly to prevent warnings on Forte.
12766         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12767         Obvious change to unsigned, 0xEF > max signed char.
12768         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12769         GstClockTime is unsigned, initialise correctly.
12770         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12771         Cast so pointer arithemetic doesn't cause warnings on Forte.
12772         * gst/videorate/gstvideorate.c:
12773         Use correct return value.
12774         * tests/examples/seek/scrubby.c:
12775         GstClockTime is unsigned, initialise correctly.
12776
12777 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12778
12779         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12780
12781         * gst/typefind/gsttypefindfunctions.c:
12782           Recognise XML files and XML-like files shorter than 256 bytes as
12783           well (fixes #359237).
12784
12785 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12786
12787         Patch by: Renato Filho <renato.filho@indt.org.br>
12788         
12789         * gst/typefind/gsttypefindfunctions.c:
12790         Added typefind functions to video/x-nuv media.
12791         
12792 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12793
12794         * gst-libs/gst/interfaces/xoverlay.c:
12795         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12796           Some more guards against invalid input.
12797
12798 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12799
12800         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12801         Useless goto.
12802         * tests/examples/seek/seek.c: (do_seek),
12803         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12804         seek example to experiment with rates != 1.0 (reverse playback !)
12805
12806 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12807
12808         * gst-libs/gst/interfaces/xoverlay.c:
12809           Unref message in doc-example (spotted by Robert McQueen)
12810
12811 2006-10-06  Wim Taymans  <wim@fluendo.com>
12812
12813         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12814         (mpeg1_parse_header), (mpeg1_sys_type_find):
12815         printf fix.
12816
12817 2006-10-06  Wim Taymans  <wim@fluendo.com>
12818
12819         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12820         (close_pad_link):
12821         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12822         Activate dynamic pads before adding them to the element.
12823
12824 2006-10-06  Michael Smith  <msmith@fluendo.com>
12825
12826         * gst-libs/gst/floatcast/floatcast.h:
12827           Fix obviously-bogus macros; use the correct types.
12828
12829 2006-10-06  Wim Taymans  <wim@fluendo.com>
12830
12831         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12832         (gst_base_rtp_depayload_change_state):
12833         Also call parent state change function to activate pads.
12834
12835         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12836         (mpeg1_parse_header), (mpeg1_sys_type_find):
12837         Add some more debug info in mpeg typefinding.
12838
12839 2006-10-06  Michael Smith  <msmith@fluendo.com>
12840
12841         * ext/theora/theoradec.c: (theora_dec_chain):
12842           Zero byte theora packets are valid and well-defined; don't warn on
12843           them.
12844
12845 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12846
12847         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12848         (gst_multi_fd_sink_get_stats), (find_limits),
12849         (gst_multi_fd_sink_queue_buffer):
12850           API: add dropped_buffers to the get-stats GValueArray
12851
12852 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12853
12854         * ext/alsa/gstalsadeviceprobe.c:
12855         (gst_alsa_device_property_probe_get_values):
12856         * ext/alsa/gstalsasink.c: (set_hwparams):
12857         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12858         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12859         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12860         (gst_ogg_mux_process_best_pad):
12861         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12862         (gst_ogg_parse_chain):
12863         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12864         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12865         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12866         (gst_vorbis_enc_buffer_check_discontinuous):
12867         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12868         * gst-libs/gst/audio/gstbaseaudiosink.c:
12869         (gst_base_audio_sink_render):
12870         * gst-libs/gst/cdda/gstcddabasesrc.c:
12871         (gst_cdda_base_src_handle_track_seek):
12872         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12873         (gst_base_rtp_depayload_push_full):
12874         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12875         * gst/audioresample/resample.c: (resample_input_pushthrough):
12876         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12877         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12878         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12879         (wavpack_type_find):
12880         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12881         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12882         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12883         * tests/check/elements/volume.c: (GST_START_TEST):
12884           Printf format fixes.
12885
12886 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12887
12888         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12889           Fix a simple mistake (see the docs)
12890           Fixes #359580
12891
12892 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12893
12894         * docs/plugins/Makefile.am:
12895         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12896         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12897         * docs/plugins/gst-plugins-base-plugins.args:
12898         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12899         * docs/plugins/inspect/plugin-adder.xml:
12900         * docs/plugins/inspect/plugin-alsa.xml:
12901         * docs/plugins/inspect/plugin-audioconvert.xml:
12902         * docs/plugins/inspect/plugin-audiorate.xml:
12903         * docs/plugins/inspect/plugin-audioresample.xml:
12904         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12905         * docs/plugins/inspect/plugin-cdparanoia.xml:
12906         * docs/plugins/inspect/plugin-decodebin.xml:
12907         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12908         * docs/plugins/inspect/plugin-gdp.xml:
12909         * docs/plugins/inspect/plugin-gnomevfs.xml:
12910         * docs/plugins/inspect/plugin-libvisual.xml:
12911         * docs/plugins/inspect/plugin-ogg.xml:
12912         * docs/plugins/inspect/plugin-pango.xml:
12913         * docs/plugins/inspect/plugin-playbin.xml:
12914         * docs/plugins/inspect/plugin-subparse.xml:
12915         * docs/plugins/inspect/plugin-tcp.xml:
12916         * docs/plugins/inspect/plugin-theora.xml:
12917         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12918         * docs/plugins/inspect/plugin-video4linux.xml:
12919         * docs/plugins/inspect/plugin-videorate.xml:
12920         * docs/plugins/inspect/plugin-videoscale.xml:
12921         * docs/plugins/inspect/plugin-videotestsrc.xml:
12922         * docs/plugins/inspect/plugin-volume.xml:
12923         * docs/plugins/inspect/plugin-vorbis.xml:
12924         * docs/plugins/inspect/plugin-ximagesink.xml:
12925         * docs/plugins/inspect/plugin-xvimagesink.xml:
12926           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12927
12928 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12929
12930         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12931
12932         * ext/vorbis/Makefile.am:
12933         * ext/vorbis/vorbis.c: (plugin_init):
12934         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12935         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12936         * ext/vorbis/vorbisparse.h:
12937         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12938         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12939         (gst_vorbis_tag_parse_packet):
12940         * ext/vorbis/vorbistag.h:
12941           Add new vorbistag element which derives from vorbisparse
12942           and is essentially the same as well, only that it implements
12943           the GstTagSetter interface and can modify the stream's
12944           vorbiscomment on the fly (#335635).
12945
12946         * tests/check/Makefile.am:
12947         * tests/check/elements/.cvsignore:
12948         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12949         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12950         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12951         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12952           Add unit test for new vorbistag element.
12953
12954 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12955
12956         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12957         (vorbis_parse_push_headers), (vorbis_parse_chain):
12958           Set BOS flag in packet structure to fix 'jump depends
12959           on unitialized value' errors in valgrind; various minor
12960           clean-ups.
12961
12962 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12963
12964         * gst/playback/gstdecodebin.c: (close_pad_link):
12965         Fix typo in a debug statement.
12966
12967         * gst/playback/gstplaybasebin.c: (probe_triggered),
12968         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12969         (gen_source_element), (source_new_pad), (analyse_source),
12970         (setup_source):
12971         When handling no_more_pads in new_decoded_pad, make sure to treat
12972         subtitle pads correctly. Fixes playback with subtitle files.
12973
12974         Move a recurring message to LOG level.
12975
12976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12977         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12978         which ends up as -1 when cast to an int. Make the logic handle the
12979         max value as an unsigned mask and only change the colorkey when it's
12980         a value we recognise.
12981
12982 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12983
12984         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12985         Removed empty * between paragraphs
12986
12987 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12988
12989         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12990         * gst-libs/gst/rtp/README:
12991         Moved some documentation into .c file
12992
12993 2006-09-29  Wim Taymans  <wim@fluendo.com>
12994
12995         * gst/playback/gstdecodebin.c: (no_more_pads):
12996         Fix compilation.
12997
12998 2006-09-29  Wim Taymans  <wim@fluendo.com>
12999
13000         * gst/playback/gstdecodebin.c: (new_caps):
13001         Remove g_print
13002
13003         * gst/playback/gstplaybin.c:
13004         Add some docs.
13005
13006 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13007
13008         * tests/check/Makefile.am:
13009           Re-enable cddabasesrc test to see if it works again
13010           now.
13011
13012 2006-09-29  Wim Taymans  <wim@fluendo.com>
13013
13014         * gst/playback/gstplaybasebin.c: (setup_subtitle),
13015         (gen_source_element):
13016         Handle invalid URIs a bit more gracefully.
13017
13018 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13019
13020         * tests/check/pipelines/oggmux.c:
13021           Remove obsolete comment.
13022
13023 2006-09-29  Michael Smith  <msmith@fluendo.com>
13024
13025         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13026         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
13027         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
13028         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
13029         (gst_ogg_mux_collected):
13030           Commit patch from James "Doc" Livingston, adds proper EOS handling
13031           in oggmux. GStreamer can, for the first time ever, create a valid
13032           Ogg file! Yay!
13033
13034         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
13035         (oggmux_suite):
13036           Reenable tests now that they pass.
13037
13038 2006-09-29  Wim Taymans  <wim@fluendo.com>
13039
13040         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
13041         Stop reading commands when EOF (we read 0) as well.
13042
13043 2006-09-28  Wim Taymans  <wim@fluendo.com>
13044
13045         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
13046         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
13047         (find_dynamic), (unlinked), (close_link):
13048         Implement delayed caps linking needed for element with a lot of
13049         different caps on the src pads that get fixed at runtime.
13050         Improve management of dynamic elements.
13051
13052         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13053         (group_destroy), (group_commit), (check_queue), (queue_overrun),
13054         (gen_preroll_element), (remove_groups), (unknown_type),
13055         (add_element_stream), (no_more_pads_full), (no_more_pads),
13056         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
13057         (new_decoded_pad), (setup_subtitle), (array_has_value),
13058         (gen_source_element), (source_new_pad), (has_all_raw_caps),
13059         (analyse_source), (remove_decoders), (make_decoder),
13060         (remove_source), (setup_source), (finish_source), (prepare_output),
13061         (gst_play_base_bin_change_state):
13062         * gst/playback/gstplaybasebin.h:
13063         Use more _CAST instead of full type checking casts.
13064         Small cleanups, plug some leaks.
13065         Handle dynamic sources.
13066         Add some helper functions to create lists of strings used for
13067         blacklisting and other stuff.
13068         Refactor some code dealing with analysing the source.
13069         Re-enable sources without pads (like cd:// or other selfcontained
13070         elements).
13071
13072 2006-09-28  Wim Taymans  <wim@fluendo.com>
13073
13074         * gst-libs/gst/audio/gstbaseaudiosink.c:
13075         (gst_base_audio_sink_render):
13076         When we have a timestamp, we can still perform clipping.
13077         When we have no clock, we must play the sample ASAP.
13078
13079 2006-09-28  Wim Taymans  <wim@fluendo.com>
13080
13081         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13082         Set caps on outgoing buffers.
13083
13084         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
13085         (gst_video_rate_event), (gst_video_rate_chain):
13086         * gst/videorate/gstvideorate.h:
13087         Fix videorate some more. Fixes #357977
13088
13089 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
13090
13091         * tests/check/elements/adder.c: (adder_suite):
13092           Don't set timeout to 6 seconds when we're running
13093           in valgrind ... (and how is 6 seconds longer than
13094           the default anyway?)
13095
13096 2006-09-28  Wim Taymans  <wim@fluendo.com>
13097
13098         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13099         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
13100         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
13101         Keep sink and src segment to keep track of time and support more
13102         input formats.
13103         Fix bogus next_offset and run_time calculation, don't understand how
13104         this could have worked before. Fixes #357976.
13105         Remove some unneeded vars.
13106
13107 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
13108
13109         * gst/playback/gstplaybin.c: (remove_sinks):
13110           Only remove visualisation from visbin if there is a visbin (or:
13111           don't throw warnings when closing totem without playing a file).
13112
13113 2006-09-27  Wim Taymans  <wim@fluendo.com>
13114
13115         * gst-libs/gst/audio/gstbaseaudiosink.c:
13116         (gst_base_audio_sink_render):
13117         Add some more info in a WARNING.
13118
13119         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13120         (gst_base_audio_src_create):
13121         Handle PAUSE in create function, use new -core addition to
13122         wait for playing. Fixes pausing and resuming capture from an
13123         audiosrc.
13124
13125         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
13126         (gst_ring_buffer_read):
13127         Constify some more.
13128         Caller supports interrupted reads now.
13129
13130 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13131
13132         * tests/check/Makefile.am:
13133           Another attempt to make the gen64 buildbot happy.
13134
13135 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
13136
13137         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
13138
13139         * ext/libvisual/visual.c: (gst_visual_clear_actors),
13140         (gst_visual_chain), (gst_visual_change_state):
13141           Libvisual plugin was not passing audio data to libvisual 0.4.0 
13142           correctly. Fixes #357800
13143
13144 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13145
13146         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
13147           Add timeout to _get_state() so we see which pipeline it is
13148           that causes trouble on the gen64 build bot.
13149
13150 2006-09-27  Wim Taymans  <wim@fluendo.com>
13151
13152         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13153         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
13154         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
13155         (gst_base_rtp_depayload_set_gst_timestamp):
13156         the source pad always uses fixed caps.
13157
13158 2006-09-27  Wim Taymans  <wim@fluendo.com>
13159
13160         * docs/libs/gst-plugins-base-libs-docs.sgml:
13161         * docs/libs/gst-plugins-base-libs-sections.txt:
13162         * gst-libs/gst/audio/gstaudioclock.c:
13163         * gst-libs/gst/audio/gstaudioclock.h:
13164         * gst-libs/gst/audio/gstaudiosink.c:
13165         * gst-libs/gst/audio/gstaudiosink.h:
13166         * gst-libs/gst/audio/gstaudiosrc.c:
13167         * gst-libs/gst/audio/gstbaseaudiosink.c:
13168         (gst_base_audio_sink_render):
13169         * gst-libs/gst/audio/gstbaseaudiosink.h:
13170         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
13171         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13172         * gst-libs/gst/audio/gstringbuffer.h:
13173         Added docs for the audio libs.
13174
13175 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13176
13177         * tests/check/Makefile.am:
13178           Temporarily disable test that fails on the bots for unknown reasons.
13179
13180 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13181
13182         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13183         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13184         Moved AudioCodecType into priv
13185         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
13186
13187 2006-09-25  Wim Taymans  <wim@fluendo.com>
13188
13189         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13190         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
13191         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
13192         (new_pad):
13193         Cleanups and small leak fixes.
13194         Added Depayloaders to valid list of autopluggable elements.
13195
13196 2006-09-25  Wim Taymans  <wim@fluendo.com>
13197
13198         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13199         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
13200         (gen_video_element), (gen_text_element), (gen_audio_element),
13201         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
13202         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
13203         Detect NO_PREROLL state change returns and disable clock distribution to
13204         the sinks so that sync is disabled.
13205         Avoid some type checking and do simple casts instead.
13206         Small cleanups, fix some FIXMEs.
13207         Be more robust when linking user specified elements, catch an report
13208         errors. Fixes #357404.
13209         Fix some leaks in the error paths.
13210
13211 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
13212
13213         * ChangeLog:
13214           ChangeLog surgery for missing bug-number
13215
13216 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13217
13218         Patch by: Peter Kjellerstedt  <pkj at axis com>
13219
13220         * gst/playback/test.c:
13221           Fix compilation with uClibc and -Werror (#357591).
13222
13223 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13224
13225         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13226           Parse dates that are followed by a time as well (#357532).
13227
13228         * tests/check/libs/tag.c: (test_vorbis_tags):
13229           Add unit test for this.
13230
13231 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13232
13233         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13234         (gst_audio_convert_transform_caps):
13235         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13236         * gst/videotestsrc/videotestsrc.h:
13237           A few array const-ifications.
13238
13239 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13240
13241         * tests/check/Makefile.am:
13242           See if this makes the build bots happy.
13243
13244         * tests/check/libs/cddabasesrc.c:
13245           UTF8-ise my name.
13246
13247 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13248
13249         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13250
13251         * gst/subparse/samiparse.c: (handle_start_font),
13252         (fix_invalid_entities):
13253           More case-insensitivity for certain tags; recognise entities with
13254           decimal codes as special entities as well (#357330).
13255
13256 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13257
13258         * gst-libs/gst/Makefile.am:
13259           Need to build tag directory before cdda.
13260
13261 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13262
13263         * docs/libs/gst-plugins-base-libs-sections.txt:
13264         * gst-libs/gst/cdda/Makefile.am:
13265         * gst-libs/gst/cdda/gstcddabasesrc.c:
13266         (gst_cdda_base_src_base_init):
13267         * gst-libs/gst/cdda/gstcddabasesrc.h:
13268         * gst-libs/gst/tag/tag.h:
13269         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13270         (gst_tag_register_musicbrainz_tags):
13271           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13272           depend on libgsttag. This is required so we can extract/read tags like
13273           DISCID without depending on libgstcddabasesrc (which used to register
13274           them).
13275
13276         * gst-libs/gst/tag/gstvorbistag.c:
13277           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13278           tags (also see #347848).
13279
13280         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13281           Log vorbis comments we are actually writing. Const-ify array.
13282
13283 2006-09-23  Wim Taymans  <wim@fluendo.com>
13284
13285         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13286         Improve buffering a bit by avoiding a deadlock because we cannot assume
13287         the underrun is always called.
13288
13289 2006-09-23  Wim Taymans  <wim@fluendo.com>
13290
13291         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13292
13293         * gst-libs/gst/riff/riff-ids.h:
13294         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13295         (gst_riff_create_audio_template_caps):
13296         Added MPEG-4 AAC and id and caps. Fixes #357289
13297         Added WMA9 Lossless id.
13298
13299 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13300
13301         * ext/gnomevfs/gstgnomevfssrc.c:
13302           Fix misleading docs addition.
13303
13304         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13305           Get rid of compiler warning the right way.
13306
13307 2006-09-22  Wim Taymans  <wim@fluendo.com>
13308
13309         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13310         (gst_base_rtp_depayload_finalize),
13311         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13312         (gst_base_rtp_depayload_push_full),
13313         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13314         (gst_base_rtp_depayload_process),
13315         (gst_base_rtp_depayload_set_gst_timestamp),
13316         (gst_base_rtp_depayload_queue_release):
13317         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13318         Small cleanups.
13319         Fix some leaks.
13320         Refactored the process method and added methods to push from the process
13321         vmethod.
13322         Use _scale functions.
13323         API: gst_base_rtp_depayload_push_ts
13324         API: gst_base_rtp_depayload_push
13325
13326         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13327         timestamps are uint.
13328
13329 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13330
13331         * gst-libs/gst/interfaces/xoverlay.c:
13332           Remove unused statement from doc example.
13333
13334 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13335
13336         * gst-libs/gst/interfaces/videoorientation.c:
13337         (gst_video_orientation_iface_init),
13338         (gst_video_orientation_get_hflip),
13339         (gst_video_orientation_get_vflip),
13340         (gst_video_orientation_get_hcenter),
13341         (gst_video_orientation_get_vcenter),
13342         (gst_video_orientation_set_hflip),
13343         (gst_video_orientation_set_vflip),
13344         (gst_video_orientation_set_hcenter),
13345         (gst_video_orientation_set_vcenter):
13346           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13347           in ChangeLog)
13348
13349 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13350
13351         * tests/check/Makefile.am:
13352         * tests/check/elements/.cvsignore:
13353         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13354         (create_rgb_conversions), (rgb_conversion_free),
13355         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13356         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13357           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13358           but disable for now since it doesn't pass (something wrong with
13359           RGBA somewhere).
13360
13361 2006-09-21  Wim Taymans  <wim@fluendo.com>
13362
13363         * gst/playback/gstplaybasebin.c: (group_commit),
13364         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13365         (queue_out_of_data), (gen_preroll_element),
13366         (preroll_remove_overrun), (probe_triggered):
13367         Refactor handling of overrun detection.
13368         Separate handling of group completion and deadlock detection when doing
13369         network buffering. This should fix some deadlocks that were not detected
13370         because the group was completed.
13371         Add more comments, improve debugging.
13372
13373 2006-09-21  Wim Taymans  <wim@fluendo.com>
13374
13375         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13376         * tests/check/libs/audio.c:
13377         Some more compilation fixes.
13378
13379 2006-09-21  Wim Taymans  <wim@fluendo.com>
13380
13381         * gst-libs/gst/audio/gstringbuffer.c:
13382         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13383         (gst_ring_buffer_read):
13384         Early morning compilation fix.
13385
13386 2006-09-20  Wim Taymans  <wim@fluendo.com>
13387
13388         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13389         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13390         * tests/check/elements/videorate.c: (GST_START_TEST):
13391         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13392         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13393         Fix some warnings.
13394
13395 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13396
13397         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13398         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13399         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13400           Handcrafted merge to help CVS understanding what I changed and what
13401           not.
13402
13403 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13404
13405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13406         (gst_xvimagesink_get_times):
13407           change colorkey behaviour back according to #354773 comment 6/7
13408
13409 2006-09-19  Michael Smith  <msmith@fluendo.com>
13410
13411         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13412         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13413         (gst_multi_fd_sink_recover_client),
13414         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13415         (gst_multi_fd_sink_get_property):
13416         * gst/tcp/gstmultifdsink.h:
13417           Implement stubbed out properties unit-type, units-soft-max,
13418           units-max, to allow specifying maximum sizes in units other than
13419           buffers.
13420           Fixes #355935
13421
13422 2006-09-19  Wim Taymans  <wim@fluendo.com>
13423
13424         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13425         (gst_riff_create_audio_template_caps):
13426         Reorder the audio formats a bit for clarity.
13427         Detect and create caps for MSGSM and MSN (WAV49).
13428         Fixes #356596.
13429
13430         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13431         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13432         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13433         Small cleanups, move error handling out of normal flow for clarity.
13434
13435 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13436
13437         * docs/libs/gst-plugins-base-libs-docs.sgml:
13438         * docs/libs/gst-plugins-base-libs.types:
13439         * gst-libs/gst/interfaces/Makefile.am:
13440         * gst-libs/gst/interfaces/videoorientation.c:
13441         (gst_video_orientation_get_type),
13442         (gst_video_orientation_iface_init),
13443         (gst_video_orientation_get_hflip),
13444         (gst_video_orientation_get_vflip),
13445         (gst_video_orientation_get_hcenter),
13446         (gst_video_orientation_get_vcenter),
13447         (gst_video_orientation_set_hflip),
13448         (gst_video_orientation_set_vflip),
13449         (gst_video_orientation_set_hcenter),
13450         (gst_video_orientation_set_vcenter):
13451         * gst-libs/gst/interfaces/videoorientation.h:
13452           API: Add new interface to control video orientation (fixes #354908)
13453
13454 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13455
13456         * gst/videotestsrc/gstvideotestsrc.c:
13457           Use G_UNLIKELY in _create and log one more detail.
13458           
13459         (gst_video_test_src_get_times), (gst_video_test_src_create):
13460         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13461           Use gst_util_uint64_scale_int in _get_times().
13462
13463 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13464
13465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13466           Give better warning message (add object and detail).
13467
13468 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13469
13470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13471         (gst_xvimagesink_get_times):
13472           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13473           #354773), use gst_util_uint64_scale_int in _get_times()
13474
13475 2006-09-18  Michael Smith  <msmith@fluendo.com>
13476
13477         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13478           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13479           always true, leading to dropping all timestamps.
13480
13481 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13482
13483         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13484         (gst_visual_chain), (gst_visual_change_state):
13485           update to work also with libvisual 0.4 API, fix double unref (#355914)
13486           
13487         * tools/gst-launch-ext.1.in:
13488         * tools/gst-visualise.1.in:
13489           remove references to old man-pages
13490
13491         * tests/examples/seek/seek.c: (main):
13492           add real meadi-buttons, add tool-tips for the seek-options, arrange
13493           seek options in a table
13494
13495 2006-09-18  Michael Smith  <msmith@fluendo.com>
13496
13497         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13498         (gst_ogg_mux_push_buffer):
13499           Don't generate out-of-order timestamps from oggmux, instead clamp
13500           output timestamps to be >= the previously output ts.
13501           Fixes #355595
13502
13503 2006-09-18  Michael Smith  <msmith@fluendo.com>
13504
13505         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13506         (gst_multi_fd_sink_class_init):
13507           Updates, fixes, and typo corrections for multifdsink. No functional
13508           changes.
13509
13510 2006-09-17  Michael Smith  <msmith@fluendo.com>
13511
13512         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13513           Don't crash on truncated files - check that we got an 8 byte buffer
13514           before trying to memcmp it.
13515
13516 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13517
13518         * gst/playback/gstplaybasebin.c: (get_active_source):
13519           Make stream-switching appear instant to the application
13520           (ie. make sure that a g_object_get on 'current-foo' returns
13521           the stream previously set with g_object_set(). Totem needs
13522           this to update stream-related meta-info (like audio-codec)
13523           correctly when switching streams.
13524
13525 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13526
13527         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13528         (gst_alsa_mixer_ensure_track_list):
13529           Try harder to guess which mixer track is the master mixer
13530           track (instead of just taking the first one that has a pvolume).
13531           Fixes #342228.
13532
13533 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13534
13535         reviewed by: <delete if not using a buddy>
13536
13537         * gst-libs/gst/audio/audio.h:
13538         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13539
13540 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13541
13542         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13543         (gst_audio_convert_transform_caps):
13544           Get structure-name just once.
13545
13546 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13547
13548         * tests/check/elements/audioresample.c: (GST_START_TEST):
13549         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13550         * tests/check/elements/volume.c: (GST_START_TEST):
13551         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13552         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13553         (test_pipeline), (GST_START_TEST):
13554         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13555         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13556           Fix big batch of compiler warnings.
13557
13558 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13559
13560         * ext/gnomevfs/gstgnomevfssrc.c:
13561           Add docs about icydemux usage in connection with gnomevfssrc
13562
13563         * ext/libvisual/visual.c:
13564         * ext/ogg/gstoggaviparse.c:
13565         * ext/ogg/gstoggdemux.c:
13566         * ext/ogg/gstoggmux.c:
13567         * ext/ogg/gstoggparse.c:
13568         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13569         * gst-libs/gst/audio/gstaudiosink.c:
13570         * gst-libs/gst/audio/gstaudiosrc.c:
13571         * gst/audiorate/gstaudiorate.c:
13572           More G_OBJECT macro fixing.
13573
13574         * gst/audiotestsrc/gstaudiotestsrc.h:
13575           Fix wrong info in header due to copy & paste
13576
13577 2006-09-15  Wim Taymans  <wim@fluendo.com>
13578
13579         * gst-libs/gst/audio/gstbaseaudiosink.c:
13580         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13581         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13582         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13583         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13584         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13585         Do the delay calculation in the source/sink base classes as this is
13586         specific for the capture/playback mode.
13587         Try to fixate a bit better, like round depth up to a multiple of 8
13588         bigger than width.
13589         Handle underruns correctly by marking DISCONT on buffers and adjusting
13590         timestamps to handle the gap.
13591         Set offset/offset_end correctly on buffers.
13592
13593         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13594         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13595         (gst_ring_buffer_read):
13596         Remove resync and underrun recovery from the ringbuffer.
13597         Fix ringbuffer read code on under/overrun.
13598
13599 2006-09-15  Wim Taymans  <wim@fluendo.com>
13600
13601         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13602         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13603         (queue_threshold_reached), (gst_play_base_bin_set_property),
13604         (gst_play_base_bin_get_property):
13605         * gst/playback/gstplaybasebin.h:
13606         Don't use a 0 low watermark when buffering, it is catching starvation
13607         way too late. Instead, use a 3 second queue with 30 and 95
13608         percent low/high watermarks. 
13609         Added queue-min-threshold property to configure low watermark.
13610         Use new _buffering message API.
13611         Make queue_threshold variable big enough to store a uint64 time value.
13612         API: playbin::queue-min-threshold property.
13613
13614 2006-09-15  Wim Taymans  <wim@fluendo.com>
13615
13616         * configure.ac:
13617         We require 0.10.10.1 now because of _wait_preroll().
13618
13619         * gst-libs/gst/audio/gstbaseaudiosink.c:
13620         (gst_base_audio_sink_render):
13621         Use gst_base_sink_wait_preroll().
13622
13623 2006-09-15  Wim Taymans  <wim@fluendo.com>
13624
13625         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13626         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13627         Use DEBUG_OBJECT more.
13628
13629 === release 0.10.10 ===
13630
13631 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13632
13633         patch by: Michael Smith <msmith at fluendo dot com>
13634
13635         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13636         (gst_multi_fd_sink_client_queue_buffer),
13637         (gst_multi_fd_sink_new_client):
13638         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13639         (multifdsink_suite):
13640           Fix implementation of sync-method 'next-keyframe'
13641           Closes #354594
13642
13643 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13644
13645         patch by: Wim Taymans <wim at fluendo dot com>
13646
13647         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13648         This patch removes the RANDOM flag that was incorrectly introduced with
13649         revision 1.91.  Fixes #354590
13650
13651 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13652
13653         * tests/check/Makefile.am:
13654           Random variation in Makefile line to see if it makes the
13655           gen64-base-full bot any happier.
13656
13657 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13658
13659         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13660           Disable test that fails at the moment (killed after timeout).
13661
13662 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13663
13664         Patch by: James Livingston  <doclivingston at gmail.com>
13665
13666         * tests/check/Makefile.am:
13667         * tests/check/pipelines/.cvsignore:
13668         * tests/check/pipelines/oggmux.c: (get_page_codec),
13669         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13670         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13671         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13672         (test_theora_vorbis), (oggmux_suite):
13673           Add simple unit test for oggmux from #337026 with checking for the
13674           EOS flags disabled for the time being.
13675
13676 2006-09-04  Wim Taymans  <wim@fluendo.com>
13677
13678         patch by: Alessandro Dessina <alessandro nnva org>
13679
13680         * ext/ogg/gstoggmux.c:
13681         Add cmml caps to oggmux. Fixes #353912
13682
13683 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13684
13685         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13686           Returning a return value often helps. In this case, we
13687           don't need the return value anyway, so just get rid of it.
13688           Should make build bots much happier.
13689
13690 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13691
13692         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13693         (paint_get_structure), (gst_video_test_src_get_size),
13694         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13695         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13696         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13697         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13698         * gst/videotestsrc/videotestsrc.h:
13699           Add support for AYUV and the various RGBA formats. Initialise
13700           fields of paintinfo structs allocated on the stack.
13701
13702         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13703         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13704         (check_rgb_buf), (videotestsrc_suite):
13705           Add unit tests for videotestsrc's RGB output.
13706
13707 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13708
13709         * gst/videotestsrc/gstvideotestsrc.c:
13710         (gst_video_test_src_pattern_get_type),
13711         (gst_video_test_src_set_pattern):
13712         * gst/videotestsrc/gstvideotestsrc.h:
13713         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13714         (gst_video_test_src_black), (gst_video_test_src_white),
13715         (gst_video_test_src_red), (gst_video_test_src_green),
13716         (gst_video_test_src_blue):
13717         * gst/videotestsrc/videotestsrc.h:
13718           Add more uni-colour patterns ("white", "red", "green", and "blue").
13719
13720 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13721
13722         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13723           Fix stride for YVYU, should be word-aligned (#353658).
13724
13725 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13726
13727         * gst/adder/gstadder.c: (gst_adder_src_event):
13728           Fix build.
13729
13730 2006-08-31  Edward Hervey  <edward@fluendo.com>
13731
13732         * gst/adder/gstadder.c: (forward_event_func),
13733         (gst_adder_src_event), (gst_adder_collected),
13734         (gst_adder_change_state):
13735         * gst/adder/gstadder.h:
13736         Remember the start position asked in the incoming seeks, so we can
13737         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13738         of assuming it will always be 0).
13739
13740 2006-08-31  Edward Hervey  <edward@fluendo.com>
13741
13742         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13743         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13744         (gst_ogg_demux_loop):
13745         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13746
13747 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13748
13749         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13750         (gst_ffmpegcsp_get_unit_size):
13751           Return FALSE instead of returning a random false unit
13752           size when the format isn't known/supported (even if
13753           this shouldn't happen under normal circumstances).
13754
13755 2006-08-29  Wim Taymans  <wim@fluendo.com>
13756
13757         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13758
13759         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13760         (gst_gnome_vfs_src_start):
13761         Try harder to get the size from a uri by using _info_uri() when
13762         _info_from_handle() does not give us enough info. 
13763         Also follow symlinks when getting the size.
13764         Partially Fixes #332864.
13765
13766 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13767
13768         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13769
13770         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13771         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13772         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13773         (gst_alsa_mixer_set_record):
13774         * ext/alsa/gstalsamixertrack.c:
13775         (gst_alsa_mixer_track_update_alsa_capabilities),
13776         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13777         (gst_alsa_mixer_track_update):
13778         * ext/alsa/gstalsamixertrack.h:
13779           Improve and fix mixer track handling, in particular better handling
13780           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13781           separate track objects for tracks that have both capture and playback
13782           volume (and label them differently as well so they're not mistakenly
13783           assumed to be duplicates); classify mixer tracks that only affect
13784           the audible volume of something (rather than the capture volume)
13785           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13786           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13787           (following the meaning documented in the mixer interface header
13788           file); add support for alsa's exclusive cswitch groups; update/sync
13789           state/flags better if mixer settings are changed by another
13790           application. Fixes #336075.
13791
13792 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13793
13794         * gst/playback/gstplaybin.c:
13795           Improve docs: add section about BUFFERING messages sent by playbin.
13796
13797 2006-08-29  Michael Smith  <msmith@fluendo.com>
13798
13799         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13800         (gst_vorbis_enc_buffer_check_discontinuous),
13801         (gst_vorbis_enc_chain):
13802           Ignore explicit DISCONT marked on buffers (which is often spurious,
13803           particularly when using multiple segments), in favour of solely
13804           using the timestamps/durations.
13805
13806 2006-08-29  Edward Hervey  <edward@fluendo.com>
13807
13808         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13809         Don't rely on incoming buffers offset anymore, since it is completely
13810         broken when using multiple segments.
13811         Instead convert the incoming buffers timestamp to running time, and
13812         then convert that value to the offsets.
13813         Also inform GstSegment of the last outputted stop position, which is
13814         needed if we received several segments with an unknown stop value.
13815
13816 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13817
13818         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13819           fix buffer unreffing on a header push failure
13820
13821 2006-08-28  Wim Taymans  <wim@fluendo.com>
13822
13823         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13824         (gst_audio_rate_chain):
13825         Make the metadata of the buffer writable before changing its
13826         flags.
13827
13828 2006-08-28  Wim Taymans  <wim@fluendo.com>
13829
13830         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13831         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13832         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13833         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13834         Fix audiorate some more.
13835         Reset and resync counters on flush and READY.
13836         Handle the DISCONT flag correctly.
13837         Use GstSegment to track position.
13838         Fail when not negotiated.
13839         Fixes #353234.
13840
13841 2006-08-25  Michael Smith  <msmith@fluendo.com>
13842
13843         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13844           Fix spelling.
13845           Remove accidently included debug line.
13846
13847 2006-08-25  Wim Taymans  <wim@fluendo.com>
13848
13849         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13850         Small cleanups.
13851         If a buffer is received with no caps, make the buffer metadata
13852         writable and set the caps, making sure that we don't screw up the
13853         refcounts.
13854
13855 2006-08-25  Michael Smith  <msmith@fluendo.com>
13856
13857         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13858         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13859           Fix memory leaks and misleading debug messages, add a couple of
13860           comments.
13861
13862         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13863         (gst_multi_fd_sink_render):
13864           Do not use gst_buffer_make_writable() in a basesink render method,
13865           as it may incorrectly unref the buffer. Instead, use convoluted
13866           dance to avoid copying the buffer except when we need to.
13867
13868 2006-08-25  Michael Smith  <msmith@fluendo.com>
13869
13870         * ext/vorbis/vorbisenc.c:
13871         (gst_vorbis_enc_buffer_check_discontinuous):
13872           Allow very small discontinuities in the timestamps. These we can't
13873           do anything useful with anyway (because vorbis's timestamps have
13874           only sample granularity), and are commonly produced by elements with
13875           minor bugs. Allow up to 1/2 a sample out.
13876           Fixes #351742.
13877
13878 2006-08-24  Wim Taymans  <wim@fluendo.com>
13879
13880         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13881         (play_scrub_toggle_cb), (main):
13882         Add a checkbox to enable play scrubbing. Makes it possible to disable
13883         normal scrubbing.
13884
13885 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13886
13887         * tests/check/elements/.cvsignore:
13888           make buildbot happy
13889
13890 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13891
13892         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13893         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13894         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13895         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13896         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13897         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13898         (gst_ogm_text_parse_strip_trailing_zeroes),
13899         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13900         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13901           Refactor ogm parse, do better input checking, misc. clean-ups.
13902           Cache incoming events and push them once the source pad has
13903           been created. Don't pass unterminated strings to sscanf().
13904           Strip trailing zeroes from subtitle text output, since they
13905           are not valid UTF-8. Don't push vorbiscomment packets on
13906           the subtitle text pad. Output perfect streams if possible.
13907
13908 2006-08-23  Wim Taymans  <wim@fluendo.com>
13909
13910         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13911         Waits for tasks to settle down so that we clean up correctly for 
13912         valgrind.
13913
13914 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13915
13916         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13917           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13918           actually return return value in taglists_are_equal.
13919
13920 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13921
13922         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13923           Fix crash due to broken bitstream parsing on x86-64: can't make
13924           any assumptions about sizeof(struct) due to alignment/packing
13925           differences on different architectures. Fixes #351790.
13926
13927 2006-08-22  Wim Taymans  <wim@fluendo.com>
13928
13929         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13930         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13931         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13932         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13933         (gst_riff_parse_info):
13934         Protect public functions against bad input.
13935         Do some cleanups.
13936         Fix documentation.
13937
13938 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13939
13940         * gst-libs/gst/riff/riff-ids.h:
13941         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13942           Add voxware audio IDs (even if we can't play it) (#351795).
13943
13944 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13945
13946         * gst-libs/gst/riff/riff-media.c:
13947         (gst_riff_create_video_template_caps),
13948         (gst_riff_create_audio_template_caps),
13949         (gst_riff_create_iavs_template_caps):
13950           Const-ify some arrays and use G_N_ELEMENTS instead
13951           of wasting oodles of RAM on terminator bits.
13952
13953 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13954
13955         * gst-libs/gst/tag/gstvorbistag.c:
13956         (gst_tag_list_to_vorbiscomment_buffer):
13957         * tests/check/libs/tag.c: (GST_START_TEST):
13958           And the same for _to_vorbiscomment_buffer(): allow
13959           id_data_len == 0 for speex.
13960
13961 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13962
13963         * configure.ac:
13964         * docs/plugins/Makefile.am:
13965         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13966         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13967         * docs/plugins/inspect/plugin-gdp.xml:
13968         * gst/gdp/Makefile.am:
13969         * tests/check/Makefile.am:
13970           Move GDP plugin to -base from -bad.  Closes #347783.
13971
13972 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13973
13974         * gst-libs/gst/tag/gstvorbistag.c:
13975         (gst_tag_list_from_vorbiscomment_buffer):
13976           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13977           Also add some checks to make sure we don't memcmp() beyond the end of
13978           vorbiscomment buffer if the ID to check for is larger than the buffer.
13979
13980         * tests/check/libs/tag.c: (GST_START_TEST):
13981           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13982
13983 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13984
13985         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13986         (gst_vorbis_enc_set_metadata):
13987           Use vorbis comment utility functions from libgsttag
13988           instead of re-inventing the wheel (partially fixes #347091).
13989
13990 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13991
13992         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13993         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13994         as some that won't.
13995
13996 2006-08-21  Wim Taymans  <wim@fluendo.com>
13997
13998         * docs/libs/Makefile.am:
13999         * docs/libs/gst-plugins-base-libs-sections.txt:
14000         * docs/libs/gst-plugins-base-libs.types:
14001         Don't try to GObject scan the netbuffer as it's not a GObject.
14002         Fixes #351308.
14003
14004         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14005         * gst-libs/gst/netbuffer/gstnetbuffer.h:
14006         Document GstNetBuffer.
14007
14008 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14009
14010         * tests/check/elements/audioconvert.c: (GST_START_TEST),
14011         (audioconvert_suite):
14012           Add testcase for caps-size-explosion
14013
14014 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14015
14016         * gst/audioconvert/gstaudioconvert.c:
14017         (gst_audio_convert_get_unit_size), (set_structure_widths):
14018           Lower debug, use g_assert in _get_unit_size
14019
14020         * gst/audioresample/gstaudioresample.c:
14021         (audioresample_get_unit_size):
14022         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14023         (gst_ffmpegcsp_get_unit_size):
14024         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
14025           use g_assert in _get_unit_size
14026
14027 2006-08-18  Wim Taymans  <wim@fluendo.com>
14028
14029         * docs/libs/gst-plugins-base-libs-sections.txt:
14030         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
14031         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
14032         (gst_rtp_buffer_get_payload_buffer):
14033         * gst-libs/gst/rtp/gstrtpbuffer.h:
14034         Document GstRTPBuffer.
14035         Added function to efficiently strip payload headers.
14036         API: gst_rtp_buffer_get_payload_subbuffer()
14037
14038 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
14039
14040         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14041         (gst_tag_to_vorbis_comments):
14042           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
14043           tags and deserialise them properly as well (#347091).
14044           Add some more gtk-doc blurbs and also some g_return_if_fail().
14045
14046         * tests/check/libs/tag.c: (GST_START_TEST),
14047         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
14048           More tests.
14049
14050 2006-08-17  Wim Taymans  <wim@fluendo.com>
14051
14052         * ext/ogg/Makefile.am:
14053         * ext/ogg/gstogg.c: (plugin_init):
14054         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
14055         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
14056         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
14057         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
14058         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
14059         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
14060         Added ogg-in-avi parser element. Fixes #140139.
14061
14062         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14063         Fixed a bug in oggdemux debug code.
14064
14065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14066         (gst_riff_create_audio_template_caps):
14067         Recognise Ogg in the AVI extensible wave format.
14068
14069 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
14070
14071         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
14072           Make buffer durations add up (duration should be next_ts-ts for
14073           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
14074           from CVS.
14075
14076         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
14077         (test_buffer_timestamps), (cddabasesrc_suite):
14078           Add unit test for the above.
14079
14080         * tests/check/Makefile.am:
14081           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
14082           to see what happens.
14083
14084 2006-08-16  Wim Taymans  <wim@fluendo.com>
14085
14086         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
14087         (gst_alsasink_open):
14088         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
14089         (gst_alsasrc_open):
14090         Avoid setting and using a NULL device name.
14091         Print more info when we fail to open a device.
14092
14093 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14094
14095         * docs/libs/gst-plugins-base-libs-sections.txt:
14096         * gst-libs/gst/tag/tag.h:
14097         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
14098           API: add gst_tag_parse_extended_comment() (#351426).
14099
14100         * tests/check/Makefile.am:
14101         * tests/check/libs/.cvsignore:
14102         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
14103           Add unit test for gst_tag_parse_extended_comment().
14104
14105 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14106
14107         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
14108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
14109           Fix leak (#351502).
14110
14111 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14112
14113         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14114         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14115         * docs/plugins/gst-plugins-base-plugins.args:
14116         * gst/playback/gstplaybin.c:
14117           Document playbin.
14118           
14119         * docs/plugins/inspect/plugin-adder.xml:
14120         * docs/plugins/inspect/plugin-alsa.xml:
14121         * docs/plugins/inspect/plugin-audioconvert.xml:
14122         * docs/plugins/inspect/plugin-audiorate.xml:
14123         * docs/plugins/inspect/plugin-audioresample.xml:
14124         * docs/plugins/inspect/plugin-audiotestsrc.xml:
14125         * docs/plugins/inspect/plugin-cdparanoia.xml:
14126         * docs/plugins/inspect/plugin-decodebin.xml:
14127         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14128         * docs/plugins/inspect/plugin-gnomevfs.xml:
14129         * docs/plugins/inspect/plugin-ogg.xml:
14130         * docs/plugins/inspect/plugin-pango.xml:
14131         * docs/plugins/inspect/plugin-playbin.xml:
14132         * docs/plugins/inspect/plugin-subparse.xml:
14133         * docs/plugins/inspect/plugin-tcp.xml:
14134         * docs/plugins/inspect/plugin-theora.xml:
14135         * docs/plugins/inspect/plugin-typefindfunctions.xml:
14136         * docs/plugins/inspect/plugin-video4linux.xml:
14137         * docs/plugins/inspect/plugin-videorate.xml:
14138         * docs/plugins/inspect/plugin-videoscale.xml:
14139         * docs/plugins/inspect/plugin-videotestsrc.xml:
14140         * docs/plugins/inspect/plugin-volume.xml:
14141         * docs/plugins/inspect/plugin-vorbis.xml:
14142         * docs/plugins/inspect/plugin-ximagesink.xml:
14143         * docs/plugins/inspect/plugin-xvimagesink.xml:
14144           Update to CVS version.
14145
14146 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14147
14148         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14149         (gst_play_bin_set_property), (gst_play_bin_get_property),
14150         (value_list_append_structure_list),
14151         (gst_play_bin_handle_redirect_message),
14152         (gst_play_bin_handle_message):
14153           API: GstPlayBin::connection-speed
14154           Add "connection-speed" property; re-order redirect messages with
14155           multiple redirect locations depending on the minimum bitrate if
14156           that information is available and a connection speed is set
14157           (#350399).
14158
14159 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14160
14161         * gst/playback/gstplaybin.c:
14162           Update max volume to the same value that the volume element uses.
14163
14164 2006-08-14  Wim Taymans  <wim@fluendo.com>
14165
14166         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14167         Less uglyness..
14168
14169 2006-08-14  Wim Taymans  <wim@fluendo.com>
14170
14171         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
14172         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
14173         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
14174         Add some more debug info.
14175         Don't crash when a seek failed.
14176         Actually return the result of the seek instead of TRUE.
14177         Ignore multiple BOS pages with the same serial so that we don't create
14178         the same stream multiple times.
14179         Post an error when we fail to do the initial seek.
14180
14181 2006-08-13  Wim Taymans  <wim@fluendo.com>
14182
14183         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14184         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
14185         Small code cleanup.
14186
14187         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14188         (gst_alsa_mixer_new):
14189         Remove hack that always set the device to hw:0*.
14190         Properly find the card name for whatever device was configured.
14191         Do some better debugging.
14192         Fixes #350784.
14193
14194         * ext/alsa/gstalsamixerelement.c:
14195         (gst_alsa_mixer_element_set_property),
14196         (gst_alsa_mixer_element_change_state):
14197         Cleanups.
14198         Handle setting of a NULL device name better.
14199
14200 2006-08-11  Wim Taymans  <wim@fluendo.com>
14201
14202         * gst/adder/gstadder.c:
14203         Don't clip float values. Fixes #350900.
14204
14205 2006-08-11  Andy Wingo  <wingo@pobox.com>
14206
14207         * gst/tcp/gsttcp.c: Really fix the build?
14208
14209         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
14210         fixes the build.
14211
14212 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14213
14214         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
14215           Float caps shouldn't have a "signed" field.
14216
14217 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14218
14219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
14220           Implement SEEKING query in its most basic form, so that we can
14221           at least check if we're seekable or not (#350655).
14222
14223 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
14224
14225         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14226           The checks here are not even close to anything that would
14227           justify MAXIMUM probability, lowering to POSSIBLE until someone
14228           fixes the checks (case at hand: quicktime redirection files
14229           might start with 00 00 01 XX and pass the checks here just
14230           fine, see #350399).
14231
14232 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14233
14234         Patch by: Sjoerd Simons  <sjoerd at luon net>
14235
14236         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14237           Better detection for multipart/x-mixed-replace: accept leading
14238           whitespaces before the boundary marker as well (as our very own
14239           multipartmux used to produce) (#349068).
14240
14241 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
14242
14243         Patch by: Young-Ho Cha  <ganadist at chollian net>
14244
14245         * gst-libs/gst/riff/riff-ids.h:
14246         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14247         (gst_riff_create_audio_template_caps):
14248           Detect DTS audio streams (#350157).
14249
14250 2006-08-05  Andy Wingo  <wingo@pobox.com>
14251
14252         * ext/theora/gsttheoraparse.h:
14253         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14254         (theora_parse_dispose, theora_parse_set_property)
14255         (theora_parse_get_property, theora_parse_munge_granulepos)
14256         (theora_parse_push_buffer, theora_parse_change_state):
14257         API: GstTheoraParse::synchronization-points
14258         Add a property 'synchronization-points' to fix badly synchronized oggs.
14259
14260 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14261
14262         * tests/check/Makefile.am:
14263         * tests/check/libs/.cvsignore:
14264         * tests/check/libs/audio.c: (structure_contains_channel_positions),
14265         (fixed_caps_have_channel_positions), (GST_START_TEST),
14266         (audio_suite), (main):
14267           Add a few tests for the channel position stuff in libgstaudio.
14268
14269 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14270
14271         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14272         (gst_alsa_detect_channels):
14273         * ext/alsa/gstalsasink.c:
14274           Add support for cards that (only) do more than 8 channels,
14275           like the Delta 44 (#345188).
14276
14277         * gst-libs/gst/audio/multichannel.c:
14278         (gst_audio_check_channel_positions):
14279         * gst-libs/gst/audio/multichannel.h:
14280           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14281           unspecified channel position and cannot be combined with any
14282           of the other audio channel positions; adjust position layout
14283           checks accordingly (#345188).
14284
14285 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14286
14287         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14288           Recognise ancient RealAudio files (see #349779).
14289
14290 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14291
14292         Patch by: Jens Granseuer  <jensgr at gmx net>
14293
14294         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14295           Add typefinder for Interplay's MVE format (#348973).
14296
14297 2006-08-02  Wim Taymans  <wim@fluendo.com>
14298
14299         Patch by: Marcel Moreaux <marcelm at luon dot net>
14300
14301         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14302         (gst_base_rtp_depayload_add_to_queue):
14303         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14304         Handle RTP sequence number rollover.
14305         Disable jitterbuffer by default.
14306
14307 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14308
14309         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14310         (audioresample_set_caps):
14311         Don't leak references to the incoming caps. Clean them up when
14312         stopping.
14313
14314         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14315         (gst_video_scale_finalize):
14316         Don't leak our temporary pixel buffer.
14317
14318         * tests/check/Makefile.am:
14319         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14320         (GST_START_TEST), (simple_launch_lines_suite):
14321
14322         Fix leaks and re-enable the test for valgrind checking.
14323
14324 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14325
14326         Patch by: Sjoerd Simons  <sjoerd at luon net>
14327
14328         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14329         (plugin_init):
14330           Add typefind function for multipart/x-mixed-replace (#348916).
14331
14332 2006-07-28  Wim Taymans  <wim@fluendo.com>
14333
14334         * gst/adder/gstadder.c: (gst_adder_setcaps),
14335         (gst_adder_query_duration):
14336         Fix leak in duration query.
14337         Reflow some docs and notes.
14338
14339 2006-07-28  Michael Smith  <msmith@fluendo.com>
14340
14341         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14342         (vorbisenc_suite):
14343           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14344           aspect of it.
14345
14346 2006-07-28  Michael Smith  <msmith@fluendo.com>
14347
14348         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14349         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14350         (gst_vorbis_enc_push_buffer),
14351         (gst_vorbis_enc_buffer_check_discontinuous),
14352         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14353         * ext/vorbis/vorbisenc.h:
14354           Handle discontinuities in the input vorbis stream correctly,
14355           so that the output is properly timestamped (and has good granulepos
14356           values). Needs some oggmux fixes too.
14357
14358 2006-07-27  Wim Taymans  <wim@fluendo.com>
14359
14360         patch by: Kai Vehmanen <kv2004 eca cx>
14361
14362         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14363         (gst_base_rtp_depayload_chain),
14364         (gst_base_rtp_depayload_handle_sink_event),
14365         (gst_base_rtp_depayload_change_state):
14366         Don't send multiple newsegments with different formats.
14367         Fixes #348677.
14368
14369 2006-07-26  Wim Taymans  <wim@fluendo.com>
14370
14371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14372         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14373         Make seeking in ogg more accurate again by doing the more correct
14374         granuletime to stream time conversion.
14375
14376 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14377
14378         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14379         (gst_multi_fd_sink_new_client):
14380           debug a little more understandably
14381           do not use goto as a substitute for break, especially if
14382           break is also being used
14383
14384 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14385
14386         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14387         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14388           Remove GLib-2.6 compatibility cruft.
14389
14390 2006-07-24  Wim Taymans  <wim@fluendo.com>
14391
14392         * gst-libs/gst/audio/gstbaseaudiosink.c:
14393         (gst_base_audio_sink_render):
14394         Don't try to align a sample to an unknown value.
14395
14396 2006-07-24  Wim Taymans  <wim@fluendo.com>
14397
14398         * gst-libs/gst/audio/gstbaseaudiosink.c:
14399         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14400         When the audio clock is slaved to another clock, never try to align
14401         samples but trust the rate interpolation algorithm.
14402
14403 2006-07-24  Wim Taymans  <wim@fluendo.com>
14404
14405         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14406         Don't try to calculate silence samples, base class does this much
14407         better now.
14408
14409         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14410         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14411         (gst_ring_buffer_acquire):
14412         Calculate silence samples correctly.
14413
14414         * gst-libs/gst/audio/gstringbuffer.h:
14415         Add _CAST macro.
14416
14417 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14418
14419         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14420           Limit search for the first markup tag to the first few kB of
14421           the file. If we don't find one there, it's highly unlikely that
14422           this is an XML(-ish) file.
14423
14424 2006-07-21  Andy Wingo  <wingo@pobox.com>
14425
14426         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14427         test to the one in vorbisenc. Also commented out.
14428
14429         * tests/check/pipelines/vorbisenc.c: 
14430         (test_discontinuity): New test, commented out until Mike lands
14431         some elite vorbisenc patches.
14432
14433         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14434         Bufferstraw was actually factored out of these tests. Now we share
14435         code yay.
14436
14437         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14438         for bufferstraw addition to gstcheck.
14439
14440 2006-07-21  Wim Taymans  <wim@fluendo.com>
14441
14442         * ext/theora/theoradec.c: (clip_buffer):
14443         Better clipping.
14444
14445 2006-07-21  Wim Taymans  <wim@fluendo.com>
14446
14447         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14448         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14449         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14450         Fix leak.
14451         Avoid type casting when we can.
14452
14453         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14454         Fix mem leak.
14455
14456 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14457
14458         * ext/alsa/gstalsamixerelement.c:
14459         (gst_alsa_mixer_element_change_state):
14460           Make state change fail if the specified device can't be opened
14461           for some reason.
14462
14463 2006-07-20  Wim Taymans  <wim@fluendo.com>
14464
14465         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14466         (cb_newpad), (main):
14467         Example of a small audio/video player using decodebin.
14468
14469 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14470
14471         * gst-libs/gst/riff/riff-ids.h:
14472           Add 'fact' chunk id
14473
14474 2006-07-19  Wim Taymans  <wim@fluendo.com>
14475
14476         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14477         (gst_base_rtp_depayload_chain),
14478         (gst_base_rtp_depayload_change_state):
14479         Don't assert when not negotiated but post a meaningfull 
14480         error message. Fixes #347918.
14481
14482         * gst-libs/gst/rtp/gstbasertppayload.c:
14483         Add comment about better default MTU size.
14484
14485         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14486         Small cleanups, start docs.
14487
14488 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14489
14490         Patch by: Martin Szulecki
14491
14492         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14493           If "device-name" is requested and the device is not
14494           open, try to temporarily open it to obtain this
14495           information (#342494).
14496
14497 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14498
14499         * gst-libs/gst/tag/gstid3tag.c:
14500           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14501
14502         * gst-libs/gst/tag/gsttageditingprivate.h:
14503         * gst-libs/gst/tag/gstvorbistag.c:
14504           Some more random const-ifications.
14505
14506 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14507
14508         * gst-libs/gst/riff/riff-ids.h:
14509         * gst-libs/gst/riff/riff-media.c:
14510         (gst_riff_create_video_template_caps):
14511           Add more FOURCCs (sort list to make stuff easier to find),
14512           add comment what those 16 bytes in struct _gst_riff_strh according to
14513           one avi-dumper are
14514
14515 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14516
14517         * gst-libs/gst/audio/multichannel.c:
14518         (gst_audio_check_channel_positions),
14519         (gst_audio_fixate_channel_positions):
14520           Const-ify two arrays.
14521
14522 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14523
14524         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14525           Fix typo, so that alsasink also advertises 8 channels
14526           if that's supported (tags: can, worms, open, alsa, ph34r).
14527
14528 2006-07-17  Wim Taymans  <wim@fluendo.com>
14529
14530         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14531         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14532         *sigh*, when is the compiler going to warn when the comments
14533         are out-of-sync with the code.. Refix case of busted theora
14534         headers with 0 granule pos.
14535
14536 2006-07-14  Wim Taymans  <wim@fluendo.com>
14537
14538         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14539         (gst_base_rtp_depayload_wait),
14540         (gst_base_rtp_depayload_change_state),
14541         (gst_base_rtp_depayload_set_property),
14542         (gst_base_rtp_depayload_get_property):
14543         Fix 99% cpu load by waiting for absolute times on the
14544         clock. Fixes #347300.
14545
14546 2006-07-14  Andy Wingo  <wingo@pobox.com>
14547
14548         * ext/theora/gsttheoraparse.h: 
14549         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14550         (theora_parse_push_headers, theora_parse_clear_queue)
14551         (theora_parse_drain_queue_prematurely, )
14552         (theora_parse_sink_event, theora_parse_change_state): Queue events
14553         until we initialized our state, like in vorbisparse.
14554
14555         * ext/vorbis/vorbisparse.h: 
14556         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14557         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14558         (vorbis_parse_drain_queue_prematurely, )
14559         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14560         until we have initialized our state. Fixes seeking after an
14561         initial pad block.
14562
14563 2006-07-14  Andy Wingo  <wingo@pobox.com>
14564
14565         Patch by: Iain Holmes <iaingnome@gmail.com>
14566         
14567         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14568
14569 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14570
14571         * configure.ac:
14572         Bump nano back to CVS
14573
14574 === release 0.10.9 ===
14575
14576 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14577
14578         * configure.ac:
14579           releasing 0.10.9, "I walk the line"
14580
14581 2006-07-14  Michael Smith  <msmith@fluendo.com>
14582
14583         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14584           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14585           (commonly happens when running this test under valgrind) when trying
14586           to remove the buffer probe.
14587
14588 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14589
14590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14591         Fix missing g_unlock from the previous commit
14592
14593 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14594
14595         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14596         (gst_ximagesink_change_state):
14597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14598         (gst_xvimagesink_change_state):
14599         Implement a locking order to ensure we always take the object lock
14600         before the x_lock and never vice-versa.
14601
14602 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14603
14604         * gst/playback/gstdecodebin.c: (find_compatibles):
14605         Fix a caps leak when linking (#347304)
14606
14607         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14608         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14609         (gst_ximagesink_change_state):
14610         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14611         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14612         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14613         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14614         Don't leak shared memory resources. Use the object lock to protect
14615         against the xcontext disappearing while returning a buffer from the
14616         pipeline. (#347304)
14617
14618 2006-07-12  Edward Hervey  <edward@fluendo.com>
14619
14620         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14621         (vorbis_handle_comment_packet):
14622         gst_tag_list_merge() returns a new object. Take that into account when
14623         using it. This avoids memleak.
14624         Revert previous commit which is not needed.
14625
14626 2006-07-12  Edward Hervey  <edward@fluendo.com>
14627
14628         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14629         Reset the decoder in finalize so that all fields get cleared.
14630
14631 2006-07-12  Wim Taymans  <wim@fluendo.com>
14632
14633         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14634         (gst_base_audio_src_set_clock),
14635         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14636         Don't try to post an error message when setting the clock fails
14637         as this can happen when adding an element to a bin which will then
14638         deadlock. Fixes #347296.
14639
14640 2006-07-12  Edward Hervey  <edward@fluendo.com>
14641
14642         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14643         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14644         (vorbis_handle_type_packet):
14645         Post tag messages on the bus even if we're not initialized.
14646         If we're not initialized, we still postpone the event pushing of tags.
14647
14648 2006-07-12  Wim Taymans  <wim@fluendo.com>
14649
14650         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14651         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14652         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14653         Revert last two changes that broke the freeze.
14654
14655 2006-07-12  Wim Taymans  <wim@fluendo.com>
14656
14657         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14658         basesink calculates silence sample correctly for us.
14659
14660 2006-07-12  Wim Taymans  <wim@fluendo.com>
14661
14662         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14663         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14664         Calculate correct silence samples so we don't fill our ringbuffer
14665         with noise.
14666
14667 2006-07-12  Edward Hervey  <edward@fluendo.com>
14668
14669         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14670         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14671         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14672         * ext/vorbis/vorbisdec.h:
14673         Delay sending events (newsegment, tags) until the decoder is properly
14674         initialized.
14675         Fixes #347295
14676
14677 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14678
14679         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14680         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14681           Patch from #347221 adding a test for audioconvert
14682           channel remappings.
14683
14684 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14685
14686         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14687         (gst_ssa_parse_parse_line):
14688           Don't include the terminating NUL in the buffer size,
14689           it's only there for extra paranoia (would add random
14690           '*' characters at the end of each subtitle since the
14691           terminator itself is not valid UTF-8 technically).
14692           Also fix indenting after boilerplate macro.
14693
14694 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14695
14696         * gst/playback/gstdecodebin.c: (close_pad_link):
14697           Also emit 'unknown-type' signal (which should really be
14698           called unhandled-type) if we found potential decoders/demuxers
14699           in the registry but none of them worked in the end (as in the
14700           case where the plugins don't exist any longer but are still
14701           listed in the registry). Fixes #329798.
14702
14703 2006-07-08  Andy Wingo  <wingo@pobox.com>
14704
14705         * theoraparse.c (theora_parse_push_buffer)
14706         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14707         Add some more debugging. Fix granulepos reconstruction in the face
14708         of discontinuities.
14709
14710 2006-07-06  Wim Taymans  <wim@fluendo.com>
14711
14712         * gst-libs/gst/audio/gstbaseaudiosink.c:
14713         (gst_base_audio_sink_class_init),
14714         (gst_base_audio_sink_provide_clock):
14715         Use gobject_class instead of G_OBJECT_CLASS (klass)
14716
14717         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14718         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14719         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14720         (gst_base_audio_src_get_time),
14721         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14722         (gst_base_audio_src_create_ringbuffer):
14723         Fix latency and buffer-time constants and properties ala basesink.
14724         Implement pull based scheduling. Fixes #346527.
14725         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14726         one segment.
14727         Refuse slaving to another clock instead of silently not working.
14728         Only provide a clock when we are actually able to do so.
14729         Various small cleanups and compiler hints.
14730
14731 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14732
14733         Patch by: Lutz Mueller <lutz at topfrose de>
14734
14735         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14736         (plugin_init):
14737           Add typefinding for text/html (#346581).
14738
14739 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14740
14741         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14742         (xml_check_first_element), (xml_type_find), (smil_type_find):
14743           Fix SMIL typefinding, make xml_check_first_element() more
14744           useful.
14745
14746 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14747
14748         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14749         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14750         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14751         * gst/playback/gstplaybasebin.h:
14752           Protect list of elements with a subtitle-encoding property and
14753           the subtitle encoding member itself with a lock of their own
14754           instead of using the object lock. This prevents a dead-lock in
14755           the element-remove callback in some circumstances when shutting
14756           down playbin.
14757
14758 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14759
14760         * win32/common/libgsttag.def:
14761         Export some new functions.
14762         * win32/vs6/libgstogg.dsp:
14763         Add a link to libgsttag-0.10.lib.
14764
14765 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14766
14767         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14768           Some const-ification.
14769
14770 2006-07-04  Wim Taymans  <wim@fluendo.com>
14771
14772         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14773         Improve checking if we are dealing with a stream. Added some
14774         more uris that need buffering.
14775
14776 2006-07-03  Edward Hervey  <edward@fluendo.com>
14777
14778         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14779         Remove unused variable.
14780
14781 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14782
14783         * Makefile.am:
14784           include lcov.mak
14785         * configure.ac:
14786           add GCOV_LIBS to GST_LIBS
14787
14788 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14789
14790         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14791
14792         * ext/alsa/gstalsasrc.c:
14793           Add 32 bps to template caps and increase channels range
14794           from [1,2] to [1,MAX]. See #346326.
14795
14796 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14797
14798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14799           Recognise 'WMVA' video codec fourcc (#345879).
14800           
14801 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14802          
14803         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14804           Fixed nasty memory leak
14805
14806 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14807
14808         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14809         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14810           fix logging
14811
14812 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14813
14814         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14815         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14816         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14817         Protect remove_fakesink using a mutex, so that we don't try and
14818         remove the fakesink simultaneously from multiple threads.
14819
14820         When going from READY to PAUSED, restore the fakesink, so that
14821         it is there when decodebin gets reused.
14822
14823 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14824
14825         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14826         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14827         * gst-libs/gst/rtp/gstbasertppayload.c:
14828         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14829         * gst/tcp/gstmultifdsink.c:
14830         * gst/tcp/gsttcpclientsink.c:
14831         * gst/tcp/gsttcpclientsrc.c:
14832         * gst/tcp/gsttcpserversink.c:
14833         * gst/tcp/gsttcpserversrc.c:
14834         * gst/videorate/gstvideorate.c:
14835         * gst/videotestsrc/gstvideotestsrc.c:
14836         * sys/v4l/gstv4ljpegsrc.c:
14837         * sys/v4l/gstv4lmjpegsink.c:
14838         * sys/v4l/gstv4lsrc.c:
14839         * tests/examples/seek/scrubby.c:
14840         * tests/examples/seek/seek.c:
14841           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14842
14843 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14844
14845         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14846           Second field in GEnumValue shouldn't be a description,
14847           but a stringified version of the enum value.
14848
14849 2006-06-22  Wim Taymans  <wim@fluendo.com>
14850
14851         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14852         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14853         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14854         Avoid type checking in buffer casts.
14855         Avoid caps copy in buffer_alloc when we can.
14856         Use pad_peer_accept.
14857
14858 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14859
14860         * gst-libs/gst/tag/tag.h:
14861           Oops, make that 'Since: 0.10.9'.
14862
14863 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14864
14865         * docs/libs/gst-plugins-base-libs-sections.txt:
14866         * gst-libs/gst/tag/tag.h:
14867         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14868         (gst_tag_image_type_get_type):
14869           API: add GstTagImageType enum to describe images contained
14870           in image tags (#345641).
14871
14872 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14873
14874         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14875           Fix warnings with gst-inspect: "buffers-min" property
14876           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14877           typo in property description.
14878
14879 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14880
14881         Patch by: Cody Russell <bratsche at gnome org>
14882
14883         * gst/audioresample/gstaudioresample.c:
14884         (gst_audioresample_class_init):
14885         * gst/playback/gststreamselector.c:
14886         (gst_stream_selector_class_init):
14887         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14888         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14889         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14890         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14891         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14892         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14893         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14894         * gst/videotestsrc/gstvideotestsrc.c:
14895         (gst_video_test_src_class_init):
14896         * gst/volume/gstvolume.c: (gst_volume_class_init):
14897           Avoid unnecessary class cast check in class_init
14898           functions (#337747).
14899
14900 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14901
14902         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14903         (gst_text_overlay_video_chain):
14904           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14905           and doesn't validate its input either (and neither did
14906           textoverlay it seems). Let's do that then and fix #345206.
14907
14908 2006-06-19  Wim Taymans  <wim@fluendo.com>
14909
14910         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14911         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14912         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14913         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14914         (find_syncframe), (find_limits), (assign_value),
14915         (count_burst_unit), (gst_multi_fd_sink_new_client),
14916         (gst_multi_fd_sink_handle_client_write),
14917         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14918         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14919         (gst_multi_fd_sink_change_state):
14920         * gst/tcp/gstmultifdsink.h:
14921         Added shiny new burst-on-connect methods.
14922         Add properties to control the minimal amount of data queued.
14923         Small cleanups.
14924         API: bytes-min property
14925         API: time-min property
14926         API: buffers-min property
14927         API: burst-unit property
14928         API: burst-value property
14929         API: add-full signal
14930
14931         * gst/tcp/gsttcp-marshal.list:
14932         Added new marshaller code for the new signal.
14933
14934         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14935         (multifdsink_suite):
14936         Added testcases for new burst methods.
14937
14938 2006-06-19  Edward Hervey  <edward@fluendo.com>
14939
14940         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14941         Implement clipping for accurate seeking.
14942         Closes #345225
14943
14944 2006-06-19  Wim Taymans  <wim@fluendo.com>
14945
14946         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14947
14948         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14949         (gst_video_scale_transform):
14950         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14951
14952 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14953
14954         * configure.ac:
14955           Fix --disable-external (can't set conditionals conditionally,
14956           #343602).
14957
14958 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14959
14960         * tests/check/elements/audioresample.c: (test_reuse),
14961         (audioresample_suite):
14962           Add test case for bug #342789 fixed below.
14963
14964 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14965
14966         * gst/audioresample/gstaudioresample.c:
14967         (gst_audioresample_class_init), (gst_audioresample_init),
14968         (audioresample_start), (audioresample_stop),
14969         (gst_audioresample_set_property), (gst_audioresample_get_property):
14970           Implement GstBaseTransform::start and ::stop so that audioresample
14971           can clear its internal state properly and be reused instead of
14972           causing non-negotiated errors with playbin under some circumstances
14973           (#342789).
14974
14975         * tests/check/elements/audioresample.c: (setup_audioresample),
14976         (cleanup_audioresample):
14977           Need to set element state here so that ::start and ::stop are
14978           called.
14979
14980 2006-06-16  Wim Taymans  <wim@fluendo.com>
14981
14982         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14983
14984         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14985         Parse extra data better, apparently it's right behind
14986         the normal strf header size. Fixes #343500.
14987
14988 2006-06-16  Wim Taymans  <wim@fluendo.com>
14989
14990         * ext/alsa/gstalsasink.c: (set_hwparams):
14991         If we fail to set the buffer_time and period_time alsa
14992         parameters, post a warning and leave alsa select a 
14993         default instead of failing. Fixes #342085
14994
14995 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14996
14997         * docs/libs/gst-plugins-base-libs-sections.txt:
14998         * gst-libs/gst/cdda/gstcddabasesrc.h:
14999           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
15000           out in the header file and shouldn't be listed in the docs.
15001
15002         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15003           Must dereference pointer to fourcc in the debug statement.
15004
15005 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
15006
15007         * docs/libs/Makefile.am:
15008         * docs/libs/gst-plugins-base-libs-docs.sgml:
15009         * docs/libs/gst-plugins-base-libs-sections.txt:
15010         * docs/libs/gst-plugins-base-libs.types:
15011         add remaining symbols into correct setions
15012         
15013         * gst-libs/gst/audio/gstringbuffer.c:
15014         fix incomplete docs
15015         
15016         * gst-libs/gst/audio/gstringbuffer.h:
15017         comment out not yet implemented function
15018         
15019         
15020         * gst-libs/gst/floatcast/floatcast.h:
15021         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15022         add short descriptions
15023         
15024         
15025         * gst-libs/gst/interfaces/propertyprobe.c:
15026         fix return value docs   
15027         
15028         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15029         simplify debug logging
15030         
15031         * gst-libs/gst/riff/riff-read.h:
15032         sync function prototype and docs
15033         
15034         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15035         remove left over symbol
15036
15037 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15038
15039         * autogen.sh:
15040         * configure.ac:
15041         * docs/Makefile.am:
15042           Use GST_PLUGIN_DOCS macro in configure.ac, add
15043           --enable-plugin-docs default to autogen.sh and use
15044           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
15045
15046 2006-06-15  Wim Taymans  <wim@fluendo.com>
15047
15048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15049         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
15050         (gst_ogg_demux_loop):
15051         Combine GstFlowReturn from the source pads to give a
15052         meaningfull result to the upstream peer or to stop the
15053         processing task in case of errors.
15054
15055 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15056
15057         * gst/playback/gststreaminfo.c: (cb_probe):
15058           Try GST_TAG_CODEC as fallback when extracting the
15059           codec name; more debug info.
15060
15061 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15062
15063         * ext/ogg/Makefile.am:
15064         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15065           Extract language tags from ogm subtitle streams, so that
15066           the subtitle menu choices are labelled correctly in
15067           Totem (fixes #344708).
15068
15069 2006-06-14  Wim Taymans  <wim@fluendo.com>
15070
15071         Patch by: Alessandro Decina <alessandro at nnva dot org>
15072
15073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
15074         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
15075         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
15076         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15077         Fix various leaks. Fixes #343699.
15078         Add x-smoke mime type.
15079
15080 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15081
15082         * gst-libs/gst/riff/riff-ids.h:
15083           Add IDs for 'bext' chunks (see #343837).
15084
15085 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15086
15087         Patch by: Young-Ho Cha  <ganadist at chollian net>
15088
15089         * gst/subparse/samiparse.c: (sami_context_pop_state),
15090         (handle_start_font), (end_sami_element):
15091           Honour font face tags in SAMI subtitles (#344503).
15092
15093 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15094
15095         * po/POTFILES.in:
15096           add missing files containing translatable strings
15097
15098 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15099
15100         * docs/libs/tmpl/.cvsignore:
15101           we don't want those *.sgml files in CVS either
15102
15103 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15104
15105         * docs/libs/.cvsignore:
15106         * tests/check/elements/.cvsignore:
15107         * tests/check/libs/.cvsignore:
15108           ignore more
15109
15110 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15111
15112         * docs/libs/Makefile.am:
15113           also commiting the changed Makefile.am (added more libs to the
15114           doc-build)
15115
15116 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15117
15118         * docs/libs/gst-plugins-base-libs-docs.sgml:
15119         * docs/libs/gst-plugins-base-libs-sections.txt:
15120         * docs/libs/gst-plugins-base-libs.types:
15121           first batch of reordering things, add index & hierarchy
15122
15123 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15124
15125         * configure.ac:
15126           use GST_PKG_CHECK_MODULES, cleans up output
15127
15128 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15129
15130         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15131           Add support for burn:// URIs (#343385); const-ify things a bit,
15132           use G_N_ELEMENTS instead of hard-coded array size.
15133
15134 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15135
15136         Patch by: Young-Ho Cha  <ganadist at chollian net>
15137
15138         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
15139           Fix up broken entities before passing them to libxml *sigh*.
15140           (#343303).
15141           
15142 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15143
15144         * configure.ac:
15145           back to TRUNK
15146
15147 === release 0.10.8 ===
15148
15149 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
15150
15151         * configure.ac:
15152           releasing 0.10.8, "Moar gij ziet mij nie"
15153
15154 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15155
15156         * configure.ac:
15157         * po/af.po:
15158         * po/az.po:
15159         * po/cs.po:
15160         * po/en_GB.po:
15161         * po/hu.po:
15162         * po/it.po:
15163         * po/nb.po:
15164         * po/nl.po:
15165         * po/or.po:
15166         * po/sq.po:
15167         * po/sr.po:
15168         * po/sv.po:
15169         * po/uk.po:
15170         * po/vi.po:
15171         * win32/common/config.h:
15172           0.10.7.2 prerelease
15173
15174 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15175
15176         * docs/libs/tmpl/gstaudio.sgml:
15177         * docs/libs/tmpl/gstcolorbalance.sgml:
15178         * docs/libs/tmpl/gstmixer.sgml:
15179         * docs/libs/tmpl/gstringbuffer.sgml:
15180         * docs/libs/tmpl/gsttuner.sgml:
15181         * docs/libs/tmpl/gstxoverlay.sgml:
15182         * gst-libs/gst/audio/audio.c:
15183         * gst-libs/gst/audio/gstringbuffer.c:
15184         * gst-libs/gst/interfaces/colorbalance.c:
15185         * gst-libs/gst/interfaces/mixer.c:
15186         * gst-libs/gst/interfaces/tuner.c:
15187         * gst-libs/gst/interfaces/xoverlay.c:
15188           move last template doc snippets to source code and delete them
15189
15190 2006-06-06  Michael Smith  <msmith@fluendo.com>
15191
15192         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
15193         (theora_parse_drain_queue):
15194           Mark DELTA_UNIT on non-keyframes.
15195
15196 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
15197
15198         * gst-libs/gst/audio/gstbaseaudiosink.c:
15199         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
15200         * gst-libs/gst/audio/gstbaseaudiosink.h:
15201         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
15202         (gst_ring_buffer_samples_done):
15203         * gst-libs/gst/audio/gstringbuffer.h:
15204         Document better the fact that latency_time and buffer_time are values
15205         stored in microseconds, and not the usual GStreamer nanoseconds.
15206         Change the variables (compatibly) that store them from GstClockTime 
15207         to guint64 to make it more clear that they're not storing clock times.
15208         Also, remove the bogus property description that says the user can
15209         specify -1 to get the default value, since that's never been the case.
15210
15211         When computing the default segment size for the ring buffer, make it
15212         an integer number of samples.
15213
15214         When the sub-class indicates a delay greater than the number of
15215         samples we've written return 0 from the audio sink get_time method.
15216
15217 2006-06-02  Michael Smith  <msmith@fluendo.com>
15218
15219         * tests/check/elements/audioconvert.c: (set_channel_positions),
15220         (get_float_mc_caps), (get_int_mc_caps):
15221         * tests/check/elements/audioresample.c:
15222         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
15223         * tests/check/elements/videorate.c:
15224         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
15225         * tests/check/elements/volume.c:
15226         * tests/check/elements/vorbisdec.c:
15227         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15228           Don't busy-wait in tests; this was causing test timeouts very
15229           frequently when running under valgrind.
15230
15231 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15232
15233         * gst/tcp/README:
15234         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15235         (gst_multi_fd_sink_remove_client_link),
15236         (gst_multi_fd_sink_client_queue_caps),
15237         (gst_multi_fd_sink_client_queue_buffer),
15238         (gst_multi_fd_sink_handle_client_write),
15239         (gst_multi_fd_sink_render):
15240         * gst/tcp/gstmultifdsink.h:
15241           make multifdsink properly deal with streamheader:
15242           - streamheader is taken from caps
15243           - buffers marked with IN_CAPS are not sent
15244           - streamheaders are sent, on connection, from the caps of the
15245             buffer where the client gets positioned to
15246           - further streamheader changes are done every time the client
15247             will receive a buffer with different caps
15248         * tests/check/elements/multifdsink.c: (GST_START_TEST),
15249         (gst_multifdsink_create_streamheader):
15250           add tests for this
15251
15252 2006-06-02  Michael Smith  <msmith@fluendo.com>
15253
15254         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15255           Reinstate limit on channel count. Vorbis does not define the meaning
15256           of > 6 channels, so they're just independent channels. Gstreamer
15257           currently has no mechanism to represent N independent channels.
15258
15259 2006-06-02  Michael Smith  <msmith@fluendo.com>
15260
15261         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15262           Don't arbitrarily restrict channel counts and rate in vorbis.
15263           In terms of effects likely on real-world files, this fixes 96kHz
15264           playback of vorbis.
15265
15266 2006-06-02  Michael Smith  <msmith@fluendo.com>
15267
15268         * gst/audioconvert/audioconvert.c: (float):
15269           More correct float->int conversion.
15270
15271 2006-06-02  Michael Smith  <msmith@fluendo.com>
15272
15273         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15274           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15275           value. Fixes g-critical on trying to play back ogg containing
15276           unknown codec.
15277
15278 2006-06-02  Wim Taymans  <wim@fluendo.com>
15279
15280         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15281         (setup_source):
15282         * gst/playback/gstplaybasebin.h:
15283         Make the subtitle detection work from any thread so we don't
15284         deadlock. Fixes #343397.
15285
15286 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15287
15288         * gst/volume/Makefile.am:
15289           Seriously, it's not *that* hard to get compilation right.  Even
15290           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15291
15292 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15293
15294         * gst/volume/gstvolume.c: (volume_choose_func),
15295         (volume_update_real_volume), (gst_volume_class_init),
15296         (gst_volume_init), (volume_process_float), (volume_process_int16),
15297         (volume_process_int16_clamp), (volume_set_caps),
15298         (volume_transform_ip), (plugin_init):
15299         * gst/volume/gstvolume.h:
15300         rewrite the passthrough check, split _int16 and _int16_clamp, fix
15301         another property desc., remove unused param from process function
15302         
15303         * tests/check/elements/volume.c: (volume_suite):
15304         reactivate the passthrough test
15305
15306 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15307
15308         * ext/alsa/gstalsamixerelement.h:
15309         * ext/alsa/gstalsamixeroptions.h:
15310         * ext/alsa/gstalsamixertrack.h:
15311         * ext/gnomevfs/gstgnomevfssink.h:
15312         * ext/gnomevfs/gstgnomevfssrc.h:
15313         * ext/theora/gsttheoradec.h:
15314         * ext/theora/gsttheoraenc.h:
15315         * ext/theora/gsttheoraparse.h:
15316         * ext/vorbis/vorbisparse.h:
15317         * gst-libs/gst/audio/gstaudioclock.h:
15318         * gst-libs/gst/audio/gstaudiofilter.h:
15319         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15320         * gst/audioconvert/gstaudioconvert.h:
15321         * gst/audioresample/gstaudioresample.h:
15322         * gst/audiotestsrc/gstaudiotestsrc.h:
15323         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15324         * gst/playback/gststreamselector.h:
15325         * gst/tcp/gstmultifdsink.h:
15326         * gst/tcp/gsttcpclientsink.h:
15327         * gst/tcp/gsttcpclientsrc.h:
15328         * gst/tcp/gsttcpserversink.h:
15329         * gst/tcp/gsttcpserversrc.h:
15330         * gst/videorate/gstvideorate.h:
15331         * gst/videoscale/gstvideoscale.h:
15332         * gst/videotestsrc/gstvideotestsrc.h:
15333         * gst/volume/gstvolume.h:
15334         * sys/v4l/gstv4ljpegsrc.h:
15335         * sys/v4l/gstv4lmjpegsink.h:
15336         * sys/v4l/gstv4lmjpegsrc.h:
15337         * sys/v4l/gstv4lsrc.h:
15338         * sys/ximage/ximagesink.h:
15339         * sys/xvimage/xvimagesink.h:
15340         * tests/old/testsuite/alsa/sinesrc.h:
15341         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15342
15343 2006-05-31  Wim Taymans  <wim@fluendo.com>
15344
15345         * ext/libvisual/visual.c: (gst_visual_reset),
15346         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15347         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15348         Handle DISCONT.
15349         Use running time before doing QoS.
15350         Handle mono too.
15351
15352 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15353
15354         * docs/libs/Makefile.am:
15355           set a magic variable to indicate we know the docs are incomplete
15356
15357 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15358
15359         * win32/common/libgstvideo.def:
15360           export gst_video_calculate_display_ratio
15361         * win32/vs6/libgstvideoscale.dsp:
15362           add link to libgstvideo-0.10.lib
15363
15364 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15365
15366         * gst/playback/gstplaybasebin.c: (gen_source_element):
15367           Throw a more comprehensible error for rtsp:// URIs (rather
15368           than erroring out with a negotiation error later on) until
15369           we fix playbin to handle rtspsrc etc.
15370
15371 2006-05-30  Wim Taymans  <wim@fluendo.com>
15372
15373         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15374         (gst_text_overlay_text_event):
15375         Added some FIXMEs.
15376
15377 2006-05-30  Wim Taymans  <wim@fluendo.com>
15378
15379         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15380         (gst_adder_request_new_pad), (gst_adder_release_pad):
15381         * gst/adder/gstadder.h:
15382         Implement release_request_pad.
15383         Make padcounter atomic.
15384
15385         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15386         Added check for release_pad in adder.
15387
15388 2006-05-30  Wim Taymans  <wim@fluendo.com>
15389
15390         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15391         Fix build again.
15392
15393 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15394
15395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15396         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15397         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15398         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15399         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15400         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15401         (gst_ogg_demux_bisect_forward_serialno),
15402         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15403         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15404           add more debugging
15405           clean up printf formats for granulepos and serialno
15406
15407 2006-05-30  Michael Smith  <msmith@fluendo.com>
15408
15409         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15410         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15411         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15412         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15413         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15414         * ext/vorbis/vorbisenc.h:
15415           Multi-channel caps negotiation, so we can do proper multichannel
15416           vorbis encoding, negotiated through audioconvert.
15417
15418 2006-05-30  Wim Taymans  <wim@fluendo.com>
15419
15420         * tests/check/elements/adder.c: (test_event_message_received),
15421         (test_play_twice_message_received), (GST_START_TEST),
15422         (adder_suite):
15423         Added check to show that #339935 is fixed with ongoing
15424         adder and collectpads fixes.
15425
15426 2006-05-29  Wim Taymans  <wim@fluendo.com>
15427
15428         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15429         Don't leak pad name.
15430
15431 2006-05-29  Wim Taymans  <wim@fluendo.com>
15432
15433         * gst/adder/gstadder.c: (gst_adder_query_duration),
15434         (forward_event_func), (forward_event), (gst_adder_src_event):
15435         Fix adder seeking.
15436         Make query/seeking code threadsafe.
15437
15438         * tests/check/Makefile.am:
15439         * tests/check/elements/adder.c: (test_event_message_received),
15440         (GST_START_TEST), (test_play_twice_message_received):
15441         Fix adder test case.
15442
15443 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15444
15445         Patch by: Young-Ho Cha  <ganadist at chollian net>
15446
15447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15448         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15449         (set_encoding_element), (decodebin_element_added_cb),
15450         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15451         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15452         * gst/playback/gstplaybasebin.h:
15453           Add 'subtitle-encoding' property to playbin, so applications can
15454           force a subtitle encoding for non-UTF8 subtitles (#342268).
15455
15456         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15457         (gst_sub_parse_set_property):
15458           Rename recently-added 'encoding' property to 'subtitle-encoding'
15459           (so it can be proxied by playbin/decodebin in a generic way
15460           with less danger of false positives).
15461
15462 2006-05-29  Michael Smith  <msmith@fluendo.com>
15463
15464         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15465         (append_with_other_format), (set_structure_widths),
15466         (gst_audio_convert_transform_caps):
15467           Patch from #341562: give more specific audio caps in get_caps, so
15468           that basetransform  can make better decisions on what caps to
15469           negotiate.
15470
15471 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15472
15473         * tests/check/elements/volume.c:
15474         make it compile again
15475
15476 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15477
15478         * tests/check/elements/volume.c: (volume_suite):
15479         disable test until #343196 gets resolved
15480
15481 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15482
15483         * gst/adder/gstadder.c: (gst_adder_get_type):
15484         Make it easier to copy&paste
15485         
15486         * gst/volume/Makefile.am:
15487         * gst/volume/gstvolume.c: (volume_update_real_volume),
15488         (gst_volume_set_volume), (gst_volume_set_mute),
15489         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15490         (volume_transform_ip), (volume_update_mute),
15491         (volume_update_volume):
15492         * gst/volume/gstvolume.h:
15493         Add own debug category, move duplicate code to helper function, fix
15494         property texts, add more comments and prepare ffor liboil-goodness
15495         
15496         * tests/check/Makefile.am:
15497         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15498         add test for mute and passtrough case, be a bit more verbose to track
15499         failure
15500         
15501         * tests/check/generic/states.c: (GST_START_TEST):
15502         catch elements that fail to instantiate
15503
15504 2006-05-28  Edward Hervey  <edward@fluendo.com>
15505
15506         * tests/check/pipelines/simple-launch-lines.c:
15507         * tests/check/pipelines/theoraenc.c:
15508         * tests/check/pipelines/vorbisenc.c:
15509         Comment out tests using parse_launch() if core was built without
15510         parsing capabilities.
15511
15512 2006-05-27  Edward Hervey  <edward@fluendo.com>
15513
15514         * tests/check/Makefile.am:
15515         Extra bonus points for whoever explains to ensonic that you are meant
15516         to test unit tests thoroughly before commiting them, especially if
15517         you know it's going to break.
15518         De-activated element/adder tests.
15519
15520 2006-05-27  Edward Hervey  <edward@fluendo.com>
15521
15522         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15523         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15524         Marking caps conversion issues as GST_WARNING is way too verbose,
15525         Moving them to GST_LOG.
15526
15527 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15528
15529         * README:
15530           Replace current README (containing the release notes from
15531           some 0.9.x version) with a proper README taken from the core.
15532
15533 2006-05-26  Wim Taymans  <wim@fluendo.com>
15534
15535         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15536         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15537         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15538         (vorbis_dec_change_state):
15539         Small cleanups.
15540         Add some FIXMEs
15541         Clip output samples to segment boundaries.
15542
15543 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15544
15545         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15546         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15547         Improve the errors produced on bad output, including some human
15548         readable description strings.
15549         Handle the (theoretical for ximagesink) case where the XServer 
15550         has a different idea about the size required for a particular 
15551         frame and gives us too small a memory allocation.
15552
15553 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15554
15555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15556         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15557         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15558         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15559         Improve the errors produced on bad output, including some human 
15560         readable description strings.
15561         Handle RGB Xv formats properly by transforming them into our 
15562         big-endian caps description.
15563         Use gst_caps_truncate to ensure that we never try and choose a
15564         non-fixed caps in buffer_alloc.
15565         Handle the case where the XServer has a different idea about the size
15566         required for a particular frame and gives us too small a memory
15567         allocation.
15568         Use -1 to indicate 'no image format', because 0 is a valid XServer
15569         image format number.
15570         Put RGB Xv formats at the end of the caps, so that we always prefer
15571         YUV format frames.
15572         Iterate the available Xv Encodings to determine the maximum width and
15573         height, and then return that in our caps.
15574         (Closes #315312, #337544)
15575
15576 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15577
15578         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15579         When there is only one unfinished pad and it receives an event that
15580         doesn't match our requirements, we need to set alldone=FALSE so that
15581         the fakesink is not removed yet.
15582
15583 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15584
15585         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15586           Use gst_type_find_helper_for_buffer() to find the type
15587           of stream from the first packet.
15588
15589         * configure.ac:
15590           Bump requirements to core CVS (needed for vorbis
15591           typefinding to work).
15592
15593 2006-05-24  Edward Hervey  <edward@fluendo.com>
15594
15595         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15596         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15597         contain.  Else they play perfectly fine with qtdemux.
15598
15599 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15600
15601         * ext/theora/theoradec.c:
15602         * ext/theora/theoraenc.c:
15603         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15604         * gst/audiorate/gstaudiorate.c:
15605           make more debug catagories static
15606         
15607         * tests/check/Makefile.am:
15608         * tests/check/elements/adder.c: (message_received),
15609         (test_event_message_received), (GST_START_TEST),
15610         (test_play_twice_message_received), (adder_suite):
15611           added test case for using element twice, extra bonus points for anyone
15612           who can make these test run reliably
15613
15614 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15615
15616         * ext/theora/theoradec.c: (theora_dec_chain):
15617           Make work with time-stamped input buffers that do not
15618           have a granulepos in BUFFER_OFFSET_END (like theora
15619           buffers coming from matroskademux). Fixes #342448.
15620
15621 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15622
15623         Patch by: Peter Kjellerstedt  <pkj at axis com>
15624
15625         * gst/tcp/Makefile.am:
15626           fdstresstest doesn't need Gtk+, fix compilation if 
15627           gtk is not available (#342566).
15628
15629 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15630          
15631         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15632           80 line columns
15633           Removed redundant floor()
15634
15635 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15636
15637         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15638           On second thought, just skip JUNK chunks automatically, so
15639           the caller doesn't have to handle this. Fixes #342345.
15640           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15641           not GST_FLOW_ERROR.
15642
15643 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15644
15645         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15646           Don't bail out on JUNK chunks with a size of 0 (would try to
15647           pull_range 0 bytes before, which sources don't like too much).
15648           See #342345.
15649
15650 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15651
15652         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15654         Use the gstutil scaling function to preserve 64 bits while calculating
15655         output width and height from the display-aspect-ratio. (A continuation
15656         of #341542)
15657
15658 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15659
15660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15661         (gst_xvimagesink_buffer_alloc):
15662         * sys/xvimage/xvimagesink.h:
15663         When performing buffer allocations, remember the caps and image format
15664         we return so that if the same caps are asked for next time we can
15665         return them immediately without doing any caps intersections.
15666
15667 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15668          
15669         * gst-libs/gst/rtp/README:
15670           Some new documentation
15671         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15672           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15673         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15674         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15675           New RTP audio base payloader class. Supports frame or sample based
15676           codecs.  Not enabled in Makefile.am until approved.
15677
15678 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15679
15680         * tests/check/elements/alsa.c: (test_device_property_probe):
15681           Fix test case: don't try to free NULL GValueArray when there
15682           are no devices.
15683
15684 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15685
15686         * tests/check/Makefile.am:
15687         * tests/check/elements/alsa.c: (test_device_property_probe),
15688         (alsa_suite), (main):
15689           Add simple test that runs a device property probe on alsasrc,
15690           alsasink and alsamixer. Disable valgrind check for now (too
15691           many leaks in libasound, and valgrind ignored my suppressions
15692           additions).
15693
15694 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15695
15696         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15697         (gst_alsa_device_property_probe_probe_property),
15698         (gst_alsa_device_property_probe_needs_probe),
15699         (gst_alsa_device_property_probe_get_values),
15700         (gst_alsa_type_add_device_property_probe_interface):
15701         * ext/alsa/gstalsadeviceprobe.h:
15702         * ext/alsa/gstalsamixerelement.c:
15703         (gst_alsa_mixer_element_init_interfaces):
15704         * ext/alsa/gstalsamixerelement.h:
15705           Clean up and simplify alsa device probing. Make it actually work
15706           for multiple classes. Don't cache results any longer.
15707
15708         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15709         (gst_alsasink_init):
15710         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15711         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15712         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15713           Make alsasink and alsasrc implement the GstPropertyProbe interface
15714           for device probing (#342181).
15715           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15716
15717 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15718
15719         * gst/subparse/samiparse.c: (handle_start_font):
15720           Don't ignore return value of strtol (++compiler_happiness).
15721
15722 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15723
15724         Patch by: Young-Ho Cha  <ganadist chollian net>
15725
15726         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15727         (gst_sub_parse_class_init), (gst_sub_parse_init),
15728         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15729         (convert_encoding):
15730         * gst/subparse/gstsubparse.h:
15731           Add 'encoding' property (#341681).
15732
15733         * gst/subparse/samiparse.c: (characters_sami):
15734           Output is pango markup, so we need to escape text
15735           between tags (#342143).
15736
15737 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15738
15739         * gst-libs/gst/audio/multichannel.c:
15740         (gst_audio_check_channel_positions):
15741           It's okay to have caps with channels=1 and a channel position
15742           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15743           (deinterleavers might want to keep the position in the caps,
15744           so that they can be re-interleaved again properly later).
15745           Leave check for unexpected 2-channel layouts intact for now.
15746
15747 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15748
15749         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15750         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15751         basesrc can do its job correctly.
15752
15753 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15754
15755         * ext/alsa/Makefile.am:
15756         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15757         (gst_alsa_detect_formats), (get_channel_free_structure),
15758         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15759         (gst_alsa_probe_supported_formats):
15760         * ext/alsa/gstalsa.h:
15761         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15762           Refactor and improve caps probing code: probe signedness
15763           when we probe the supported formats/widths; set endianness
15764           to the one we actually probed for (ie. cpu endianness).
15765           
15766         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15767         (gst_alsasrc_close):
15768         * ext/alsa/gstalsasrc.h:
15769           Implement caps probing for alsasrc.
15770
15771 2006-05-15  Wim Taymans  <wim@fluendo.com>
15772
15773         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15774         (theora_dec_src_query), (theora_dec_src_event),
15775         (theora_dec_sink_event), (theora_handle_comment_packet),
15776         (theora_handle_data_packet), (theora_dec_change_state):
15777         Cleanups, add some G_LIKELY.
15778         Use segment helpers instead of our own wrong code.
15779         Clear queued buffers on seek and READY.
15780
15781         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15782         (vorbis_dec_convert), (vorbis_dec_src_query),
15783         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15784         (vorbis_handle_comment_packet), (vorbis_dec_push),
15785         (vorbis_handle_data_packet), (vorbis_dec_chain),
15786         (vorbis_dec_change_state):
15787         * ext/vorbis/vorbisdec.h:
15788         Remove old useless packetno variable.
15789         Do position query properly.
15790         Add some G_LIKELY.
15791         Do cleanup of queued buffers in new helper function
15792         and use it.
15793
15794 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15795
15796         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15797           Query supported sample rates. Fixes #341732.
15798
15799 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15800
15801         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15802         (gst_decode_bin_change_state): Make decodebin reusable
15803         when going from PAUSE_TO_READY and then back to PAUSED.
15804         Fixes #331678.
15805
15806 2006-05-15  Wim Taymans  <wim@fluendo.com>
15807
15808         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15809         (vorbis_dec_convert), (vorbis_dec_src_query),
15810         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15811         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15812         (vorbis_dec_clean_queued), (vorbis_dec_push),
15813         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15814         Cleanups. Use refcounting and DEBUG_OBJECT.
15815         Reset segment on flush, use code methods instead of our
15816         own wrong version.
15817         Fix potential memleak.
15818
15819 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15820
15821         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15822         (gst_alsasink_init):
15823         * ext/alsa/gstalsasink.h:
15824           Don't leak allocated snd_output_t structure if there's
15825           more than one alsasink instance at a time (#341873).
15826           Also fix GObject macros in header file.
15827           
15828 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15829
15830         * gst/subparse/gstsubparse.c:
15831         (gst_sub_parse_data_format_autodetect):
15832           Don't use libxml functions in the typefinding code.
15833
15834 2006-05-15  Wim Taymans  <wim@fluendo.com>
15835
15836         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15837         Fix seeking performance in the case where a non-header 
15838         packet has a 0 granulepos (busted theora case). 
15839         Fixes #341719
15840         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15841          the first place, you limelight stealer you)
15842
15843 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15844
15845         * gst/subparse/gstsubparse.c:
15846         (gst_sub_parse_data_format_autodetect):
15847           Improve SAMI typefinding: handle case where there are
15848           whitespaces or newlines in front of the first <SAMI>
15849           tag (#169936).
15850
15851 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15852
15853         * configure.ac:
15854           Build video4linux plugin even if there's no XVIDEO, just
15855           without implementing the GstXOverlay interface (#334002).
15856          
15857 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15858
15859         * configure.ac:
15860         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15861         (plugin_init):
15862           Add tentative support for libvisual-0.4 (#336881).
15863
15864 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15865
15866         Patch by: Young-Ho Cha <ganadist at chollian net>
15867
15868         * gst/subparse/samiparse.c: (handle_start_font):
15869           Need to map "silver" colour explicitly (#169936).
15870
15871 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15872
15873         Patch by: Young-Ho Cha  <ganadist at chollian net>
15874
15875         * gst/subparse/Makefile.am:
15876         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15877         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15878         (gst_sub_parse_format_autodetect), (feed_textbuf),
15879         (gst_subparse_type_find), (plugin_init):
15880         * gst/subparse/gstsubparse.h:
15881         * gst/subparse/samiparse.c:
15882         * gst/subparse/samiparse.h:
15883           Add support for SAMI subtitles (#169936).
15884
15885 2006-05-14  Michael Smith  <msmith@fluendo.com>
15886
15887         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15888           Fix #341696: crash when mixing L+R+C to mono or stereo.
15889         * tests/check/Makefile.am:
15890         * tests/check/elements/audioconvert.c: (set_channel_positions),
15891         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15892         (audioconvert_suite):
15893           Add test for the above, including some generic framework bits for
15894           testing multichannel things.
15895
15896 === release 0.10.7 ===
15897
15898 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15899
15900         * configure.ac:
15901           releasing 0.10.7, "Leave the gun"
15902
15903 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15904
15905         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15907         Fix the build.
15908
15909 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15910
15911         * docs/libs/gst-plugins-base-libs-docs.sgml:
15912         * docs/libs/gst-plugins-base-libs-sections.txt:
15913         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15914         * gst-libs/gst/video/video.h:
15915         * gst/videoscale/Makefile.am:
15916         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15918         * tests/check/Makefile.am:
15919         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15920         (main):
15921           Fix integer overflow problem with pixel-aspect-ratio calculations
15922           in videoscale and xvimagesink (#341542)
15923
15924 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15925
15926         * gst-libs/gst/tag/gstid3tag.c:
15927           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15928
15929 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15930
15931         * win32/MANIFEST:
15932           update win32 files listing
15933
15934 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15935
15936         patch by: Sjoerd Simons (sjoerd@luon.net)
15937
15938         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15939         (group_create), (group_destroy), (add_stream),
15940         (gst_play_base_bin_get_property),
15941         (gst_play_base_bin_get_streaminfo_value_array):
15942         * gst/playback/gstplaybasebin.h:
15943           API: GstPlayBaseBin::stream-info-value-array property
15944           use a more bindings-friendly way of exposing streaminfo
15945           using a GValueArray.  Tested in ipython.
15946           Closes #341114
15947
15948 2006-05-11  Wim Taymans  <wim@fluendo.com>
15949
15950         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15951         (queue_underrun_cb), (queue_filled_cb):
15952         Also catch queue underruns but don't do anything yet.
15953         Refactor and comment queue enlarging code a bit.
15954
15955         * gst/playback/gstplaybasebin.c: (queue_overrun),
15956         (queue_threshold_reached), (queue_out_of_data),
15957         (gen_preroll_element):
15958         If a queue over/underruns check that we don't create nasty
15959         deadlocks when the min-threshold is not reached but the
15960         max-bytes is. In those cases disable max-bytes when we
15961         know that the queue is fed timed data.
15962         Add more comments.
15963
15964 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15965
15966         * gst/playback/gstplaybin.c: (gen_audio_element):
15967           Make playbin automatically plug an 'audioresample'
15968           element before the audio sink as well. This solves
15969           problems with sinks that only accept a very specific
15970           sample rate, like esdsink (e.g. #340379).
15971
15972 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15973
15974         * gst/playback/gstplaybasebin.c: (gen_source_element):
15975           Make http sources send special headers so that we receive
15976           icecast metadata if the http stream is an icecast stream
15977           (otherwise the server will just ignore them). This also
15978           means that from now on users will need the 'icydemux'
15979           element from gst-plugins-good installed if they want to
15980           listen to icecast radio streams. (#341432, #333657).
15981
15982 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15983
15984         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15985         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15986           remove stupid example from docs - it should come with a simple
15987           C program instead.
15988           Clean up/fix docs
15989         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15990         (fail_if_can_read), (GST_START_TEST),
15991         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15992           add a test for changing streamheader which exposes a bug in
15993           multifdsink
15994
15995 2006-05-11  Michael Smith  <msmith@fluendo.com>
15996
15997         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15998         (gst_gnome_vfs_src_received_headers_callback):
15999         * ext/gnomevfs/gstgnomevfssrc.h:
16000           Don't set icy-caps unless we have a sane interval value. Move
16001           interval to a local variable; we never use it outside this function.
16002
16003 2006-05-11  Wim Taymans  <wim@fluendo.com>
16004
16005         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
16006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
16007         Register special buffer types along with the objects so
16008         that they are not registered at runtime from N different
16009         streaming threads since they are not threadsafe.
16010
16011 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16012
16013         * tests/check/elements/multifdsink.c: (wait_bytes_served),
16014         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
16015           add two more tests, one doing streamheader
16016
16017 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16018
16019         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
16020           clean up the bufqueue when shutting down
16021         * tests/check/Makefile.am:
16022         * tests/check/elements/multifdsink.c: (setup_multifdsink),
16023         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
16024         (main):
16025           add a test for the leak that was just fixed
16026
16027 2006-05-10  Wim Taymans  <wim@fluendo.com>
16028
16029         * gst/adder/gstadder.c: (gst_adder_setcaps),
16030         (gst_adder_query_duration), (gst_adder_query), (forward_event),
16031         (gst_adder_src_event), (gst_adder_sink_event),
16032         (gst_adder_class_init), (gst_adder_finalize),
16033         (gst_adder_request_new_pad), (gst_adder_collected):
16034         * gst/adder/gstadder.h:
16035         Updated some docs. Added comments and FIXMEs all over the place.
16036         Improve debugging info.
16037         Fix leak on finalize by not calling the parent.
16038         Implement duration query.
16039         Make event forwarding threadsafe.
16040         Correctly send NEWSEGMENT at start and after flush.
16041         Handle EOS correctly.
16042         Post error when not negotiated.
16043
16044         * tests/check/elements/adder.c: (GST_START_TEST):
16045         Added FIXME in the test.
16046
16047 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16048
16049         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16050         (gst_text_overlay_halign_get_type),
16051         (gst_text_overlay_wrap_mode_get_type):
16052         * ext/theora/theoradec.c: (theora_handle_type_packet),
16053         (theora_handle_data_packet):
16054         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16055         (theora_enc_sink_setcaps), (theora_enc_chain):
16056         * gst-libs/gst/cdda/gstcddabasesrc.c:
16057         (gst_cdda_base_src_mode_get_type):
16058         * gst/audiotestsrc/gstaudiotestsrc.c:
16059         (gst_audiostestsrc_wave_get_type):
16060         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
16061         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16062         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16063         (gst_sync_method_get_type), (gst_unit_type_get_type),
16064         (gst_client_status_get_type):
16065         * gst/videoscale/gstvideoscale.c:
16066         (gst_video_scale_method_get_type):
16067         * gst/videotestsrc/gstvideotestsrc.c:
16068         (gst_video_test_src_pattern_get_type):
16069         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
16070         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
16071         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
16072         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
16073         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
16074         (paint_setup_RGB565), (paint_setup_xRGB1555):
16075           Const-ify GEnumValue and GFlagsValue arrays. Use
16076           GST_ROUND_UP_* macros instead of home-made ones.
16077
16078 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16079
16080         * configure.ac:
16081           Require core CVS for the new newsegment stuff.
16082
16083 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16084
16085         Patch by: Sjoerd Simons  <sjoerd at luon net>
16086
16087         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
16088           Register nick for enum value (#341160).
16089
16090 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
16091
16092         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
16093         (plugin_init):
16094          backout typefind patch #340375
16095          
16096         * tests/check/elements/adder.c: (message_received),
16097         (GST_START_TEST), (adder_suite):
16098           redo, signal-handling of test
16099
16100 2006-05-09  Wim Taymans  <wim@fluendo.com>
16101
16102         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
16103         (gst_adder_collected):
16104         * gst/adder/gstadder.h:
16105         Remove bogus segment merging and forwarding, we don't
16106         care about timestamps anyway and we just produce a
16107         continuous stream. 
16108         Also create a nice NEWSEGMENT event when we start.
16109         Use _scale_int some more.
16110
16111 2006-05-09  Edward Hervey  <edward@fluendo.com>
16112
16113         * tests/icles/stress-xoverlay.c:
16114         Fix if core was built without parsing support.
16115
16116 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16117
16118         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16119           Add SEDG (Samsung MPEG-4) fourcc.
16120
16121 2006-05-09  Edward Hervey  <edward@fluendo.com>
16122
16123         * tests/icles/stress-xoverlay.c:
16124         * tests/examples/volume/volume.c:
16125         Fix if core was built without parsing support.
16126
16127         * tests/examples/seek/seek.c:
16128         Disable the parse_launch example if core was built without parsing
16129         support.
16130
16131 2006-05-08  Edward Hervey  <edward@fluendo.com>
16132
16133         * autogen.sh: (CONFIGURE_DEF_OPT): 
16134         libtoolize on Darwin/MacOSX is called glibtoolize
16135
16136 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16137
16138         * tests/check/Makefile.am:
16139         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
16140           Disable the adder test, until the build-slaves posses the kindness to 
16141           either like it or to give valid reason for not doing so 
16142
16143 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16144
16145         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16146         (adder_suite):
16147           Shuffle NULL state change around and raise timeout more
16148
16149 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16150
16151         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
16152         (mp4_type_find), (plugin_init):
16153           Add typefind to distinguish between "audio/x-m4a" and new type
16154           "video/mp4". Fixes #340375
16155
16156         * tests/check/elements/adder.c: (adder_suite):
16157           Raise timeout to make buildbot happy
16158
16159 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16160
16161         * gst/adder/gstadder.c: (gst_adder_sink_event),
16162         (gst_adder_request_new_pad), (gst_adder_change_state):
16163         * gst/adder/gstadder.h:
16164         * tests/check/Makefile.am:
16165         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16166         (adder_suite), (main):
16167           Add sink-event handling to adder. It tries to merge incomming
16168           newsegment-events. Added test to check if segment_done is comming
16169           through. Fixes #340060
16170
16171 2006-05-05  Andy Wingo  <wingo@pobox.com>
16172
16173         * ext/theora/theoraparse.c (gst_theora_parse_init)
16174         (theora_parse_src_convert, theora_parse_src_query):
16175         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16176         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
16177         query functions on the source pads of the theora and vorbis parse
16178         elements. Fixes position querying when doing a remux.
16179
16180 2006-05-05  Michael Smith  <msmith@fluendo.com>
16181
16182         * ext/theora/theoraparse.c: (parse_granulepos),
16183         (theora_parse_drain_queue_prematurely),
16184         (theora_parse_queue_buffer), (theora_parse_sink_event):
16185           Fix flushing.
16186           Fix invalid granulepos outputs when starting with a non-keyframe.
16187
16188 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
16189
16190         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
16191         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
16192         Rearrange MPEG system stream detection, fixing some memleaks in the
16193         process.
16194         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
16195         they clean up their data correctly.
16196         Remove unused ogganx caps and move the 'is_annodex' check to inside
16197         the 'is_ogg' if statement.
16198
16199 2006-05-05  Wim Taymans  <wim@fluendo.com>
16200
16201         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
16202         Properly remove ghostpads. Fixes #340392
16203
16204 2006-05-04  David Schleef  <ds@schleef.org>
16205
16206         * gst/typefind/gsttypefindfunctions.c:
16207
16208 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16209
16210         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16211         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
16212
16213         When typefinding an MP3 in push-based mode, don't penalise the
16214         probability down to 74% when we found 5 valid frames just because we
16215         can't peek the end of the file.
16216
16217         Make the probability for detecting MPEG Transport Streams based on the
16218         number of sequential headers we successfully detected.
16219
16220 2006-05-03  Wim Taymans  <wim@fluendo.com>
16221
16222         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16223         (vorbis_dec_push), (vorbis_dec_chain):
16224         Still produce an error when we receive an empty packet.
16225
16226 2006-05-03  Wim Taymans  <wim@fluendo.com>
16227
16228         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16229         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16230         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16231         Mark buffers with DISCONT after seek and after activating new
16232         chains.
16233
16234         * ext/theora/gsttheoradec.h:
16235         * ext/theora/theoradec.c: (gst_theora_dec_reset),
16236         (theora_get_query_types), (theora_dec_sink_event),
16237         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16238         (theora_dec_change_state):
16239         Fix frame counter.
16240         Detect and mark DISCONT buffers.
16241
16242         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16243         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16244         (vorbis_dec_change_state):
16245         * ext/vorbis/vorbisdec.h:
16246         Use GstSegment.
16247         Detect and mark DISCONT buffers.
16248         Don't crash on 0 sized buffers.
16249
16250 2006-05-03  Wim Taymans  <wim@fluendo.com>
16251
16252         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16253         (volume_transform_ip):
16254         Increase "volume" property to 10.0. Fixes #340369.
16255         Set the process function to NULL when capsnego fails so that
16256         we properly error out.
16257
16258 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16259
16260         * gst/playback/gstplaybin.c: (add_sink):
16261         * gst/playback/test.c: (main):
16262         * gst/playback/test5.c: (dump_element_stats):
16263         * gst/playback/test6.c: (main):
16264           free caps using gst_caps_unref, don't leak caps-strings
16265
16266 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
16267
16268         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16269         (plugin_init):
16270           Refine musepack typefinding a bit. Return MAXIMUM
16271           probability when we detect stream version 7 to make
16272           sure the mpeg audio typefinder doesn't trump us.
16273
16274 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16275
16276         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16277           Protect against unexpected NULL strf_data buffer.
16278
16279 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16280
16281         * tests/check/elements/audioconvert.c: (verify_convert),
16282         (GST_START_TEST):
16283           interpret the out[] buffer in the order the bytes are actually
16284           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16285           Other tests should use BYTE_ORDER since the array is filled in
16286           with actual values
16287
16288 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16289
16290         * tests/check/elements/audioconvert.c: (verify_convert),
16291         (GST_START_TEST):
16292           when a test fails, give an indication of which it is
16293
16294 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16295
16296         * gst-libs/gst/cdda/gstcddabasesrc.c:
16297           compile fix; strtol() needs <stdlib.h>
16298
16299 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16300
16301         * ext/alsa/gstalsamixerelement.c:
16302         * ext/alsa/gstalsasrc.c:
16303         * ext/cdparanoia/gstcdparanoiasrc.c:
16304         * ext/gnomevfs/gstgnomevfssink.c:
16305         * ext/gnomevfs/gstgnomevfssrc.c:
16306         * ext/ogg/gstoggdemux.c:
16307         * ext/ogg/gstoggmux.c:
16308         * ext/ogg/gstoggparse.c:
16309         * ext/ogg/gstogmparse.c:
16310         * ext/pango/gstclockoverlay.c:
16311         * ext/pango/gsttextoverlay.c:
16312         * ext/pango/gsttextrender.c:
16313         * ext/pango/gsttimeoverlay.c:
16314         * ext/theora/theoradec.c:
16315         * ext/theora/theoraenc.c:
16316         * ext/vorbis/vorbisdec.c:
16317         * ext/vorbis/vorbisenc.c:
16318         * gst-libs/gst/audio/gstaudiofilter.c:
16319         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16320         * gst/audioconvert/gstaudioconvert.c:
16321         * gst/audiorate/gstaudiorate.c:
16322         * gst/audioresample/gstaudioresample.c:
16323         * gst/audiotestsrc/gstaudiotestsrc.c:
16324         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16325         * gst/playback/gstdecodebin.c:
16326         * gst/playback/gstplaybin.c:
16327         * gst/playback/gststreamselector.c:
16328         * gst/subparse/gstsubparse.c:
16329         * gst/tcp/gstmultifdsink.c:
16330         * gst/tcp/gsttcpclientsink.c:
16331         * gst/tcp/gsttcpclientsrc.c:
16332         * gst/tcp/gsttcpserversink.c:
16333         * gst/tcp/gsttcpserversrc.c:
16334         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16335         * gst/videorate/gstvideorate.c:
16336         * gst/videoscale/gstvideoscale.c:
16337         * gst/videotestsrc/gstvideotestsrc.c:
16338         * gst/volume/gstvolume.c:
16339         * sys/v4l/gstv4ljpegsrc.c:
16340         * sys/v4l/gstv4lmjpegsink.c:
16341         * sys/v4l/gstv4lmjpegsrc.c:
16342         * sys/v4l/gstv4lsrc.c:
16343         * sys/ximage/ximagesink.c:
16344         * sys/xvimage/xvimagesink.c:
16345         * tests/check/libs/cddabasesrc.c:
16346           make GstElementDetails const
16347
16348 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16349
16350         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16351         (gst_adder_init):
16352           send events from src-pad to all sink-pads fixes #338657
16353
16354 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16355
16356         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16357         (alsasink_parse_spec):
16358           query width capabilities from alsa, fixes #338919
16359
16360 2006-04-28  Wim Taymans  <wim@fluendo.com>
16361
16362         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16363         (gst_multi_fd_sink_remove_client_link):
16364         * gst/tcp/gstmultifdsink.h:
16365         Fix race condition in multifdsink that can lead to spurious 
16366         duplicate clients. this patch adds a new signal that is fired when
16367         multifdsink has removed all references to the fd.
16368         Fixes #339574.
16369         Updated documentation.
16370         API: client-fd-removed signal added
16371
16372 2006-04-28  Michael Smith  <msmith@fluendo.com>
16373
16374         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16375           When asking g_value_array_new to prealloc elements, we may as well
16376           ask for the right number of elements.
16377
16378 2006-04-28  Wim Taymans  <wim@fluendo.com>
16379
16380         * gst-libs/gst/audio/gstbaseaudiosink.c:
16381         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16382         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16383         patch to make timestamp checking more tollerant to rounding 
16384         errors given that real discontinuities are to be marked on
16385         buffers. Fixes some asf files and #338778.
16386         Also avoid some crashers when we receive an event in the 
16387         NULL state.
16388
16389 2006-04-28  Michael Smith  <msmith@fluendo.com>
16390
16391         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16392         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16393         (gst_gnome_vfs_src_get_property),
16394         (gst_gnome_vfs_src_send_additional_headers_callback),
16395         (gst_gnome_vfs_src_received_headers_callback),
16396         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16397         (gst_gnome_vfs_src_stop):
16398         * ext/gnomevfs/gstgnomevfssrc.h:
16399           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16400           proper shared support within icydemux.
16401
16402 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16403
16404         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16405         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16406           fix up docs
16407           fix a leak when no caps negotiated
16408           fix counting of input frames
16409         * tests/check/elements/.cvsignore:
16410         * tests/check/elements/videorate.c: (assert_videorate_stats),
16411         (GST_START_TEST), (videorate_suite):
16412           add tests for these
16413
16414 2006-04-28  Wim Taymans  <wim@fluendo.com>
16415
16416         * gst-libs/gst/audio/gstringbuffer.c:
16417         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16418         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16419         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16420         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16421         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16422         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16423         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16424         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16425         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16426         Check arguments passed to public functions instead of
16427         crashing.
16428
16429 2006-04-28  Wim Taymans  <wim@fluendo.com>
16430
16431         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16432         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16433         GstBaseAudioSrc must be live or it does not work.
16434
16435         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16436         Don't set live to TRUE as this is the default in the parentclass.
16437
16438 2006-04-28  Wim Taymans  <wim@fluendo.com>
16439
16440         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16441         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16442         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16443         fixation cases better. Fixes #338991
16444
16445 2006-04-28  Wim Taymans  <wim@fluendo.com>
16446
16447         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16448         Handle 0/1 framerate correctly Fixes #331901.
16449
16450 2006-04-28  Wim Taymans  <wim@fluendo.com>
16451
16452         * tests/check/elements/audioconvert.c: (get_float_caps),
16453         (GST_START_TEST), (audioconvert_suite):
16454         Added check for correct clipping when doing float samples
16455         in audioconvert.
16456
16457 2006-04-28  Wim Taymans  <wim@fluendo.com>
16458
16459         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16460         (gst_video_rate_chain):
16461         Print more debugging info.
16462
16463 2006-04-28  Wim Taymans  <wim@fluendo.com>
16464
16465         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16466         (resample_set_state_from_caps):
16467         Add support for other formats audioresample can handle such as
16468         32 bits in and float and 64 bits float. Fixes #301759
16469
16470 2006-04-28  Wim Taymans  <wim@fluendo.com>
16471
16472         * gst/audioconvert/audioconvert.c: (float):
16473         correctly clip float samples > 1.0. Fixes #338718
16474
16475 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16476
16477         Patch by: Young-Ho Cha  <ganadist at chollian net>
16478
16479         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16480         (gst_text_overlay_render_text):
16481           Don't strip newlines from the text. Also, center lines
16482           within multi-line paragraphs (#339405).
16483
16484 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16485
16486         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16487           Fix wavpack typefinding to work in more cases (don't peek
16488           for chunks of multiple hundred kBs at once, but process
16489           things step-by-step in smaller units). Fixes #339786.
16490
16491 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16492
16493         * configure.ac:
16494           back to HEAD
16495
16496 === release 0.10.6 ===
16497
16498 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16499
16500         * configure.ac:
16501           releasing 0.10.6, "Chao"
16502
16503 2006-04-26  David Schleef  <ds@schleef.org>
16504
16505         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16506           Fixes #338897.
16507
16508 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16509
16510         * configure.ac:
16511         * win32/common/config.h:
16512           new prerelease
16513
16514 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16515
16516         patch by: Wim Taymans
16517
16518         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16519         (gst_ogg_demux_perform_seek):
16520           make sure correct newsegments are sent, so that the decoder
16521           and the demuxer agree on timestamps.  Fixes playback of a lot
16522           of Ogg files that do not start from 0.  Fixes #339833.
16523
16524 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16525
16526         Patch by: Edward Hervey  <edward@fluendo.com>
16527
16528         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16529         * tests/check/Makefile.am:
16530         * tests/check/elements/videorate.c: (assert_videorate_stats),
16531         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16532         (videorate_suite), (main):
16533           Fix an infinite loop if frames are passed in with wrongly ordered
16534           timestamps.  Fixes #339013.
16535
16536 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16537
16538         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16539
16540         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16541           fix typefinding on some ISO files.  Fixes #339212.
16542
16543 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16544
16545         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16546
16547         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16548           add another H264 fourcc.  Fixes #339047.
16549
16550 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16551
16552         Patch by: Jan Schmidt
16553
16554         * gst/playback/gststreamselector.c:
16555         (gst_stream_selector_bufferalloc):
16556           Restore old StreamSelector behaviour.
16557           Fixes #338419.
16558
16559 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16560
16561         * configure.ac:
16562         * win32/common/config.h:
16563           prerelease
16564
16565 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16566
16567         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16568
16569         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16570         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16571           Fix some memory leaks: on finalize, free buffers left in the queue
16572           before destroying the queue; in _push(), unref rtp_buf even if
16573           the process vfunc returned a NULL buffer as output buffer (#337548);
16574           demote some recuring debug messages to LOG level.
16575
16576 2006-04-11  Wim Taymans  <wim@fluendo.com>
16577
16578         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16579         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16580         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16581         (gst_ogg_demux_loop):
16582         More cleanups.
16583         Respect segment stop when emiting EOS or SEGMENT_DONE.
16584         Fixes (#337945).
16585
16586 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16587
16588         * gst/playback/gststreamselector.c:
16589         (gst_stream_selector_get_property):
16590           Don't leak pad name.
16591
16592 2006-04-10  Michael Smith  <msmith@fluendo.com>
16593
16594         * tests/check/Makefile.am:
16595         * tests/check/gst-plugins-base.supp:
16596           Suppress an old libtheora bug (fixed in more recent versions), so 
16597           that FC4 buildslaves can pass.
16598
16599 2006-04-10  Wim Taymans  <wim@fluendo.com>
16600
16601         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16602         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16603         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16604         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16605         (gst_ogg_demux_loop):
16606         Don't leak events.
16607         Remember what error we got when finding chains, if we
16608         were shutdown, that would not be an error.
16609
16610 2006-04-10  Wim Taymans  <wim@fluendo.com>
16611
16612         * gst-libs/gst/audio/gstbaseaudiosink.c:
16613         (gst_base_audio_sink_event):
16614         Starting the ringbuffer when we did not acquire it can cause
16615         a deadlock, is pointless and causes nasty things for
16616         subclasses. 
16617         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16618
16619 2006-04-10  Wim Taymans  <wim@fluendo.com>
16620
16621         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16622         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16623         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16624         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16625         (gst_ogg_demux_deactivate_current_chain),
16626         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16627         (gst_ogg_demux_bisect_forward_serialno),
16628         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16629         Add some more debugging.
16630
16631 2006-04-10  Wim Taymans  <wim@fluendo.com>
16632
16633         * ext/theora/theoradec.c: (theora_dec_src_event),
16634         (theora_handle_data_packet):
16635         Some more debug info.
16636
16637         * tests/examples/seek/seek.c: (start_seek), (main):
16638         Print element messages too.
16639
16640 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16641
16642         * gst/audioresample/debug.h:
16643           replace debug macros with variable number of parameters
16644           by a simple alias to gstreamer standard debug macros 
16645          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16646           supported by MSVC 6.0 and 7.1)
16647         * gst/audioresample/resample.h:
16648           define M_PI and rint for WIN32
16649         * win32/common/libgstaudio.def:
16650         * win32/common/libgstriff.def:
16651         * win32/common/libgsttag.def:
16652         * win32/common/libgstvideo.def:
16653           add new exported functions
16654         * win32/vs6:
16655           update project files
16656
16657 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16658
16659         * ext/alsa/gstalsamixeroptions.c:
16660         (gst_alsa_mixer_options_class_init):
16661         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16663         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16664         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16665         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16666         * gst-libs/gst/audio/gstaudiofilter.c:
16667         (gst_audio_filter_class_init):
16668         * gst-libs/gst/audio/gstaudiosink.c:
16669         (gst_audioringbuffer_class_init):
16670         * gst-libs/gst/audio/gstaudiosrc.c:
16671         (gst_audioringbuffer_class_init):
16672         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16673         * gst-libs/gst/interfaces/colorbalancechannel.c:
16674         (gst_color_balance_channel_class_init):
16675         * gst-libs/gst/interfaces/mixeroptions.c:
16676         (gst_mixer_options_class_init):
16677         * gst-libs/gst/interfaces/mixertrack.c:
16678         (gst_mixer_track_class_init):
16679         * gst-libs/gst/interfaces/tunerchannel.c:
16680         (gst_tuner_channel_class_init):
16681         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16682         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16683         (gst_netbuffer_class_init):
16684         * gst-libs/gst/rtp/gstbasertppayload.c:
16685         (gst_basertppayload_class_init):
16686         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16687         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16688         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16689         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16690         * gst/playback/gststreamselector.c:
16691         (gst_stream_selector_class_init):
16692         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16693         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16694         * sys/v4l/gstv4lcolorbalance.c:
16695         (gst_v4l_color_balance_channel_class_init):
16696         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16697         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16698         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16699         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16700         (gst_v4l_tuner_norm_class_init):
16701         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16703         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16704         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16705
16706 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16707
16708         * ext/pango/gsttextrender.h:
16709         * gst-libs/gst/audio/gstaudiosink.h:
16710         * gst-libs/gst/audio/gstaudiosrc.h:
16711         * gst-libs/gst/audio/gstbaseaudiosink.h:
16712         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16713         * gst-libs/gst/audio/gstringbuffer.h:
16714         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16715         * gst-libs/gst/rtp/gstbasertppayload.h:
16716         * gst-libs/gst/video/gstvideofilter.h:
16717         * gst-libs/gst/video/gstvideosink.h:
16718         * gst/playback/gstplaybasebin.h:
16719         * gst/tcp/gstmultifdsink.h:
16720         * sys/v4l/gstv4lelement.h:
16721         Fix broken GObject macros
16722
16723 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16724
16725         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16726         More debug to trace why my USB headset is not working with gst
16727
16728 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16729
16730         * gst/playback/gstplaybasebin.c: (group_destroy):
16731         Clean up our group elements properly in the case where it never 
16732         got committed - it still got added unconditionally to the bin.
16733
16734 2006-04-07  Wim Taymans  <wim@fluendo.com>
16735
16736         * ext/theora/theoradec.c: (theora_dec_sink_event),
16737         (theora_handle_data_packet), (theora_dec_chain):
16738         Unref unhandled events.
16739         Protect against empty buffers.
16740         Perform QoS on running time.
16741
16742 2006-04-07  Michael Smith  <msmith@fluendo.com>
16743
16744         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16745         (gst_vorbis_enc_chain):
16746           Remove leaks from vorbisenc.
16747           Mostly minor changes, the only significant one is that now the
16748           buffers we set as 'streamheader' on the caps are copies of the
16749           original buffers, to avoid circular refcounting problems.
16750
16751 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16752
16753         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16754           Don't remove our mute-probe if someone else already did so.
16755           Don't set a 2nd one if there is already one pending on the pad.
16756
16757         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16758         (do_playbin_seek):
16759           When a seek fails, ensure that playbin is still set back to playing.
16760           
16761         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16762         (mpeg_ts_type_find), (plugin_init):
16763           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16764
16765 2006-04-06  Andy Wingo  <wingo@pobox.com>
16766
16767         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16768         (gst_video_rate_init): Caps-related parameters should not be reset
16769         by a flush -- move their inits to the instance init function.
16770         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16771         is not OK, just return the result.
16772
16773         * gst/audiotestsrc/gstaudiotestsrc.c
16774         (gst_audio_test_src_class_init)
16775         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16776         broken by Stefan's commit on 24 March.
16777
16778         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16779         buffers being pushed out. Fixes oggmux ! multifdsink.
16780
16781 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16782
16783         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16784         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16785         * ext/vorbis/vorbisdec.h:
16786         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16787         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16788         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16789         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16790         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16791         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16792         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16793         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16794         (gst_vorbis_enc_buffer_from_packet),
16795         (gst_vorbis_enc_buffer_from_header_packet),
16796         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16797         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16798         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16799         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16800         (gst_vorbis_enc_change_state):
16801         * ext/vorbis/vorbisenc.h:
16802           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16803           vorbisenc adhere to the official nomenclature; use boilerplate
16804           macro.
16805
16806 2006-04-04  Andy Wingo  <wingo@pobox.com>
16807
16808         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16809         Whoops, fix bug introduced. Bad hacker!
16810         
16811         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16812         Properly handle the case where you get EOS before any buffers are
16813         received. Use gst_buffer_make_metadata_writable where appropriate.
16814
16815         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16816         is often negative -- make it signed so as not to wrap around.
16817         Fixes segfaults introduced on 9 March.
16818
16819 2006-04-03  Wim Taymans  <wim@fluendo.com>
16820
16821         * ext/theora/gsttheoradec.h:
16822         * ext/theora/theoradec.c: (theora_dec_src_event):
16823         Don't try to store a gdouble in a gboolean.
16824         Small cleanups.
16825
16826 2006-04-03  Michael Smith  <msmith@fluendo.com>
16827
16828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16829           Oggmux sucks.
16830           Make it suck slightly less by writing out the final page.
16831           Still can't encode a vorbis-in-ogg file correctly, though.
16832
16833 2006-04-03  Andy Wingo  <wingo@pobox.com>
16834
16835         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16836         a g_print.
16837
16838         * ext/theora/theora.c (plugin_init): Register theoraparse.
16839
16840         * ext/theora/gsttheoraparse.h: 
16841         * ext/theora/theoraparse.c: New files implementing a theora
16842         parser. Now we can properly remux ogg/theora+vorbis, yay.
16843
16844         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16845
16846 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16847
16848         * gst/audiotestsrc/gstaudiotestsrc.c:
16849           Fixed the sample pipeline (see #323798)
16850
16851 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16852
16853         * configure.ac:
16854         * win32/common/config.h:
16855         * win32/common/config.h.in:
16856           use AS_VERSION and AS_NANO
16857           more cleanups
16858
16859 2006-03-31  Andy Wingo  <wingo@pobox.com>
16860
16861         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16862         uninitialized variable return that would happen.
16863         
16864         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16865         uninitialized variable return that would never happen.
16866
16867         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16868         (vorbis_parse_sink_event): Add an event function to flush our
16869         state on a seek, and to drain buffers on a premature EOS.
16870         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16871         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16872         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16873         (vorbis_parse_drain_queue): Queue up buffers until we can set
16874         their timestamps and granulepos values.
16875
16876         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16877         and keep track of data needed for deriving granulepos and
16878         timestamps for buffers.
16879
16880 2006-03-29  Wim Taymans  <wim@fluendo.com>
16881
16882         Patch by: j^ <j at bootlab dot org>
16883
16884         * ext/alsa/gstalsamixerelement.c:
16885         (gst_alsa_mixer_element_class_init):
16886         * ext/alsa/gstalsasink.c:
16887         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16888         * ext/ogg/gstoggdemux.c:
16889         * ext/ogg/gstoggmux.c:
16890         * ext/ogg/gstoggparse.c:
16891         * ext/pango/gstclockoverlay.c:
16892         * ext/pango/gsttextoverlay.c:
16893         * ext/pango/gsttextrender.c:
16894         * ext/pango/gsttimeoverlay.c:
16895         * ext/theora/theoradec.c:
16896         * ext/theora/theoraenc.c:
16897         * ext/vorbis/vorbisdec.c:
16898         * ext/vorbis/vorbisenc.c:
16899         * gst/audioconvert/gstaudioconvert.c:
16900         * gst/subparse/gstsubparse.c:
16901         * gst/tcp/gstmultifdsink.c:
16902         * gst/tcp/gsttcpclientsink.c:
16903         * gst/tcp/gsttcpclientsrc.c:
16904         * gst/tcp/gsttcpserversink.c:
16905         * gst/tcp/gsttcpserversrc.c:
16906           better/unified long descriptions
16907           Fixes #336477
16908
16909 2006-03-29  Wim Taymans  <wim@fluendo.com>
16910
16911         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16912         (stop_seek):
16913         Don't let double and triple clicks mess up our state.
16914
16915 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16916
16917         * gst/playback/gstplaybin.c: (gen_video_element),
16918         (gen_text_element), (gen_audio_element), (gen_vis_element):
16919           Error out gracefully when we can't create any of the usual
16920           conversion elements for some reason. Also, don't try to
16921           create an audioscale (sic) element that's not used anyway.
16922
16923 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16924
16925         * gst/playback/gstplaybasebin.c: (setup_source):
16926           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16927           element for a particular protocol, that's confusing for users.
16928           Instead, post a RESOURCE_FAILED error, so that our own error
16929           message is actually shown in totem etc. (#336303).
16930
16931 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16932
16933         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16934
16935         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16936         (gst_gnome_vfs_src_get_icy_metadata):
16937           Fix some minor memory leaks (#336194).
16938
16939 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16940
16941         * ext/gnomevfs/gstgnomevfs.c:
16942         (gst_gnome_vfs_location_to_uri_string):
16943         * ext/gnomevfs/gstgnomevfs.h:
16944         * ext/gnomevfs/gstgnomevfssink.c:
16945         (gst_gnome_vfs_sink_set_property):
16946         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16947           Make gnomevfssink accept filenames as well as URIs for the
16948           "location" property, just like gnomevfssrc does (and
16949           filesrc/filesink do) (#336190).
16950
16951 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16952
16953         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16954           set to NULL before unreffing, fixes a valgrind leak.
16955           Why was this not triggering the error that an object needs to
16956           be NULL before unreffing ?
16957         * win32/common/config.h:
16958           update
16959
16960 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16961
16962         * gst/subparse/gstsubparse.c: (convert_encoding),
16963         (gst_sub_parse_change_state):
16964         * gst/subparse/gstsubparse.h:
16965           Text subtitle files may or may not be UTF-8. If it's not, we
16966           don't really want to see '?' characters in place of non-ASCII
16967           characters like accented characters. So let's assume the input
16968           is UTF-8 until we come across text that is clearly not. If it's
16969           not UTF-8, we don't really know what it is, so try the following:
16970           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16971           is set; if not, check (b) if the current locale encoding is
16972           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16973           the current locale encoding is UTF-8 and the environment variable
16974           was not set to any particular encoding. Not perfect, but better
16975           than nothing (and better than before, I think) (fixes #172848).
16976
16977 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16978
16979         * configure.ac:
16980           update core requirement to 0.10.4.1 because of async_playback
16981           vmethod on GstBaseSink
16982
16983 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16984
16985         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16986         * gst/adder/gstadder.c: (gst_adder_init):
16987         use DEBUG_FUNCPTR for collectpads
16988
16989 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16990
16991         * docs/plugins/Makefile.am:
16992         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16993         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16994         * ext/cdparanoia/gstcdparanoiasrc.c:
16995         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16996         (gst_gnome_vfs_sink_class_init):
16997         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16998         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16999         * ext/ogg/gstoggmux.c:
17000         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
17001         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
17002         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
17003         * ext/pango/gsttextoverlay.c:
17004         * ext/pango/gsttextrender.c:
17005         * ext/theora/theoradec.c:
17006         * ext/theora/theoraenc.c:
17007         * ext/vorbis/vorbisdec.c:
17008         * ext/vorbis/vorbisenc.c:
17009         * gst-libs/gst/audio/gstaudiofilter.c:
17010         (gst_audio_filter_base_init):
17011         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
17012         (gst_audio_filter_template_base_init):
17013         * gst/adder/gstadder.c: (gst_adder_get_type):
17014         * gst/adder/gstadder.h:
17015         * gst/audioconvert/gstaudioconvert.c:
17016         * gst/audiotestsrc/gstaudiotestsrc.c:
17017         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
17018         (gst_audio_test_src_create):
17019         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17020         * gst/playback/gstdecodebin.c:
17021         * gst/playback/gstplaybin.c:
17022         * gst/playback/gststreamselector.c:
17023         (gst_stream_selector_base_init):
17024         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
17025         * gst/volume/gstvolume.c:
17026         * sys/v4l/gstv4lmjpegsink.c:
17027         * sys/v4l/gstv4lmjpegsrc.c:
17028         * tests/check/libs/cddabasesrc.c:
17029         * tests/old/examples/gob/gst-identity2.gob:
17030           Add docs for adder, use GST_ELEMENT_DETAILS macro,
17031           define GstElementDetails at the top
17032
17033 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
17034
17035         * win32/common/libgstinterfaces.def:
17036         Add a lot of export functions for gst-python
17037         * win32/vs6/libgstinterfaces.dsp:
17038         Add a missing include folder in the project configuration
17039         
17040 2006-03-23  Wim Taymans  <wim@fluendo.com>
17041
17042         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17043         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
17044         (gst_base_audio_src_change_state):
17045         Fix audio sources, forgot to make the ringbuffer
17046         startable...
17047
17048 2006-03-23  Wim Taymans  <wim@fluendo.com>
17049
17050         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17051         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
17052         (gst_base_audio_src_change_state):
17053         unparent instead of unref the ringbuffer.
17054
17055 2006-03-23  Wim Taymans  <wim@fluendo.com>
17056
17057         * gst-libs/gst/audio/gstbaseaudiosink.c:
17058         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
17059         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
17060         Implement new async_play vmethod to start slaving and allow
17061         playback start in case of async PLAY state changes. 
17062
17063         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17064         Enable QoS with new method in base class.
17065
17066 2006-03-23  Wim Taymans  <wim@fluendo.com>
17067
17068         Patch by: Julien MOUTTE <julien at moutte dot net>
17069
17070         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
17071         (gst_video_test_src_do_seek), (gst_video_test_src_create):
17072         Partially handle 0 framerate, only EOS after the first frame
17073         is missing.
17074
17075 2006-03-23  Wim Taymans  <wim@fluendo.com>
17076
17077         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17078
17079         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17080         (gst_riff_create_video_template_caps):
17081         * gst/ffmpegcolorspace/avcodec.h:
17082         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17083         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17084         (gst_ffmpegcsp_avpicture_fill):
17085         * gst/ffmpegcolorspace/imgconvert.c:
17086         Patch for support of YVU9 AVI files (#334822)
17087
17088 2006-03-22  Edward Hervey  <edward@fluendo.com>
17089
17090         * docs/design/design-decodebin.txt:
17091         Added design document for new decodebin
17092         (Target Caps): text/x-pango-markup is also a default target caps.
17093
17094 2006-03-22  Wim Taymans  <wim@fluendo.com>
17095
17096         * gst-libs/gst/audio/gstbaseaudiosink.c:
17097         (gst_base_audio_sink_dispose):
17098         Since we _parent the ringbuffer, we also need to
17099         _unparent instead of a plain _unref.
17100
17101 2006-03-22  Wim Taymans  <wim@fluendo.com>
17102
17103         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
17104         (stop_seek), (scrub_toggle_cb), (main):
17105         Add scrub checkbox.
17106
17107 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17108
17109         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
17110         (gst_ogg_parse_chain):
17111           Fix very inefficient usage of linked lists (#335365).
17112
17113 2006-03-21  Edward Hervey  <edward@fluendo.com>
17114
17115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17116         * gst/playback/gstplaybin.c: (handoff):
17117         * gst/playback/gststreamselector.c:
17118         (gst_stream_selector_set_property):
17119         gcc 4.1 unreferenced pointer fixes.
17120         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
17121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
17122         gst_buffer_ref() now takes a GstBuffer*.
17123
17124 2006-03-20  Julien MOUTTE  <julien@moutte.net>
17125
17126         * sys/xvimage/xvimagesink.c:
17127         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
17128         by Jan Schmidt.
17129
17130 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
17131
17132         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
17133         (id3v1_type_find), (apetag_type_find), (plugin_init):
17134           Can't do tag preferences via probability, as tags would then
17135           lose against types that are recognised with MAXIMUM probability
17136           (like .wav); so let all tag typefinders return MAXIMUM themselves
17137           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
17138           that we can prefer APE to ID3v1 (fixes #335028).
17139           
17140 2006-03-17  Wim Taymans  <wim@fluendo.com>
17141
17142         * gst-libs/gst/audio/gstbaseaudiosink.c:
17143         (gst_base_audio_sink_change_state):
17144         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
17145         (gst_ring_buffer_may_start):
17146         * gst-libs/gst/audio/gstringbuffer.h:
17147         Only start playback if we are playing.
17148         should fix #330748.
17149
17150 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
17151
17152         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
17153         * win32/common/config.h:
17154           Revert accidental commits to these files.
17155
17156 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17157
17158         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17159
17160         * tests/Makefile.am:
17161           Don't try to build tests in tests/icles if we
17162           don't have X (#323852)
17163
17164 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17165
17166         * gst-libs/gst/tag/gstid3tag.c:
17167           Add TXXX frame identifiers for replaygain stuff as used
17168           by some taggers (see #323721).
17169
17170 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
17171
17172         * gst/playback/gststreamselector.c:
17173         (gst_stream_selector_set_property),
17174         (gst_stream_selector_bufferalloc):
17175           Preserve the existing buggy streamselector behaviour by performing
17176           a fallback buffer allocation when downstream isn't linked yet.
17177           This should really be fixed in playbin by blocking pads until it's
17178           linked them.
17179           Also, use gst_pad_alloc_buffer instead of
17180           gst_pad_alloc_buffer_and_set.
17181
17182 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17183
17184         * gst-libs/gst/tag/gstid3tag.c:
17185           Don't crash on unknown ID3v2 TXXX frames.
17186           
17187 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17188
17189         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
17190           Chain up to the parent finalize method.
17191           Add 32-bit sample size to the template caps.
17192
17193         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17194         (gst_riff_create_video_template_caps):
17195           Add the fourcc that the VMWare codec uses.
17196           
17197         * gst/playback/gststreamselector.c:
17198         (gst_stream_selector_set_property),
17199         (gst_stream_selector_bufferalloc),
17200         (gst_stream_selector_request_new_pad):
17201           For the active pad, forward buffer-alloc requests, otherwise
17202           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
17203           having to memcpy every frame when used by playbin.
17204
17205         * gst/tcp/gstmultifdsink.c:
17206         (gst_multi_fd_sink_handle_client_write):
17207           Get negotiated caps from the sink pad, rather than the sink
17208           pad's peer.
17209
17210 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17211
17212         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17213         
17214         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
17215           Don't forget to set src->callbacks_pushed to FALSE again when
17216           popping them, otherwise re-activation in a different mode won't
17217           work (#334620).
17218
17219 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17220
17221         Patch by: Sebastien Moutte  <sebastien moutte net>
17222
17223         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
17224         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
17225         (gst_ffmpeg_smpfmt_to_caps):
17226           Replace __VA_ARGS__ caps creation macros with varargs functions.
17227           Makes things compile on MSVC (#320765), looks nicer, and we can
17228           tell the compiler to check for the NULL terminator.
17229
17230 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17231
17232         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17233
17234         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17235           Make sure the buffer we copy into is really always big
17236           enough, this time for real (#333488).
17237           
17238 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17239
17240         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17241           Add support for 24bpp DIB (#305279).
17242
17243 2006-03-14  Wim Taymans  <wim@fluendo.com>
17244
17245         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17246         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17247         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17248         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17249         (gst_video_scale_init), (gst_video_scale_src_event):
17250         Re-enable QoS after the release.
17251         Rework videoscale to use the base class src_event handler.
17252
17253 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17254
17255         * configure.ac:
17256           back to CVS.
17257
17258 === release 0.10.5 ===
17259
17260 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
17261
17262         * configure.ac:
17263           releasing 0.10.5, "Net"
17264
17265 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17266
17267         * docs/plugins/Makefile.am:
17268           Part of previous cdparanoiasrc docs fixes, forgot to commit.
17269           
17270 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17271
17272         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17273         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17274         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17275           Add cdparanoiasrc to docs.
17276
17277         * gst-libs/gst/cdda/gstcddabasesrc.c:
17278           More GstCddaBaseSrc docs.
17279
17280 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17281
17282         * docs/libs/gst-plugins-base-libs-sections.txt:
17283         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17284         * gst-libs/gst/tag/tag.h:
17285           API: libgsttag: new method gst_tag_from_id3_user_tag().
17286
17287 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17288
17289         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17290           NULL-terminate array of mpeg4 video file extensions.
17291           Fixes crash on PPC (#334226).
17292
17293 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17294
17295         * ext/gnomevfs/gstgnomevfssrc.c:
17296         (gst_gnome_vfs_src_check_get_range):
17297           gnome_vfs_uri_is_local() alone is not a good indicator
17298           whether we can operate in pull-mode with a specific URI,
17299           as it returns FALSE for file:// URIs that point to an
17300           NFS-mounted path. Be more conservative here: whitelist
17301           local files, blacklist http URIs and use the old
17302           mechanism for anything else (fixes #334216).
17303
17304 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17305
17306         * configure.ac:
17307           back to trunk
17308
17309 === release 0.10.4 ===
17310
17311 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
17312
17313         * configure.ac:
17314           releasing 0.10.4, "Power"
17315
17316 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
17317
17318         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17319         Disable max-lateness by setting it to -1 for now, so that 
17320         we can bed QoS stuff in thoroughly between now and the next
17321         release.
17322
17323 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17324
17325         Patch by: Fabrizio Gennari
17326
17327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17328           Make sure we don't read beyond the palette buffer in case of
17329           broken or manipulated files (#333488)
17330
17331 2006-03-10  Edward Hervey  <edward@fluendo.com>
17332
17333         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17334         Fix for variable not initialized.
17335
17336 2006-03-09  Wim Taymans  <wim@fluendo.com>
17337
17338         * ext/libvisual/visual.c: (gst_visual_get_type),
17339         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17340         (gst_visual_chain):
17341         Small cleanups.
17342
17343         * ext/theora/gsttheoradec.h:
17344         * ext/theora/theoradec.c: (gst_theora_dec_init),
17345         (gst_theora_dec_reset), (_theora_granule_time),
17346         (theora_dec_src_convert), (theora_dec_sink_convert),
17347         (theora_dec_src_query), (theora_dec_src_event),
17348         (theora_dec_sink_event), (theora_handle_comment_packet),
17349         (theora_handle_header_packet), (theora_dec_push),
17350         (theora_handle_data_packet), (theora_dec_chain),
17351         (theora_dec_change_state):
17352         Add simple QoS.
17353
17354 2006-03-09  Wim Taymans  <wim@fluendo.com>
17355
17356         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17357         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17358         Some cleanups.
17359
17360 2006-03-09  Wim Taymans  <wim@fluendo.com>
17361
17362         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17363         Don't try to activate NULL chains.
17364
17365 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17366
17367         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17368           Fix invalid memory access to region before peek'd data (#332964).
17369
17370 2006-03-09  Wim Taymans  <wim@fluendo.com>
17371
17372         Patch by: Christophe Fergeau
17373
17374         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17375         * ext/pango/gsttextrender.c: (gst_text_render_init):
17376         * gst/adder/gstadder.c: (gst_adder_init):
17377         Don't leak padtemplates, closes #333510.
17378
17379 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17380
17381         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17382           Fix invalid memory access: make sure string passed to
17383           regexec() is NUL-termianted.
17384
17385 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17386
17387         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17388         (mp3_type_find):
17389           Refactor mpeg/audio typefinding to make it more maintainable
17390           and easier to fine-tune. Make probing into middle of the file
17391           work properly (fixes #333900, also see #152688).
17392
17393 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17394
17395         * gst/typefind/gsttypefindfunctions.c:
17396         (utf8_type_find_have_valid_utf8_at_offset):
17397           Remove part from previous commit that was bogus:
17398           g_utf8_validate() does in fact not accept embedded
17399           zeroes, so we don't need to check for those (thanks
17400           to Mike for the hint).
17401
17402 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17403
17404         * gst/typefind/gsttypefindfunctions.c:
17405         (utf8_type_find_count_embedded_zeroes),
17406         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17407           Make plain/text typefinder more conservative: firstly, check
17408           for embedded zeroes, which are perfectly valid UTF-8 characters,
17409           but also a fairly good sign that something is not a plain text
17410           file; secondly, probe into the middle of the file if possible.
17411           If we can't probe into the middle, limit the probability value
17412           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17413
17414 2006-03-08  Michael Smith  <msmith@fluendo.com>
17415
17416         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17417           Make typefind function name for mpeg4 video unique.
17418
17419 2006-03-08  Wim Taymans  <wim@fluendo.com>
17420
17421         * ext/libvisual/visual.c: (gst_visual_init),
17422         (gst_visual_clear_actors), (gst_visual_dispose),
17423         (gst_visual_reset), (gst_visual_src_setcaps),
17424         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17425         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17426         (gst_visual_chain), (gst_visual_change_state):
17427         Cleanups, post nice errors.
17428         Handle sink and src events.
17429         Implement simple QoS.
17430
17431         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17432         Use new basesink methods to configure max-lateness.
17433         Small doc update.
17434
17435         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17436         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17437         Debug statement cleanups.
17438
17439         * gst/volume/gstvolume.c: (gst_volume_class_init):
17440         Simple cleanup.
17441
17442 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17443
17444         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17445         (gst_text_overlay_init), (gst_text_overlay_set_property),
17446         (gst_text_overlay_get_property):
17447           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17448           as string type properties, but mark them deprecated. Add
17449           'halignment' and 'valignment' properties that use enums
17450           instead of strings.
17451
17452 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17453
17454         Patch by: Fabrizio Gennari
17455
17456         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17457           Allow palettes with less than 256 colours in AVI files
17458           (#333488)
17459
17460 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17461
17462         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17463         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17464         pad. We were releasing the queued text buffer when we should keep
17465         it until video pad gets EOS or discard the text buffer because it's
17466         too old. That was eating the last subtitle buffer. Add some more
17467         debug.
17468
17469 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17470
17471         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17472         (gst_text_overlay_video_chain):
17473           Fix invalid memory access (we can't access a buffer after it's been
17474           pushed downstream without taking a reference); fix memory leak (if
17475           there's no text to render, bail out before allocating stuff).
17476
17477 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17478
17479         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17480         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17481         * ext/pango/gsttextoverlay.h:
17482           If input is plain text, escape it before passing it to
17483           pango_layout_set_markup().
17484
17485 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17486
17487         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17488           Don't ignore flow return from gst_pad_push().
17489
17490 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17491
17492         Patch by: Fabrizio Gennari
17493
17494         * ext/libvisual/visual.c: (gst_visual_getcaps),
17495         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17496         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17497         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17498         (gst_vorbisenc_convert_sink):
17499         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17500         (gst_audio_duration_from_pad_buffer):
17501         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17502         (gst_audio_filter_chain):
17503         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17504         (gst_base_rtp_depayload_setcaps):
17505         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17506         (gst_video_get_size):
17507         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17508           Don't leak references returned by gst_pad_get_parent()
17509           (#333663)
17510
17511 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17512
17513         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17514           change location param details
17515         * gst/volume/gstvolume.c: (plugin_init):
17516           correct plugin description
17517
17518 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17519
17520         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17521         (gst_gnome_vfs_src_check_get_range):
17522           Override GstBaseSrc::check_get_range() in order to avoid opening
17523           the resource just to check whether we can operate in pull-mode or
17524           not - we can predict that pretty well from the URI alone. Should
17525           fix problems with last.fm (#331690). (Requires latest core CVS).
17526
17527 2006-03-06  Wim Taymans  <wim@fluendo.com>
17528
17529         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17530         (gst_video_sink_class_init):
17531         Throw away frames that are later than 20 ms.
17532
17533 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17534
17535         Patch by: Fabrizio Gennari
17536
17537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17538           Set depth on WMA caps (#333545)
17539
17540 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17541
17542         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17543         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17544           put Theora BOS pages before others.  This hardcodes
17545           the Ogg/Theora I profile, but hey.
17546
17547 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17548
17549         * ext/ogg/README:
17550           updated with some examples
17551         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17552         (granulepos_add), (theora_buffer_from_packet):
17553         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17554         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17555         (gst_vorbisenc_chain):
17556           implement strategy from ext/ogg/README
17557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17558         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17559         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17560         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17561           Fix muxer so that oggz-validate is happy with all streams;
17562           except for no eos mark, and the BOS page ordering
17563         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17564         (check_buffer_granulepos):
17565         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17566           update tests to check for OFFSET being set as requested
17567           fixed type of granulepos, it's not a ClockTime
17568
17569 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17570
17571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17572         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17573         Check that the xvimage we are creating has a correct size
17574         before returning it. (#314897)
17575
17576 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17577
17578         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17579           Give id3 and ape tag typefinders a rank slightly higher
17580           than PRIMARY to ensure they're always run before any of
17581           the other typefinders (in particular wav and mp3) (#324186).
17582
17583 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17584
17585         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17586           Add support for '3IVD' fourcc (#333403).
17587
17588 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17589
17590         * configure.ac:
17591           Bump requirements to GStreamer CVS for the new error enum.
17592
17593         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17594           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17595           space left on the device (fixes #333352).
17596
17597 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17598
17599         * win32/vs6:
17600           add a project file for libgstvolume
17601           update the workspace
17602
17603 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17604
17605         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17606         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17607         (GST_START_TEST):
17608           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17609           Set IN_CAPS on header buffers
17610
17611 2006-03-02  Wim Taymans  <wim@fluendo.com>
17612
17613         * docs/plugins/Makefile.am:
17614         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17615         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17616         Add audioresample to docs.
17617
17618         * gst/audioconvert/gstaudioconvert.c:
17619         Add revision date.
17620
17621         * gst/audioresample/gstaudioresample.c:
17622         (gst_audioresample_base_init), (gst_audioresample_class_init),
17623         (gst_audioresample_init), (gst_audioresample_dispose),
17624         (audioresample_get_unit_size), (audioresample_transform_caps),
17625         (resample_set_state_from_caps), (audioresample_transform_size),
17626         (audioresample_set_caps), (audioresample_event),
17627         (audioresample_do_output), (audioresample_transform),
17628         (audioresample_pushthrough), (gst_audioresample_set_property),
17629         (gst_audioresample_get_property), (plugin_init):
17630         * gst/audioresample/gstaudioresample.h:
17631         Added docs.
17632         Small code cleanups.
17633
17634 2006-03-02  Wim Taymans  <wim@fluendo.com>
17635
17636         * docs/plugins/Makefile.am:
17637         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17638         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17639         Added videoscale to docs.
17640
17641         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17642         (gst_video_rate_swap_prev), (gst_video_rate_event),
17643         (gst_video_rate_chain):
17644         Fix typo in docs.
17645
17646         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17647         (gst_video_scale_init), (gst_video_scale_prepare_size),
17648         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17649         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17650         * gst/videoscale/gstvideoscale.h:
17651         Added docs, examples.
17652         Some code cleanups.
17653         Post errors instead of g_warning.
17654
17655 2006-03-02  Wim Taymans  <wim@fluendo.com>
17656
17657         * docs/libs/gst-plugins-base-libs-docs.sgml:
17658         * docs/libs/gst-plugins-base-libs-sections.txt:
17659         * docs/libs/gst-plugins-base-libs.types:
17660         * docs/plugins/Makefile.am:
17661         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17662         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17663         Added some more docs to libs and plugins.
17664
17665         * gst-libs/gst/audio/gstringbuffer.c:
17666         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17667         * gst-libs/gst/audio/gstringbuffer.h:
17668         Document ringbuffer some more.
17669
17670         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17671         (gst_video_rate_setcaps), (gst_video_rate_reset),
17672         (gst_video_rate_init), (gst_video_rate_flush_prev),
17673         (gst_video_rate_swap_prev), (gst_video_rate_event),
17674         (gst_video_rate_chain), (gst_video_rate_change_state):
17675         * gst/videorate/gstvideorate.h:
17676         Fix videorate to use segments.
17677         Make it work with 0/1 framerates (closes #331903)
17678         Handle EOS correctly.
17679         Added docs.
17680
17681 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17682
17683         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17684         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17685         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17686           In state change function, first chain up to parent class,
17687           then handle downwards state change stuff. Remove some
17688           commented out cruft from 0.8 code.
17689
17690 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17691
17692         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17693         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17694         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17695         (gst_ogm_parse_chain):
17696           Don't remove/re-add source pad if the new caps are the same as
17697           the old caps anyway (#333042). When removing source pad, don't
17698           unref it afterwards - we didn't ref it when adding. Sprinkle some
17699           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17700           after using gst_pad_get_parent(). Return downstream flow return
17701           value in chain function.
17702
17703 2006-03-02  Wim Taymans  <wim@fluendo.com>
17704
17705         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17706         * docs/plugins/gst-plugins-base-plugins.args:
17707         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17708         * docs/plugins/gst-plugins-base-plugins.interfaces:
17709         * docs/plugins/gst-plugins-base-plugins.signals:
17710         Fix hierarchy, added some more elements to the docs.
17711
17712         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17713         (gst_ffmpegcsp_get_type):
17714         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17715         Fix docs for ffmpegcolorspace.
17716
17717 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17718
17719         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17720         (apetag_type_find), (ape_type_find), (plugin_init):
17721           Some typefinding fine-tuning:
17722           - rank ID3/APE tags in order of preference via probabilities, so that
17723             ID3v2 > APEv2 > APEv1 > ID3v1.
17724           - three or four bytes don't really justify MAXIMUM probability,
17725             change those to 'very likely' (musepack and monkeysaudio).
17726
17727 2006-03-01  Wim Taymans  <wim@fluendo.com>
17728
17729         * docs/plugins/Makefile.am:
17730         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17731         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17732         * ext/alsa/gstalsamixer.c:
17733         * ext/alsa/gstalsamixer.h:
17734         * ext/alsa/gstalsamixerelement.c:
17735         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17736         * ext/alsa/gstalsamixerelement.h:
17737         * ext/alsa/gstalsasink.c:
17738         * ext/alsa/gstalsasink.h:
17739         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17740         (gst_alsasrc_init):
17741         * ext/alsa/gstalsasrc.h:
17742         Added alsa docs.
17743         Small code cleanups.
17744
17745 2006-03-01  Wim Taymans  <wim@fluendo.com>
17746
17747         * ext/theora/Makefile.am:
17748         Dist new header too,
17749
17750 2006-03-01  Wim Taymans  <wim@fluendo.com>
17751
17752         * docs/plugins/Makefile.am:
17753         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17754         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17755         * ext/gnomevfs/gstgnomevfssink.h:
17756         * ext/gnomevfs/gstgnomevfssrc.h:
17757         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17758         * ext/vorbis/vorbisdec.h:
17759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17760         * ext/vorbis/vorbisenc.h:
17761         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17762         (vorbis_parse_chain), (vorbis_parse_change_state):
17763         * ext/vorbis/vorbisparse.h:
17764         * gst/audioconvert/gstaudioconvert.h:
17765         * gst/tcp/gsttcpserversink.h:
17766         * gst/videotestsrc/gstvideotestsrc.c:
17767         * gst/videotestsrc/gstvideotestsrc.h:
17768         * gst/volume/gstvolume.c:
17769         * gst/volume/gstvolume.h:
17770         Fix some more docs.
17771         Added docs for vorbisdec and vorbisparse.
17772         Fix vorbisparse.
17773
17774 2006-03-01  Wim Taymans  <wim@fluendo.com>
17775
17776         * docs/plugins/Makefile.am:
17777         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17778         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17779         * ext/pango/gstclockoverlay.h:
17780         * ext/pango/gsttextoverlay.h:
17781         * ext/pango/gsttextrender.h:
17782         * ext/pango/gsttimeoverlay.h:
17783         * ext/theora/gsttheoradec.h:
17784         * ext/theora/gsttheoraenc.h:
17785         * ext/theora/theoradec.c:
17786         * ext/theora/theoraenc.c:
17787         * gst/audioconvert/gstaudioconvert.h:
17788         * gst/audiotestsrc/gstaudiotestsrc.h:
17789         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17790         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17791         * gst/tcp/gstmultifdsink.h:
17792         Updated/added documentation.
17793
17794         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17795         (gst_text_overlay_halign_get_type),
17796         (gst_text_overlay_wrap_mode_get_type),
17797         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17798         (gst_text_overlay_init), (gst_text_overlay_set_property),
17799         (gst_text_overlay_get_property):
17800         Fix up properties to be enums instead of string to make bindings,
17801         introspection and automatic GUI creation possible.
17802         Add getters for the properties.
17803
17804 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17805
17806         * gst/audiotestsrc/gstaudiotestsrc.c:
17807           added defines of M_PI and M_PI_2
17808         * gst/ffmpegcolorspace/avcodec.h:
17809           removed #include "stdint.h" for win32 as _stdint.h is 
17810           autogenerated to win32/common
17811         * win32/common/libgstaudio.def:
17812         * win32/common/libgsttag.def:
17813           added some exports
17814         * win32/vs6:
17815           some project files bugs corrected
17816         * win32/vs7:
17817           project files are reset to the default vs7 configuration 
17818           (they link to msvcr71.dll using default optimizations)
17819           
17820 2006-02-28  Wim Taymans  <wim@fluendo.com>
17821
17822         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17823         Fix some docs.
17824
17825 2006-02-28  Edward Hervey  <edward@fluendo.com>
17826
17827         * ext/alsa/gstalsasrc.c:
17828         Set proper class on the ElementDetails:
17829         Source/Audio instead of Src/Audio/
17830
17831 2006-02-28  Edward Hervey  <edward@fluendo.com>
17832
17833         * gst/videoscale/vs_scanline.c:
17834         (vs_scanline_resample_nearest_RGBA):
17835         Revert optimization in videoscale. It should go in liboil and have
17836         an appropriate liboil function.
17837
17838 2006-02-28  Wim Taymans  <wim@fluendo.com>
17839
17840         * gst-libs/gst/audio/gstbaseaudiosink.c:
17841         (gst_base_audio_sink_provide_clock):
17842         Don't try to provide a clock in the NULL state.
17843
17844 2006-02-28  Wim Taymans  <wim@fluendo.com>
17845
17846         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17847         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17848         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17849         (gst_ogg_demux_deactivate_current_chain),
17850         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17851         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17852         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17853         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17854         Use GstSegment infrastructure to remove duplicated code
17855         and handle more seek cases correctly.
17856
17857 2006-02-28  Wim Taymans  <wim@fluendo.com>
17858
17859         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17860         (gst_ffmpegcsp_transform):
17861         Don't ignore return code from ffmpeg convert function.
17862
17863         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17864         Split out some long statements to ease debugging.
17865
17866 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17867
17868         * ext/libvisual/visual.c: (gst_visual_init),
17869         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17870         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17871         being able to renegotiate the size. Instead, use the negotiation
17872         algorithm from the goom plugin to pick an initial output caps. 
17873
17874         Also, allow theoretical libvisual plugins that might support non-GL 
17875         output even if they also do GL.
17876
17877 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17878
17879         * ext/libvisual/visual.c: (gst_visual_init),
17880         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17881         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17882         possible negotiation issues.
17883
17884 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17885
17886         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17887
17888 2006-02-24  Michael Smith  <msmith@fluendo.com>
17889
17890         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17891         (cmml_type_find), (plugin_init):
17892           Fix CMML type find function to not require a specific minor version
17893           of the CMML header.
17894
17895           Add an MPEG4 video elementary stream typefind function.
17896
17897 2006-02-04  Michael Smith  <msmith@fluendo.com>
17898
17899         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17900         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17901         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17902         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17903         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17904         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17905           Annodex support in ogg demuxer. Doesn't do very much without the
17906           other annodex patches (to come).
17907
17908 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17909
17910         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17911
17912         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17913           Pick up palette for MS video v1 (#327028)
17914
17915 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17916
17917         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17918         (gst_ffmpegcsp_caps_remove_format_info),
17919         (gst_ffmpegcsp_get_unit_size):
17920           The 'palette_data' field from incoming RGB caps shouldn't be
17921           proxied on outgoing YUV caps; also, restrict unit size
17922           adjustment in case of paletted data only to the unit that
17923           actually has a palette. Fixes #330711.
17924
17925 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17926
17927         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17928         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17929         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17930         (gst_ffmpegcsp_get_unit_size):
17931           Plug some memory leaks.
17932
17933 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17934
17935         * sys/ximage/Makefile.am:
17936         * sys/xvimage/Makefile.am:
17937           Add some _CFLAGS and _LIBS that seem to be missing
17938           and/or required for Cygwin (see #317048).
17939
17940 2006-02-22  Wim Taymans  <wim@fluendo.com>
17941
17942         * ext/alsa/gstalsasrc.c:
17943         Fix description as pointed out by caugier.
17944
17945 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17946
17947         Reviewed by : Edward Hervey  <edward@fluendo.com>
17948
17949         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17950         (qt_type_find):
17951         Better 3gp typefinding (#331526).
17952
17953 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17954
17955         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17956           Don't send EOS event here, the base class will send one for us.
17957
17958         * gst/playback/gstplaybasebin.c: (prepare_output):
17959           Subpictures without video stream aren't allowed either.
17960         
17961         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17962           Fix debug statement copy'n'paste-o.
17963
17964 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17965
17966         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17967           Fix issues with mixer keeping state when muting/unmuting
17968           and when changing the volume whilst muted (see #331763
17969           and #331765).
17970
17971 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17972
17973         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17974         (parse_subrip), (gst_sub_parse_format_autodetect):
17975           Set right caps given that we send escaped text. Also,
17976           honour <i></i>, <b></b> and <u></u> markers that can be found
17977           in .srt files (fixes #310202).
17978
17979 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17980
17981         * gst-libs/gst/audio/mixerutils.c:
17982         (element_factory_rank_compare_func):
17983           Make order in which elements are tried more determinable.
17984
17985 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17986
17987         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17988         (remove_element_chain), (cleanup_decodebin),
17989         (gst_decode_bin_change_state): Make decodebin reusable by
17990         fixing remove_element_chain first and then introduce a
17991         cleaner in state change to ->NULL. (Closes #331678)
17992
17993 2006-02-19  Wim Taymans  <wim@fluendo.com>
17994
17995         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17996         use 0666 mask when creating files so umask gets applied
17997         correctly. Fixes #331295.
17998
17999 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18000
18001         * gst/subparse/Makefile.am:
18002         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
18003         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
18004         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
18005         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
18006         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
18007         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
18008         * gst/subparse/gstssaparse.h:
18009         * gst/subparse/gstsubparse.c: (plugin_init):
18010           Add very basic parser for SSA subtitle streams (as often
18011           found in matroska files).
18012
18013 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18014
18015         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
18016           That should be text/x-pango-markup, not text/x-pango-layout.
18017
18018 2006-02-19  Julien MOUTTE  <julien@moutte.net>
18019
18020         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
18021         Polishing.
18022
18023 2006-02-19  Julien MOUTTE  <julien@moutte.net>
18024
18025         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18026         (gst_text_overlay_finalize), (gst_text_overlay_init),
18027         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18028         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18029         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
18030         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
18031         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
18032         Fix state change deadlock.
18033
18034 2006-02-19  Julien MOUTTE  <julien@moutte.net>
18035
18036         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18037         (gst_text_overlay_finalize), (gst_text_overlay_init),
18038         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18039         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18040         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
18041         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
18042         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
18043         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
18044         and subtitles files.
18045
18046 2006-02-19  Julien MOUTTE  <julien@moutte.net>
18047
18048         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
18049         should be considered as raw.
18050
18051 2006-02-19  Julien MOUTTE  <julien@moutte.net>
18052
18053         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18054         (cb_probe):
18055         * gst/playback/gststreaminfo.h: Introduce language informations.
18056
18057 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18058
18059         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18060         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
18061         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18062         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
18063         Set shared memory segments to be deleted as soon as we have attached,
18064         that way they get cleaned up automatically if we crash.
18065
18066 2006-02-18  Julien MOUTTE  <julien@moutte.net>
18067
18068         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
18069         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
18070         functions are called with lock held.
18071
18072 2006-02-18  Julien MOUTTE  <julien@moutte.net>
18073
18074         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18075         (gst_text_overlay_finalize), (gst_text_overlay_init),
18076         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18077         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18078         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
18079         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
18080         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
18081         (gst_text_overlay_change_state): Refactoring of textoverlay
18082         without collectpads. This now supports sparse subtitles coming
18083         from a demuxer instead of a sub file. Seeking is still broken 
18084         though. Need to discuss with wtay some more on how to handle
18085         seeking correctly.
18086         * ext/pango/gsttextoverlay.h:
18087         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
18088         subtitles coming from the demuxer.
18089
18090 2006-02-17  Wim Taymans  <wim@fluendo.com>
18091
18092         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
18093         (gst_vorbisenc_convert_sink):
18094         Use some more scaling functions.
18095
18096 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18097
18098         * ext/cdparanoia/gstcdparanoiasrc.c:
18099         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
18100         (gst_cd_paranoia_paranoia_callback),
18101         (gst_cd_paranoia_src_signal_is_being_watched),
18102         (gst_cd_paranoia_src_read_sector):
18103         * ext/cdparanoia/gstcdparanoiasrc.h:
18104           Add back 'transport-error' and 'uncorrected-error' signals and
18105           make them actually be fired when bad stuff happens (#319340).
18106
18107 2006-02-17  Wim Taymans  <wim@fluendo.com>
18108
18109         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18110         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18111         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
18112         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
18113         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
18114         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
18115         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
18116         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
18117         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
18118         (gst_ring_buffer_clear):
18119         Small cleanups.
18120         Added some G_LIKELY.
18121
18122 2006-02-17  Wim Taymans  <wim@fluendo.com>
18123
18124         * gst-libs/gst/audio/TODO:
18125         Update TODO
18126
18127         * gst-libs/gst/audio/gstbaseaudiosink.c:
18128         (gst_base_audio_sink_get_offset):
18129         When trying to play samples ASAP and we don't have a
18130         previous sample, try to play at position 0 instead of
18131         an invalid position.
18132
18133 2006-02-17  Wim Taymans  <wim@fluendo.com>
18134
18135         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
18136         (gst_alsasink_reset):
18137         Also release lock when we get an error in _reset();
18138         fix an error message.
18139
18140 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18141
18142         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18143         (gst_alsasink_init), (get_channel_free_structure),
18144         (caps_add_channel_configuration), (gst_alsasink_getcaps),
18145         (gst_alsasink_close):
18146         * ext/alsa/gstalsasink.h:
18147           Add support for more than 2 channels (#326720).
18148
18149 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18150
18151         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18152           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
18153           with 4 or 6 channels, assume a default channel layout to make things
18154           work (not sure there's anything else we can do in those cases).
18155
18156 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18157
18158         * gst-libs/gst/audio/multichannel.c:
18159           Minor docs fix.
18160
18161         * gst-libs/gst/riff/Makefile.am:
18162         * gst-libs/gst/riff/riff-ids.h:
18163         * gst-libs/gst/riff/riff-media.c:
18164         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
18165           Add support for WAVEFORMATEX, eg. PCM audio with more than two
18166           channels and a channel layout map.
18167           
18168 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
18169
18170         Reviewed by Edward Hervey  <edward@fluendo.com>
18171
18172         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
18173         C-level optimization of the RGBA nearest neighbour function.
18174         Eventually this might end up in liboil with vectorized versions.
18175
18176 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18177
18178         * gst-libs/gst/audio/multichannel.c:
18179         (gst_audio_get_channel_positions):
18180           When we have more than 2 channels, but no channel layout is
18181           specified in the caps, return some default channel layout
18182           to the caller and warn about about a possibly buggy element
18183           (could be buggy filtercaps as well of course) (#317038).
18184
18185 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18186
18187         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18188           Add gst-libs/gst/cdda to list of lib search paths.
18189
18190 2006-02-15  Andy Wingo  <wingo@pobox.com>
18191
18192         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
18193         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
18194         to the Lord Jesus that I do not have to touch the ogg muxer ever
18195         again.
18196
18197 2006-02-15  Edward Hervey  <edward@fluendo.com>
18198
18199         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18200         quicktime movie files can also contain 'uuid' atoms.
18201
18202 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18203
18204         * gst/audioconvert/plugin.c: (plugin_init):
18205           Register the GstAudioChannelPosition enum type with the type
18206           system in the plugin_init function, so that it is known before
18207           any element actually makes use of multi-channel stuff. This is
18208           required for example if one wants to be able to deserialise/use
18209           a caps string with channel positions before any pipeline has
18210           been setup and started, like with gst-launch.
18211
18212 2006-02-14  Wim Taymans  <wim@fluendo.com>
18213
18214         * gst-libs/gst/audio/gstringbuffer.c:
18215         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
18216         (gst_ring_buffer_samples_done), (wait_segment),
18217         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
18218         Add some compiler G_(UN_)LIKELY help.
18219         SIGNAL the ringbuffer waiters when going to PAUSED as well to
18220         make sure they can exit their functions. Should fix #330748
18221
18222 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18223
18224         * Makefile.am:
18225         * configure.ac:
18226         * win32/MANIFEST:
18227         * win32/common/_stdint.h:
18228           Windows does not have long long; copy the generated _stdint.h
18229         * win32/common/interfaces-enumtypes.c:
18230         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18231         (gst_mixer_track_flags_get_type),
18232         (gst_tuner_channel_flags_get_type):
18233         * win32/common/multichannel-enumtypes.c:
18234         (gst_audio_channel_position_get_type):
18235           update
18236
18237 2006-02-13  Wim Taymans  <wim@fluendo.com>
18238
18239         * gst-libs/gst/audio/gstbaseaudiosink.c:
18240         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18241         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18242         Always sync on first sample we receive when starting.
18243
18244 2006-02-13  Wim Taymans  <wim@fluendo.com>
18245
18246         * gst/playback/gstplaybin.c: (gen_vis_element):
18247         Update vis bin docs.
18248         Move queue after tee so we don't queue video buffers but
18249         audio samples instead. Fixes problems where the video queue
18250         is filled and the audio queue empty.
18251
18252 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
18253
18254         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18255           No need to push an EOS event here, GstBaseSrc will do that for us
18256           when we return FLOW_UNEXPECTED.
18257           
18258 2006-02-12  Wim Taymans  <wim@fluendo.com>
18259
18260         * gst-libs/gst/audio/gstbaseaudiosink.c:
18261         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18262         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18263         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18264         Use scale functions when possible.
18265         Fix error messages.
18266         Free clockid when after waiting for EOS.
18267         Use G_(UN_)LIKLY when it makes sense.
18268         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18269
18270 2006-02-12  Edward Hervey  <edward@fluendo.com>
18271
18272         * gst/playback/gstplaybasebin.c: (prepare_output): 
18273         Remove stray semi-colon (fixes #330888).
18274
18275 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
18276
18277         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18279         Fix up the XShm call testing so that we catch errors, and don't
18280         cause new ones by attempting to detach from a segment we failed
18281         to attach to. Fixes #312439.
18282
18283 2006-02-10  Edward Hervey  <edward@fluendo.com>
18284
18285         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18286         Added flv file typefind (video/x-flv).
18287
18288 2006-02-10  Edward Hervey  <edward@fluendo.com>
18289
18290         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18291         (gst_riff_create_video_template_caps):
18292         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18293         Also added the caps to the default set of riff video caps.
18294
18295 2006-02-09  Andy Wingo  <wingo@pobox.com>
18296
18297         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18298         time and the end time of the last packet in the page.
18299         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18300         on the pages in our queue, set the duration as well. Reflow a
18301         debug statement.
18302         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18303         Fixes bad muxing order.
18304
18305 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18306
18307         * gst-libs/gst/rtp/gstbasertppayload.c:
18308         (gst_basertppayload_setcaps), (gst_basertppayload_push):
18309           update seqnum before setting it on the packet; this makes sure
18310           that the timestamp and seqnum properties match after pushing
18311           a buffer
18312
18313 2006-02-09  Andy Wingo  <wingo@pobox.com>
18314
18315         * gst-libs/gst/audio/gstringbuffer.c
18316         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18317         overflow after 13.5 hours of recording. Kapow!
18318
18319         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18320         the buffer size -- we don't care about underrun/overrun reporting
18321         right now, just need to return a useful value.
18322
18323 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18324
18325         * configure.ac:
18326           Back to CVS
18327
18328 === release 0.10.3 ===
18329
18330 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18331
18332         * configure.ac:
18333           releasing 0.10.3, "Under Pressure"
18334
18335 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18336
18337         * configure.ac:
18338         Drat. Bump libtool version number for new API.
18339         Prelease 0.10.2.3 (of 0.10.3)
18340
18341 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18342
18343         * configure.ac:
18344         * win32/common/config.h:
18345         0.10.2.2 prerelease (of 0.10.3).
18346
18347 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18348
18349         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18350           Revert Andy's newsegment change pending a more correct
18351           fix.
18352
18353 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18354
18355         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18356         (qt_type_find), (plugin_init):
18357           detect more files as 3gp
18358           group and reorder the iso file formats
18359
18360 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18361
18362         * ext/vorbis/vorbis.c: (plugin_init):
18363           Register musicbrainz tags, so apps don't have to.
18364
18365 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18366
18367         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18368         (gst_tag_to_vorbis_tag):
18369           Make sure we called gst_tag_register_musicbrainz_tags()
18370           before possibly mapping a vorbiscomment string from/to a
18371           musicbrainz tag.
18372
18373 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18374
18375         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18376           In case we can't find the required number of consecutive
18377           mpeg audio frames to positively identify an MPEG audio
18378           stream, check if there's at least a valid mpeg audio
18379           frame right at offset 0 and if so suggest mpeg/audio
18380           caps with a very low probability (#153004).
18381
18382 2006-02-07  Andy Wingo  <wingo@pobox.com>
18383
18384         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18385         a TIME segment if we get timestamped buffers. Requires recent
18386         fixes in core to work properly.
18387
18388 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18389
18390         * gst/playback/gstplaybasebin.c: (prepare_output):
18391           Don't print the URI as part of the error message, it
18392           makes error dialogs look rather ugly, especially if
18393           the URI is very long or has characters in it that
18394           need escaping.
18395
18396 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18397
18398         * gst/playback/gstplaybasebin.c: (prepare_output):
18399           Error out if we have only text or subtitles, but nothing
18400           else. Also error out if we have subtitles but no video
18401           stream.
18402
18403 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18404
18405         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18406           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18407           Post an error message on the bus when we encounter an
18408           error, which will hopefully be more meaningful than the
18409           'Internal Flow Error' message users get to see if we
18410           just return GST_FLOW_ERROR.
18411
18412 2006-02-07  Andy Wingo  <wingo@pobox.com>
18413
18414         * configure.ac (GST_MAJORMINOR): Update core version req to
18415         0.10.2.2, for the collectpads API addition (#330244).
18416
18417 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18418
18419         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18420           Return FALSE from plugin_init() when GnomeVFS can't
18421           be initialised for some reason (#328423).
18422
18423 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18424
18425         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18426         Stick to seeking theory until i find the bug.
18427         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18428
18429 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18430
18431         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18432         (theora_enc_finalize), (theora_enc_sink_setcaps),
18433         (theora_set_header_on_caps), (theora_enc_chain),
18434         (theora_enc_change_state):
18435         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18436           Make theoraenc and the tests leak free. Like, really.
18437
18438 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18439
18440         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18441         (theora_enc_finalize), (theora_enc_sink_setcaps):
18442           Add a finalize method to ensure we clean up state even if
18443           someone omitted the state change back to NULL.
18444
18445         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18446         (gst_vorbisenc_chain):
18447           Free some more leaked bits.
18448
18449         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18450         (stop_pipeline):
18451           Wait for state changes to happen if they're ASYNC.
18452
18453           This ought to teach those fancy pants buildbots a lesson.
18454
18455 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18456
18457         * gst-libs/gst/tag/gstid3tag.c:
18458           Add mapping for ID3 International Standard Recording Code
18459           tag "TSRC"
18460
18461 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18462
18463         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18464           Don't leak tag names.
18465
18466 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18467
18468         * docs/libs/gst-plugins-base-libs-docs.sgml:
18469         * docs/libs/gst-plugins-base-libs-sections.txt:
18470         * gst-libs/gst/tag/gstid3tag.c:
18471         * gst-libs/gst/tag/gstvorbistag.c:
18472         * gst-libs/gst/tag/tags.c:
18473           Split libgsttag docs into multiple sections.
18474
18475 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18476
18477         * docs/libs/Makefile.am:
18478         * docs/libs/gst-plugins-base-libs-docs.sgml:
18479         * docs/libs/gst-plugins-base-libs-sections.txt:
18480         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18481         * gst-libs/gst/tag/gstvorbistag.c:
18482         * gst-libs/gst/tag/tag.h:
18483         * gst-libs/gst/tag/tags.c:
18484           Add libgsttag to the docs.
18485
18486 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18487
18488         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18489         (gst_text_overlay_init), (gst_text_overlay_src_event),
18490         (gst_text_overlay_collected): Fix clockoverlay.
18491
18492 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18493
18494         * docs/libs/compiling.sgml:
18495           Fix typo: it's pkg-config, not pkg-gconfig
18496
18497         * docs/libs/gst-plugins-base-libs-docs.sgml:
18498         * docs/libs/gst-plugins-base-libs-sections.txt:
18499         * docs/libs/tmpl/gstgconf.sgml:
18500           There is no libgstgconf in 0.10, remove it
18501           from the docs.
18502
18503 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18504
18505         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18506         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18507         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18508         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18509         (gst_sub_parse_class_init), (gst_sub_parse_init),
18510         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18511         (parse_mpsub), (parser_state_init), (handle_buffer),
18512         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18513         * gst/subparse/gstsubparse.h: Introduce seeking code.
18514
18515 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18516
18517         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18518           Add comment about LANGUAGE tag inconsistency (we want
18519           ISO-639-1, but extract three-letter identifiers?)
18520
18521         * po/POTFILES.in:
18522           Add two translatable files.
18523
18524 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18525
18526         * gst-libs/gst/tag/Makefile.am:
18527         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18528         * gst-libs/gst/tag/tag.h:
18529         * gst-libs/gst/tag/tags.c:
18530         (gst_tag_register_musicbrainz_tags_internal),
18531         (gst_tag_register_musicbrainz_tags):
18532           Forward-port some tags stuff from the 0.8 branch. This is
18533           mostly the addition of musicbrainz tags and their mapping
18534           to vorbistags, and a vorbistag mapping of the language tag.
18535
18536 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18537
18538         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18539         refactoring.
18540
18541 2006-02-04  David Schleef  <ds@schleef.org>
18542
18543         * ext/ogg/gstoggmux.c:
18544         * gst/typefind/gsttypefindfunctions.c:
18545           Add Dirac typefinding and add dirac format to oggmux.
18546
18547 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18548
18549         * gst/playback/gstdecodebin.c: (try_to_link_1):
18550           Don't put essential function call into
18551           g_return_*() macro, otherwise it'll all be
18552           replaced by NOOPs when compiling with
18553           G_DISABLE_CHECKS defined.
18554
18555 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18556
18557         * ext/ogg/gstoggdemux.c:
18558         * ext/ogg/gstoggparse.c:
18559         * gst/tcp/gsttcpserversink.c:
18560         * sys/v4l/v4lsrc_calls.c:
18561         * sys/v4l/v4lsrc_calls.h:
18562         Just make it compile with --disable-gst-debug.
18563
18564 2006-02-03  Wim Taymans  <wim@fluendo.com>
18565
18566         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18567         (gst_alsasink_class_init), (gst_alsasink_init),
18568         (gst_alsasink_write), (gst_alsasink_reset):
18569         * ext/alsa/gstalsasink.h:
18570         Add lock to protect alsa calls.
18571         Implement reset to flush samples ASAP, does not work
18572         with dmix though.
18573
18574 2006-02-02  Wim Taymans  <wim@fluendo.com>
18575
18576         * gst-libs/gst/audio/gstbaseaudiosink.c:
18577         (gst_base_audio_sink_provide_clock):
18578         Ugh.. getting late I guess...
18579
18580 2006-02-02  Wim Taymans  <wim@fluendo.com>
18581
18582         * gst-libs/gst/audio/gstbaseaudiosink.c:
18583         (gst_base_audio_sink_provide_clock),
18584         (gst_base_audio_sink_set_property),
18585         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18586         Don't try to provide a clock when we are not negotiated since
18587         we might not be able to make it run.
18588
18589 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18590
18591         * gst/playback/gstdecodebin.c: (try_to_link_1):
18592           Unlinking two source pads is ... hard.
18593
18594 2006-02-02  Wim Taymans  <wim@fluendo.com>
18595
18596         * gst-libs/gst/audio/TODO:
18597         Updated.
18598
18599         * gst-libs/gst/audio/gstbaseaudiosink.c:
18600         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18601         On EOS, wait till the last sample is played before posting EOS.
18602
18603 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18604
18605         Patch by: Kai Vehmanen
18606         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18607           Adds ability to enable newsegment bypass by setting queue_delay to
18608           zero. Also avoid thread being started if queue_delay is zero.
18609
18610 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18611
18612         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18613           Make test work again by connecting fakesinks to each decoded pad,
18614           which makes the pipeline wait until each fakesink has a buffer
18615           queued before going to PAUSED state. At that point we know the
18616           decodebin pads are negotiated.
18617
18618 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18619
18620         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18621         (gst_cdda_base_src_handle_event):
18622         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18623           Pass unhandled queries to the parent class's query function.
18624
18625 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18626
18627         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18628         (gst_ogg_pad_src_query):
18629         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18630         * ext/theora/theoradec.c: (theora_dec_src_query),
18631         (theora_dec_sink_query):
18632         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18633         (vorbis_dec_sink_query):
18634         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18635         (gst_vorbisenc_sink_query):
18636         * gst/adder/gstadder.c: (gst_adder_query):
18637           Pass unhandled queries upstream instead of just
18638           dropping them (#326447). Also, fix supported
18639           query types list for some elements.
18640
18641 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18642
18643         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18644         (paris_type_find), (ilbc_type_find), (plugin_init):
18645           Fix typefinding for audio/x-au, audio/x-paris and
18646           audio/iLBC-sh. We cannot use the START_WITH macros
18647           here, because there can only be one typefind factory
18648           with the same name (caps), so the second one would
18649           replace the first one and the first one would never
18650           be called when doing typefinding (see #161712).
18651           
18652
18653 2006-01-31  Wim Taymans  <wim@fluendo.com>
18654
18655         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18656         (vorbis_handle_header_packet), (vorbis_dec_push),
18657         (vorbis_handle_data_packet):
18658         Use scale_int when we can, add some more scaling.
18659         Check packettype before parsing it.
18660
18661 2006-01-31  Wim Taymans  <wim@fluendo.com>
18662
18663         * ext/theora/theoradec.c: (_theora_granule_time),
18664         (theora_dec_src_convert), (theora_dec_sink_convert):
18665         Call right _scale functions.
18666         Use parameter instead of some other random value.
18667
18668 2006-01-31  Wim Taymans  <wim@fluendo.com>
18669
18670         * ext/theora/theoradec.c: (_theora_granule_frame),
18671         (_theora_granule_time), (_inc_granulepos),
18672         (theora_dec_src_convert), (theora_dec_sink_convert),
18673         (theora_handle_type_packet), (theora_handle_data_packet),
18674         (theora_dec_chain):
18675         Use higher precision timestamps calculation.
18676         Convert some other conversions to _scale.
18677
18678 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18679
18680         * gst/audiotestsrc/gstaudiotestsrc.c:
18681         (gst_audio_test_src_create_sine_table), (plugin_init):
18682         * gst/volume/gstvolume.c: (plugin_init):
18683           initialize gst_controller before using
18684
18685 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18686
18687         * tests/check/pipelines/theoraenc.c:
18688         * tests/check/pipelines/vorbisenc.c:
18689         Define constant using G_GINT64_CONSTANT to avoid errors when
18690         passing it around - otherwise it gets truncated to 32 bits.
18691
18692         Fixes failing tests.
18693
18694 2006-01-31  Andy Wingo  <wingo@pobox.com>
18695
18696         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18697         caps being set doesn't have a framerate value. Basically a stopgap
18698         measure.
18699
18700         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18701         technically correct enough to put into core though.
18702         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18703         DURATION. Fixes theoraenc ! oggmux.
18704
18705         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18706         fraction, not double.
18707
18708 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18709
18710         * win32/vs7:
18711         add vs7 project files created by Sergey Scobich
18712
18713 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18714
18715         * win32/vs8:
18716         add vs8 project files created by Sergey Scobich
18717         
18718 2006-01-30  Andy Wingo  <wingo@pobox.com>
18719
18720         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18721         timestamp + duration, not just timestamp -- ogg pages should be
18722         ordered by stop time. Necessary fix given the change in vorbis
18723         timestamps.
18724
18725         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18726         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18727         (granulepos_add): New function, handles the messiness of adjusting
18728         granulepos values.
18729         (theora_buffer_from_packet):
18730         (theora_enc_chain):
18731         (theora_enc_sink_event): Use granulepos_add, not +.
18732
18733         * tests/check/pipelines/theoraenc.c
18734         (check_buffer_granulepos_from_starttime): Just check the frame
18735         count, not the actual granulepos -- we can't dictate to the
18736         encoder when it should be placing keyframes.
18737
18738 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18739
18740         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18741           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18742           play an http:// stream from a server that's not serving
18743
18744 2006-01-30  Andy Wingo  <wingo@pobox.com>
18745
18746         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18747         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18748         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18749         available.
18750
18751         * ext/theora/gsttheoraenc.h:
18752         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18753         although theoraenc was timestamping correctly. Added handling of
18754         streams that start with nonzero timestamps.
18755
18756         * tests/check/Makefile.am:
18757         * tests/check/pipelines/theoraenc.c: New file, basically does same
18758         tests as vorbisenc.
18759
18760         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18761
18762 2006-01-30  Wim Taymans  <wim@fluendo.com>
18763
18764         * gst-libs/gst/audio/gstaudiosink.c:
18765         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18766         (gst_audioringbuffer_pause):
18767         Implement pause that does not wait for completion.
18768
18769         * gst-libs/gst/audio/gstbaseaudiosink.c:
18770         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18771         Don't drop buffers when going to PAUSED but perform preroll on
18772         remaining samples now that core base class supports this.
18773
18774         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18775         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18776         (gst_ring_buffer_commit):
18777         Pause should not signal waiters.
18778         Implement return value of _commit correctly.
18779
18780 2006-01-30  Andy Wingo  <wingo@pobox.com>
18781
18782         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18783
18784         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18785         updated to timestamp from the first sample, not the last.
18786         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18787         special care of granulepos and timestamp for header packets.
18788         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18789         when the first buffer has a nonzero timestamp.
18790
18791         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18792         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18793         case when the first audio buffer we get has a nonzero timestamp.
18794         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18795         properly timestamp vorbis buffers with the time of the first
18796         sample, not the last.
18797         
18798         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18799         vorbis_granule_time_copy -- now it takes the granule/subgranule
18800         offset into account.
18801
18802         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18803         timestamps, durations, and granulepos on buffers produced by
18804         vorbisenc.
18805
18806 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18807
18808         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18809         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18810           Patch from Eric Jonas to support conversions to/from UYVY 
18811           (Fixes: #324626)
18812
18813 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18814
18815         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18816         (setup_subtitle), (setup_source), (set_active_source):
18817         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18818         (gen_text_element), (gen_audio_element), (gen_vis_element),
18819         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18820
18821 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18822
18823         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18824         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18825                 use gst_guint64_to_gdouble to be compliant with vs6
18826         * gst/playback/gstdecodebin.c: (try_to_link_1)
18827         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18828                 use G_GINT64_CONSTANT for int64 constants
18829         * win32/common/libgstinterfaces.def:
18830                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18831         * win32/vs6:
18832                 update and add new project files
18833                 
18834 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18835
18836         * Makefile.am:
18837         * win32/MANIFEST:
18838         * win32/common/interfaces-enumtypes.c:
18839         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18840         (gst_mixer_track_flags_get_type),
18841         (gst_tuner_channel_flags_get_type):
18842         * win32/common/interfaces-enumtypes.h:
18843         * win32/common/multichannel-enumtypes.c:
18844         (gst_audio_channel_position_get_type):
18845         * win32/common/multichannel-enumtypes.h:
18846           add a win32-update rule like in core, and copy over enumtypes files
18847
18848 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18849
18850         * win32/MANIFEST:
18851         * win32/common/config.h:
18852         * win32/common/config.h.in:
18853           add config files just like in core
18854
18855 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18856
18857         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18858           Make gcc-4.1 happy (part of #327357).
18859
18860 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18861
18862         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18863         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18864         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18865         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18866         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18867         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18868           Update all error messages.  All of them should either use
18869           the default translated message, or actually provide a
18870           translatable string.
18871           Make the string for channel count problems meaningful.
18872
18873 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18874
18875         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18876           check for and throw RESOURCE_BUSY
18877
18878 2006-01-27  David Schleef  <ds@schleef.org>
18879
18880         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18881           checked in this change -- it requires liboil features not
18882           in 0.3.6.  Revert parts.
18883
18884 2006-01-27  David Schleef  <ds@schleef.org>
18885
18886         * REQUIREMENTS:
18887         * configure.ac: update liboil requirement to 0.3.6
18888         * gst/videoscale/Makefile.am:
18889         * gst/videoscale/vs_scanline.c: liboilify
18890
18891 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18892
18893         * ext/libvisual/visual.c: (get_buffer):
18894           When pad_alloc returns a GstFlowReturn other
18895           than GST_FLOW_OK, make sure it is passed upstream.
18896
18897 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18898
18899         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18900         (gst_alsasink_class_init):
18901           Free the device name string.
18902
18903         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18904         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18905         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18906           Don't remove a pad from the collectpads structure until it
18907           is released - it's a request pad, and may receive data again
18908           if the element gets moved back to PLAYING state.
18909
18910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18911           Ensure we turn on double buffering on the Xv port, and
18912           set the colour key to something dark and mysterious that
18913           isn't black.
18914
18915 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18916
18917         * ext/alsa/gstalsaplugin.c: (plugin_init):
18918         * ext/cdparanoia/gstcdparanoiasrc.c:
18919         (gst_cd_paranoia_src_base_init), (plugin_init):
18920         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18921         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18922           - a library should not call setlocale. see "Libraries" node in
18923             gettext manual
18924           - make sure all plugins that use translation do bindtextdomain
18925             to point to the localedir
18926         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18927         (setup_sinks), (plugin_init):
18928           all this, and check for NULL when creating sinks
18929
18930 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18931
18932         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18933         (plugin_init): Make typefinding of subtitles work again.
18934
18935 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18936
18937         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18938         (mp3_type_frame_length_from_header), (mp3_type_find),
18939         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18940         (plugin_init):
18941           Backport a bunch of typefinding fixes from the 0.8 branch.
18942           Also, improve wavpack typefinding: if we can't peek the
18943           entire wavpack block, try to parse the bits we can get and
18944           see if we find what we're looking for in those.
18945
18946 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18947
18948         * sys/ximage/ximagesink.c:
18949         (gst_ximagesink_calculate_pixel_aspect_ratio):
18950         * sys/xvimage/xvimagesink.c:
18951         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18952         more cases of pixel aspect ratio.
18953
18954 2006-01-26  Edward Hervey  <edward@fluendo.com>
18955
18956         * gst/playback/gstdecodebin.c: (pad_probe):
18957         Also consider the flush-start and tag events as unblockers
18958         for the pad probes.
18959
18960 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18961
18962         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18963         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18964         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18965         On the fly visualisation switch, works disabling, enabling as
18966         well but it won't be able to enable vis in a playbin that was
18967         created with no visualisation.
18968
18969 2006-01-25  Wim Taymans  <wim@fluendo.com>
18970
18971         * gst-libs/gst/audio/gstbaseaudiosink.c:
18972         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18973         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18974         resume after pause.
18975
18976 2006-01-25  Wim Taymans  <wim@fluendo.com>
18977
18978         * gst-libs/gst/audio/gstbaseaudiosink.c:
18979         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18980         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18981         Improve debugging.
18982         Post error when caps cannot be parsed.
18983         Resync on discontinuity in the stream.
18984         Clip samples to segment boundaries.
18985         return WRONG_STATE sooner when we are flushing.
18986
18987         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18988         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18989         Make audiosrc operate in TIME.
18990         Set TIMESTAMP and DURATION on buffers.
18991
18992 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18993
18994         * tests/examples/seek/seek.c: (main):
18995           Output tag messages as well.
18996
18997 2006-01-23  Edward Hervey  <edward@fluendo.com>
18998
18999         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19000         (free_pad_probes), (remove_fakesink), (pad_probe),
19001         (close_pad_link), (gst_decode_bin_change_state):
19002         Replace GstPadBlockCallback with pad probes that detect
19003         first buffer AND eos before removing fakesink.
19004         Fixes hang with demuxers doing EOS while pre-rolling.
19005         Solves #328279
19006
19007 2006-01-23  Andy Wingo  <wingo@pobox.com>
19008
19009         * ext/alsa/gstalsasink.c:
19010         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19011         (gst_base_rtp_depayload_setcaps),
19012         (gst_base_rtp_depayload_add_to_queue),
19013         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
19014         
19015         Patch by: Jens Granseuer <jensgr at gmx dot net>
19016
19017 2006-01-22  Julien MOUTTE  <julien@moutte.net>
19018
19019         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
19020         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19021         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
19022         frames. We might get a frame destroyed after changing state to
19023         NULL, adding a safety check on xcontext.
19024
19025 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
19026
19027         * gst-libs/gst/interfaces/xoverlay.c:
19028           Fix prepare-xwindow-id code example in the docs - we need to
19029           ignore all messages that aren't element messages as well.
19030           
19031 2006-01-21  Julien MOUTTE  <julien@moutte.net>
19032
19033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
19034           I think one day i'll completely undestand how caps negotiation
19035           is supposed to work. This refactoring handles buffer_alloc
19036           called with caps we can't handle. We definitely don't want a
19037           set_caps with those caps, so we define and allocate a buffer
19038           we would like to receive.
19039
19040 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19041
19042         * gst/playback/gstplaybasebin.c: (setup_source):
19043           Free iterator when done.
19044
19045 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
19046
19047         * gst-libs/gst/audio/gstbaseaudiosink.c:
19048         (gst_base_audio_sink_render):
19049           Fix playback of non-synchronised streams by assuming a rate
19050           of 1.0 instead of a random one.
19051
19052           Makes this work again:
19053
19054           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
19055           endianness=(int)4321, signed=(boolean)true, width=(int)16,
19056           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
19057           audioresample ! alsasink
19058
19059 === release 0.10.2 ===
19060
19061 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
19062
19063         * configure.ac:
19064           releasing 0.10.2, "Then the devil is six"
19065
19066 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19067
19068         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19069         * gst/playback/gststreamselector.c:
19070         (gst_stream_selector_set_property):
19071           Comment out broken code that connects to the state-changed signal.
19072           At this point, changing current stream selection is broken, but 
19073           stuff like gst-launch playbin current-audio=1 works and filters
19074           to the chosen stream.
19075
19076 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19077
19078         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19079           Fix #327216 (null dereference in vorbisdec)
19080
19081 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
19082
19083         * ext/theora/theoradec.c: (theora_handle_comment_packet):
19084           Post taglist actually on bus instead of just freeing it
19085           (fixes #327114 and totem bug #327080).
19086
19087         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
19088           Use gst_element_found_tags_for_pad(), so that the tags
19089           are sent downstream as an event as well.
19090
19091 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19092
19093         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19094         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19095         (gst_ximagesink_buffer_alloc):
19096         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19097         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
19098         (gst_xvimagesink_buffer_alloc):
19099           move all regularly occurring messages to GST_LOG level
19100           add some more object logs
19101
19102 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19103
19104         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
19105           fix a silly segfault
19106
19107 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
19108
19109         * docs/libs/gst-plugins-base-libs-docs.sgml:
19110         * docs/libs/gst-plugins-base-libs-sections.txt:
19111         * gst-libs/gst/audio/mixerutils.c:
19112         * gst-libs/gst/audio/mixerutils.h:
19113           Add docs for mixerutils stuff.
19114
19115 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
19116
19117         * gst/playback/gstplaybasebin.c: (setup_source):
19118           Fix playback for sources that emit raw audio or
19119           raw video streams (e.g.: cd audio sources) (#325984).
19120
19121 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19122
19123         * gst-libs/gst/audio/mixerutils.c:
19124         (gst_audio_mixer_filter_do_filter):
19125           actually save the element we create
19126
19127 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
19128
19129         * gst-libs/gst/cdda/gstcddabasesrc.c:
19130         (gst_cdda_base_src_handle_track_seek):
19131           No need to post a tag message on the bus when seeking
19132           within the same track, only post it when the current
19133           track changes.
19134
19135 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19136
19137         * gst/playback/gstplaybasebin.c: (group_destroy),
19138         (probe_triggered), (new_decoded_pad), (mute_group_type),
19139         (set_active_source):
19140         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19141         * gst/playback/gststreamselector.c:
19142         (gst_stream_selector_base_init),
19143         (gst_stream_selector_set_property),
19144         (gst_stream_selector_request_new_pad):
19145           Reenable stream selection. These mechanisms need a complete overhaul
19146           in the face of 0.8->0.10 changes though.
19147
19148 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19149
19150         * ext/ogg/gstoggdemux.c:
19151           Change the pad template to src_%d to match the pads that 
19152           are created from it. decodebin needs this information in order
19153           to decide that oggdemux is capable of producing multiple pads
19154           (and hence needs queues inserted).
19155
19156         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19157         (gst_ogg_mux_collected):
19158           Make debug output more useful by using GST_PTR_FORMAT.
19159
19160 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
19161
19162         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19163
19164         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
19165           Set depth and width for alaw/mulaw (fixes #326601).
19166
19167 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19168
19169         * tests/icles/Makefile.am:
19170           don't build the tests if we don't have the libs
19171
19172 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19173
19174         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
19175         (gst_cd_paranoia_paranoia_callback):
19176           Don't try to free NULL pointers.
19177
19178 2006-01-10  Edward Hervey  <edward@fluendo.com>
19179
19180         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
19181         (gst_audio_rate_change_state), (plugin_init):
19182         Add debugging category.
19183         Fix type issues.
19184         Add case for incoming buffers without valid offset/offset_end.
19185
19186 2006-01-10  Michael Smith  <msmith@fluendo.com>
19187
19188         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
19189           Don't leak GCond in audio sources.
19190
19191 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
19192
19193         * gst/playback/gstplaybin.c: (gen_audio_element):
19194           Don't leak an autoaudiosink/alsasink when we generate
19195           a new audio element. (old code, I guess)
19196
19197 2006-01-10  Michael Smith  <msmith@fluendo.com>
19198
19199         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
19200           Support float audio in audiorate.
19201           Use width rather than depth for selecting sample width.
19202
19203 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19204
19205         * gst/videotestsrc/videotestsrc.h:
19206           Use GLib types here (that way we don't have to include the
19207           generated _stdint.h header, which makes life easier for win32
19208           folks that don't use autotools for the build) (#325990, patch
19209           by: Sergey Scobich).
19210
19211 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19212
19213         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19214         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19215         (gst_ring_buffer_pause), (wait_segment):
19216         * gst-libs/gst/audio/gstringbuffer.h:
19217           Name (private) union, makes Forte compiler happy (this time
19218           for real) (#324900).
19219
19220 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19221
19222         * gst-libs/gst/audio/Makefile.am:
19223           Link against libgstinterfaces, needed for mixer
19224           and property probe stuff.
19225
19226 2006-01-09  Edward Hervey  <edward@fluendo.com>
19227
19228         * gst-libs/gst/Makefile.am:
19229
19230 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19231
19232         * gst-libs/gst/audio/Makefile.am:
19233         * gst-libs/gst/audio/mixerutils.c:
19234         (gst_audio_mixer_filter_do_filter),
19235         (gst_audio_mixer_filter_check_element),
19236         (gst_audio_mixer_filter_probe_feature),
19237         (element_factory_rank_compare_func),
19238         (gst_audio_default_registry_mixer_filter):
19239         * gst-libs/gst/audio/mixerutils.h:
19240           Add gst_audio_default_registry_mixer_filter() utility
19241           function.
19242
19243 2006-01-03  Michael Smith  <msmith@fluendo.com>
19244
19245         * gst/audioresample/resample.h:
19246           As before, but for o_buf
19247
19248 2006-01-03  Michael Smith  <msmith@fluendo.com>
19249
19250         * gst/audioresample/resample.h:
19251           Declare struct _ResampleState.buffer as unsigned char *, not void *,
19252           since we do arithmetic on it.
19253
19254 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
19255
19256         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19257         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19258         (gst_ring_buffer_pause), (wait_segment):
19259         * gst-libs/gst/audio/gstringbuffer.h:
19260           Sun's Forte compiler doesn't seem to like anonymous structs,
19261           so use same setup as in GstBaseSrc (fixes #324900).
19262
19263 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19264
19265         * configure.ac:
19266         * gst/volume/Makefile.am:
19267         * gst/volume/demo.c:
19268           move old example to tests/examples/volume/volune.c
19269         * tests/examples/Makefile.am:
19270         * tests/examples/seek/seek.c: (main):
19271           change window-close event from "delete-event" to "destroy"
19272         * tests/examples/volume/Makefile.am:
19273         * tests/examples/volume/volume.c: (value_changed_callback),
19274         (setup_gui), (message_received), (eos_message_received), (main):
19275           fix event handling and bus usage
19276
19277 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
19278
19279         * gst/audiotestsrc/gstaudiotestsrc.c:
19280         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19281         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19282         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19283         (gst_audio_test_src_create_square),
19284         (gst_audio_test_src_create_saw),
19285         (gst_audio_test_src_create_triangle),
19286         (gst_audio_test_src_create_silence),
19287         (gst_audio_test_src_create_white_noise),
19288         (gst_audio_test_src_create_pink_noise),
19289         (gst_audio_test_src_init_sine_table),
19290         (gst_audio_test_src_create_sine_table),
19291         (gst_audio_test_src_change_wave),
19292         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19293         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19294         * gst/audiotestsrc/gstaudiotestsrc.h:
19295           update to basesrc changes, implement segmented seeking and eos
19296           handling, add a 'sine-tab' waveform for performance critical playback
19297
19298 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19299
19300         * po/POTFILES.in:
19301           ... and this time the other modified file that I missed last time.
19302
19303 2005-12-29  Michael Smith  <msmith@fluendo.com>
19304
19305         * gst/playback/gstdecodebin.c: (new_pad):
19306           Fix non-C89 variable declaration not at the start of a block. Should
19307           help some compilers.
19308
19309 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19310
19311         * tests/check/Makefile.am:
19312           And now fix 'make distcheck' (builddir != srcdir)
19313
19314 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19315
19316         * configure.ac:
19317         * ext/cdparanoia/Makefile.am:
19318         * ext/cdparanoia/gstcdparanoia.c:
19319         * ext/cdparanoia/gstcdparanoia.h:
19320         * ext/cdparanoia/gstcdparanoiasrc.c:
19321         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19322         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19323         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19324         (gst_cd_paranoia_paranoia_callback),
19325         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19326         (gst_cd_paranoia_src_set_property),
19327         (gst_cd_paranoia_src_get_property), (plugin_init):
19328         * ext/cdparanoia/gstcdparanoiasrc.h:
19329           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19330           plugin again (there are still fixes required to playbin to make
19331           cdda:// uris work there).
19332
19333 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19334
19335         * tests/check/Makefile.am:
19336           Fix test case compilation.
19337
19338 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19339
19340         * gst-libs/gst/cdda/gstcddabasesrc.c:
19341         (gst_cdda_base_src_update_duration),
19342         (gst_cdda_base_src_calculate_cddb_id):
19343           An integer is not a string. Fix access to uninitialised variable.
19344
19345         * tests/check/Makefile.am:
19346           Add cddabasesrc unit test; also actually enable the vorbis test.
19347
19348         * tests/check/generic/states.c:
19349           Blacklist new cd audio elements as well.
19350
19351         * tests/check/libs/cddabasesrc.c:
19352           Unit test for GstCddaBaseSrc (discid calculation mostly).
19353
19354 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19355
19356         * docs/libs/Makefile.am:
19357         * docs/libs/gst-plugins-base-libs-docs.sgml:
19358         * docs/libs/gst-plugins-base-libs-sections.txt:
19359         * docs/libs/gst-plugins-base-libs.types:
19360           Add docs for libgstcdda/GstCddaBaseSrc.
19361
19362         * gst-libs/gst/interfaces/mixertrack.h:
19363           Do one struct member per line with a semicolon at the end, that way
19364           even gtk-doc might parse it without complaining.
19365
19366 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19367
19368         * configure.ac:
19369         * gst-libs/gst/Makefile.am:
19370         * gst-libs/gst/cdda/Makefile.am:
19371         * gst-libs/gst/cdda/base64.c:
19372         * gst-libs/gst/cdda/base64.h:
19373         * gst-libs/gst/cdda/gstcddabasesrc.c:
19374         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19375         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19376         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19377         (gst_cdda_base_src_get_property),
19378         (gst_cdda_base_src_get_track_from_sector),
19379         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19380         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19381         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19382         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19383         (gst_cdda_base_src_uri_get_protocols),
19384         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19385         (gst_cdda_base_src_uri_handler_init),
19386         (gst_cdda_base_src_setup_interfaces),
19387         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19388         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19389         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19390         (gst_cdda_base_src_add_tags),
19391         (gst_cdda_base_src_add_index_associations),
19392         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19393         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19394         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19395         (gst_cdda_base_src_create):
19396         * gst-libs/gst/cdda/gstcddabasesrc.h:
19397         * gst-libs/gst/cdda/sha1.c:
19398         * gst-libs/gst/cdda/sha1.h:
19399           Add new libgstcdda with GstCddaBaseSrc class.
19400
19401 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19402
19403         * ext/gnomevfs/gstgnomevfssink.h:
19404           Use GstBaseSinkClass as parent_class member for class struct, not
19405           GstBaseSink.
19406
19407 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19408
19409         Patch by: Michael Benes
19410
19411         * gst/videotestsrc/gstvideotestsrc.c:
19412         (gst_video_test_src_class_init), (gst_video_test_src_start):
19413           Add start method to reset running time and number of frames sent
19414           when starting up (fixes #324696)
19415
19416 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19417
19418         * docs/plugins/Makefile.am:
19419         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19420         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19421         * docs/plugins/gst-plugins-base-plugins.args:
19422         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19423         * docs/plugins/gst-plugins-base-plugins.signals:
19424           Add docs stuff for gnomevfssrc and gnomevfssink.
19425
19426         * ext/gnomevfs/gstgnomevfssrc.c:
19427           Fix example pipeline in gtk-doc blurb.
19428
19429 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19430
19431         * ext/gnomevfs/Makefile.am:
19432         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19433         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19434         (gst_gnome_vfs_handle_get_type), (plugin_init):
19435         * ext/gnomevfs/gstgnomevfs.h:
19436         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19437         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19438         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19439         (gst_gnome_vfs_sink_set_property),
19440         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19441         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19442         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19443         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19444         (gst_gnome_vfs_sink_uri_get_type),
19445         (gst_gnome_vfs_sink_uri_get_protocols),
19446         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19447         (gst_gnome_vfs_sink_uri_handler_init):
19448         * ext/gnomevfs/gstgnomevfssink.h:
19449           Port gnomevfssink; add gtk-doc blurb.
19450
19451         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19452         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19453         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19454         (gst_gnome_vfs_src_uri_get_type),
19455         (gst_gnome_vfs_src_uri_get_protocols),
19456         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19457         (gst_gnome_vfs_src_uri_handler_init),
19458         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19459         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19460         (gst_gnome_vfs_src_send_additional_headers_callback),
19461         (gst_gnome_vfs_src_received_headers_callback),
19462         (gst_gnome_vfs_src_push_callbacks),
19463         (gst_gnome_vfs_src_pop_callbacks),
19464         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19465         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19466         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19467         * ext/gnomevfs/gstgnomevfssrc.h:
19468           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19469           file; add gtk-doc blurb with example pipelines.
19470
19471 === release 0.10.1 ===
19472
19473 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19474
19475         * configure.ac:
19476           releasing 0.10.1, "Dobro Dedek"
19477
19478 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19479
19480         * gst/typefind/gsttypefindfunctions.c:
19481         iLBC30 and iLBC20 added to typefind.
19482
19483 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19484
19485         * gst-libs/gst/audio/gstbaseaudiosink.c:
19486         (gst_base_audio_sink_class_init):
19487         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19488         (gst_base_audio_src_class_init):
19489           update strings, values are in microseconds
19490           change the default sink buffer time to something that is smaller
19491           (to help software volume mixing have a slightly lower delay) but
19492           still be acceptable on Wim's laptop
19493
19494 2005-12-20  Edward Hervey  <edward@fluendo.com>
19495
19496         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19497         Made a quack, forgot to add DUCK to the riff video template.
19498
19499 2005-12-19  Edward Hervey  <edward@fluendo.com>
19500
19501         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19502         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19503         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19504         (gst_ogm_parse_chain):
19505         Make sure pads are initialized correctly.
19506         * gst-libs/gst/riff/riff-ids.h:
19507         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19508         (gst_riff_create_video_template_caps):
19509         Add a whole bunch of FOURCC <=> MimeType.
19510         Extend the riff video pad template to support the newly added fourcc.
19511
19512 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19513
19514         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19515         (gst_ogg_demux_activate_chain):
19516           Extra debug output when activating/deactivating chains.
19517
19518         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19519         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19520         (unlinked):
19521           Remove a queue from our list when it becomes unlinked.
19522           Don't add queues to elements in class 'Demux' if they
19523           can only produce one pad 
19524
19525 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19526
19527         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19528         (gst_video_sink_get_type): Add a debug category.
19529
19530 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19531
19532         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19533         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19534           Handle downstream newsegment by sending our own newsegment before the
19535           next buffer to be released. (#323900)
19536
19537 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19538
19539         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19540         (gst_base_rtp_depayload_set_gst_timestamp):
19541           add queue delay to new segment as well (as opposed to just the first
19542           buffer). (bug #322347)
19543
19544 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19545
19546         * ext/libvisual/visual.c: (make_valid_name):
19547           change some char* into char[]
19548         * gst/audiotestsrc/gstaudiotestsrc.c:
19549         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19550         (gst_audio_test_src_create):
19551         * gst/audiotestsrc/gstaudiotestsrc.h:
19552           prepare to handle EOS and SEGMENT_DONE
19553
19554 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19555
19556         * tests/check/generic/states.c: (GST_START_TEST):
19557           Blacklist cdparanoia element in state test.
19558
19559 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19560
19561           Patch by: Benjamin Pineau
19562
19563         * gst/tcp/gsttcp.c:
19564         * gst/tcp/gsttcpclientsink.c:
19565         * gst/tcp/gsttcpserversink.c:
19566         * gst/tcp/gsttcpserversrc.c:
19567           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19568
19569 2005-12-15  Michael Smith  <msmith@fluendo.com>
19570
19571         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19572         (gst_video_rate_chain):
19573           Fix timestamping for videorate when the first buffer it sees has a
19574           non-zero timestamp. Fix some misleading debug output.
19575
19576 2005-12-15  Michael Smith  <msmith@fluendo.com>
19577
19578         * gst/audioresample/gstaudioresample.c:
19579           Don't leak all input buffers to audioresample.
19580
19581 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19582
19583         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19584           Don't operate on empty text buffers. Strip newlines and
19585           tabs only from the end of the text, but leave them intact
19586           in the middle. Fix typo in gtk-doc description.
19587
19588 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19589
19590         * gst/playback/gstplaybasebin.c:
19591         * gst/playback/gstplaybin.c: (handoff):
19592           Make sure the video frame buffer we return to apps via the
19593           "frame" property always has caps set on it. Modify
19594           _gst_gvalue_set_object() macro to handle NULL objects
19595           gracefully too.
19596
19597 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19598
19599         * gst/audiotestsrc/gstaudiotestsrc.c:
19600         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19601         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19602         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19603         (gst_audio_test_src_create):
19604         * gst/audiotestsrc/gstaudiotestsrc.h:
19605         Adjust to some recent api changes and add wtays new cool seeking
19606         capabillities
19607
19608 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19609
19610         * ext/alsa/Makefile.am:
19611         * ext/alsa/gstalsadeviceprobe.c:
19612         * ext/alsa/gstalsadeviceprobe.h:
19613           Helper functions to add device probing via the GstPropertyProbe
19614           interface to a class.
19615
19616         * ext/alsa/gstalsamixer.h:
19617           Comment out GST_ALSA_MIXER, it returns a struct that's not
19618           used.
19619
19620         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19621           Add some debug info. 
19622
19623         * ext/alsa/gstalsamixerelement.c:
19624         (gst_alsa_mixer_element_interface_supported),
19625         (gst_implements_interface_init),
19626         (gst_alsa_mixer_element_init_interfaces),
19627         (gst_alsa_mixer_element_class_init),
19628         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19629         (gst_alsa_mixer_element_set_property),
19630         (gst_alsa_mixer_element_get_property),
19631         (gst_alsa_mixer_element_change_state):
19632         * ext/alsa/gstalsamixerelement.h:
19633           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19634           for device handling (gnome-volume-control will need that).
19635
19636 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19637
19638         * ext/Makefile.am: fix cdparanoia entry
19639         * gst-plugins-base.spec.in: add cdparanoia
19640
19641 2005-12-12  Michael Smith  <msmith@fluendo.com>
19642
19643         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19644           Use the correct function to free list of typefind factories.
19645
19646 2005-12-12  Wim Taymans  <wim@fluendo.com>
19647
19648         * gst/videotestsrc/gstvideotestsrc.c:
19649         (gst_video_test_src_class_init), (gst_video_test_src_init),
19650         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19651         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19652         (gst_video_test_src_create):
19653         * gst/videotestsrc/gstvideotestsrc.h:
19654         Implement seeking in videotestsrc.
19655         Small cleanups.
19656
19657 2005-12-12  Wim Taymans  <wim@fluendo.com>
19658
19659         * ext/cdparanoia/Makefile.am:
19660         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19661         (gst_paranoia_endian_get_type), (_do_init),
19662         (cdparanoia_class_init), (cdparanoia_init),
19663         (cdparanoia_set_property), (cdparanoia_get_property),
19664         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19665         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19666         (cdparanoia_convert), (cdparanoia_get_query_types),
19667         (cdparanoia_query), (cdparanoia_set_index),
19668         (cdparanoia_uri_set_uri):
19669         * ext/cdparanoia/gstcdparanoia.h:
19670         Partially ported cdparanoia now that basesrc can support a
19671         plugin like this..
19672
19673 2005-12-12  Wim Taymans  <wim@fluendo.com>
19674
19675         * tests/examples/seek/scrubby.c: (main):
19676         Set higher priority for bus events so they don't get reordered with
19677         gtk gui events.
19678
19679         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19680         (flush_toggle_cb), (main):
19681         Added checkbox to disable flushing seeks. 
19682         Disable scrubbing when doing non flushing seeks.
19683
19684 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19685
19686         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19687         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19688         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19689         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19690           Implement some sort of event handling that doesn't rely on
19691           g_return_if_fail; make sure we always push the last chunk of an 
19692           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19693           state change function; remove some old cruft. Seeking is still
19694           rather unlikely to work though.
19695
19696         * tools/.cvsignore:
19697           Ignore more.
19698
19699 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19700
19701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19702         Fixed a leak of the current image reference when cleaning up.
19703         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19704
19705 2005-12-09  Michael Smith  <msmith@fluendo.com>
19706
19707         * tools/Makefile.am:
19708         * tools/gst-launch-ext-m.m:
19709           Remove gst-launch-ext. It doesn't work, and is no longer
19710           particularly useful.
19711
19712 2005-12-08  Luca Ognibene  <luogni@tin.it>
19713
19714         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19715           don't pass random values to ogmparse convert function.
19716           Make seeking possible in the exile1.ogm file.
19717
19718 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19719
19720         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19721         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19722           Work around refcount problem with g_value_set_object() that occur
19723           if the core has been compiled against GLib-2.6 (g_value_set_object()
19724           will only g_object_ref() the element, but the caller will
19725           gst_object_unref() it and bad things will happen due to the way
19726           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19727           totem for people on FC4 using Thomas's 0.10 RPMs.
19728           
19729 2005-12-07  Edward Hervey  <edward@fluendo.com>
19730
19731         Time to welcome ogm to 0.10 :)
19732         
19733         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19734         (gst_ogg_pad_typefind):
19735         Oggdemux can now properly typefind elements with dynamic pads.
19736         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19737         Properly set caps on src pad, and set caps on outgoing buffers.
19738
19739 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19740
19741         * ext/alsa/gstalsamixer.h:
19742         * ext/alsa/gstalsamixerelement.h:
19743         * ext/alsa/gstalsamixeroptions.h:
19744         * ext/alsa/gstalsamixertrack.h:
19745         * ext/alsa/gstalsasink.c:
19746         * ext/alsa/gstalsasink.h:
19747         * ext/alsa/gstalsasrc.c:
19748         * ext/alsa/gstalsasrc.h:
19749         * ext/cdparanoia/gstcdparanoia.h:
19750         * ext/gnomevfs/gstgnomevfsuri.h:
19751         * ext/ogg/gstoggdemux.c:
19752         * ext/ogg/gstoggmux.c:
19753         * ext/pango/gsttextoverlay.h:
19754         * ext/theora/theoradec.c:
19755         * ext/theora/theoraenc.c:
19756         * ext/vorbis/vorbisdec.h:
19757         * ext/vorbis/vorbisenc.c:
19758         * ext/vorbis/vorbisenc.h:
19759         * ext/vorbis/vorbisparse.h:
19760         * gst-libs/gst/audio/gstaudioclock.h:
19761         * gst-libs/gst/audio/gstaudiosink.c:
19762         * gst-libs/gst/audio/gstaudiosink.h:
19763         * gst-libs/gst/audio/gstaudiosrc.c:
19764         * gst-libs/gst/audio/gstaudiosrc.h:
19765         * gst-libs/gst/audio/gstbaseaudiosink.c:
19766         * gst-libs/gst/audio/gstbaseaudiosink.h:
19767         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19768         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19769         * gst-libs/gst/audio/gstringbuffer.h:
19770         * gst-libs/gst/audio/multichannel.h:
19771         * gst-libs/gst/floatcast/floatcast.h:
19772         * gst-libs/gst/interfaces/colorbalance.c:
19773         * gst-libs/gst/interfaces/colorbalance.h:
19774         * gst-libs/gst/interfaces/colorbalancechannel.h:
19775         * gst-libs/gst/interfaces/mixer.h:
19776         * gst-libs/gst/interfaces/mixeroptions.h:
19777         * gst-libs/gst/interfaces/mixertrack.h:
19778         * gst-libs/gst/interfaces/navigation.h:
19779         * gst-libs/gst/interfaces/propertyprobe.h:
19780         * gst-libs/gst/interfaces/tuner.h:
19781         * gst-libs/gst/interfaces/tunerchannel.h:
19782         * gst-libs/gst/interfaces/tunernorm.h:
19783         * gst-libs/gst/interfaces/xoverlay.h:
19784         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19785         * gst-libs/gst/riff/riff-ids.h:
19786         * gst-libs/gst/riff/riff-media.h:
19787         * gst-libs/gst/riff/riff-read.h:
19788         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19789         * gst-libs/gst/rtp/gstbasertppayload.c:
19790         * gst-libs/gst/rtp/gstbasertppayload.h:
19791         * gst-libs/gst/rtp/gstrtpbuffer.c:
19792         * gst-libs/gst/rtp/gstrtpbuffer.h:
19793         * gst-libs/gst/tag/gsttageditingprivate.h:
19794         * gst-libs/gst/tag/gstvorbistag.c:
19795         (gst_tag_list_from_vorbiscomment_buffer):
19796         * gst-libs/gst/tag/tag.h:
19797         * gst-libs/gst/video/video.h:
19798         * gst/adder/gstadder.c:
19799         * gst/adder/gstadder.h:
19800         * gst/audioconvert/audioconvert.c:
19801         * gst/audioconvert/audioconvert.h:
19802         * gst/audioconvert/gstaudioconvert.c:
19803         * gst/audioconvert/gstchannelmix.c:
19804         * gst/audioconvert/gstchannelmix.h:
19805         * gst/audiorate/gstaudiorate.c:
19806         * gst/audioresample/buffer.h:
19807         * gst/audioresample/functable.h:
19808         * gst/audioresample/gstaudioresample.c:
19809         * gst/audioresample/resample.h:
19810         * gst/ffmpegcolorspace/avcodec.h:
19811         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19812         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19813         * gst/ffmpegcolorspace/imgconvert.c:
19814         * gst/ffmpegcolorspace/imgconvert_template.h:
19815         * gst/playback/gstdecodebin.c:
19816         * gst/playback/gstplaybasebin.h:
19817         * gst/playback/gstplaybin.c:
19818         * gst/playback/gststreaminfo.h:
19819         * gst/tcp/gstfdset.c:
19820         * gst/tcp/gstfdset.h:
19821         * gst/tcp/gstmultifdsink.c:
19822         * gst/tcp/gstmultifdsink.h:
19823         * gst/tcp/gsttcp.h:
19824         * gst/tcp/gsttcpclientsrc.c:
19825         * gst/tcp/gsttcpclientsrc.h:
19826         * gst/tcp/gsttcpplugin.h:
19827         * gst/tcp/gsttcpserversink.c:
19828         * gst/tcp/gsttcpserversrc.c:
19829         * gst/typefind/gsttypefindfunctions.c:
19830         * gst/videorate/gstvideorate.c:
19831         * gst/videotestsrc/gstvideotestsrc.h:
19832         * gst/videotestsrc/videotestsrc.h:
19833         * sys/v4l/gstv4lcolorbalance.h:
19834         * sys/v4l/gstv4ltuner.h:
19835         * sys/v4l/gstv4lxoverlay.h:
19836         * sys/v4l/v4l_calls.h:
19837         * sys/v4l/videodev_mjpeg.h:
19838         * tests/check/elements/audioconvert.c:
19839         * tests/check/elements/audioresample.c:
19840         * tests/check/elements/audiotestsrc.c:
19841         * tests/check/elements/videotestsrc.c:
19842         * tests/check/elements/volume.c:
19843         * tests/examples/seek/scrubby.c:
19844         * tests/examples/seek/seek.c:
19845           expand tabs
19846
19847 === release 0.10.0 ===
19848
19849 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19850
19851         * configure.ac:
19852           releasing 0.10.0, "Mont-d'or"
19853
19854 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19855
19856         * tests/examples/seek/Makefile.am:
19857         Build fix for when gtk is not available.
19858
19859 2005-12-05  Andy Wingo  <wingo@pobox.com>
19860
19861         * ext/libvisual/visual.c: (get_buffer):
19862         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19863         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19864         * ext/theora/theoradec.c: (theora_handle_data_packet):
19865         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19866         (theora_enc_chain):
19867         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19868         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19869         Update for alloc_buffer changes.
19870
19871 2005-12-05  Andy Wingo  <wingo@pobox.com>
19872
19873         patch by: Kai Vehmanen <kv2004 eca cx>
19874         
19875         * gst-libs/gst/rtp/gstbasertpdepayload.c
19876         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19877
19878 2005-12-04  Andy Wingo  <wingo@pobox.com>
19879
19880         patch by: Sebastien Cote <sebas642 yahoo ca>
19881         
19882         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19883         Fixes #319172.
19884
19885 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19886
19887         * docs/plugins/Makefile.am:
19888         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19889         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19890         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19891         * ext/pango/gstclockoverlay.c:
19892         * ext/pango/gsttextoverlay.c: 
19893         * ext/pango/gsttextrender.c:
19894         * ext/pango/gsttimeoverlay.c:
19895           Add gtk-doc blurbs to pango elements.
19896
19897 2005-12-02  Wim Taymans  <wim@fluendo.com>
19898
19899         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19900         * gst/audioresample/buffer.h:
19901         * gst/audioresample/gstaudioresample.c:
19902         * gst/audioresample/gstaudioresample.h:
19903         * gst/audioresample/resample.c: (resample_input_flush),
19904         (resample_input_pushthrough), (resample_input_eos),
19905         (resample_get_output_size_for_input),
19906         (resample_get_input_size_for_output), (resample_get_output_size),
19907         (resample_get_output_data):
19908         * gst/audioresample/resample.h:
19909         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19910         Fix audioresample, seek torture, new segments, reverse negotiation
19911         etc.. work fine.
19912
19913 2005-12-02  Wim Taymans  <wim@fluendo.com>
19914
19915         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19916         Small cleanups.
19917
19918 2005-12-02  Wim Taymans  <wim@fluendo.com>
19919
19920         * gst/audioconvert/gstaudioconvert.c:
19921         (gst_audio_convert_transform):
19922         Post errors.
19923
19924 === release 0.9.7 ===
19925
19926 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19927
19928         * configure.ac:
19929           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19930
19931 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19932
19933         * Makefile.am:
19934         * po/hu.po:
19935         * win32/MANIFEST:
19936         * win32/gst.sln:
19937           add win32 MANIFEST file
19938           do something to the hungarian translation
19939
19940 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19941
19942         * ext/Makefile.am:
19943           Add $(PANGO_DIR) to SUBDIRS
19944
19945         * ext/pango/gstclockoverlay.c:
19946         * ext/pango/gsttimeoverlay.c:
19947           Fix and improve element descriptions.
19948
19949 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19950
19951         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19952         * docs/plugins/inspect/plugin-libvisual.xml:
19953         * docs/plugins/inspect/plugin-pango.xml:
19954           add pango plugin to docs
19955
19956 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19957
19958         * configure.ac:
19959         * ext/Makefile.am:
19960           moved pango to base
19961
19962 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19963
19964         * configure.ac:
19965         * tests/Makefile.am:
19966         * tests/icles/.cvsignore:
19967         * tests/icles/Makefile.am:
19968         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19969         (close_display), (resize_window), (move_window), (create_window),
19970         (terminate_playback), (pause_playback), (start_playback), (main):
19971           add stress test for xoverlay from Julien
19972
19973 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19974
19975         * docs/libs/tmpl/gstcolorbalance.sgml:
19976         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19977         * gst-libs/gst/rtp/gstbasertppayload.c:
19978         * gst-libs/gst/rtp/gstrtpbuffer.c:
19979         * gst-libs/gst/rtp/gstrtpbuffer.h:
19980           Do burger's rename for rtp payloaders and depayloaders
19981
19982 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19983
19984         * win32/:
19985           add Visual Studio 6 build files
19986
19987 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19988
19989         * docs/libs/gst-plugins-base-libs-docs.sgml:
19990         * docs/libs/gst-plugins-base-libs-sections.txt:
19991         * docs/libs/tmpl/gstaudio.sgml:
19992         * docs/libs/tmpl/gstringbuffer.sgml:
19993         * gst-libs/gst/interfaces/xoverlay.c:
19994         * gst-libs/gst/video/gstvideofilter.c:
19995         * gst-libs/gst/video/gstvideosink.c:
19996           update documentation
19997
19998 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19999
20000         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
20001         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
20002         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
20003         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
20004         (gst_multi_fd_sink_get_stats),
20005         (gst_multi_fd_sink_remove_client_link),
20006         (gst_multi_fd_sink_handle_client_read),
20007         (gst_multi_fd_sink_client_queue_data),
20008         (gst_multi_fd_sink_client_queue_caps),
20009         (gst_multi_fd_sink_client_queue_buffer),
20010         (gst_multi_fd_sink_new_client),
20011         (gst_multi_fd_sink_handle_client_write),
20012         (gst_multi_fd_sink_recover_client),
20013         (gst_multi_fd_sink_queue_buffer),
20014         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
20015         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
20016         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
20017         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
20018         * gst/tcp/gstmultifdsink.h:
20019         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
20020         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
20021         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
20022         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
20023         (gst_tcp_client_sink_set_property),
20024         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
20025         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
20026         * gst/tcp/gsttcpclientsink.h:
20027         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
20028         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
20029         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
20030         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
20031         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
20032         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
20033         * gst/tcp/gsttcpclientsrc.h:
20034         * gst/tcp/gsttcpplugin.c: (plugin_init):
20035         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
20036         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
20037         (gst_tcp_server_sink_finalize),
20038         (gst_tcp_server_sink_handle_server_read),
20039         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
20040         (gst_tcp_server_sink_set_property),
20041         (gst_tcp_server_sink_get_property),
20042         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
20043         * gst/tcp/gsttcpserversink.h:
20044         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
20045         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
20046         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
20047         (gst_tcp_server_src_set_property),
20048         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
20049         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
20050         * gst/tcp/gsttcpserversrc.h:
20051           more borgifying
20052
20053 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20054
20055         * docs/plugins/Makefile.am:
20056         * docs/plugins/gst-plugins-base-plugins.args:
20057         * docs/plugins/inspect/plugin-libvisual.xml:
20058         * gst/audioconvert/plugin.h:
20059         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
20060         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
20061         (gst_audio_rate_setcaps), (gst_audio_rate_init),
20062         (gst_audio_rate_chain), (gst_audio_rate_set_property),
20063         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
20064         (plugin_init):
20065         * gst/audiotestsrc/gstaudiotestsrc.c:
20066         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
20067         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
20068         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
20069         (gst_audio_test_src_get_query_types),
20070         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
20071         (gst_audio_test_src_create_square),
20072         (gst_audio_test_src_create_saw),
20073         (gst_audio_test_src_create_triangle),
20074         (gst_audio_test_src_create_silence),
20075         (gst_audio_test_src_create_white_noise),
20076         (gst_audio_test_src_init_pink_noise),
20077         (gst_audio_test_src_generate_pink_noise_value),
20078         (gst_audio_test_src_create_pink_noise),
20079         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
20080         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
20081         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
20082         (plugin_init):
20083         * gst/audiotestsrc/gstaudiotestsrc.h:
20084         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
20085         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
20086         (gst_sub_parse_init), (gst_sub_parse_formats),
20087         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
20088         (convert_encoding), (get_next_line),
20089         (gst_sub_parse_data_format_autodetect),
20090         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
20091         (gst_sub_parse_loop), (gst_sub_parse_chain),
20092         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
20093         (plugin_init):
20094         * gst/subparse/gstsubparse.h:
20095         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
20096         (gst_video_rate_base_init), (gst_video_rate_class_init),
20097         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
20098         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
20099         (gst_video_rate_init), (gst_video_rate_event),
20100         (gst_video_rate_chain), (gst_video_rate_set_property),
20101         (gst_video_rate_get_property), (gst_video_rate_change_state),
20102         (plugin_init):
20103         * gst/videoscale/gstvideoscale.c:
20104         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
20105         (gst_video_scale_src_template_factory),
20106         (gst_video_scale_sink_template_factory),
20107         (gst_video_scale_get_type), (gst_video_scale_base_init),
20108         (gst_video_scale_class_init), (gst_video_scale_init),
20109         (gst_video_scale_set_property), (gst_video_scale_get_property),
20110         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
20111         (gst_video_scale_prepare_size), (parse_caps),
20112         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
20113         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
20114         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
20115         (plugin_init):
20116         * gst/videoscale/gstvideoscale.h:
20117         * gst/videotestsrc/gstvideotestsrc.c:
20118         (gst_video_test_src_pattern_get_type),
20119         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
20120         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
20121         (gst_video_test_src_set_pattern),
20122         (gst_video_test_src_set_property),
20123         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
20124         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
20125         (gst_video_test_src_event), (gst_video_test_src_get_times),
20126         (gst_video_test_src_create), (plugin_init):
20127         * gst/videotestsrc/gstvideotestsrc.h:
20128         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
20129         (gst_video_test_src_smpte), (gst_video_test_src_snow),
20130         (gst_video_test_src_black):
20131         * gst/videotestsrc/videotestsrc.h:
20132           borgify further
20133           clean up docs a little
20134
20135 2005-11-30  Wim Taymans  <wim@fluendo.com>
20136
20137         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20138         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
20139         (gst_basertppayload_event), (gst_basertppayload_push),
20140         (gst_basertppayload_change_state):
20141         * gst-libs/gst/rtp/gstbasertppayload.h:
20142         closed #320644.
20143
20144 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20145
20146         * docs/libs/gst-plugins-base-libs-docs.sgml:
20147         * docs/libs/gst-plugins-base-libs-sections.txt:
20148         * gst-libs/gst/video/gstvideofilter.c:
20149         * gst-libs/gst/video/gstvideosink.c:
20150         * gst-libs/gst/video/gstvideosink.h: Adding docs.
20151
20152 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20153
20154         * LICENSE:
20155           move
20156         * po/af.po:
20157         * po/az.po:
20158         * po/cs.po:
20159         * po/en_GB.po:
20160         * po/hu.po:
20161         * po/it.po:
20162         * po/nb.po:
20163         * po/nl.po:
20164         * po/or.po:
20165         * po/sq.po:
20166         * po/sr.po:
20167         * po/sv.po:
20168         * po/uk.po:
20169         * po/vi.po:
20170         * Makefile.am:
20171           update
20172         * scripts/autoplugins.sh:
20173           remove
20174
20175 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20176
20177         * Makefile.am:
20178         * configure.ac:
20179         * examples/Makefile.am:
20180         * examples/capsfilter/Makefile.am:
20181         * examples/capsfilter/capsfilter1.c:
20182         * examples/gob/Makefile.am:
20183         * examples/gob/gst-identity2.gob:
20184         * examples/indexing/.cvsignore:
20185         * examples/indexing/Makefile.am:
20186         * examples/indexing/indexmpeg.c:
20187         * examples/seeking/.cvsignore:
20188         * examples/seeking/Makefile.am:
20189         * examples/seeking/cdparanoia.c:
20190         * examples/seeking/cdplayer.c:
20191         * examples/seeking/chained.c:
20192         * examples/seeking/scrubby.c:
20193         * examples/seeking/seek.c:
20194         * examples/stats/Makefile.am:
20195         * examples/stats/mp2ogg.c:
20196         * examples/switch/.cvsignore:
20197         * examples/switch/Makefile.am:
20198         * examples/switch/switcher.c:
20199         * tests/Makefile.am:
20200         * tests/check/generic/.cvsignore:
20201         * tests/check/pipelines/.cvsignore:
20202         * tests/examples/Makefile.am:
20203         * tests/examples/seek/Makefile.am:
20204           reorganize stuff under tests/
20205
20206 2005-11-30  Edward Hervey  <edward@fluendo.com>
20207
20208         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20209         Go away you stupid GstStaticPadTemplate memleak.
20210
20211 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20212
20213         * gst-libs/gst/net/Makefile.am:
20214         * gst-libs/gst/net/README:
20215         * gst-libs/gst/net/gstnetbuffer.c:
20216         * gst-libs/gst/net/gstnetbuffer.h:
20217           this was moved to "netbuffer"
20218
20219 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20220
20221         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
20222         (gst_video_filter_class_init), (gst_video_filter_init):
20223         * gst-libs/gst/video/gstvideofilter.h:
20224           borgify name to bring in line with other classes
20225
20226 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20227
20228         * gst/audioscale/.cvsignore:
20229         * gst/audioscale/Makefile.am:
20230         * gst/audioscale/README:
20231         * gst/audioscale/audioscale.vcproj:
20232         * gst/audioscale/dtof.c:
20233         * gst/audioscale/dtos.c:
20234         * gst/audioscale/functable.c:
20235         * gst/audioscale/gstaudioscale.c:
20236         * gst/audioscale/gstaudioscale.h:
20237         * gst/audioscale/private.h:
20238         * gst/audioscale/resample.c:
20239         * gst/audioscale/resample.h:
20240         * gst/audioscale/test.c:
20241           remove
20242
20243 2005-11-30  Edward Hervey  <edward@fluendo.com>
20244
20245         * gst-libs/gst/netbuffer/Makefile.am:
20246         really, really tired
20247
20248 2005-11-30  Edward Hervey  <edward@fluendo.com>
20249
20250         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20251         Update for new GstTypeFindFactory _register()
20252
20253 2005-11-30  Edward Hervey  <edward@fluendo.com>
20254
20255         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
20256         Let's not override libgstnet from core for no reason...
20257         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20258         Ok, maybe not so quick next time.
20259
20260 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20261
20262         * configure.ac:
20263         * gst-libs/gst/Makefile.am:
20264           moved gst-libs/gst/net to netbuffer through CVS surgery
20265           remove old directory
20266           updating build to accomodate
20267           (#322257)
20268
20269 2005-11-29  Andy Wingo  <wingo@pobox.com>
20270
20271         * pkgconfig/gstreamer-plugins-base.pc.in:
20272         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20273         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20274         (#322257).
20275
20276 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20277
20278         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20279         3rd time's the charm. Correct ref-counting for discarded buffers.
20280
20281 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20282
20283         * gst/playback/gststreamselector.c:
20284         (gst_stream_selector_class_init),
20285         (gst_stream_selector_set_property),
20286         (gst_stream_selector_get_property),
20287         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20288         Fix ref-counting
20289
20290 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20291
20292         * gst/subparse/gstsubparse.c: (feed_textbuf):
20293           Don't access already unref'ed buffer.
20294
20295 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20296
20297         * gst/playback/gststreamselector.c:
20298         (gst_stream_selector_class_init), (gst_stream_selector_init),
20299         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20300         (gst_stream_selector_get_property),
20301         (gst_stream_selector_get_linked_pad),
20302         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20303         * gst/playback/gststreamselector.h:
20304         Add the active-pad property for playbin to use shortly. Ignore buffers
20305         from any other pad, returning GST_FLOW_NOT_LINKED
20306
20307 2005-11-29  Julien MOUTTE  <julien@moutte.net>
20308
20309         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20310         patch from bug #322704 (Alessandro Decina).
20311
20312 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20313
20314         * gst-libs/gst/audio/Makefile.am:
20315           folded audiofilter into the audio library
20316
20317 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20318
20319         * gst/videoscale/gstvideoscale.h:
20320         * gst/videoscale/gstvideoscale.c:
20321           remove unimplemented scale methods
20322
20323 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20324
20325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20326           Don't leak caps.
20327
20328 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20329
20330         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20331         (gst_ximagesink_setcaps):
20332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20333         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20334         happens (only visible on ximagesink but bug is in xv too) set_caps was
20335         destroying the internal x[v]image used to memcpy non locally alloced
20336         buffers so that it got renewed on next _chain. The issue is that 
20337         _expose will try to put that image as it reffed it in _put.
20338         Using gst_buffer_unref instead of destroy fixes it !
20339
20340 2005-11-28  Edward Hervey  <edward@fluendo.com>
20341
20342         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20343         (try_to_link_1), (queue_filled_cb):
20344         Better use of the queues. Start with a small size queue and only increase
20345         the size of the queues when the other queues are empty.
20346
20347 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20348
20349         * gst-libs/gst/video/Makefile.am:
20350           compile in copied-over videofilter into the video library
20351         * gst-libs/gst/video/videosink.h:
20352           rename the header to gstvideosink.h since it's a base GstObject class
20353         * sys/ximage/ximagesink.h:
20354         * sys/xvimage/xvimagesink.h:
20355           use the new header
20356
20357 2005-11-28  Wim Taymans  <wim@fluendo.com>
20358
20359         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20360         * gst/playback/gstplaybasebin.h:
20361         Prepare to handle errors betters.
20362
20363         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20364         Set sinks to PAUSED first before adding and linking them so that
20365         we don't interrupt dataflow.
20366
20367 2005-11-28  Wim Taymans  <wim@fluendo.com>
20368
20369         * gst-libs/gst/audio/TODO:
20370         Updated TODO
20371
20372         * gst-libs/gst/audio/gstaudiosink.c:
20373         (gst_audioringbuffer_open_device),
20374         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20375         (gst_audioringbuffer_release):
20376         Small cleanups.
20377
20378         * gst-libs/gst/audio/gstbaseaudiosink.c:
20379         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20380         (gst_base_audio_sink_change_state):
20381         Slave to the master clock when going to PLAYING and unslave when
20382         going to PAUSED.
20383
20384         * gst-libs/gst/audio/gstringbuffer.c:
20385         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20386         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20387         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20388         (gst_ring_buffer_clear_all), (wait_segment),
20389         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20390         (gst_ring_buffer_advance):
20391         * gst-libs/gst/audio/gstringbuffer.h:
20392         Add some docs and cleanups.
20393
20394 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20395
20396         * sys/xvimage/xvimagesink.c:
20397         (gst_xvimagesink_navigation_send_event): Fix navigation events
20398         coordinates translation with pixel aspect ratios.
20399
20400 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20401
20402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20403         Use calculated video geometry from _setcaps instead of buffer
20404         caps to respect pixel aspect ratio. (fixes #322388)
20405
20406 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20407
20408         * docs/libs/tmpl/gstcolorbalance.sgml:
20409         * docs/libs/tmpl/gstmixer.sgml:
20410         * docs/libs/tmpl/gstxoverlay.sgml:
20411         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20412         interface.
20413
20414 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20415
20416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20417         Refuse to create an XvImage if we can't find the format.
20418
20419 2005-11-28  Edward Hervey  <edward@fluendo.com>
20420
20421         * gst-libs/gst/riff/riff-media.c:
20422         (gst_riff_create_audio_template_caps):
20423         Add ATRAC3 to the list of riff-possible audio caps.
20424         I know we still don't have a plugin for atrac3, but it's saner to output
20425         that than a cryptic mimetype.
20426
20427 2005-11-27  Edward Hervey  <edward@fluendo.com>
20428
20429         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20430         Don't try to create a zero-sized subbuffer.
20431
20432 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20433
20434         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20435         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20436         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20437         (gst_ximagesink_expose): Fixed a tricky race.
20438         * sys/ximage/ximagesink.h:
20439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20440         (gst_xvimagesink_expose): Fixed a tricky race.
20441         * sys/xvimage/xvimagesink.h:
20442
20443 2005-11-27  Edward Hervey  <edward@fluendo.com>
20444
20445         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20446         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20447         Remove unused properties, and add queues between demuxers and decoders
20448         so that a lot more files can preroll properly.
20449
20450 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20451
20452         * gst-libs/gst/net/Makefile.am:
20453         * gst-libs/gst/rtp/Makefile.am:
20454         * gst-libs/gst/tag/Makefile.am:
20455           remove silly include
20456         * gst/tags/Makefile.am:
20457         * gst/tags/gsttagediting.c:
20458         * gst/tags/gsttageditingprivate.h:
20459         * gst/tags/tagedit.vcproj:
20460           remove directory, is as good as empty
20461
20462 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20463
20464         * configure.ac:
20465           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20466         * gst-libs/Makefile.am:
20467         * gst-libs/gst/audio/Makefile.am:
20468         * gst-libs/gst/interfaces/Makefile.am:
20469         * gst-libs/gst/net/Makefile.am:
20470         * gst-libs/gst/riff/Makefile.am:
20471         * gst-libs/gst/rtp/Makefile.am:
20472         * gst-libs/gst/tag/Makefile.am:
20473         * gst-libs/gst/video/Makefile.am:
20474           and use them
20475
20476 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20477
20478         * docs/libs/tmpl/gstcolorbalance.sgml:
20479         * docs/libs/tmpl/gstmixer.sgml:
20480         * docs/libs/tmpl/gstxoverlay.sgml:
20481         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20482         * sys/ximage/ximagesink.h:
20483         * sys/xvimage/xvimagesink.h: More and more documentation.
20484
20485 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20486
20487         * docs/libs/gst-plugins-base-libs-docs.sgml:
20488         * docs/libs/gst-plugins-base-libs-sections.txt:
20489         * docs/libs/tmpl/gstcolorbalance.sgml:
20490         * docs/libs/tmpl/gstmixer.sgml:
20491         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20492         to documentation.
20493
20494 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20495
20496         * docs/plugins/Makefile.am:
20497         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20498         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20499         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20500
20501 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20502
20503         * docs/plugins/Makefile.am:
20504         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20505         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20506         * docs/plugins/inspect/plugin-adder.xml:
20507         * docs/plugins/inspect/plugin-alsa.xml:
20508         * docs/plugins/inspect/plugin-audioconvert.xml:
20509         * docs/plugins/inspect/plugin-audiorate.xml:
20510         * docs/plugins/inspect/plugin-audioresample.xml:
20511         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20512         * docs/plugins/inspect/plugin-decodebin.xml:
20513         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20514         * docs/plugins/inspect/plugin-gnomevfs.xml:
20515         * docs/plugins/inspect/plugin-ogg.xml:
20516         * docs/plugins/inspect/plugin-playbin.xml:
20517         * docs/plugins/inspect/plugin-subparse.xml:
20518         * docs/plugins/inspect/plugin-tcp.xml:
20519         * docs/plugins/inspect/plugin-theora.xml:
20520         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20521         * docs/plugins/inspect/plugin-video4linux.xml:
20522         * docs/plugins/inspect/plugin-videorate.xml:
20523         * docs/plugins/inspect/plugin-videoscale.xml:
20524         * docs/plugins/inspect/plugin-videotestsrc.xml:
20525         * docs/plugins/inspect/plugin-volume.xml:
20526         * docs/plugins/inspect/plugin-vorbis.xml:
20527         * docs/plugins/inspect/plugin-ximagesink.xml:
20528         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20529         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20530
20531 2005-11-26  Edward Hervey  <edward@fluendo.com>
20532
20533         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20534         Properly return GstFlowReturn from gst_pad_push in chain functions.
20535
20536 2005-11-25  Michael Smith  <msmith@fluendo.com>
20537
20538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20539         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20540         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20541         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20542           Handle various conditions better when we don't understand a stream.
20543           Removes a heap of CRITICALs on ogg streams containing unknown data.
20544
20545 2005-11-24  Andy Wingo  <wingo@pobox.com>
20546
20547         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20548         Be threadsafe.
20549
20550 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20551
20552         * configure.ac: back to HEAD
20553
20554 === release 0.9.6 ===
20555
20556 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20557
20558         * configure.ac:
20559           releasing 0.9.6, "White Eight"
20560
20561 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20562
20563         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20564         * docs/plugins/inspect/plugin-sine.xml:
20565           remove sinesrc some more
20566
20567 2005-11-23  Wim Taymans  <wim@fluendo.com>
20568
20569         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20570         If we are reading too slowly, jump forward in the ringbuffer
20571         instead of blocking.
20572
20573 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20574
20575         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20576         (gst_visual_chain):
20577         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20578         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20579         (gst_videorate_chain):
20580         * gst/videotestsrc/gstvideotestsrc.c:
20581         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20582         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20583         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20584         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20585         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20586         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20587           Updates for API changes
20588
20589 2005-11-23  Wim Taymans  <wim@fluendo.com>
20590
20591         * gst-libs/gst/audio/gstbaseaudiosink.c:
20592         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20593         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20594         Fix for calibration API change.
20595
20596 2005-11-23  Michael Smith <msmith@fluendo.com>
20597
20598         * gst-libs/gst/audio/multichannel.c:
20599         (gst_audio_get_channel_positions),
20600         (gst_audio_set_channel_positions),
20601         (gst_audio_set_structure_channel_positions_list),
20602         (gst_audio_fixate_channel_positions):
20603           Use gst_value_array_*() functions on value arrays, not
20604           gst_value_list_*().
20605
20606 2005-11-23  Edward Hervey  <edward@fluendo.com>
20607
20608         * autogen.sh:
20609         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20610         Fixes autogen
20611
20612 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20613
20614         * check/Makefile.am:
20615         * check/elements/videotestsrc.c: (setup_videotestsrc),
20616         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20617         (main):
20618           add a test for videotestsrc
20619
20620 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20621
20622         * gst/sine/.cvsignore:
20623         * gst/sine/Makefile.am:
20624         * gst/sine/gstsinesrc.c:
20625         * gst/sine/gstsinesrc.h:
20626         * gst/sine/sinesrc.vcproj:
20627           and remove sinesrc from the repository.  Closes #321446
20628
20629 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20630
20631         * configure.ac:
20632         * gst-plugins-base.spec.in:
20633           remove sinesrc from the build
20634
20635 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20636
20637         * check/Makefile.am:
20638         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20639         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20640         (main):
20641           add a test for audiotestsrc, testing all waves.  Even seems
20642           leak-free at first glance, nice job Stefan
20643
20644 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20645
20646         * po/af.po:
20647         * po/az.po:
20648         * po/cs.po:
20649         * po/en_GB.po:
20650         * po/hu.po:
20651         * po/it.po:
20652         * po/nb.po:
20653         * po/nl.po:
20654         * po/or.po:
20655         * po/sq.po:
20656         * po/sr.po:
20657         * po/sv.po:
20658         * po/uk.po:
20659         * po/vi.po:
20660           Translation string updates
20661
20662         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20663         (gst_v4lsrc_set_caps):
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           Improve v4lsrc, by making it work again.
20668
20669 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20670
20671         * ext/libvisual/visual.c: (gst_visual_chain):
20672           Fix the fps calculations.
20673
20674         * gst/ffmpegcolorspace/avcodec.h:
20675           Move structure element for clarity
20676
20677         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20678         * gst-libs/gst/interfaces/tunernorm.h:
20679         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20680         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20681         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20682         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20683         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20684         (gst_v4lmjpegsrc_getcaps):
20685         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20686         (gst_v4lsrc_set_caps):
20687         * sys/v4l/gstv4lsrc.h:
20688         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20689         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20690         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20691         * sys/v4l/v4lsrc_calls.h:
20692           Fractional framerates...
20693
20694 2005-11-22  Wim Taymans  <wim@fluendo.com>
20695
20696         * gst-libs/gst/audio/gstbaseaudiosink.c:
20697         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20698         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20699         And we provide a clock by default, of course...
20700
20701 2005-11-22  Wim Taymans  <wim@fluendo.com>
20702
20703         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20704         This clock can be slaved to a master clock now.
20705
20706         * gst-libs/gst/audio/gstbaseaudiosink.c:
20707         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20708         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20709         (gst_base_audio_sink_set_clock),
20710         (gst_base_audio_sink_set_property),
20711         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20712         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20713         * gst-libs/gst/audio/gstbaseaudiosink.h:
20714         Handle slaving the internal clock to the clock selected in the
20715         pipeline.
20716         Add property to make the basesink not provide a clock.
20717
20718         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20719         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20720         (gst_base_rtp_depayload_wait):
20721         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20722         We can use the clock in GstElement, no need to store it ourselves.
20723
20724 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20725
20726         * docs/libs/tmpl/gstaudio.sgml:
20727           update
20728         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20729         (gst_paranoia_endian_get_type):
20730         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20731         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20732         * gst/audiotestsrc/gstaudiotestsrc.c:
20733         (gst_audiostestsrc_wave_get_type):
20734         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20735         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20736         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20737         (gst_sync_method_get_type), (gst_unit_type_get_type),
20738         (gst_client_status_get_type), (gst_multifdsink_class_init),
20739         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20740         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20741         (gst_multifdsink_get_property):
20742         * gst/tcp/gstmultifdsink.h:
20743         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20744         * gst/videotestsrc/gstvideotestsrc.c:
20745         (gst_videotestsrc_pattern_get_type):
20746           remove deprecated properties
20747           fix up enums to correctly have short lowercase dashed nicks
20748
20749 2005-11-22  Michael Smith <msmith@fluendo.com>
20750
20751         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20752         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20753           Add underscore.
20754
20755 2005-11-22  Michael Smith <msmith@fluendo.com>
20756
20757         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20758         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20759           Use utility method for scaling clocktime for fractional framerates.
20760
20761 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20762
20763         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20764         (gst_visual_chain):
20765         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20766         * ext/theora/theoradec.c: (theora_handle_type_packet):
20767         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20768         (theora_enc_chain):
20769         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20770         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20771         * gst-libs/gst/video/video.h:
20772         * gst/ffmpegcolorspace/avcodec.h:
20773         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20774         (gst_ffmpeg_caps_to_pixfmt):
20775         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20776         (gst_ffmpegcsp_set_caps):
20777         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20778         (gst_videorate_setcaps), (gst_videorate_blank_data),
20779         (gst_videorate_chain):
20780         * gst/videotestsrc/gstvideotestsrc.c:
20781         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20782         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20783         (gst_videotestsrc_event), (gst_videotestsrc_create):
20784         * gst/videotestsrc/gstvideotestsrc.h:
20785         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20786         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20787         (gst_ximagesink_get_times), (gst_ximagesink_init):
20788         * sys/ximage/ximagesink.h:
20789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20790         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20791         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20792         * sys/xvimage/xvimagesink.h:
20793           Convert elements to use fractions for their framerate.
20794           V4L elements to come later tonight.
20795
20796 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20797
20798         * gst-libs/gst/audio/audio.c:
20799         * gst-libs/gst/audio/audio.h:
20800           remove some deprecated functions
20801
20802 2005-11-22  Andy Wingo  <wingo@pobox.com>
20803
20804         * Update for gst_tag_setter API changes.
20805
20806 2005-11-22  Andy Wingo  <wingo@pobox.com>
20807
20808         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20809         (gst_ogg_demux_perform_seek):
20810         * ext/theora/theoradec.c (theora_dec_sink_event):
20811         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20812         update-funcnames.
20813
20814 2005-11-22  Wim Taymans  <wim@fluendo.com>
20815
20816         * examples/seeking/seek.c: (main):
20817         Give higher priority to bus signals than the gtk events
20818         to fix a race condition in the segment looping.
20819
20820 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20821
20822         * ext/theora/Makefile.am:
20823         * ext/vorbis/Makefile.am:
20824         * gst-libs/gst/tag/Makefile.am:
20825         * gst-plugins-base.spec.in:
20826           Rename libgsttagedit to libgsttag (#322117).
20827
20828 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20829
20830         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20832           Call gst_x_overlay_prepare_xwindow_id() to give applications
20833           a final chance to set their own xwindow id before the video
20834           sink creates its own window.
20835
20836 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20837
20838         * sys/xvimage/xvimagesink.c:
20839         (gst_xvimagesink_navigation_send_event): Handle navigation
20840         events correcly with borders if applicable.
20841
20842 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20843
20844         Patch by: Luca Ognibene
20845
20846         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20847         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20848         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20849         (gst_ffmpegcsp_caps_remove_format_info):
20850         * gst/ffmpegcolorspace/imgconvert.c:
20851         * gst/ffmpegcolorspace/imgconvert_template.h:
20852           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20853           #318353); use gst_structure_has_name().
20854
20855 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20856
20857         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20858         (gst_ximagesink_class_init): Add debug macros on functions.
20859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20860         (gst_xvimagesink_xwindow_draw_borders),
20861         (gst_xvimagesink_xvimage_put),
20862         (gst_xvimagesink_xwindow_update_geometry),
20863         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20864         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20865         (gst_xvimagesink_xcontext_clear),
20866         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20867         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20868         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20869         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20870         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20871         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20872         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20873         expose while being PAUSED, out of data flow navigation events, etc..
20874
20875 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20876
20877         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20878         * gst-libs/gst/audio/audio.h:
20879           fix prototype - wondering why the test worked regardless
20880
20881 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20882
20883         * check/Makefile.am:
20884         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20885         * gst-libs/gst/audio/audio.h:
20886           add a method that returns a proper GstClockTime
20887
20888 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20889
20890         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20891         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20892         * gst-libs/gst/interfaces/xoverlay.h:
20893           Remove everything having to do with the desired size; add 
20894           gst_x_overlay_prepare_xwindow_id() function; remove the
20895           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20896           post a message on the bus instead (#321816).
20897
20898         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20900         (gst_xvimagesink_xoverlay_init):
20901           Remove desired size stuff (#321816).
20902
20903 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20904
20905         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20906         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20907         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20908           Terminate vararg functions with NULL instead of 0 to 
20909           make gcc4 happy.
20910
20911 2005-11-21  Andy Wingo  <wingo@pobox.com>
20912
20913         patch by: Sebastien Cote <sebas642@yahoo.ca>
20914         
20915         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20916         * gst-libs/gst/rtp/gstrtpbuffer.c
20917         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20918
20919 2005-11-21  Andy Wingo  <wingo@pobox.com>
20920
20921         * gst/playback/gstplaybin.c (gen_audio_element) 
20922         (gen_video_element): Use the new MISSING_PLUGIN core error
20923         category. Closes #320060.
20924
20925         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20926         * gst/videorate/gstvideorate.c (gst_videorate_event):
20927         * ext/theora/theoradec.c (theora_dec_sink_event): 
20928         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20929         stream lock.
20930
20931         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20932         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20933         stream lock changes.
20934
20935 2005-11-21  Wim Taymans  <wim@fluendo.com>
20936
20937         * gst-libs/gst/audio/gstbaseaudiosink.c:
20938         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20939         (gst_base_audio_sink_provide_clock),
20940         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20941         (gst_base_audio_sink_change_state):
20942         * gst/audioresample/gstaudioresample.c:
20943         Segment update fix.
20944
20945 2005-11-21  Andy Wingo  <wingo@pobox.com>
20946
20947         * *.h:
20948         * *.c: Ran scripts/update-macros. Oh yes.
20949
20950 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20951
20952         * sys/ximage/Makefile.am:
20953         * sys/ximage/ximage.c:
20954           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20955           remove your old libgstximage.* manually if necessary).
20956
20957 2005-11-21  Michael Smith <msmith@fluendo.com>
20958
20959         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20960           Minimal fix for bug #320200: set the min/max bitrate in the correct
20961           units. A better fix would be to upgrade to the RATEMANAGE2
20962           interface, rather than using the deprecated interface used here, but
20963           that would require an update in our libvorbis dependency (to 1.1),
20964           which is probably undesirable.
20965
20966 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20967
20968         * ext/libvisual/visual.c: (get_buffer):
20969         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20970         (gst_base_audio_src_fixate):
20971         * gst/audioconvert/gstaudioconvert.c:
20972         (gst_audio_convert_fixate_caps):
20973         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20974         * gst/audiotestsrc/gstaudiotestsrc.c:
20975         (gst_audiotestsrc_src_fixate):
20976         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20977         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20978         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20979         * gst/videotestsrc/gstvideotestsrc.c:
20980         (gst_videotestsrc_src_fixate):
20981         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20983           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20984           (#322027)
20985
20986
20987 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20988
20989         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20990         (gst_riff_create_iavs_caps):
20991         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20992         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20993         (gst_riff_parse_info):
20994         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20995         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20997           Fixes for GST_FOURCC_FORMAT API change.
20998
20999 2005-11-21  Andy Wingo  <wingo@pobox.com>
21000
21001         patch by: Alessandro Dessina <alessandro nnva org>
21002
21003         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
21004         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
21005         (gst_ogg_parse_chain):
21006         * ext/theora/theoraenc.c (theora_set_header_on_caps):
21007         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
21008         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
21009         gst_value_list calls on arrays. Fixes #321962.
21010
21011 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
21012
21013         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21014         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
21015         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21016         * gst/adder/gstadder.c: (gst_adder_init),
21017         (gst_adder_request_new_pad), (gst_adder_collected),
21018         (gst_adder_change_state):
21019           Update for gst_collectpads_foo() to gst_collect_pads_foo()
21020           API change.
21021
21022 2005-11-21  Michael Smith <msmith@fluendo.com>
21023
21024         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21025         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
21026           Properly handle pad_push return values.
21027
21028 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
21029
21030         * gst-libs/gst/tag/Makefile.am:
21031         * gst-libs/gst/tag/gstvorbistag.c:
21032         (gst_tag_list_to_vorbiscomment_buffer):
21033           Remove obsolete vorbistag element and debug category.
21034
21035         * gst/playback/gstplaybasebin.c: (check_queue):
21036           Don't divide by 0 when queue-threshold is 0.
21037
21038         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
21039           Don't modify an existing pixel-aspect-ratio if we fail to read
21040           a new one.
21041
21042 2005-11-20  Wim Taymans  <wim@fluendo.com>
21043
21044         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
21045         (gst_vorbisenc_push_packet):
21046         GST_PAD_IS_USABLE is gone, use the return value of
21047         the push or pad_alloc_buffer instead.
21048
21049 2005-11-18  Julien MOUTTE  <julien@moutte.net>
21050
21051         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
21052         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
21053         (gst_ximagesink_ximage_destroy),
21054         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
21055         (gst_ximagesink_xwindow_new),
21056         (gst_ximagesink_xwindow_update_geometry),
21057         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
21058         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21059         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
21060         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
21061         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
21062         (gst_ximagesink_navigation_send_event),
21063         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
21064         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21065         (gst_ximagesink_finalize), (gst_ximagesink_init),
21066         (gst_ximagesink_class_init):
21067         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
21068         This new version brings correct software scaling, non flickering
21069         window while resizing, pixel aspect ratio handling, usage of
21070         hardware buffer pools, out of data flow event thread for 
21071         navigation and handling of expose events even when being PAUSED,
21072         a new property to keep video aspect ratio when resizing, etc...
21073
21074 2005-11-18  Julien MOUTTE  <julien@moutte.net>
21075
21076         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21077         (gst_videoscale_fixate_caps): Introduce back caps fixate with
21078         handling of PAR.
21079
21080 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
21081
21082         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
21083         Unsetting IS_SINK flag from the fakesink, so decodebin
21084         never behaves as a sink.
21085
21086 2005-11-17  Wim Taymans  <wim@fluendo.com>
21087
21088         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21089         (gst_base_audio_src_change_state):
21090         Fix the audiosrc base class again, we did not unflush.
21091
21092 2005-11-17  Julien MOUTTE  <julien@moutte.net>
21093
21094         * examples/seeking/seek.c: (make_dv_pipeline),
21095         (make_vorbis_theora_pipeline), (make_avi_pipeline),
21096         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
21097         to ogg/vorbis/theora pipeline.
21098
21099 2005-11-17  Wim Taymans  <wim@fluendo.com>
21100
21101         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21102         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
21103         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
21104         Fix EOS on multiple streams.
21105         More debugging.
21106
21107 2005-11-16  Wim Taymans  <wim@fluendo.com>
21108
21109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
21110         (gst_ogg_demux_perform_seek):
21111         Segment done must include stream time.
21112
21113         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21114         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
21115         (gst_ogg_mux_change_state):
21116         Fix ogg muxer again.
21117
21118 2005-11-16  Wim Taymans  <wim@fluendo.com>
21119
21120         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
21121         Fix compile again.
21122
21123 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21124
21125         * ext/libvisual/visual.c: (gst_visual_init):
21126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21127         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
21128         (gst_ogg_parse_chain):
21129         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
21130         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
21131         * ext/theora/theoradec.c: (gst_theora_dec_init):
21132         * ext/theora/theoraenc.c: (gst_theora_enc_init):
21133         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21134         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
21135         * gst/adder/gstadder.c: (gst_adder_class_init),
21136         (gst_adder_dispose):
21137         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
21138         * gst/subparse/gstsubparse.c: (gst_subparse_init):
21139         * gst/videorate/gstvideorate.c: (gst_videorate_init):
21140           Fix a whole set of pad template leaks
21141
21142 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21143
21144         * check/generic/states.c: (GST_START_TEST):
21145           fix the test so that it only checks for elements that are part of
21146           this source module
21147
21148 2005-11-16  Michael Smith <msmith@fluendo.com>
21149
21150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
21151         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
21152         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21153         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21154         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
21155         (gst_ogg_mux_change_state):
21156           Fix leaking collectpads.
21157
21158 2005-11-16  Edward Hervey  <edward@fluendo.com>
21159
21160         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21161         (gst_videorate_event), (gst_videorate_chain):
21162         Handle segment seeks
21163
21164 2005-11-16  Wim Taymans  <wim@fluendo.com>
21165
21166         * gst-libs/gst/audio/gstbaseaudiosink.c:
21167         (gst_base_audio_sink_provide_clock),
21168         (gst_base_audio_sink_change_state):
21169         Set ringbuffer to non-flushing when going to PAUSED, set to
21170         flushing again when going to READY.
21171
21172         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
21173         (gst_ring_buffer_stop):
21174         Start in flushing mode by default.
21175         Don't set flushing in the _stop method, let the app call
21176         this explicitly.
21177
21178 2005-11-16  Julien MOUTTE  <julien@moutte.net>
21179
21180         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
21181         * gst-libs/gst/video/videosink.h: Add helper function needed
21182         for video sinks.
21183
21184 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
21185
21186         * gst/videoscale/gstvideoscale.c:
21187         (gst_videoscale_handle_src_event):
21188           Don't leak reference to pad parent.
21189
21190 2005-11-16  Wim Taymans  <wim@fluendo.com>
21191
21192         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
21193         Set ringbuffer to flushing when stopping so that we don't
21194         block on wait_segment anymore and livelock.
21195
21196 2005-11-16  Wim Taymans  <wim@fluendo.com>
21197
21198         * examples/seeking/seek.c: (send_event), (do_seek),
21199         (loop_toggle_cb), (segment_done), (main):
21200         Added looping checkbox.
21201
21202 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21203
21204         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21205         (gst_ogg_demux_init):
21206         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21207         (gst_vorbis_dec_init):
21208           revert unrefs, they don't pass make check
21209
21210 2005-11-15  Johan Dahlin  <johan@gnome.org>
21211
21212         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21213         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
21214         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21215         (gst_vorbis_dec_init):
21216         Fix pad template leaks. 
21217
21218 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
21219
21220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
21221           Make state change function thread safe.
21222
21223 2005-11-15  Edward Hervey  <edward@fluendo.com>
21224
21225         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
21226         (gst_ogg_demux_class_init):
21227         Implement GstElement::send_event, so we can send seek events
21228         in GST_STATE_READY
21229
21230 2005-11-14  Julien MOUTTE  <julien@moutte.net>
21231
21232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21233         Discovered how to take away flickering while resizing the
21234         window. Please don't put that in ximagesink, refactoring in
21235         progress.
21236
21237 2005-11-14  Michael Smith <msmith@fluendo.com>
21238
21239         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21240         (gst_multifdsink_render):
21241           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21242
21243 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
21244
21245         * gst/playback/gstplaybin.c: (gen_audio_element):
21246           Use autoaudiosink, it tends to be more widely available than
21247           autoaudiiosink.
21248           
21249 2005-11-14  Andy Wingo  <wingo@pobox.com>
21250
21251         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21252         as well if it is available. Fixes #316442.
21253
21254 2005-11-14  Michael Smith <msmith@fluendo.com>
21255
21256         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21257         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21258         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21259         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21260         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21261         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21262         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21263         (gst_vorbisenc_change_state):
21264           Fix a small memory leak in vorbisenc.
21265           Fix large memory leaks in oggmux, also fix lots of state change
21266           bugs in oggmux.
21267
21268 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21269
21270         * gst/videotestsrc/gstvideotestsrc.c:
21271         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21272         (gst_videotestsrc_src_fixate):
21273           move fixation to a fixate function
21274           remove negotiate function, basesrc's is good enough
21275           fixes a bug for check when using the element alone
21276
21277 2005-11-13  Edward Hervey  <edward@fluendo.com>
21278
21279         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21280         (key_toggle_cb), (main):
21281         Added checkboxes for adding/removing the accurate and key_unit seek
21282         flags.
21283
21284 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21285
21286         * configure.ac: back to HEAD
21287
21288 === release 0.9.5 ===
21289
21290 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
21291
21292         * configure.ac:
21293           releasing 0.9.5, "No No Kia"
21294
21295 2005-11-11  Edward Hervey  <edward@fluendo.com>
21296
21297         * examples/seeking/seek.c: (make_parselaunch_pipeline):
21298         Added parse-launch syntax seeking mode for the seeking example.
21299         This should help stress-test even more cases.
21300         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21301
21302 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21303
21304         * sys/xvimage/xvimagesink.c:
21305         (gst_xvimagesink_navigation_send_event):
21306           Check whether peer pad exists before sending navigation events
21307           to it.
21308
21309 2005-11-11  Michael Smith <msmith@fluendo.com>
21310
21311         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21312         (gst_vorbisenc_buffer_from_packet):
21313         * ext/vorbis/vorbisenc.h:
21314           Set duration on encoded buffers. This allows oggmux's
21315           max_page_delay parameter to actually work.
21316
21317 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21318
21319         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21320         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21321         (gst_ffmpegcsp_avpicture_fill):
21322         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21323         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21324           Make palettes work again (see #132341). Use our own macros
21325           for rounding up.
21326
21327 2005-11-10  Andy Wingo  <wingo@pobox.com>
21328
21329         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21330         string doober.
21331
21332 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21333
21334         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21335         (gst_ffmpegcsp_transform_caps):
21336           Prefer passthrough in transform_caps
21337
21338 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21339
21340         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21341           check for ALSA errors properly, instead of relying on ALSA's
21342           error strings to serve to the user.
21343
21344 2005-11-10  Wim Taymans  <wim@fluendo.com>
21345
21346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21347         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21348         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21349         Modernise the seek code.
21350
21351 2005-11-10  Michael Smith <msmith@fluendo.com>
21352         
21353         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21354         (setup_substreams), (set_active_source):
21355           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21356           trying to go to NULL if we failed to read a file.
21357
21358 2005-11-10  Wim Taymans  <wim@fluendo.com>
21359
21360         * gst/audiotestsrc/gstaudiotestsrc.c:
21361         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21362         (gst_audiotestsrc_create):
21363         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21364         (gst_sinesrc_get_times), (gst_sinesrc_create):
21365         * gst/videotestsrc/gstvideotestsrc.c:
21366         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21367         (gst_videotestsrc_create):
21368         The base class can now sync for us.
21369
21370 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21371
21372         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21373           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21374           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21375           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21376           format=(fourcc)I420" ! xvimagesink
21377
21378 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21379
21380         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21381         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21382         (gst_sinesrc_newsegment):
21383           Send newsegment event in TIME format, set duration if
21384           num-buffers is set, fix duration querying.
21385
21386 2005-11-10  Michael Smith <msmith@fluendo.com>
21387
21388         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21389         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21390         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21391         (gst_ogg_mux_collected):
21392          Fix EOS handling, partially. Now forwarding an EOS event once we have
21393          EOS on all pads works correctly. However, we still don't properly set
21394          EOS on the actual ogg stream pages.
21395
21396 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21397
21398         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21399           Set elements to NULL state before disposing of them.
21400
21401 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21402
21403         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21404
21405         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21406         (gst_base_rtp_depayload_init),
21407         (gst_base_rtp_depayload_set_gst_timestamp):
21408         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21409           We need to send a newsegment event for each instance, not
21410           just for the first instance of this class (get rid of
21411           static variable in function). (#321011).
21412           
21413 2005-11-08  Michael Smith <msmith@fluendo.com>
21414
21415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21416         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21417         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21418         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21419           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21420           This makes us mux things correctly according to the ogg muxing
21421           rules. Still not handling EOS correctly right now, though.
21422
21423 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21424
21425         * gst/audioconvert/gstaudioconvert.c:
21426           Fix typo in docs. 
21427
21428 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21429
21430         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21431         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21432           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21433           creating a new chain; should fix live streaming. Also
21434           add more debug output and fix a typo.
21435
21436 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21437
21438         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21439
21440         * gst/volume/gstvolume.c: (volume_set_caps):
21441           Fix compilation on Solaris with Forte. (#320923)
21442
21443 2005-11-08  Wim Taymans  <wim@fluendo.com>
21444
21445         * gst-libs/gst/audio/gstbaseaudiosink.c:
21446         (gst_base_audio_sink_render):
21447         No need to do a typecheck.
21448
21449 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21450
21451         * ext/alsa/gstalsa.h:
21452           We register a debug category, so let's use it.
21453
21454 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21455
21456         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21457         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21458         Fixed a small problem.
21459
21460 2005-11-04  Wim Taymans  <wim@fluendo.com>
21461
21462         * examples/seeking/Makefile.am:
21463         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21464         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21465         (make_playerbin_pipeline), (format_value), (update_scale),
21466         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21467         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21468         (print_usage), (main):
21469         Added app for playback speed testing.
21470
21471         * examples/seeking/seek.c: (dynamic_link),
21472         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21473         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21474         (message_received), (main):
21475         Updated seek example.
21476
21477 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21478
21479         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21480         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21481         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21482         (gst_base_rtp_depayload_set_clock):
21483         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21484         Don't sleep on the bench (system clock) when you have a nice 
21485         comfortable bed (Gstreamer clock) to sleep on.
21486
21487 2005-11-03  Wim Taymans  <wim@fluendo.com>
21488
21489         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21490         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21491         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21492         Handle the case where a pad_block failed.
21493
21494 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21495
21496         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21497
21498         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21499         (gst_base_rtp_depayload_add_to_queue),
21500         (gst_base_rtp_depayload_push),
21501         (gst_base_rtp_depayload_set_gst_timestamp),
21502         (gst_base_rtp_depayload_queue_release):
21503           Fixes some bugs in the depayloader's queuing/de-queueing code.
21504
21505 2005-10-31  Michael Smith <msmith@fluendo.com>
21506
21507         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21508         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21509         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21510           Patch from Alessandro Decina <alessandro@nnva.org>.
21511           Make oggdemux only find the final time in a chain, not per-pad,
21512           since the per-pad information can be very expensive to locate, and
21513           it isn't used anywhere. This makes reading a file containing
21514           OggSkeleton reasonably fast.
21515           Also, make chain finding work when there are logical bitstreams that
21516           can't be decoded. Fixes #319110.
21517
21518 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21519
21520         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21521         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21522         (gst_base_rtp_depayload_chain),
21523         (gst_base_rtp_depayload_add_to_queue),
21524         (gst_base_rtp_depayload_push),
21525         (gst_base_rtp_depayload_set_gst_timestamp),
21526         (gst_base_rtp_depayload_queue_release),
21527         (gst_base_rtp_depayload_start_thread),
21528         (gst_base_rtp_depayload_set_property),
21529         (gst_base_rtp_depayload_get_property):
21530         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21531         Some random fixes, to fullfill the desires of thomas.
21532
21533 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21534
21535         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21536         (gst_base_rtp_depayload_add_to_queue),
21537         (gst_base_rtp_depayload_push):
21538         Fixed the queueing algorithm.
21539
21540 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21541
21542         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21543         (gst_base_rtp_depayload_push):
21544         A small fix
21545
21546 2005-10-31  Wim Taymans  <wim@fluendo.com>
21547
21548         * gst-libs/gst/audio/gstringbuffer.h:
21549         Don't break ABI.
21550
21551         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21552         (gst_ffmpeg_caps_to_pixfmt):
21553         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21554         (gst_ffmpegcsp_set_caps):
21555         Some more comments.
21556         Handle missing required caps fields better.
21557
21558 2005-10-31  Wim Taymans  <wim@fluendo.com>
21559
21560         * gst-libs/gst/audio/gstbaseaudiosink.c:
21561         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21562         (gst_base_audio_sink_render):
21563         * gst-libs/gst/audio/gstringbuffer.c:
21564         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21565         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21566         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21567         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21568         (gst_ring_buffer_read):
21569         * gst-libs/gst/audio/gstringbuffer.h:
21570         Add flushing mode to the ringbuffer so that it in all cases does
21571         not try to handle more audio. This makes sure it does not try to
21572         block anymore when flushing and fixes a livelock.
21573
21574 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21575
21576         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21577         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21578         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21579           Explicitly check for -1 values before doing a conversion
21580           and always map them to -1. (#315545)
21581
21582 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21583
21584         * gst/playback/gstplaybin.c: (gen_video_element):
21585           first try autovideosink, then xvimagesink, then error out
21586         * po/POTFILES.in:
21587           add translatable file
21588         * po/af.po:
21589         * po/az.po:
21590         * po/cs.po:
21591         * po/en_GB.po:
21592         * po/hu.po:
21593         * po/it.po:
21594         * po/nb.po:
21595         * po/nl.po:
21596         * po/or.po:
21597         * po/sq.po:
21598         * po/sr.po:
21599         * po/sv.po:
21600         * po/uk.po:
21601         * po/vi.po:
21602           update translations
21603
21604 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21605
21606         * gst-libs/gst/rtp/gstbasedepayload.c:
21607         * gst-libs/gst/rtp/gstbasedepayload.h:
21608           Minor cleanups
21609
21610 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21611
21612         * gst/playback/.cvsignore:
21613         * gst/playback/decodetest.c:
21614         * gst/playback/test3.c:
21615           Port these two tests as well.
21616
21617 2005-10-27  Wim Taymans  <wim@fluendo.com>
21618
21619         * ext/theora/theoradec.c: (theora_dec_src_query),
21620         (theora_dec_sink_event):
21621         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21622         (theora_enc_change_state):
21623         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21624         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21625         Take proper locks when handling events.
21626
21627 2005-10-27  Wim Taymans  <wim@fluendo.com>
21628
21629         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21630         (gst_adder_change_state):
21631         Fix timestamps and fix deadlock when stopping the collectpads.
21632
21633 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21634
21635         * gst-libs/gst/rtp/gstrtpbuffer.h:
21636         Declaring the payload types as strings too so that they can be used
21637         in the padtemplate inialization.
21638
21639 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21640
21641         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21642
21643         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21644         (gst_base_rtp_depayload_class_init):
21645         Fixes a small but nasty bug. The derived elements no longer segfaults
21646         on finalization.
21647
21648 2005-10-26  Michael Smith <msmith@fluendo.com>
21649
21650         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21651           When clearing an audioconvert context, set tmpbufsize to zero, so
21652           we'll allocate it again later if required.
21653           This fixes audioconvert re-negotiating formats, which previously
21654           segfaulted with a NULL destination buffer.
21655
21656 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21657
21658         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21659         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21660         (gst_base_rtp_depayload_set_gst_timestamp),
21661         (gst_base_rtp_depayload_queue_release):
21662         Fixed a smalll memleak.
21663
21664 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21665         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21666         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21667         (gst_base_rtp_depayload_finalize),
21668         (gst_base_rtp_depayload_setcaps),
21669         (gst_base_rtp_depayload_add_to_queue),
21670         (gst_base_rtp_depayload_push),
21671         (gst_base_rtp_depayload_set_gst_timestamp),
21672         (gst_base_rtp_depayload_queue_release),
21673         (gst_base_rtp_depayload_thread),
21674         (gst_base_rtp_depayload_change_state):
21675         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21676         Changed the C++ comments to C comments
21677
21678 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21679
21680         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21681         * gst/tcp/gsttcpclientsrc.h:
21682         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21683         * gst/tcp/gsttcpserversrc.h:
21684           Remove unused 'curoffset' structure member.
21685
21686 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21687
21688         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21689         (gst_base_rtp_depayload_base_init),
21690         (gst_base_rtp_depayload_finalize):
21691         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21692         * gst-libs/gst/rtp/gstbasertppayload.h:
21693           The pad-template on the sinkpad should be set by the derived classes.
21694           Also added some useful macros.
21695
21696 2005-10-24  Wim Taymans  <wim@fluendo.com>
21697
21698         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21699         Correctly flush decoder samples even if we could not
21700         copy them to an output buffer. Fixes #319618.
21701
21702 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21703
21704         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21706         the caps against our xcontext caps.
21707
21708 2005-10-24  Wim Taymans  <wim@fluendo.com>
21709
21710         * gst-libs/gst/audio/gstbaseaudiosink.c:
21711         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21712         Remove g_print
21713         Use sync property from baseclass to disable sync.
21714
21715 2005-10-24  Wim Taymans  <wim@fluendo.com>
21716
21717         * gst-libs/gst/audio/gstbaseaudiosink.c:
21718         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21719         Buffers with no timestamps get aligned with previous buffers or
21720         on underrun, played ASAP.
21721
21722 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21723
21724         * gst-libs/gst/video/video.h:
21725         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21726         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21728         here comes my change on caps for framerate and geometry range.
21729         We are now accepting 1 to MAXINT for width and height, and from
21730         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21731         to be blended correctly in videomixer.
21732
21733 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21734
21735         * configure.ac:
21736           back to HEAD
21737
21738 === release 0.9.4 ===
21739
21740 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21741
21742         * NEWS:
21743         * RELEASE:
21744         * configure.ac:
21745           releasing 0.9.4, "Velociraptor"
21746
21747 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21748
21749         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21750         * po/POTFILES.in:
21751           STOPPED -> FAILED
21752
21753 2005-10-21  Wim Taymans  <wim@fluendo.com>
21754
21755         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21756         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21757         (pad_blocked), (close_pad_link), (new_pad):
21758         Don't try to remove elements twice.
21759
21760 2005-10-21  Wim Taymans  <wim@fluendo.com>
21761
21762         * ext/theora/theoradec.c: (theora_dec_src_query),
21763         (theora_dec_sink_event):
21764         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21765         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21766         (vorbis_handle_data_packet):
21767         * ext/vorbis/vorbisdec.h:
21768         Fix old naming.
21769
21770         * gst-libs/gst/audio/gstbaseaudiosink.c:
21771         (gst_base_audio_sink_render):
21772         Don't try to sync on buffers without a timestamp.
21773
21774 2005-10-21  Wim Taymans  <wim@fluendo.com>
21775
21776         * ext/theora/theoradec.c: (theora_dec_src_query),
21777         (theora_dec_sink_event):
21778         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21779         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21780         (vorbis_handle_data_packet):
21781         * ext/vorbis/vorbisdec.h:
21782         Fix old naming.
21783
21784 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21785
21786         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21787         (gst_vorbisenc_src_query):
21788           Implement position and duration queries.
21789
21790         * gst/playback/test3.c: (update_scale), (main):
21791           Fix for async state changes and print nicer output.
21792
21793 2005-10-20  Wim Taymans  <wim@fluendo.com>
21794
21795         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21796         (dump_element_stats), (main):
21797         * gst/playback/test6.c: (main):
21798         Fix tests again
21799
21800 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21801
21802         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21803         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21804           Don't use functions for position queries when handling
21805           duration queries.
21806
21807 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21808
21809         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21810         (vorbis_handle_data_packet), (vorbis_dec_chain),
21811         (vorbis_dec_change_state):
21812         * ext/vorbis/vorbisdec.h:
21813           Vorbis streams can be embedded in other container formats
21814           than ogg, container formats where the demuxer might set 
21815           timestamps on encoded vorbis buffers instead of those silly 
21816           granulepos thingies. In short: make vorbisdec handle 
21817           timestamps on incoming buffers as well.
21818
21819 2005-10-20  Wim Taymans  <wim@fluendo.com>
21820
21821         * gst/playback/gstplaybasebin.c: (group_destroy),
21822         (gst_play_base_bin_change_state):
21823         Fix leak.
21824         Handle case where playbasebin is now ASYNC because
21825         decodebin is.
21826
21827 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21828
21829         * gst/audioconvert/Makefile.am:
21830         * gst/audioconvert/bufferframesconvert.c:
21831         * gst/audioconvert/plugin.c: (plugin_init):
21832         * gst/audioconvert/plugin.h:
21833           And bye bye buffer-frames-convert
21834
21835 2005-10-19  Wim Taymans  <wim@fluendo.com>
21836
21837         * check/elements/audioconvert.c:
21838         * docs/libs/tmpl/gstaudio.sgml:
21839         * docs/libs/tmpl/gstcolorbalance.sgml:
21840         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21841         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21842         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21843         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21844         * gst-libs/gst/audio/audio.h:
21845         * gst/audioconvert/audioconvert.h:
21846         * gst/audioconvert/gstaudioconvert.c:
21847         (gst_audio_convert_parse_caps):
21848         * gst/volume/gstvolume.c:
21849         Bye bye buffer-frames.
21850
21851 2005-10-19  Wim Taymans  <wim@fluendo.com>
21852
21853         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21854         (query_positions_elems), (query_positions_pads), (update_scale),
21855         (do_seek), (set_update_scale), (message_received), (main):
21856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21857         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21858         (gst_ogg_demux_loop):
21859         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21860         * ext/theora/theoradec.c: (theora_dec_src_query),
21861         (theora_dec_sink_event):
21862         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21863         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21864         * gst/adder/gstadder.c: (gst_adder_query):
21865         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21866         * gst/playback/test3.c: (update_scale):
21867         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21868         (dump_element_stats), (main):
21869         * gst/playback/test6.c: (main):
21870         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21871         Query API update.
21872
21873 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21874
21875         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21876         (xml_check_first_element), (xml_type_find), (smil_type_find),
21877         (plugin_init):
21878           Add typefinding for SMIL and for generic XML. Based on patch by
21879           Akos Maroy (#308663).
21880
21881 2005-10-18  Wim Taymans  <wim@fluendo.com>
21882
21883         * gst/playback/Makefile.am:
21884         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21885         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21886         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21887         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21888         (gst_decode_bin_change_state):
21889         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21890         (gst_play_bin_send_event_to_sink):
21891         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21892         (dump_element_stats), (main):
21893         * gst/playback/test6.c: (main):
21894         Make playbin async, it'll commit state to paused when all streams
21895         are detected.
21896         Remove ugly hack.
21897         Added test6.c to show async behaviour.
21898
21899 2005-10-18  Wim Taymans  <wim@fluendo.com>
21900
21901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21902         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21903         Fix for segment-start/stop API change.
21904
21905 2005-10-18  Wim Taymans  <wim@fluendo.com>
21906
21907         * check/Makefile.am:
21908         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21909         (main):
21910         Add future test for clock selection.
21911
21912 2005-10-18  Wim Taymans  <wim@fluendo.com>
21913
21914         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21915         (gst_alsasink_close):
21916         Set handle to NULL.
21917
21918         * gst-libs/gst/audio/gstringbuffer.c:
21919         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21920         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21921         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21922         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21923         (gst_ring_buffer_read):
21924         More debug info.
21925
21926 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21927
21928         * gst/audiotestsrc/Makefile.am:
21929         * gst/sine/Makefile.am:
21930         * gst/volume/Makefile.am:
21931           fix broken build of controllerized plugins
21932
21933 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21934
21935         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21936
21937         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21938         (gst_riff_create_video_template_caps):
21939           Add support for Indeo-3 (IV32).
21940
21941 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21942
21943         * configure.ac:
21944           rewrite
21945
21946 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21947
21948         * gst-libs/gst/video/video.c: (gst_video_get_size):
21949         * gst/audiotestsrc/gstaudiotestsrc.c:
21950           doc updates
21951
21952 2005-10-17  Andy Wingo  <wingo@pobox.com>
21953
21954         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21955         with the collectpads change.
21956         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21957
21958         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21959
21960         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21961
21962         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21963         alloc_buffer flow return to callers.
21964         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21965         change. Fix some memleaks in theoraenc.
21966
21967         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21968         in strange circumstance.
21969
21970 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21971
21972         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21973         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21974         from caps, let's use the caps...
21975
21976 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21977
21978         * configure.ac:
21979           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21980
21981 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21982
21983         * gst-libs/gst/interfaces/Makefile.am:
21984           fix silly typo
21985
21986 2005-10-16  Andy Wingo  <wingo@pobox.com>
21987
21988         * gst/playback/gstdecodebin.c
21989         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21990         function!
21991         (try_to_link_1): Increase kraziness level.
21992
21993 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21994
21995         * configure.ac:
21996           restructure like the core one
21997         * gst-libs/gst/audio/Makefile.am:
21998         * gst-libs/gst/interfaces/Makefile.am:
21999         * gst-libs/gst/net/Makefile.am:
22000         * gst-libs/gst/riff/Makefile.am:
22001         * gst-libs/gst/rtp/Makefile.am:
22002         * gst-libs/gst/tag/Makefile.am:
22003         * gst-libs/gst/video/Makefile.am:
22004           use correct linker flags, now the libs are properly versioned
22005         * check/elements/audioconvert.c: (verify_convert):
22006         * ext/alsa/gstalsaplugin.c:
22007         * ext/cdparanoia/gstcdparanoia.c:
22008         * ext/gnomevfs/gstgnomevfs.c:
22009         * ext/libvisual/visual.c:
22010         * ext/ogg/gstogg.c:
22011         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
22012         * ext/theora/theora.c:
22013         * ext/vorbis/vorbis.c:
22014         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22015         * gst-libs/gst/tag/gsttagediting.c:
22016         * gst-libs/gst/video/video.c:
22017         * gst/adder/gstadder.c:
22018         * gst/audioconvert/plugin.c:
22019         * gst/audiorate/gstaudiorate.c:
22020         * gst/audioresample/gstaudioresample.c:
22021         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22022         * gst/audioscale/gstaudioscale.c:
22023         * gst/audioscale/resample.c:
22024         * gst/audiotestsrc/gstaudiotestsrc.c:
22025         * gst/ffmpegcolorspace/gstffmpeg.c:
22026         * gst/playback/gstdecodebin.c: (close_pad_link):
22027         * gst/playback/gstplaybin.c: (gen_video_element),
22028         (gen_audio_element):
22029         * gst/sine/gstsinesrc.c:
22030         * gst/subparse/gstsubparse.c:
22031         * gst/tags/gsttagediting.c:
22032         * gst/tcp/gsttcpplugin.c:
22033         * gst/typefind/gsttypefindfunctions.c:
22034         * gst/videorate/gstvideorate.c:
22035         * gst/videoscale/gstvideoscale.c:
22036         * gst/videotestsrc/gstvideotestsrc.c:
22037         * gst/volume/gstvolume.c:
22038         * sys/v4l/gstv4l.c:
22039         * sys/ximage/ximage.c:
22040         * sys/xvimage/xvimagesink.c:
22041           fix up defines
22042
22043 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
22044
22045         * ext/vorbis/vorbisenc.c:
22046         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22047         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
22048         (gst_tag_to_vorbis_comments):
22049           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
22050
22051 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
22052
22053         * examples/stats/mp2ogg.c:
22054         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22055           typo fixes
22056
22057 2005-10-13  Michael Smith <msmith@fluendo.com>
22058
22059         * ext/ogg/gstoggmux.c:
22060           Use magic glib macros to define constants as 64 bit, to ensure
22061           appropriate vararg passing.
22062
22063 2005-10-13  Michael Smith <msmith@fluendo.com>
22064
22065         * ext/ogg/gstoggmux.c:
22066         * gst/audioconvert/audioconvert.c: (float):
22067           Don't use LL suffix, as it's not portable, and neither of these
22068           uses required it anyway.
22069
22070 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
22071
22072         * examples/indexing/indexmpeg.c: (main):
22073         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
22074         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
22075         (cdparanoia_convert), (cdparanoia_query):
22076         * ext/cdparanoia/gstcdparanoia.h:
22077         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22078         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
22079         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
22080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
22081         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
22082         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
22083         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
22084         (gst_multifdsink_render), (gst_multifdsink_start),
22085         (gst_multifdsink_stop):
22086         * gst/tcp/gstmultifdsink.h:
22087         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
22088         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
22089         (gst_tcpclientsink_stop):
22090         * gst/tcp/gsttcpclientsink.h:
22091         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
22092         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
22093         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
22094         * gst/tcp/gsttcpclientsrc.h:
22095         * gst/tcp/gsttcpserversink.h:
22096         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
22097         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
22098         (gst_tcpserversrc_stop):
22099         * gst/tcp/gsttcpserversrc.h:
22100         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
22101         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
22102         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
22103           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
22104           moved bitshift from macro to enum definition
22105
22106 2005-10-12  Wim Taymans  <wim@fluendo.com>
22107
22108         * examples/seeking/Makefile.am:
22109         Oops.
22110
22111 2005-10-12  Wim Taymans  <wim@fluendo.com>
22112
22113         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22114         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22115         Don't assert on normal stuff.
22116
22117         * gst/playback/gstplaybin.c: (do_playbin_seek):
22118         API fix.
22119
22120 2005-10-12  Wim Taymans  <wim@fluendo.com>
22121
22122         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22123         * examples/seeking/Makefile.am:
22124         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
22125         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22126         (do_seek), (set_update_scale), (message_received), (main):
22127         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22128         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22129         Update for _get_state() API change.
22130
22131 2005-10-11  Wim Taymans  <wim@fluendo.com>
22132
22133         * gst-libs/gst/audio/gstbaseaudiosink.c:
22134         (gst_base_audio_sink_render):
22135         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22136         (gst_base_audio_src_create):
22137         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22138         (gst_ring_buffer_read):
22139         Cleanups.
22140         Commit and read from ringbuffer in samples rather than bytes.
22141
22142 2005-10-11  Wim Taymans  <wim@fluendo.com>
22143
22144         * gst-libs/gst/audio/gstbaseaudiosink.c:
22145         (gst_base_audio_sink_render):
22146         Respect segment rate and accum when scheduling samples.
22147
22148 2005-10-11  Julien MOUTTE  <julien@moutte.net>
22149
22150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
22151         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
22152         EOS correctly, that needs more work.
22153
22154 2005-10-11  Wim Taymans  <wim@fluendo.com>
22155
22156         * check/generic/states.c: (GST_START_TEST):
22157         remove old property.
22158
22159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22160         (gst_ogg_demux_perform_seek):
22161         * ext/theora/theoradec.c: (theora_dec_sink_event):
22162         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22163         (vorbis_handle_data_packet):
22164         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22165         (gst_base_rtp_depayload_set_gst_timestamp):
22166         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22167         Update for newsegment API change.
22168
22169 2005-10-11  Michael Smith <msmith@fluendo.com>
22170
22171         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
22172         (do_playbin_seek), (gst_play_bin_send_event):
22173           Override send_event differently, so that we can takes bits of
22174           functionality from GstPipeline (special handling for seeks,
22175           including pausing/resuming, and resetting stream time) and still get
22176           the appropriate behaviour of only forwarding event to a single sink,
22177           rather than all of them.
22178           Unfortunately requires a lot of code duplication, but the
22179           alternatives are equally ugly in the end.
22180
22181 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22182
22183         * check/elements/audioconvert.c: (setup_audioconvert),
22184         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22185         (GST_START_TEST), (audioconvert_suite):
22186           clean up tests a little, fix some leaks.
22187
22188 2005-10-10  Wim Taymans  <wim@fluendo.com>
22189
22190         * ext/alsa/gstalsasink.c:
22191         Also allow unsigned int.
22192
22193         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22194         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22195         Small cleanup
22196
22197 2005-10-10  Wim Taymans  <wim@fluendo.com>
22198
22199         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22200         Small update, use API as stated in design docs.
22201
22202         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22203         (update_scale), (do_seek), (seek_cb), (set_update_scale),
22204         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
22205         (message_received), (main):
22206         Updated seek example for GOption. Some usability improvements.
22207
22208 2005-10-10  Wim Taymans  <wim@fluendo.com>
22209
22210         * gst/audioconvert/audioconvert.h:
22211         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22212         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
22213         Alloc temp storage somewhere else where we can do it more
22214         portable.
22215
22216 2005-10-10  Wim Taymans  <wim@fluendo.com>
22217
22218         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
22219         (gst_tcpserversrc_start):
22220         Don't block in accept while doing the state change, move
22221         to poll and make cancellable.
22222
22223 2005-10-09  Philippe Khalaf <burger@speedy.org>
22224
22225         * gst-libs/gst/rtp/rtpbasedepayload.c:
22226         Set timestamp and add queue delay to timestamp
22227         * gst-libs/gst/rtp/rtpbuffer.h:
22228         Set correct payload type for h263
22229
22230 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22231
22232         * gst/audiotestsrc/gstaudiotestsrc.c:
22233         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22234         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22235         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22236         (gst_audiotestsrc_create_triangle),
22237         (gst_audiotestsrc_create_silence),
22238         (gst_audiotestsrc_create_white_noise),
22239         (gst_audiotestsrc_init_pink_noise),
22240         (gst_audiotestsrc_generate_pink_noise_value),
22241         (gst_audiotestsrc_create_pink_noise),
22242         (gst_audiotestsrc_change_wave):
22243         * gst/audiotestsrc/gstaudiotestsrc.h:
22244           fixed typo, added pink noise
22245
22246 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22247
22248         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22249         (plugin_init):
22250           Add wavpack and spc typefind functions from 0.8 branch.
22251
22252 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22253
22254         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22255         (ar_type_find), (msdos_type_find), (plugin_init):
22256           Add typefind functions for tar archives, ar archives,
22257           RAR archives, and msdos-executables (dlls, exe, etc.).
22258           Some of those would be wrongly identified as mpeg
22259           streams of some sort before (#315550).
22260
22261 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22262
22263         * configure.ac:
22264         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22265         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22266         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22267         * gst/audiotestsrc/Makefile.am:
22268         * gst/audiotestsrc/gstaudiotestsrc.c:
22269         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22270         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22271         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22272         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22273         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22274         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22275         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22276         (gst_audiotestsrc_create_silence),
22277         (gst_audiotestsrc_create_white_noise),
22278         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22279         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22280         (gst_audiotestsrc_start), (plugin_init):
22281         * gst/audiotestsrc/gstaudiotestsrc.h:
22282           add new plugin and element
22283         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22284           use gobject_class
22285
22286 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22287
22288         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22289         (gst_adder_init), (gst_adder_request_new_pad),
22290         (gst_adder_change_state):
22291           Add query function to source pad, so adder reports the correct
22292           time/sample position when queried (#315457); fix state change
22293           function; use GST_DEBUG_FUNCPTR() for pad functions.
22294
22295 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22296
22297         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22298           Fix leaks in typefind registration
22299           Clean up the gratuitous commenting and whitespacing a little
22300
22301 2005-10-08  Wim Taymans  <wim@fluendo.com>
22302
22303         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22304         Only actually wait for the thread to be stopped if it's 
22305         running.
22306
22307 2005-10-08  Wim Taymans  <wim@fluendo.com>
22308
22309         * gst-libs/gst/audio/gstbaseaudiosink.c:
22310         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22311         If we receive EOS we can start playback of what we had.
22312
22313 2005-10-08  Wim Taymans  <wim@fluendo.com>
22314
22315         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22316         (gst_multifdsink_finalize), (multifdsink_hash_remove),
22317         (gst_multifdsink_stop):
22318         Fix crasher when going to NULL multiple times.
22319
22320 2005-10-06  Wim Taymans  <wim@fluendo.com>
22321
22322         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22323         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22324         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22325         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22326         patch from Edgard Lima <edgard.lima@indt.org.br>
22327         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22328
22329 2005-10-06  Wim Taymans  <wim@fluendo.com>
22330
22331         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22332         Report the FLOW_RETURN as string in the error message.
22333
22334         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22335         Don't assert when clearing an unnegotiated buffer.
22336
22337 2005-10-04  Michael Smith <msmith@fluendo.com>
22338
22339         * gst/playback/gstplaybasebin.c: (group_destroy),
22340         (gen_preroll_element), (remove_groups), (setup_source):
22341         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22342         (setup_sinks), (gst_play_bin_send_event),
22343         (gst_play_bin_change_state):
22344           Set state to NULL before removing from bin. Fix refcounting.
22345
22346 2005-10-04  Michael Smith <msmith@fluendo.com>
22347
22348         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22349           Correct refcounting in send_event() function. Previously was wrong
22350           if the first sink was unable to handle the event.
22351
22352 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22353
22354         * configure.ac:
22355           back to development
22356
22357 === release 0.9.3 ===
22358
22359 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22360
22361         * configure.ac:
22362           Releasing 0.9.3, "De Facto"
22363
22364 2005-10-03  Andy Wingo  <wingo@pobox.com>
22365
22366         * gst/playback/gstdecodebin.c (try_to_link_1)
22367         (remove_element_chain): set element to NULL before removing it.
22368
22369 2005-10-02  Johan Dahlin  <johan@gnome.org>
22370
22371         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22372         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22373         MT safe.
22374
22375 2005-10-02  Andy Wingo  <wingo@pobox.com>
22376
22377         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22378         (gst_ring_buffer_prepare_read): 
22379         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22380         Demote to LOG.
22381
22382 2005-09-29  Wim Taymans  <wim@fluendo.com>
22383
22384         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22385         * ext/theora/theoradec.c: (theora_handle_data_packet):
22386         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22387         Propagate error codes from alloc_buffer too.
22388
22389 2005-09-29  Wim Taymans  <wim@fluendo.com>
22390
22391         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22392         We use fixed caps.
22393
22394         * gst/playback/Makefile.am:
22395         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22396         (dump_element_stats), (main):
22397         Added example stream introspection code.
22398
22399 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22400
22401         * gst/adder/gstadder.c: (gst_adder_collected):
22402           fix adder for float elements
22403
22404 2005-09-28  Wim Taymans  <wim@fluendo.com>
22405
22406         * gst-libs/gst/audio/gstbaseaudiosink.c:
22407         (gst_base_audio_sink_class_init),
22408         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22409         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22410         (gst_base_audio_src_class_init),
22411         (gst_base_audio_src_provide_clock):
22412         get_clock -> provide_clock
22413
22414 2005-09-28  Andy Wingo  <wingo@pobox.com>
22415
22416         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22417         and unlocking.
22418
22419         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22420         unlocking.
22421
22422         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22423         Actually add the pad template.
22424         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22425
22426         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22427         I'm at it...
22428
22429         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22430         from fdsrc. Get caps in create() instead of start() so it can be
22431         interrupted. Interruption somewhat untested.
22432
22433         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22434         Proper EOS handling.
22435
22436 2005-09-27  Andy Wingo  <wingo@pobox.com>
22437
22438         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22439
22440         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22441
22442         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22443
22444         * gst/tcp/gsttcp.h: 
22445         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22446         out of tcpclientsrc.c. Cancellable.
22447         (gst_tcp_socket_read): Made private, cancellable, with better
22448         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22449         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22450         whole buffer, and better diagnostics.
22451         (gst_tcp_gdp_read_caps): Same.
22452
22453         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22454
22455 2005-09-26  Andy Wingo  <wingo@pobox.com>
22456
22457         * gst/sine/gstsinesrc.h:
22458         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22459         change the 'sync' property to 'is-live' and implement it halfway,
22460         update for controller api change.
22461
22462         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22463         controller api change.
22464
22465 2005-09-24  Wim Taymans  <wim@fluendo.com>
22466
22467         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22468         * gst-libs/gst/audio/gstaudiosink.c:
22469         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22470         (gst_audioringbuffer_stop):
22471         * gst-libs/gst/audio/gstbaseaudiosink.c:
22472         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22473         (gst_base_audio_sink_change_state):
22474         * gst-libs/gst/audio/gstbaseaudiosink.h:
22475         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22476         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22477         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22478         * gst-libs/gst/audio/gstringbuffer.h:
22479         Fix sync again. Moved sample alignment to basesink.
22480
22481 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22482
22483         * docs/plugins/Makefile.am:
22484         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22485         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22486         * gst/volume/gstvolume.c:
22487           add/fix docs
22488         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22489         * gst-libs/gst/audio/audio.h:
22490           add conversion macros for frames <-> clocktime
22491
22492 2005-09-23  David Schleef  <ds@schleef.org>
22493
22494         * gst/audioresample/Makefile.am:
22495         * gst/audioresample/debug.h:
22496         * gst/audioresample/gstaudioresample.c:
22497         * gst/audioresample/resample.c: Convert to using gst debugging
22498
22499 2005-09-22  Wim Taymans  <wim@fluendo.com>
22500
22501         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22502         (gst_play_bin_send_event):
22503         Only seek on one sink, the first one that succeeds.
22504
22505 2005-09-22  Michael Smith <msmith@fluendo.com>
22506
22507         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22508         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22509         Don't flush encoder state unless we have an initialised encoder.
22510         Clear out encoder state on PAUSED_TO_READY.
22511
22512 2005-09-22  Wim Taymans  <wim@fluendo.com>
22513
22514         * gst-libs/gst/rtp/gstbasertppayload.c:
22515         (gst_basertppayload_class_init), (gst_basertppayload_init),
22516         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22517         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22518         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22519         (gst_basertppayload_set_property),
22520         (gst_basertppayload_get_property),
22521         (gst_basertppayload_change_state):
22522         * gst-libs/gst/rtp/gstbasertppayload.h:
22523         Added max-ptime to control amount of data in the rtp packets.
22524
22525 2005-09-21  Andy Wingo  <wingo@pobox.com>
22526
22527         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22528         thingies.
22529
22530         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22531         can be called multiple times, dogs.
22532
22533 2005-09-21  Wim Taymans  <wim@fluendo.com>
22534
22535         * gst-libs/gst/rtp/gstbasertppayload.c:
22536         (gst_basertppayload_class_init), (gst_basertppayload_init),
22537         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22538         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22539         (gst_basertppayload_push), (gst_basertppayload_get_property),
22540         (gst_basertppayload_change_state):
22541         Allow 0 ssrc too.
22542
22543 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22544
22545         * docs/libs/compiling.sgml:
22546           fixing typos
22547
22548 2005-09-20  Wim Taymans  <wim@fluendo.com>
22549
22550         * gst-libs/gst/rtp/gstbasertppayload.c:
22551         (gst_basertppayload_class_init), (gst_basertppayload_init),
22552         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22553         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22554         (gst_basertppayload_push), (gst_basertppayload_set_property),
22555         (gst_basertppayload_get_property),
22556         (gst_basertppayload_change_state):
22557         * gst-libs/gst/rtp/gstbasertppayload.h:
22558         Added property to configure sequence number offsets.
22559
22560 2005-09-20  Wim Taymans  <wim@fluendo.com>
22561
22562         * gst-libs/gst/rtp/gstbasertppayload.c:
22563         (gst_basertppayload_class_init), (gst_basertppayload_init),
22564         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22565         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22566         (gst_basertppayload_push), (gst_basertppayload_set_property),
22567         (gst_basertppayload_get_property),
22568         (gst_basertppayload_change_state):
22569         * gst-libs/gst/rtp/gstbasertppayload.h:
22570         Make timestamp offset configurable.
22571
22572 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22573
22574         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22575           fix wrong pop/unref
22576
22577 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22578
22579         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22580
22581         * gst-libs/gst/interfaces/propertyprobe.c:
22582         (gst_property_probe_probe_property_name),
22583         (gst_property_probe_needs_probe_name),
22584         (gst_property_probe_get_values_name),
22585         (gst_property_probe_probe_and_get_values_name):
22586           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22587           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22588
22589 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22590
22591         * check/Makefile.am:
22592           have some tests be disabled for valgrinding
22593         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22594         (GST_START_TEST):
22595         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22596           Fix A Leak.  Chain To Parent Finalize.
22597
22598 2005-09-19  Wim Taymans  <wim@fluendo.com>
22599
22600         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22601         Fixed wav pipeline.
22602
22603 2005-09-19  Wim Taymans  <wim@fluendo.com>
22604
22605         * gst-libs/gst/rtp/gstbasertppayload.c:
22606         (gst_basertppayload_class_init), (gst_basertppayload_init),
22607         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22608         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22609         (gst_basertppayload_push), (gst_basertppayload_get_property),
22610         (gst_basertppayload_change_state):
22611         Posting ERROR and WARNING messages is good.
22612
22613 2005-09-19  Wim Taymans  <wim@fluendo.com>
22614
22615         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22616         (gst_base_rtp_depayload_add_to_queue),
22617         (gst_base_rtp_depayload_push),
22618         (gst_base_rtp_depayload_set_gst_timestamp),
22619         (gst_base_rtp_depayload_queue_release):
22620         This one was not supposed to go in.
22621
22622 2005-09-19  Wim Taymans  <wim@fluendo.com>
22623
22624         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22625         Fix for bus API.
22626
22627         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22628         (gst_base_rtp_depayload_chain),
22629         (gst_base_rtp_depayload_add_to_queue),
22630         (gst_base_rtp_depayload_push),
22631         (gst_base_rtp_depayload_set_gst_timestamp),
22632         (gst_base_rtp_depayload_queue_release):
22633         Some cleanups.
22634
22635         * gst-libs/gst/rtp/gstbasertppayload.c:
22636         (gst_basertppayload_class_init), (gst_basertppayload_init),
22637         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22638         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22639         (gst_basertppayload_get_property),
22640         (gst_basertppayload_change_state):
22641         Added debugging category.
22642
22643 2005-09-18  David Schleef  <ds@schleef.org>
22644
22645         * gst/playback/gstdecodebin.c: free plugin list correctly
22646         * gst/playback/gstplaybin.c: emit warning if autovideosink
22647           and autoaudiosink can't be found (instead of segfaulting)
22648
22649 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22650
22651         * check/elements/audioconvert.c: (GST_START_TEST):
22652           try out 24 bit conversion
22653
22654 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22655
22656         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22657         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22658         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22659         * ext/vorbis/vorbisenc.h:
22660           Fix EOS handling.  Still needs a fix in the ogg muxer to
22661           mark the last page as eos.
22662
22663 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22664
22665         * common/gtk-doc-plugins.mak:
22666         * docs/plugins/Makefile.am:
22667         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22668         * gst/ffmpegcolorspace/Makefile.am:
22669         * gst/ffmpegcolorspace/avcodec.h:
22670         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22671         * gst/tcp/gstmultifdsink.c:
22672           fix up ffmpegcolorspace docs; extract header
22673
22674 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22675
22676         * common/gtk-doc-plugins.mak:
22677         * docs/plugins/Makefile.am:
22678         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22679         * ext/theora/Makefile.am:
22680         * ext/theora/gsttheoraenc.h:
22681         * ext/theora/theoraenc.c:
22682         * ext/vorbis/vorbisenc.c:
22683           pick up signals and args for vorbis; add some docs for vorbis
22684
22685 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22686
22687         * common/gstdoc-scangobj:
22688         * common/gtk-doc-plugins.mak:
22689         * docs/libs/Makefile.am:
22690         * docs/plugins/gst-plugins-base-plugins.args:
22691         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22692         * docs/plugins/gst-plugins-base-plugins.interfaces:
22693         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22694         * docs/plugins/gst-plugins-base-plugins.signals:
22695           only scanobj stuff from our source module.  Not sure yet
22696           if that's correct, given the hierarchy stuff :)
22697
22698 2005-09-15  Wim Taymans  <wim@fluendo.com>
22699
22700         * gst/audioconvert/gstaudioconvert.c:
22701         And enable 24 bits mode as well..
22702
22703 2005-09-15  Wim Taymans  <wim@fluendo.com>
22704
22705         * gst-libs/gst/rtp/Makefile.am:
22706         * gst-libs/gst/rtp/gstbasertppayload.c:
22707         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22708         (gst_basertppayload_class_init), (gst_basertppayload_init),
22709         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22710         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22711         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22712         (gst_basertppayload_set_property),
22713         (gst_basertppayload_get_property),
22714         (gst_basertppayload_change_state):
22715         * gst-libs/gst/rtp/gstbasertppayload.h:
22716         Added rtp payloader base class.
22717
22718 2005-09-15  Andy Wingo  <wingo@pobox.com>
22719
22720         * configure.ac (plugindir): Remove the EOL matcher from the
22721         regexp, as it causes me problems. Libtool? Make? Who knows?
22722
22723 2005-09-14  David Schleef  <ds@schleef.org>
22724
22725         * check/generic/states.c: 
22726         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22727         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22728           Fixes for changes in registry API.
22729
22730         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22731           to GST_PLUGIN_LDFLAGS.
22732         * ext/libvisual/visual.c: Make the library shut up.
22733         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22734         * gst-libs/gst/audio/gstaudiofilter.c: same
22735
22736 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22737
22738         * docs/plugins/Makefile.am:
22739         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22740         * docs/plugins/inspect/plugin-libvisual.xml:
22741         * docs/plugins/tmpl/element-tcpserversink.sgml:
22742         * ext/theora/theoraenc.c:
22743           add libvisual plugin and theoraenc element to docs
22744
22745 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22746
22747         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22748         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22749         * ext/theora/theoraenc.c:
22750           add theoraenc
22751
22752 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22753
22754         * gst/audioconvert/Makefile.am:
22755           Audioconvert derives from GstBaseTransform and should
22756           link to the library with our base elements to avoid
22757           unresolved symbols. Makes things work with MinGW (#316160)
22758
22759         * gst/playback/test4.c: (main):
22760           Fix MinGW build problem and use g_usleep() instead of 
22761           sleep() (#316162)
22762
22763 2005-09-12  Wim Taymans  <wim@fluendo.com>
22764
22765         * gst/audioconvert/audioconvert.c: (float),
22766         (audio_convert_prepare_context), (audio_convert_convert):
22767         * gst/audioconvert/audioconvert.h:
22768         Cleanups, speedups, simplifications, added back support
22769         for 24 bits.
22770
22771 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22772
22773         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22774         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22775         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22776         * docs/plugins/tmpl/element-tcpserversink.sgml:
22777         * gst/ffmpegcolorspace/gstffmpeg.c:
22778         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22779         * gst/videotestsrc/gstvideotestsrc.c:
22780         * gst/volume/gstvolume.c:
22781           add more elements to the docs
22782
22783 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22784
22785         * check/Makefile.am:
22786         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22787         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22788           Add extra tests for basetransform based components. 
22789           Comment out the test_element_negotiation test until we decide
22790           if it's testing correct behaviour.
22791         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22792         (gst_visual_chain), (gst_visual_change_state):
22793           Slightly more correct but still bogus timestamping.
22794           Fix state change function.
22795         * gst/audioconvert/gstaudioconvert.c:
22796         (gst_audio_convert_class_init):
22797         * gst/audioresample/gstaudioresample.c:
22798         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22799         (gst_ffmpegcsp_class_init):
22800         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22801         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22802         (gst_videoscale_prepare_image):
22803         * gst/volume/gstvolume.c: (gst_volume_class_init),
22804         (volume_transform_ip):
22805           Basetransform updates. Enable passthrough modes.
22806         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22807         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22808         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22809           Negotiation fix that allows the window to return to the original
22810           size and renegotiate passthrough upstream. Extra debug output.
22811
22812 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22813
22814         * gst/sine/gstsinesrc.c:
22815         * gst/volume/gstvolume.c:
22816           fix up header include
22817
22818 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22819
22820         * gst-libs/gst/audio/gstbaseaudiosink.c:
22821         (gst_base_audio_sink_render):
22822         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22823         * gst/volume/gstvolume.c: (gst_volume_class_init),
22824         (volume_transform):
22825           fixing lost sync, some more debugging
22826
22827 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22828
22829         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22830         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22831         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22832         (gst_xvimagesink_check_xshm_calls):
22833           Fix compilation when XShm is not available.
22834
22835 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22836
22837         * ext/libvisual/visual.c: (gst_visual_dispose),
22838         (gst_visual_getcaps), (gst_visual_src_setcaps),
22839         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22840         (gst_visual_change_state):
22841           Finish fixing up libvisual plugin so that it runs. 
22842
22843 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22844
22845         * ext/vorbis/vorbisenc.c:
22846         * gst-libs/gst/tag/gstvorbistag.c:
22847           gsttaginterface.h -> gsttagsetter.h
22848
22849 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22850
22851         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22852           added another test that failes for me (test is not active by default)
22853
22854 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22855
22856         * configure.ac:
22857           v4l2 is no longer in gst-plugins-base
22858
22859 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22860
22861         * configure.ac:
22862           In the output at the end, don't show the first plugin on the same
22863           line as "Core plug-ins, always built:".
22864           Indent the output as for other plugin categories
22865         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22866           #define that can be used to not use peer buffer_alloc functions for
22867           test purposes.
22868         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22869         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22870         (gst_ximagesink_show_frame):
22871         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22872         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22873         (gst_xvimagesink_show_frame):
22874           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22875           fails gracefully instead of XError aborting or deadlocking.
22876
22877 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22878
22879         * ext/libvisual/Makefile.am:
22880           link against gst-base-libs
22881
22882 2005-09-06  David Schleef  <ds@schleef.org>
22883
22884         * configure.ac: Enable libvisual plugin.
22885         * ext/libvisual/Makefile.am:
22886         * ext/libvisual/visual.c: Fixes to make it compile.
22887
22888 === release 0.9.2 ===
22889
22890 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22891
22892         * NEWS:
22893         * RELEASE:
22894         * configure.ac:
22895         * docs/random/ChangeLog-0.8:
22896           releasing 0.9.2, "Spoon"
22897
22898 2005-09-05  Michael Smith <msmith@fluendo.com>
22899
22900         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22901           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22902           that in the vorbisenc element.
22903
22904 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22905
22906         * common/gtk-doc-plugins.mak:
22907         * docs/plugins/Makefile.am:
22908           fix distcheck
22909         * gst/audioresample/resample.c:
22910           fix wrong docstring
22911
22912 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22913
22914         * common/gst-xmlinspect.py:
22915         * common/gtk-doc-plugins.mak:
22916           only inspect plugins for this given package
22917           require gst-python 0.9
22918
22919 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22920
22921         * Makefile.am:
22922         * autogen.sh:
22923         * common/gst-xmlinspect.py:
22924         * configure.ac:
22925         * docs/Makefile.am:
22926         * docs/plugins/inspect/plugin-alsa.xml:
22927         * docs/plugins/inspect/plugin-audioresample.xml:
22928         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22929         * docs/plugins/inspect/plugin-ogg.xml:
22930         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22931         * docs/plugins/tmpl/element-multifdsink.sgml:
22932         * docs/plugins/tmpl/element-tcpserversink.sgml:
22933         * docs/plugins/tmpl/element-vorbisenc.sgml:
22934         * gst-plugins-base.spec.in:
22935           various doc-related updates
22936
22937 2005-08-31  Wim Taymans  <wim@fluendo.com>
22938
22939         * gst-libs/gst/audio/gstbaseaudiosink.c:
22940         (gst_base_audio_sink_render):
22941         Resync if the buffer timestamps drift more than a 10th 
22942         of a second.
22943
22944 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22945
22946         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22947         (gst_v4lsrc_get_property):
22948           The 'timestamp-offset' property is registered as an int64, so
22949           let's use g_value_{set|get}_int64() in our setter and getter
22950           functions (makes it work and fixes warnings with gst-inspect).
22951
22952 2005-08-30  Wim Taymans  <wim@fluendo.com>
22953
22954         * check/elements/audioconvert.c: (setup_audioconvert):
22955         * check/elements/audioresample.c: (setup_audioresample):
22956         * check/elements/volume.c: (setup_volume):
22957         Fix checks.
22958
22959 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22960
22961         * common/gtk-doc-plugins.mak:
22962         * common/plugins.xsl:
22963         * docs/plugins/Makefile.am:
22964           make module a param
22965
22966 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22967
22968         * examples/seeking/seek.c: (make_mp3_pipeline),
22969         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22970         (play_cb), (pause_cb), (stop_cb):
22971           update the example
22972
22973 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22974
22975         * gst/volume/gstvolume.c: (gst_volume_class_init),
22976         (volume_transform):
22977           do not update controlled params, if buffer has no timestamp
22978
22979 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22980
22981         * configure.ac:
22982         * gst/sine/Makefile.am:
22983         * gst/volume/Makefile.am:
22984           controllerized elements also need to link against controller-libs ;)
22985
22986 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22987
22988         * docs/libs/tmpl/gstcolorbalance.sgml:
22989         * docs/libs/tmpl/gstgconf.sgml:
22990         * docs/libs/tmpl/gstmixer.sgml:
22991         * docs/libs/tmpl/gstringbuffer.sgml:
22992         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22993         (gst_sinesrc_create):
22994         * gst/volume/gstvolume.c: (gst_volume_class_init),
22995         (volume_transform):
22996           controllerized two audio plugins
22997
22998 2005-08-29  Andy Wingo  <wingo@pobox.com>
22999
23000         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
23001         (vorbis_handle_data_packet): Fix some int overflow errors.
23002
23003         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
23004         -1.
23005         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
23006         valid.
23007         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
23008         if it's valid. Fixed streaming-mode playback.
23009
23010         * check/elements/volume.c (cleanup_volume): Fix for running
23011         CK_FORK=no.
23012
23013         * check/elements/audioconvert.c: Convert from native endian, not
23014         little endian.
23015
23016 2005-08-29  Michael Smith <msmith@fluendo.com>
23017
23018         * ext/ogg/Makefile.am:
23019         * ext/ogg/gstogg.c: (plugin_init):
23020         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
23021         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
23022         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
23023         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
23024         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
23025         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
23026         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
23027         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
23028         Add an ogg parser element.
23029
23030 2005-08-28  Andy Wingo  <wingo@pobox.com>
23031
23032         * Updates for two-arg init from GST_BOILERPLATE_FULL.
23033
23034 2005-08-26  Wim Taymans  <wim@fluendo.com>
23035
23036         * gst/audioconvert/audioconvert.c: (if), (float),
23037         (audio_convert_get_func_index), (check_default),
23038         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23039         (audio_convert_clean_context), (audio_convert_get_sizes),
23040         (audio_convert_convert):
23041         Cleanups.
23042
23043 2005-08-26  Wim Taymans  <wim@fluendo.com>
23044
23045         * gst/audioconvert/audioconvert.c: (if), (float),
23046         (audio_convert_get_func_index), (check_default),
23047         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23048         (audio_convert_clean_context), (audio_convert_get_sizes),
23049         (audio_convert_convert):
23050         More elegant and working temp buffer selection algo.
23051
23052 2005-08-26  Wim Taymans  <wim@fluendo.com>
23053
23054         * gst/audioconvert/audioconvert.c: (if), (float),
23055         (audio_convert_get_func_index), (check_default),
23056         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23057         (audio_convert_clean_context), (audio_convert_get_sizes),
23058         (get_temp_buffer), (audio_convert_convert):
23059         Use realloc else we lose our original data.
23060
23061 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23062
23063         * gst/audioresample/gstaudioresample.c:
23064           use base class' newsegment to properly timestamp
23065
23066 2005-08-26  Wim Taymans  <wim@fluendo.com>
23067
23068         * gst/audioconvert/audioconvert.c: (if), (float),
23069         (audio_convert_get_func_index), (check_default),
23070         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23071         (audio_convert_clean_context), (audio_convert_get_sizes),
23072         (get_temp_buffer), (audio_convert_convert):
23073         * gst/audioconvert/gstaudioconvert.c:
23074         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
23075         (gst_audio_convert_transform_caps),
23076         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
23077         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
23078         Oops, allocate enough space to perform the channel mix.
23079
23080 2005-08-26  Wim Taymans  <wim@fluendo.com>
23081
23082         * gst/audioconvert/Makefile.am:
23083         * gst/audioconvert/audioconvert.c: (if), (float),
23084         (audio_convert_get_func_index), (check_default),
23085         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23086         (audio_convert_clean_context), (audio_convert_get_sizes),
23087         (get_temp_buffer), (audio_convert_convert):
23088         * gst/audioconvert/audioconvert.h:
23089         * gst/audioconvert/gstaudioconvert.c:
23090         (gst_audio_convert_class_init), (gst_audio_convert_init),
23091         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
23092         (gst_audio_convert_get_unit_size),
23093         (gst_audio_convert_transform_caps),
23094         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
23095         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
23096         * gst/audioconvert/gstaudioconvert.h:
23097         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
23098         (gst_channel_mix_fill_identical),
23099         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
23100         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
23101         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
23102         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
23103         (gst_channel_mix_mix):
23104         * gst/audioconvert/gstchannelmix.h:
23105         Cleanups, librarify a bit, optimize, better negotiation and more.
23106
23107 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23108
23109         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
23110         Another from MikeS:
23111         During typefinding, don't support negative offsets
23112         (offsets from the end of the stream) in our typefind->peek() function
23113         - nothing embedded in ogg ever needs them. However, we need to recognise
23114         those requests and reject them, otherwise we return invalid pointers.
23115
23116 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23117
23118         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23119         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
23120         (vorbisdec_finalize), (vorbis_handle_type_packet):
23121           Big shout-out to MikeS for fixing this giant memory leak.
23122           Huzzah!
23123
23124 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23125
23126         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
23127         (audio_convert_get_unit_size):
23128           plug some leaks
23129
23130 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23131
23132         * check/Makefile.am:
23133         * check/elements/audioconvert.c: (setup_audioconvert),
23134         (cleanup_audioconvert), (get_int_caps), (verify_convert),
23135         (GST_START_TEST), (audioconvert_suite), (main):
23136           add a test for audioconvert
23137         * gst/audioresample/gstaudioresample.c:
23138         * gst/audioresample/gstaudioresample.h:
23139           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
23140           note that for buffers of 1/3 sec this means DURATION(c) is 
23141           one nanosecond more than for a and b
23142
23143 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23144
23145         * check/Makefile.am:
23146         * check/elements/audioresample.c: (setup_audioresample),
23147         (cleanup_audioresample), (fail_unless_perfect_stream),
23148         (test_perfect_stream_instance), (GST_START_TEST),
23149           add a check for audioresample
23150         (audioresample_suite), (main):
23151         * check/elements/volume.c: (GST_START_TEST):
23152           remove unused method
23153         * gst/audioresample/gstaudioresample.c:
23154           set correct buffer parameters since we're changing them
23155         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23156           add some debug
23157
23158 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23159
23160         * gst/audioresample/debug.c:
23161         * gst/audioresample/gstaudioresample.c:
23162           add room for extra overlap samples when asked to transform size
23163           protect against possible mem corruption and check for discrepancies
23164           between written size and outbuffer's size so we can warn for
23165           potential problems
23166         * gst/audioresample/resample.c: (resample_init),
23167         (resample_get_output_size_for_input), (resample_get_output_size),
23168         (resample_set_n_channels), (resample_set_format):
23169           set debug level based on RESAMPLE_DEBUG env var
23170           make sure that get_output_size* returns a whole number of
23171           sample_size
23172           set sample_size each time either channel or format is set
23173         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
23174         * gst/audioresample/resample_functable.c:
23175         (resample_scale_functable):
23176         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23177           remove r->sample_size, it's done in resample.c now
23178           add some debugging to the ref implementation
23179           make sure we only give back bytes that are wholes of the sample
23180           size
23181
23182 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
23183         * gst/playback/gstplaybasebin.c: (fill_buffer):
23184         Revert unpopular change for GST_MESSAGE_SRC to GObject.
23185
23186 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
23187
23188         * gst/volume/gstvolume.c:
23189           made set_caps function static
23190
23191 2005-08-24  Wim Taymans  <wim@fluendo.com>
23192
23193         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23194         (gst_vorbisenc_change_state):
23195         Stop leaking taglists.
23196
23197 2005-08-24  Wim Taymans  <wim@fluendo.com>
23198
23199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
23200         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
23201         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
23202         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
23203         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23204         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
23205         Parse seeking events better.
23206         Unref static caps.
23207         Generate correct newsegment events, fixes seeking in live oggs.
23208
23209         * ext/theora/theoradec.c: (theora_dec_src_query),
23210         (theora_dec_src_event), (theora_dec_src_getcaps),
23211         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
23212         Use newsegment values to report correct play time.
23213
23214         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23215         (vorbis_dec_src_event), (vorbis_dec_sink_event):
23216         * ext/vorbis/vorbisdec.h:
23217         Parse and use newsegment values to report correct play time.
23218
23219         * gst-libs/gst/audio/gstbaseaudiosink.c:
23220         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23221         Clear ringbuffer on flush.
23222         Use newsegment values to calculate playback time.
23223
23224         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
23225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23226         Basesink does newsegment calculations for us now.
23227
23228 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23229
23230         * check/Makefile.am:
23231         * configure.ac:
23232           add core's plugins to the mix so that playbin works
23233         * check/generic/states.c: (GST_START_TEST):
23234           set a 0 timeout on pipelines, so they don't force the next
23235           state change
23236         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23237         (gst_play_base_bin_change_state):
23238           remove the crappy error handling and do GST error handling
23239
23240 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23241
23242         * check/Makefile.am:
23243         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23244           add same test as to core, it bitches out on playbin atm.
23245
23246 2005-08-24  Wim Taymans  <wim@fluendo.com>
23247
23248         * configure.ac:
23249         Remove audioscale.
23250
23251 2005-08-24  Wim Taymans  <wim@fluendo.com>
23252
23253         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23254         (gst_videoscale_prepare_size), (parse_caps),
23255         (gst_videoscale_set_caps), (gst_videoscale_get_size),
23256         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23257         (gst_videoscale_transform):
23258         * gst/videoscale/gstvideoscale.h:
23259         Refactor, make use of BaseTranform really well.
23260
23261 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23262
23263         * configure.ac:
23264           compile audioresample
23265         * gst/audioresample/Makefile.am:
23266         * gst/audioresample/buffer.c:
23267         * gst/audioresample/functable.c:
23268         * gst/audioresample/gstaudioresample.c:
23269         * gst/audioresample/gstaudioresample.h:
23270         * gst/audioresample/resample.c:
23271         (resample_get_output_size_for_input):
23272         * gst/audioresample/resample.h:
23273         * gst/audioresample/resample_chunk.c:
23274         * gst/audioresample/resample_functable.c:
23275         * gst/audioresample/resample_ref.c:
23276           port to use basetransform; doesn't work in all cases yet
23277
23278 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23279
23280         * gst/audioconvert/gstaudioconvert.c:
23281         (gst_audio_convert_class_init), (gst_audio_convert_init),
23282         (audio_convert_get_unit_size), (audio_convert_transform_caps),
23283         (audio_convert_fixate_caps), (audio_convert_set_caps),
23284         (audio_convert_transform),
23285         (gst_audio_convert_buffer_to_default_format),
23286         (gst_audio_convert_buffer_from_default_format),
23287         (gst_audio_convert_channels):
23288         * gst/audioconvert/gstchannelmix.c:
23289         * gst/audioconvert/gstchannelmix.h:
23290           port to basetransform
23291         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23292         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23293         (gst_ffmpegcsp_get_unit_size):
23294         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23295         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23296           fix for basetransform changes
23297
23298 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
23299
23300         * check/Makefile.am:
23301           Add CHECK_CFLAGS and LDFLAGS
23302
23303         * gst/playback/gstplaybasebin.c: (fill_buffer):
23304           GST_MESSAGE_SRC became a GObject
23305
23306 2005-08-24  Wim Taymans  <wim@fluendo.com>
23307
23308         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23309         (gst_ring_buffer_clear_all):
23310         * gst-libs/gst/audio/gstringbuffer.h:
23311         Added function to clear the ringbuffer.
23312
23313 2005-08-24  Andy Wingo  <wingo@pobox.com>
23314
23315         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
23316         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23317         of _open and _close.
23318
23319         * sys/v4l/gstv4lxoverlay.h:
23320         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23321         an Xv connection here, instead of all the time. Make Xv only be
23322         loaded if you axe for it. Kindof a workaround for buggy behaviour
23323         of Xv when using remote xservers (XvQueryExtension would block).
23324         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23325         replace the _open and _close public API. Only start the xv
23326         connection if necessary.
23327         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23328
23329 2005-08-23  David Schleef  <ds@schleef.org>
23330
23331         * gst/audioresample/Makefile.am: Leet audioresampling code
23332         * gst/audioresample/buffer.c:
23333         * gst/audioresample/buffer.h:
23334         * gst/audioresample/debug.c:
23335         * gst/audioresample/debug.h:
23336         * gst/audioresample/functable.c:
23337         * gst/audioresample/functable.h:
23338         * gst/audioresample/gstaudioresample.c:
23339         * gst/audioresample/gstaudioresample.h:
23340         * gst/audioresample/resample.c:
23341         * gst/audioresample/resample.h:
23342         * gst/audioresample/resample_chunk.c:
23343         * gst/audioresample/resample_functable.c:
23344         * gst/audioresample/resample_ref.c:
23345
23346 2005-08-23  Wim Taymans  <wim@fluendo.com>
23347
23348         * examples/seeking/seek.c: (make_vorbis_pipeline),
23349         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23350         Small seek updates.
23351
23352 2005-08-23  Andy Wingo  <wingo@pobox.com>
23353
23354         * gst-libs/gst/audio/gstbaseaudiosrc.c
23355         (gst_base_audio_src_fixate): Only fixate endianness if it is
23356         present in the caps.
23357
23358 2005-08-22  Andy Wingo  <wingo@pobox.com>
23359
23360         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23361         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23362         device-name property.
23363
23364         * gst-libs/gst/audio/gstaudiosrc.h:
23365         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23366         close_device in the ring buffer, like gstaudiosink.
23367
23368         * ext/alsa/gstalsamixer.h:
23369         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23370         macro to implement the interface without much code. Cleanups. 
23371
23372         * ext/alsa/gstalsasrc.h:
23373         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23374         READY.
23375
23376         * ext/alsa/Makefile.am: Add new files.
23377         * ext/alsa/gstalsamixerelement.c: 
23378         * ext/alsa/gstalsamixerelement.c: Split element code out from
23379         mixer code so that alsasrc can be a mixer too.
23380
23381 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23382
23383         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23384         (GST_START_TEST):
23385         * check/elements/vorbisdec.c: (setup_vorbisdec),
23386         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23387         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23388         (vorbis_handle_identification_packet),
23389         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23390         (vorbis_handle_header_packet), (vorbis_dec_push),
23391         (vorbis_dec_chain):
23392           use the setup/teardown methods to save code.  save code is good.
23393
23394 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23395
23396         * check/Makefile.am:
23397           add ext dir for plugins
23398           add vorbisdec test conditionally
23399         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23400         (GST_START_TEST), (volume_suite):
23401           add a test with wrong caps
23402         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23403         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23404           add a vorbisdec test
23405         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23406         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23407           clean up debug output
23408         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23409           yay, fix a segfault/security issue in vorbisdec
23410           gst-launch fakesrc ! vorbisdec wasn't happy
23411         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23412         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23413         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23414         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23415         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23416         (gst_vorbisenc_set_metadata), (get_constraints_string),
23417         (update_start_message), (gst_vorbisenc_setup),
23418         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23419         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23420         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23421         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23422         * ext/vorbis/vorbisenc.h:
23423           march in line
23424         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23425         (gst_ffmpegcsp_transform):
23426           have the kow come home
23427         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23428           debug my func ptr
23429         * gst/volume/gstvolume.c: (volume_set_caps):
23430           add a debug
23431
23432 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23433
23434         * Makefile.am:
23435         * check/.cvsignore:
23436         * check/Makefile.am:
23437         * check/elements/.cvsignore:
23438         * check/elements/volume.c: (chain_func), (event_func),
23439         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23440         (main):
23441         * configure.ac:
23442           add unit test structure for gst-plugins-base
23443           add a test for volume
23444         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23445         (gst_volume_set_volume), (gst_volume_get_volume),
23446         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23447         (volume_funcfind), (volume_process_float), (volume_process_int16),
23448         (volume_set_caps), (volume_transform), (volume_update_mute),
23449         (volume_update_volume), (volume_set_property),
23450         (volume_get_property):
23451           document a little; use basetransform vmethod _set_caps
23452
23453 2005-08-19  Andy Wingo  <wingo@pobox.com>
23454
23455         * ext/alsa/gstalsamixertrack.h:
23456         * ext/alsa/gstalsamixertrack.c:
23457         * ext/alsa/gstalsamixeroptions.h:
23458         * ext/alsa/gstalsamixeroptions.c:
23459         * ext/alsa/gstalsamixer.h:
23460         * ext/alsa/gstalsamixer.c: Port to 0.9.
23461
23462         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23463         Remove gstalsa.c and alsaclock. No more cruft here.
23464         
23465 2005-08-18  Wim Taymans  <wim@fluendo.com>
23466
23467         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23468         (gst_base_rtp_depayload_chain),
23469         (gst_base_rtp_depayload_add_to_queue),
23470         (gst_base_rtp_depayload_push),
23471         (gst_base_rtp_depayload_queue_release):
23472         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23473         Fix for RTPBuffer changes.
23474
23475         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23476         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23477         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23478         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23479         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23480         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23481         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23482         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23483         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23484         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23485         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23486         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23487         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23488         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23489         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23490         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23491         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23492         (gst_rtpbuffer_get_payload):
23493         * gst-libs/gst/rtp/gstrtpbuffer.h:
23494         Don't subclass GstBuffer but add methods and helper functions
23495         to construct and manipulate RTP packets in regular GstBuffers.
23496
23497 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23498
23499         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23500           moved statement below switch
23501         * gst/volume/gstvolume.c: (gst_volume_class_init):
23502           added debug ptr
23503
23504 2005-08-16  Wim Taymans  <wim@fluendo.com>
23505
23506         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23507         (gst_base_audio_src_change_state):
23508         Open and close device in READY<->NULL state change.
23509
23510 2005-08-16  Andy Wingo  <wingo@pobox.com>
23511
23512         * examples/seeking/Makefile.am: Don't compile non-compiling
23513         compiled objects with the compiler.
23514
23515         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23516         elements.
23517
23518 2005-08-12  Philippe Khalaf <burger@speedy.org>
23519         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23520         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23521           Made a thread to release the queue.
23522           Removed timestamp conversion for now.
23523
23524 2005-08-10  Philippe Khalaf <burger@speedy.org>
23525         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23526         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23527           Added rtp timestamp -> gst timestamp conversion.
23528           Fixed several problems with queue.
23529
23530 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23531
23532         * gst-libs/gst/audio/gstaudioclock.h:
23533         * gst-libs/gst/audio/gstaudiofilter.h:
23534         * gst-libs/gst/audio/gstaudiosink.h:
23535         * gst-libs/gst/audio/gstaudiosrc.h:
23536         * gst-libs/gst/audio/gstbaseaudiosink.h:
23537         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23538         * gst-libs/gst/audio/gstringbuffer.h:
23539         * gst-libs/gst/net/gstnetbuffer.h:
23540         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23541         * gst-libs/gst/rtp/gstrtpbuffer.h:
23542           Add padding (you will need to rebuild gst-plugins-base,
23543           gst-plugins and all applications afterwards!)
23544
23545 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23546
23547         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23548         (gst_riff_parse_chunk):
23549           Fix bug in debug message and add some more debug messages.
23550
23551 2005-08-08  Edward Hervey  <edward@fluendo.com>
23552
23553         * gst-libs/gst/riff/riff-media.c:
23554         backported updates since branch
23555
23556 2005-08-08  Andy Wingo  <wingo@pobox.com>
23557
23558         * gst-libs/gst/audio/gstbaseaudiosink.c
23559         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23560         like good elements should. Close on READY->NULL too.
23561
23562         * gst-libs/gst/audio/gstaudiosink.c
23563         (gst_audioringbuffer_open_device,
23564         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23565         (gst_audioringbuffer_release): Updates for new ring buffer API,
23566         hook into the new audio sink api.
23567
23568         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23569         (GstAudioSinkClass.close): Just open and close the device -- no
23570         resource allocation or configuration.
23571         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23572         vmethods, handle device setup and resource allocation.
23573
23574         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23575         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23576         base class API.
23577
23578         * gst-libs/gst/audio/gstringbuffer.h
23579         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23580         New vmethods.
23581
23582         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23583         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23584         New API functions. The device should be opened before acquiring
23585         and closed after releasing.
23586
23587 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23588
23589         * gst-libs/gst/interfaces/mixer.h:
23590           Reset padding to GST_PADDING.
23591
23592 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23593
23594         * gst/playback/gstplaybin.c: (remove_sinks):
23595           Remove visualization from parent explicitely; works around some
23596           apparent refcount issue that I haven't tracked down yet.
23597
23598 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23599
23600         * ext/alsa/gstalsasink.c: (set_hwparams):
23601           Assign debug category, add negotiation debug msgs.
23602
23603 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23604
23605         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23606           Fix error code for file-not-found to NOT_FOUND.
23607
23608 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23609
23610         * common/gtk-doc-plugins.mak:
23611         * docs/plugins/Makefile.am:
23612         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23613         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23614           renamed to actual element names, so much nicer to look at
23615         * docs/plugins/tmpl/gstmultifdsink.sgml:
23616           remove
23617         * docs/plugins/tmpl/multifdsink.sgml:
23618         * docs/plugins/tmpl/tcpserversink.sgml:
23619           add
23620         * ext/alsa/gstalsa.c:
23621         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23622         * ext/ogg/gstoggmux.c:
23623         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23624         * gst/playback/gstdecodebin.c:
23625         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23626         * gst/tcp/gsttcpserversink.c:
23627           various fixes and documentation additions
23628
23629 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23630
23631         * common/Makefile.am:
23632         * common/gstdoc-scangobj:
23633         * common/gtk-doc-plugins.mak:
23634         * common/gtk-doc.mak:
23635           add a custom scangobj that uses the registry
23636           add a custom gtk-doc-plugins.mak that uses it
23637           some doc build fixes
23638         * configure.ac:
23639         * docs/Makefile.am:
23640         * docs/plugins/Makefile.am:
23641         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23642         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23643         * docs/plugins/gst-plugins-base-plugins.types:
23644         * docs/plugins/tmpl/gstmultifdsink.sgml:
23645           add docs for one element, multifdsink
23646         * gst/adder/gstadder.h:
23647         * gst/volume/gstvolume.h:
23648           don't privatize enum
23649         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23650         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23651         (gst_sync_method_get_type), (gst_client_status_get_type),
23652         (gst_multifdsink_class_init),
23653         (gst_multifdsink_client_queue_buffer),
23654         (gst_multifdsink_handle_client_write):
23655         * gst/tcp/gstmultifdsink.h:
23656         * gst/tcp/gsttcp.h:
23657         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23658         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23659         (gst_tcpclientsink_render):
23660         * gst/tcp/gsttcpclientsink.h:
23661         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23662         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23663         (gst_tcpclientsrc_start):
23664         * gst/tcp/gsttcpclientsrc.h:
23665         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23666         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23667         * gst/tcp/gsttcpserversrc.h:
23668         * gst/typefind/gsttypefindfunctions.c:
23669           remove superfluous Type stuff
23670
23671 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23672
23673         * gst/playback/gstplaybin.c: (gen_video_element):
23674           Enable videoscale.
23675
23676 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23677
23678         * gst-libs/gst/gconf/gconf.c:
23679         * gst-libs/gst/gconf/gconf.h:
23680           Fix some Andy Problem [tm].
23681
23682 2005-08-04  Andy Wingo  <wingo@pobox.com>
23683
23684         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23685         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23686         (gst_ffmpegcsp_get_size): Adapt to API changes.
23687
23688         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23689         Implement an in-place do-nothing transform.
23690
23691 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23692
23693         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23694         (gst_ximagesink_renegotiate_size):
23695           Do not set new window sizes yet if we prepare a new buffer size
23696           for upstream renegotiation (software scaling) at some point in the
23697           future, because this new size waqs not actually accepted yet. Once
23698           accepted, renegotiation later on will set the new sizes just fine.
23699           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23700           embedding testcase.
23701
23702 2005-08-03  Andy Wingo  <wingo@pobox.com>
23703
23704         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23705         (gst_ximagesink_buffer_alloc): 
23706         Protect the height, width, and desired_caps with the pool_lock.
23707         Fixes videotestsrc ! queue ! ximagesink.
23708
23709 2005-08-02  Edward Hervey  <edward@fluendo.com>
23710
23711         * gst/volume/gstvolume.c:
23712         include left from controller cleanup
23713
23714 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23715         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23716           Stop collectpads before calling the parent state
23717           change function on PAUSED->READY.
23718
23719 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23720         * configure.ac:
23721           When testing for X libs, use the X CFlags 
23722         * gst/adder/gstadder.c: (gst_adder_change_state):
23723           Stop the collectpads before calling parent state change function
23724           on PAUSED->READY, otherwise we deadlock deactivating pads.
23725
23726 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23727
23728         * configure.ac:
23729         * docs/libs/tmpl/gstcolorbalance.sgml:
23730         * docs/libs/tmpl/gstmixer.sgml:
23731         * examples/Makefile.am:
23732         * gst/sine/Makefile.am:
23733         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23734         (gst_sinesrc_set_property), (plugin_init):
23735         * gst/sine/gstsinesrc.h:
23736         * gst/volume/Makefile.am:
23737         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23738         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23739         (volume_process_float), (volume_process_int16),
23740         (volume_set_property), (plugin_init):
23741         * gst/volume/gstvolume.h:
23742           deactivate and remove dparams (libgstcontrol)
23743
23744 2005-07-29  Wim Taymans  <wim@fluendo.com>
23745
23746         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23747         Convert me to BaseTransform!! help..
23748
23749 2005-07-29  Andy Wingo  <wingo@pobox.com>
23750
23751         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23752         sinks.
23753
23754         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23755         support of both endiannesses.
23756
23757 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23758
23759         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23760           Fix confusing debug message (s/event/query/)
23761
23762 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23763
23764         * gst/videotestsrc/videotestsrc.h:
23765           Use "_stdint.h" instead of <stdint.h>
23766
23767 2005-07-27  Wim Taymans  <wim@fluendo.com>
23768
23769         * ext/vorbis/Makefile.am:
23770         Revert wrong commit.
23771
23772 2005-07-27  Wim Taymans  <wim@fluendo.com>
23773
23774         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23775         More compilation fixen.
23776
23777 2005-07-27  Wim Taymans  <wim@fluendo.com>
23778
23779         * gst-libs/gst/audio/gstbaseaudiosink.c:
23780         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23781         (gst_base_audio_sink_create_ringbuffer),
23782         (gst_base_audio_sink_change_state):
23783         Fix compilation.
23784
23785 2005-07-27  Wim Taymans  <wim@fluendo.com>
23786
23787         * examples/seeking/seek.c: (setup_dynamic_link),
23788         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23789         (query_positions_elems), (query_positions_pads), (do_seek):
23790         Update seek example.
23791
23792         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23793         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23794         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23795         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23796         (gst_ogg_demux_handle_event),
23797         (gst_ogg_demux_deactivate_current_chain),
23798         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23799         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23800         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23801         (gst_ogg_demux_loop):
23802         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23803         * ext/theora/theoradec.c: (theora_dec_src_event),
23804         (theora_dec_src_getcaps), (theora_dec_sink_event),
23805         (theora_dec_push), (theora_dec_chain):
23806         * ext/vorbis/Makefile.am:
23807         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23808         (vorbis_dec_sink_event), (vorbis_dec_push),
23809         (vorbis_handle_data_packet):
23810         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23811         (gst_vorbisenc_chain):
23812         * gst/playback/gststreaminfo.c: (cb_probe):
23813         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23814         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23815         * gst/videoscale/gstvideoscale.c:
23816         (gst_videoscale_handle_src_event):
23817         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23818         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23819         (gst_ximagesink_navigation_send_event):
23820         * sys/xvimage/xvimagesink.c:
23821         (gst_xvimagesink_navigation_send_event):
23822         Various event updates and cleanups
23823
23824 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23825
23826         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23827           Fix segfault for I420/YV12.
23828
23829 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23830
23831         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23832           Report bitrate.
23833
23834 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23835
23836         * gst/playback/gstplaybin.c: (gen_video_element),
23837         (gen_audio_element):
23838           Switch to auto*sink elements as default sinks; add volume element
23839           so that volume control in totem works.
23840
23841 2005-07-21  Wim Taymans  <wim@fluendo.com>
23842
23843         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23844         * gst/playback/gstplaybin.c: (setup_sinks),
23845         (gst_play_bin_change_state):
23846         Refcount fix and more comments.
23847
23848 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23849
23850         * sys/ximage/Makefile.am:
23851         * sys/ximage/ximage.c: (plugin_init):
23852         * sys/ximage/ximagesink.c:
23853         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23854         
23855
23856 2005-07-21  Wim Taymans  <wim@fluendo.com>
23857
23858         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23859         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23860         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23861         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23862         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23863         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23864         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23865         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23866         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23867         Generate correct disconts for live chained oggs.
23868
23869         * gst-libs/gst/audio/gstbaseaudiosink.c:
23870         (gst_base_audio_sink_render),
23871         (gst_base_audio_sink_create_ringbuffer),
23872         (gst_base_audio_sink_change_state):
23873         Handle discont math correctly.
23874
23875         * gst/playback/gstplaybin.c: (add_sink):
23876         Some small debug cleanup.
23877
23878 2005-07-21  Wim Taymans  <wim@fluendo.com>
23879
23880         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23881         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23882         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23883         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23884         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23885         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23886         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23887         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23888         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23889         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23890         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23891         (gst_ogg_demux_change_state), (gst_ogg_print):
23892         Reorganize code to send the right disconts when in streaming
23893         mode.
23894
23895 2005-07-20  Andy Wingo  <wingo@pobox.com>
23896
23897         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23898         fix (?), fixes a seggie mcfalterson (#310894).
23899
23900 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23901
23902         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23903         (gst_ogg_mux_set_header_on_caps):
23904         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23905         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23906         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23907         * gst-libs/gst/audio/multichannel.c:
23908         (gst_audio_set_channel_positions),
23909         (gst_audio_set_structure_channel_positions_list):
23910         * gst/playback/gstdecodebin.c: (dynamic_create):
23911         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23912         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23913           Fixes for API changes in core.
23914
23915 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23916
23917         * gst/playback/gstplaybasebin.c: (fill_buffer):
23918           Use _new_custom() so we can set custom message types for buffering
23919           messages.
23920
23921 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23922
23923         * configure.ac:
23924         * gst-libs/gst/Makefile.am:
23925         * gst-libs/gst/gconf/.cvsignore:
23926         * gst-libs/gst/gconf/Makefile.am:
23927         * gst-libs/gst/gconf/test-gconf.c:
23928         * pkgconfig/Makefile.am:
23929         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23930         * pkgconfig/gstreamer-gconf.pc.in:
23931           Remove gconf stuff, use gconf elements instead from now on.
23932
23933 2005-07-20  Wim Taymans  <wim@fluendo.com>
23934
23935         * gst-libs/gst/audio/TODO:
23936         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23937         (gst_audio_clock_get_internal_time):
23938         * gst-libs/gst/audio/gstaudioclock.h:
23939         * gst-libs/gst/audio/gstbaseaudiosink.c:
23940         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23941         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23942         (gst_base_audio_sink_render),
23943         (gst_base_audio_sink_create_ringbuffer),
23944         (gst_base_audio_sink_change_state):
23945         Make sure the audio clock always returns an increasing value.
23946
23947 2005-07-19  Andy Wingo  <wingo@pobox.com>
23948
23949         * gst/videotestsrc/: Cleanups.
23950
23951 2005-07-19  Wim Taymans  <wim@fluendo.com>
23952
23953         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23954         Better debugging.
23955
23956 2005-07-19  Wim Taymans  <wim@fluendo.com>
23957
23958         * examples/seeking/seek.c: (make_dv_pipeline),
23959         (make_vorbis_theora_pipeline), (query_rates),
23960         (query_positions_elems), (query_positions_pads), (do_seek):
23961         Make correct DV pipeline.
23962
23963 2005-07-18  Andy Wingo  <wingo@pobox.com>
23964
23965         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23966         default. Also because it's the only thing that really works. (This
23967         is used in the GConf elements).
23968         Use AS_LIBTOOL_TAGS.
23969
23970 2005-07-18  Wim Taymans  <wim@fluendo.com>
23971
23972         * gst/playback/gstdecodebin.c: (remove_element_chain):
23973         * gst/playback/gstplaybin.c: (add_sink):
23974         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23975         (gst_stream_info_set_mute):
23976         * gst/playback/gststreamselector.c:
23977         (gst_stream_selector_get_linked_pad),
23978         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23979         More leak and compile fixes.
23980
23981 2005-07-18  Wim Taymans  <wim@fluendo.com>
23982
23983         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23984         (query_rates), (query_positions_elems), (query_positions_pads),
23985         (do_seek), (seek_cb), (stop_seek):
23986         Updated seek example. 
23987
23988         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23989         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23990         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23991         * gst/playback/gstplaybin.c: (add_sink):
23992         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23993         (gst_stream_info_set_mute):
23994         Some refcount leak fixes.
23995
23996 2005-07-16  Wim Taymans  <wim@fluendo.com>
23997
23998         * gst-libs/gst/audio/gstbaseaudiosink.c:
23999         (gst_base_audio_sink_render):
24000         Align samples even if we have roundoff errors in the 
24001         timestamp conversion.
24002
24003 2005-07-16  Wim Taymans  <wim@fluendo.com>
24004
24005         * docs/libs/tmpl/gstringbuffer.sgml:
24006         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24007         (query_rates), (query_positions_elems), (query_positions_pads),
24008         (update_scale), (do_seek):
24009         Updated seek example.
24010
24011         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24012         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
24013         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
24014         (gst_ogg_demux_loop):
24015         Push out correct discont values.
24016
24017         * ext/theora/theoradec.c: (theora_dec_src_convert),
24018         (theora_dec_sink_convert), (theora_dec_src_getcaps),
24019         (theora_dec_sink_event), (theora_handle_type_packet),
24020         (theora_handle_header_packet), (theora_dec_push),
24021         (theora_handle_data_packet), (theora_dec_chain),
24022         (theora_dec_change_state):
24023         Better timestamping.
24024
24025         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24026         (vorbis_dec_sink_event), (vorbis_dec_push),
24027         (vorbis_handle_data_packet), (vorbis_dec_chain):
24028         * ext/vorbis/vorbisdec.h:
24029         Better timestamping.
24030
24031         * gst-libs/gst/audio/gstbaseaudiosink.c:
24032         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
24033         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
24034         Handle syncing on timestamps instead of sample offsets. Make
24035         use of DISCONT values as described in design docs.
24036
24037         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24038         (gst_base_audio_src_get_time):
24039         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
24040         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
24041         (gst_ring_buffer_read):
24042         * gst-libs/gst/audio/gstringbuffer.h:
24043         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
24044         (gst_ximagesink_show_frame):
24045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
24046         Correcly convert buffer timestamp to stream time.
24047
24048 2005-07-16  Wim Taymans  <wim@fluendo.com>
24049
24050         * gst/audioconvert/gstaudioconvert.c:
24051         (gst_audio_convert_get_buffer):
24052         Timestamp buffers correctly.
24053
24054         * gst/playback/gstplaybin.c: (gen_video_element):
24055         Make internal fakesink silent.
24056
24057 2005-07-15  Wim Taymans  <wim@fluendo.com>
24058
24059         * gst/ffmpegcolorspace/Makefile.am:
24060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24061         (gst_ffmpegcsp_caps_remove_format_info),
24062         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
24063         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
24064         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
24065         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
24066         Ported ffmpegcolorspace to basetransform.
24067
24068         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
24069         * gst/volume/gstvolume.c: (volume_transform):
24070         Ported to new API.
24071
24072 2005-07-14  Wim Taymans  <wim@fluendo.com>
24073
24074         * gst/videotestsrc/Makefile.am:
24075         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
24076         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
24077         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
24078         (gst_videotestsrc_init), (gst_videotestsrc_event),
24079         (gst_videotestsrc_create), (gst_videotestsrc_start),
24080         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
24081         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
24082         (gst_videotestsrc_get_property):
24083         * gst/videotestsrc/gstvideotestsrc.h:
24084         Make videotestsrc a pushsrc.
24085
24086 2005-07-14  Wim Taymans  <wim@fluendo.com>
24087
24088         * gst/tcp/gstfdset.c: (gst_fdset_free):
24089         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
24090         (gst_multifdsink_add), (gst_multifdsink_remove),
24091         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24092         (gst_multifdsink_remove_client_link),
24093         (gst_multifdsink_client_queue_data),
24094         (gst_multifdsink_client_queue_caps),
24095         (gst_multifdsink_client_queue_buffer),
24096         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24097         (gst_multifdsink_stop):
24098         * gst/tcp/gstmultifdsink.h:
24099         0.8 backporting.
24100
24101         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24102         Also draw image when not from a pool.
24103
24104 2005-07-14  Wim Taymans  <wim@fluendo.com>
24105
24106         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24107         (mute_stream), (silence_stream):
24108         Small debug additions.
24109
24110 2005-07-14  Wim Taymans  <wim@fluendo.com>
24111
24112         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24113         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24114         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
24115         Better error recovery, ignore unconnected pads and
24116         non-fatal errors.
24117
24118 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24119
24120         * docs/libs/tmpl/gstaudio.sgml:
24121         * docs/libs/tmpl/gstcolorbalance.sgml:
24122         * docs/libs/tmpl/gstgconf.sgml:
24123         * docs/libs/tmpl/gstmixer.sgml:
24124         * docs/libs/tmpl/gstringbuffer.sgml:
24125         * docs/libs/tmpl/gsttuner.sgml:
24126         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24127         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24128         (gst_tcpclientsrc_class_init):
24129         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24130         (gst_tcpserversrc_class_init):
24131         * sys/v4l/gstv4lelement.c:
24132           more autistic cleanliness in functions/names/defines
24133
24134 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24135
24136         * configure.ac:
24137           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
24138           added manually to each Makefile.am so we are sure it goes
24139           *last* and doesn't add -L flags before linking in libs of our
24140           own, like, say, internal .la libs, that then accidentally pick
24141           up the installed copy.
24142         * docs/libs/Makefile.am:
24143         * ext/alsa/Makefile.am:
24144         * ext/cdparanoia/Makefile.am:
24145         * ext/gnomevfs/Makefile.am:
24146         * ext/libvisual/Makefile.am:
24147         * ext/ogg/Makefile.am:
24148         * ext/theora/Makefile.am:
24149         * ext/vorbis/Makefile.am:
24150         * gst-libs/gst/video/Makefile.am:
24151         * gst/adder/Makefile.am:
24152         * gst/audioconvert/Makefile.am:
24153         * gst/audiorate/Makefile.am:
24154         * gst/audioscale/Makefile.am:
24155         * gst/ffmpegcolorspace/Makefile.am:
24156         * gst/playback/Makefile.am:
24157         * gst/sine/Makefile.am:
24158         * gst/subparse/Makefile.am:
24159         * gst/tags/Makefile.am:
24160         * gst/tcp/Makefile.am:
24161         * gst/typefind/Makefile.am:
24162         * gst/videorate/Makefile.am:
24163         * gst/videoscale/Makefile.am:
24164         * gst/videotestsrc/Makefile.am:
24165         * gst/volume/Makefile.am:
24166         * sys/v4l/Makefile.am:
24167         * sys/ximage/Makefile.am:
24168         * sys/xvimage/Makefile.am:
24169           adapt properly to this change. This should make sure that
24170           plugins and libs properly link to the as-yet-uninstalled
24171           copies of stuff like libgstinterfaces and libgstvideo
24172
24173 2005-07-13  Andy Wingo  <wingo@pobox.com>
24174
24175         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
24176         (gst_v4lsrc_fixate): Fixate on format as well.
24177
24178         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
24179         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
24180         buffer points to it.
24181         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
24182         rather just doing X calls ourselves. Also fixes a memleak.
24183
24184 2005-07-12  Andy Wingo  <wingo@pobox.com>
24185
24186         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
24187         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
24188         (gst_v4lsrc_create): Re-add the copy-mode property, default to
24189         TRUE to avoid deadlocks if an element holds on to our buffers.
24190
24191 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24192
24193         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24194         (gst_sinesrc_init), (gst_sinesrc_create),
24195         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24196         (gst_sinesrc_start):
24197         * gst/sine/gstsinesrc.h:
24198           removing num-buffers property before moving it
24199
24200 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24201
24202         * configure.ac:
24203           use overridable ERROR_CFLAGS
24204         * docs/libs/gst-plugins-base-libs.types:
24205         * docs/libs/tmpl/gstringbuffer.sgml:
24206         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24207         (gst_alsasink_class_init):
24208         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24209         (gst_alsasrc_class_init):
24210         * gst-libs/gst/audio/audio.h:
24211         * gst-libs/gst/audio/gstaudioclock.h:
24212         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
24213         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
24214         (gst_audio_filter_link), (gst_audio_filter_init),
24215         (gst_audio_filter_chain), (gst_audio_filter_set_property),
24216         (gst_audio_filter_get_property),
24217         (gst_audio_filter_class_add_pad_templates):
24218         * gst-libs/gst/audio/gstaudiofilter.h:
24219         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24220         (gst_audio_filter_template_get_type),
24221         (gst_audio_filter_template_base_init),
24222         (gst_audio_filter_template_class_init),
24223         (gst_audio_filter_template_init),
24224         (gst_audio_filter_template_set_property),
24225         (gst_audio_filter_template_get_property), (plugin_init),
24226         (gst_audio_filter_template_setup),
24227         (gst_audio_filter_template_filter),
24228         (gst_audio_filter_template_filter_inplace):
24229         * gst-libs/gst/audio/gstaudiosink.c:
24230         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24231         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24232         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24233         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24234         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24235         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24236         * gst-libs/gst/audio/gstaudiosink.h:
24237         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24238         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24239         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24240         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24241         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24242         (gst_audio_src_class_init), (gst_audio_src_init),
24243         (gst_audio_src_create_ringbuffer):
24244         * gst-libs/gst/audio/gstaudiosrc.h:
24245         * gst-libs/gst/audio/gstbaseaudiosink.c:
24246         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24247         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24248         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24249         (gst_base_audio_sink_set_property),
24250         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24251         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24252         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24253         (gst_base_audio_sink_create_ringbuffer),
24254         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24255         * gst-libs/gst/audio/gstbaseaudiosink.h:
24256         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24257         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24258         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24259         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24260         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24261         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24262         (gst_base_audio_src_event), (gst_base_audio_src_create),
24263         (gst_base_audio_src_create_ringbuffer),
24264         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24265         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24266         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24267         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24268         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24269         (gst_ring_buffer_debug_spec_caps),
24270         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24271         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24272         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24273         (gst_ring_buffer_start), (gst_ring_buffer_pause),
24274         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24275         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24276         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24277         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24278         (gst_ring_buffer_clear):
24279         * gst-libs/gst/audio/gstringbuffer.h:
24280         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24281         (gst_video_sink_class_init), (gst_video_sink_get_type):
24282         * gst-libs/gst/video/videosink.h:
24283         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24284         (gst_multifdsink_class_init),
24285         (gst_multifdsink_handle_client_write),
24286         (gst_multifdsink_change_state):
24287         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24288         (gst_tcpclientsink_setcaps):
24289         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24290         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24291         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24292         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24293         (gst_ximagesink_send_pending_navigation),
24294         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24295         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24297         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24298         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24299         (gst_xvimagesink_send_pending_navigation),
24300         (gst_xvimagesink_navigation_send_event),
24301         (gst_xvimagesink_set_xwindow_id),
24302         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24303         (gst_xvimagesink_get_type):
24304         more macro splitting
24305
24306 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24307
24308         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24309           plug a memleak, allows me to import 1479 albums in one go
24310           in jamboree
24311         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24312         (vorbis_handle_type_packet), (vorbis_dec_chain),
24313         (vorbis_dec_change_state):
24314           fix some format strings
24315
24316 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24317
24318         * docs/libs/tmpl/gstcolorbalance.sgml:
24319         * docs/libs/tmpl/gstmixer.sgml:
24320         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24321         (gst_alsasink_set_property), (gst_alsasink_get_property):
24322         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24323         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24324           add device property
24325
24326 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24327
24328         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24329         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24330         (audiocast_register_listener), (audiocast_thread_run),
24331         (gst_gnomevfssrc_send_additional_headers_callback),
24332         (gst_gnomevfssrc_received_headers_callback),
24333         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24334         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24335         (gst_gnomevfssrc_get_size):
24336           add/clean up debugging
24337         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24338           cleanups
24339
24340 2005-07-07  Andy Wingo  <wingo@pobox.com>
24341
24342         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24343         framerate. Need to get a handle on when exactly this function is
24344         called, tho.
24345
24346         * sys/v4l/v4lsrc_calls.h:
24347         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24348         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24349         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24350
24351         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24352         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24353         v4lelements are sources.
24354
24355         * sys/v4l/gstv4lxoverlay.h:
24356         * sys/v4l/gstv4lxoverlay.c:
24357         * sys/v4l/gstv4ltuner.h:
24358         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24359         
24360         * sys/v4l/gstv4lsrc.h:
24361         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24362         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24363         or something should handle that. Made a live source.
24364
24365         * sys/v4l/gstv4lelement.h:
24366         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24367         signals. Some cleanups.
24368
24369         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24370
24371         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24372         stuff.
24373
24374         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24375         stuff.
24376
24377         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24378
24379 2005-07-07  Wim Taymans  <wim@fluendo.com>
24380
24381         * ext/theora/theoradec.c: (theora_get_query_types),
24382         (theora_dec_src_getcaps), (theora_dec_push):
24383         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24384         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24385         Remove deprecated/unused query types.
24386
24387 2005-07-06  Wim Taymans  <wim@fluendo.com>
24388
24389         * ext/alsa/Makefile.am:
24390         * ext/alsa/gstalsaplugin.c: (plugin_init):
24391         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24392         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24393         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24394         (gst_alsasrc_class_init), (gst_alsasrc_init),
24395         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24396         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24397         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24398         (gst_alsasrc_reset):
24399         * ext/alsa/gstalsasrc.h:
24400         * gst-libs/gst/audio/Makefile.am:
24401         * gst-libs/gst/audio/gstaudiosink.c:
24402         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24403         (gst_audioringbuffer_start):
24404         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24405         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24406         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24407         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24408         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24409         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24410         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24411         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24412         * gst-libs/gst/audio/gstaudiosrc.h:
24413         * gst-libs/gst/audio/gstbaseaudiosink.c:
24414         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24415         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24416         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24417         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24418         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24419         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24420         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24421         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24422         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24423         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24424         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24425         (gst_baseaudiosrc_change_state):
24426         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24427         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24428         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24429         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24430         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24431         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24432         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24433         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24434         * gst-libs/gst/audio/gstringbuffer.h:
24435         Added audiosource base classes.
24436         Ported alsasrc, still very basic.
24437
24438 2005-07-06  Wim Taymans  <wim@fluendo.com>
24439
24440         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24441         (theora_dec_push), (theora_handle_data_packet):
24442         Prepare for better timestamp fix later.
24443
24444         * gst/audioconvert/gstaudioconvert.c:
24445         List most accurate caps first
24446
24447         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24448         Use proper pad task function.
24449
24450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24451         (gst_xvimagesink_show_frame):
24452         Fix deadlock when alloc failed.
24453
24454 2005-07-05  Andy Wingo  <wingo@pobox.com>
24455
24456         * ext/gnomevfs/gstgnomevfssrc.c:
24457         * gst/sine/gstsinesrc.c:
24458         * gst/tcp/gsttcpserversrc.c:
24459         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24460
24461         * sys/v4l/: Port from 0.8.
24462
24463         * Many files: Null if we got it....
24464
24465 2005-07-05  Andy Wingo  <wingo@pobox.com>
24466
24467         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24468         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24469         Signedness fixes.
24470
24471 2005-07-05  Wim Taymans  <wim@fluendo.com>
24472
24473         * configure.ac:
24474         * gst/tcp/Makefile.am:
24475         * gst/tcp/README:
24476         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24477         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24478         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24479         (is_sync_frame), (gst_multifdsink_handle_client_write),
24480         (gst_multifdsink_render), (gst_multifdsink_start),
24481         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24482         * gst/tcp/gstmultifdsink.h:
24483         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24484         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24485         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24486         * gst/tcp/gsttcp.h:
24487         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24488         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24489         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24490         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24491         * gst/tcp/gsttcpclientsink.h:
24492         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24493         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24494         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24495         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24496         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24497         * gst/tcp/gsttcpclientsrc.h:
24498         * gst/tcp/gsttcpplugin.c: (plugin_init):
24499         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24500         * gst/tcp/gsttcpserversink.h:
24501         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24502         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24503         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24504         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24505         (gst_tcpserversrc_stop):
24506         * gst/tcp/gsttcpserversrc.h:
24507         * gst/tcp/gsttcpsink.c:
24508         * gst/tcp/gsttcpsink.h:
24509         * gst/tcp/gsttcpsrc.c:
24510         * gst/tcp/gsttcpsrc.h:
24511         Ported tcp plugins to 0.9. 
24512         
24513
24514 2005-07-05  Andy Wingo  <wingo@pobox.com>
24515
24516         * gst/playback/gstplaybasebin.c (fill_buffer):
24517         message_new_application fixen.
24518
24519         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24520         Style fix.
24521
24522 2005-07-04  Wim Taymans  <wim@fluendo.com>
24523
24524         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24525         Set caps on output buffer.
24526
24527 2005-07-04  Andy Wingo  <wingo@pobox.com>
24528
24529         * ext/gnomevfs/gstgnomevfssrc.c
24530         (gst_gnomevfssrc_received_headers_callback) 
24531         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24532         hopefully.
24533
24534         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24535         No refcount leakage.
24536
24537         * configure.ac: Enable -Werror.
24538         
24539         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24540         * gst/audioconvert/bufferframesconvert.c
24541         (buffer_frames_convert_fixate):
24542         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24543         (gst_audio_convert_fixate):
24544         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24545         (gst_sinesrc_create): Fixate func changes.
24546         
24547         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24548         (gst_ximagesink_buffer_alloc): Unused var.
24549
24550 2005-07-01  Andy Wingo  <wingo@pobox.com>
24551
24552         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24553         getcaps to do explicit caps. Needs to be done in all decoders,
24554         possibly via a base class.
24555
24556         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24557
24558         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24559         caps on the sink pad, just rely on the pad template. Also, setting
24560         ANY caps on a pad is not valid because the caps are not fixed.
24561
24562         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24563         caps on the buffer, and get the width from the desired_caps if
24564         they're set.
24565         (gst_ximagesink_renegotiate_size): Implement via setting the
24566         desired_caps on the ximagesink.
24567         (gst_ximagesink_setcaps): Only reset the width of the player if it
24568         wasn't already set. Not sure if this is right.
24569         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24570
24571         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24572         that the user wants. NULL unless the window has been resized.
24573
24574         * gst/volume/gstvolume.c (volume_transform): Adapt to
24575         basetransform refcount changes.
24576         
24577 2005-07-01  Andy Wingo  <wingo@pobox.com>
24578
24579         * gst/videoscale/gstvideoscale.c:
24580         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24581         from BaseTransform, implements a transform_caps. Removed dead code
24582         including some PAR stuff that was never reached -- should probably
24583         be added back somehow.
24584
24585 2005-07-01  Andy Wingo  <wingo@pobox.com>
24586
24587         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24588         come later.
24589
24590 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24591
24592         * configure.ac:
24593         * docs/libs/Makefile.am:
24594         * docs/libs/gst-plugins-libs.types:
24595         * ext/alsa/Makefile.am:
24596         * ext/alsa/gstalsamixer.h:
24597         * ext/alsa/gstalsamixeroptions.h:
24598         * ext/alsa/gstalsamixertrack.h:
24599         * gst-libs/gst/Makefile.am:
24600         * gst-libs/gst/colorbalance/.cvsignore:
24601         * gst-libs/gst/colorbalance/Makefile.am:
24602         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24603         * gst-libs/gst/colorbalance/colorbalance.c:
24604         * gst-libs/gst/colorbalance/colorbalance.h:
24605         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24606         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24607         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24608         * gst-libs/gst/interfaces/Makefile.am:
24609         * gst-libs/gst/interfaces/colorbalance.c:
24610         (gst_color_balance_class_init):
24611         * gst-libs/gst/interfaces/colorbalance.h:
24612         * gst-libs/gst/interfaces/interfaces-marshal.list:
24613         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24614         * gst-libs/gst/interfaces/mixer.h:
24615         * gst-libs/gst/interfaces/mixeroptions.h:
24616         * gst-libs/gst/interfaces/navigation.c:
24617         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24618         * gst-libs/gst/interfaces/tuner.h:
24619         * gst/volume/Makefile.am:
24620         * gst/volume/gstvolume.c:
24621         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24622         * sys/ximage/Makefile.am:
24623         * sys/ximage/ximagesink.c:
24624         * sys/xvimage/Makefile.am:
24625         * sys/xvimage/xvimagesink.c:
24626           fold in all interfaces into an interfaces dir, preserving CVS
24627           history
24628
24629 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24630
24631         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24632           Fix build after riff changes.
24633
24634 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24635
24636         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24637         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24638         (gst_riff_create_video_template_caps),
24639         (gst_riff_create_audio_template_caps),
24640         (gst_riff_create_iavs_template_caps):
24641         * gst-libs/gst/riff/riff-media.h:
24642         * gst-libs/gst/riff/riff-read.h:
24643         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24644           Add gst_riff_init() to initialize the debug category, instead
24645           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24646
24647 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24648
24649         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24650           Oops, I shouldn't apply hacks.
24651
24652 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24653
24654         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24655           Remove pad_loop function which doesn't work.
24656
24657 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24658
24659         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24660           Send EOS when deactivating.
24661         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24662         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24663         (gen_preroll_element), (probe_triggered), (mute_stream),
24664         (silence_stream), (new_decoded_pad), (setup_substreams),
24665         (set_active_source):
24666         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24667         (remove_sinks), (add_sink):
24668         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24669           Change for new probe API.
24670
24671 2005-06-29  Wim Taymans  <wim@fluendo.com>
24672
24673         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24674         * gst-libs/gst/audio/gstbaseaudiosink.c:
24675         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24676         (gst_baseaudiosink_change_state):
24677         * gst-libs/gst/audio/gstbaseaudiosink.h:
24678         * gst-libs/gst/audio/gstringbuffer.c:
24679         (gst_ringbuffer_set_callback):
24680         Fix compilation error.
24681         Ringbuffer starts out as not running.
24682         Free our clock in dispose.
24683         When releasing the ringbuffer we need to renegotiate so
24684         clear the pad caps.
24685
24686 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24687
24688         * autogen.sh:
24689         * configure.ac:
24690         * docs/Makefile.am:
24691         * docs/libs/Makefile.am:
24692         * docs/libs/gst-plugins-libs-docs.sgml:
24693         * docs/libs/gst-plugins-libs-sections.txt:
24694         * docs/libs/gst-plugins-libs.types:
24695         * docs/libs/tmpl/gstaudio.sgml:
24696         * docs/libs/tmpl/gstcolorbalance.sgml:
24697         * docs/libs/tmpl/gstringbuffer.sgml:
24698         * gst-libs/gst/audio/gstringbuffer.c:
24699         (gst_ringbuffer_set_callback):
24700           reinstate gtk-doc docs for plugin libs
24701
24702 2005-06-28  Wim Taymans  <wim@fluendo.com>
24703
24704         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24705         (gst_ogg_demux_init):
24706         Removed pad loop function.
24707
24708 2005-06-28  Wim Taymans  <wim@fluendo.com>
24709
24710         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24711         If we're building a chain we are not in an error case
24712         when we queue a buffer.
24713
24714 2005-06-28  Andy Wingo  <wingo@pobox.com>
24715
24716         * *.c: Don't cast to GstObject before reffing/unreffing.
24717
24718 2005-06-27  Andy Wingo  <wingo@pobox.com>
24719
24720         * gst/videotestsrc/gstvideotestsrc.c
24721         (gst_videotestsrc_activate_push): Activation API changes.
24722
24723         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24724         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24725         they have refs on the decodebin.
24726
24727         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24728         parent class.
24729         (gst_ogg_pad_typefind): Don't leak a pad ref.
24730         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24731         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24732         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24733
24734 2005-06-27  Edward Hervey  <edward@fluendo.com>
24735
24736         * ext/theora/theoradec.c: (theora_dec_change_state): 
24737         re-arranged call to parent's state change in order to avoid locks (or
24738         worse).
24739
24740 2005-06-26  Edward Hervey  <edward@fluendo.com>
24741
24742         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24743         2nd argument of 'unknow-type' signal is a GstCaps and not a
24744         GstMiniObject
24745
24746 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24747         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24748           Set the worker thread's running flag to TRUE before starting the
24749           thread.
24750         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24751           Catch a failure to add typefind to the bin.
24752
24753 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24754
24755         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24756         (gst_sinesrc_init), (gst_sinesrc_create),
24757         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24758         (gst_sinesrc_start):
24759         * gst/sine/gstsinesrc.h:
24760           add num-buffers and timestamp-offset properties
24761         * gst/videotestsrc/gstvideotestsrc.c:
24762         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24763         (gst_videotestsrc_get_property):
24764           add timestamp-offset property
24765
24766 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24767
24768         * configure.ac: add videorate
24769         * gst-plugins-base.spec.in: add videorate
24770
24771 2005-06-23  Wim Taymans  <wim@fluendo.com>
24772
24773         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24774         (gst_videorate_getcaps), (gst_videorate_setcaps),
24775         (gst_videorate_event), (gst_videorate_chain):
24776         Fixed videorate, fixating an already fixated caps is not
24777         an error.
24778
24779 2005-06-23  Wim Taymans  <wim@fluendo.com>
24780
24781         * ext/ogg/README:
24782         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24783         Buffer on caps is not boxed anymore.
24784
24785 2005-06-22  Wim Taymans  <wim@fluendo.com>
24786
24787         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24788         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24789         Set buffers on caps as miniobjects and not as boxed.
24790
24791 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24792
24793         * configure.ac:
24794           back to HEAD
24795
24796 === release 0.9.1 ===
24797
24798 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24799
24800         * .cvsignore:
24801         * NEWS:
24802         * README:
24803         * RELEASE:
24804         * configure.ac:
24805         * po/af.po:
24806         * po/az.po:
24807         * po/cs.po:
24808         * po/en_GB.po:
24809         * po/hu.po:
24810         * po/it.po:
24811         * po/nb.po:
24812         * po/nl.po:
24813         * po/or.po:
24814         * po/sq.po:
24815         * po/sr.po:
24816         * po/sv.po:
24817         * po/uk.po:
24818         * po/vi.po:
24819           updates for release
24820
24821 2005-06-09  Andy Wingo  <wingo@pobox.com>
24822
24823         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24824         
24825 2005-06-09  Andy Wingo  <wingo@pobox.com>
24826
24827         * configure.ac:
24828         * gst-libs/gst/Makefile.am:
24829         * gst-libs/gst/net/Makefile.am:
24830         Add gstnet to build.
24831
24832 2005-06-09  Andy Wingo  <wingo@pobox.com>
24833
24834         * gst-libs/gst/gconf/gconf.c:
24835         * gst/playback/test.c:
24836         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24837         fixes.
24838
24839         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24840
24841         * ext/theora/theoraenc.c (theora_enc_chain): 
24842         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24843
24844         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24845         RealPad.
24846
24847 2005-06-02  Wim Taymans  <wim@fluendo.com>
24848
24849         * gst-libs/gst/net/Makefile.am:
24850         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24851         * pkgconfig/gstreamer-libs.pc.in:
24852         Added net stuff, version net lib.
24853
24854 2005-06-02  Wim Taymans  <wim@fluendo.com>
24855
24856         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24857         (query_rates), (query_positions_elems), (query_positions_pads),
24858         (do_seek):
24859         Updated seek example.
24860
24861 2005-06-02  Andy Wingo  <wingo@pobox.com>
24862
24863         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24864         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24865         list.
24866
24867         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24868         remove the typefind, the bin dispose will do it for us. When it's
24869         removed and unreffed, the signal handler will be disconnected,
24870         too.
24871         (unlinked): It's too difficult to disconnect from unlinked
24872         handlers, as they are on pads not elements. Just punt if the pads
24873         aren't grandkids of the bin.
24874
24875 2005-06-02  Wim Taymans  <wim@fluendo.com>
24876
24877         * ext/ogg/README:
24878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24879         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24880         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24881         * ext/theora/theoradec.c: (theora_dec_src_query),
24882         (theora_handle_data_packet):
24883         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24884         (theora_enc_chain):
24885         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24886         (vorbis_handle_data_packet):
24887         * gst/audioconvert/bufferframesconvert.c:
24888         (buffer_frames_convert_chain):
24889         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24890         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24891         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24892         (gst_ffmpegcsp_chain):
24893         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24894         (gst_videorate_getcaps), (gst_videorate_setcaps),
24895         (gst_videorate_event), (gst_videorate_chain):
24896         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24897         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24898         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24899         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24900         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24901         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24902         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24903         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24904         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24905         Cleanups and buffer alloc.
24906
24907 2005-05-31  Wim Taymans  <wim@fluendo.com>
24908
24909         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24910         Don't try to call the delay method when the device is not
24911         opened.
24912
24913 2005-05-31  Wim Taymans  <wim@fluendo.com>
24914
24915         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24916         Get actual segment size and buffer size after opening
24917         the device.
24918
24919 2005-05-30  Wim Taymans  <wim@fluendo.com>
24920
24921         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24922         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24923         Also FLUSH upstream, makes the loop function exit faster.
24924         
24925         * ext/theora/theoradec.c: (theora_dec_src_query):
24926         Some more debug info in the query.
24927         
24928         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24929         (gst_ximagesink_setcaps):
24930         Release lock on par error, better error reporting.
24931
24932 2005-05-26  Wim Taymans  <wim@fluendo.com>
24933
24934         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24935         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24936         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24937         Clear chains in READY
24938         Queue packets until the chain is activated.
24939
24940 2005-05-25  Wim Taymans  <wim@fluendo.com>
24941
24942         * gst-libs/gst/audio/gstaudiosink.c:
24943         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24944         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24945         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24946         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24947         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24948         (gst_audiosink_create_ringbuffer):
24949         * gst-libs/gst/audio/gstbaseaudiosink.c:
24950         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24951         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24952         (gst_baseaudiosink_set_property), (build_linear_format),
24953         (debug_spec_caps), (debug_spec_buffer),
24954         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24955         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24956         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24957         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24958         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24959         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24960         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24961         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24962         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24963         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24964         (wait_segment), (gst_ringbuffer_commit),
24965         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24966         (gst_ringbuffer_clear):
24967         Various small cleanups.
24968
24969         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24970         (gst_audio_convert_change_state):
24971         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24972         No need to take the locks anymore.
24973
24974 2005-05-25  Wim Taymans  <wim@fluendo.com>
24975
24976         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24977         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24978         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24979         (type_found):
24980         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24981         (group_destroy), (group_commit), (queue_overrun),
24982         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24983         (mute_stream), (new_decoded_pad), (setup_substreams),
24984         (setup_source), (mute_group_type), (set_active_source),
24985         (gst_play_base_bin_change_state):
24986         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24987         (gen_video_element), (gen_text_element), (gen_audio_element),
24988         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24989         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24990         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24991         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24992         Some playbin cleanups mostly refcounting sloppyness.
24993
24994 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24995
24996         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24997           Work with streaming input.
24998
24999 2005-05-25  Wim Taymans  <wim@fluendo.com>
25000
25001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25002         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25003         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
25004         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
25005         No need to take the STREAM lock anymore.
25006
25007 2005-05-25  Wim Taymans  <wim@fluendo.com>
25008
25009         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
25010         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
25011         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
25012         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
25013         (gst_ogg_demux_sink_activate):
25014         * ext/theora/theoradec.c: (theora_dec_src_event),
25015         (theora_handle_comment_packet), (theora_dec_chain),
25016         (theora_dec_change_state):
25017         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25018         (vorbis_handle_data_packet), (vorbis_dec_chain),
25019         (vorbis_dec_change_state):
25020         Remove STREAM locks as they are taken in core now.
25021         Never set bogus granulepos on vorbis/theora.
25022         Fix leaks in theoradec tag parsing.
25023
25024 2005-05-25  Wim Taymans  <wim@fluendo.com>
25025
25026         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
25027         Fix memleaks, GST_BUFFER_DATA() is not freed.
25028
25029 2005-05-25  Wim Taymans  <wim@fluendo.com>
25030
25031         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
25032         Open non-blocking, set to blocking mode afterwards to avoid
25033         lockups when audio device is busy.
25034
25035 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25036
25037         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
25038           This can't be good.
25039
25040 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25041
25042         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25043         (gst_audio_convert_chain), (gst_audio_convert_link_src),
25044         (gst_audio_convert_setcaps):
25045           Implement instant setup switching.
25046
25047 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25048
25049         * gst/playback/gstplaybasebin.c: (probe_triggered):
25050           Fix missing unlock.
25051         * gst/playback/gstplaybin.c: (add_sink):
25052           First add, then link (otherwise pad link fails).
25053
25054 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25055
25056         * examples/Makefile.am:
25057         fix buildbot (make distcheck)
25058
25059 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25060
25061         * gst/playback/gstplaybin.c: (gen_vis_element):
25062           Remove some wrong code. Doesn't work yet.
25063
25064 2005-05-19  Wim Taymans  <wim@fluendo.com>
25065
25066         * gst-libs/gst/net/Makefile.am:
25067         * gst-libs/gst/net/README:
25068         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
25069         (gst_netbuffer_class_init), (gst_netbuffer_init),
25070         (gst_netbuffer_finalize), (gst_netbuffer_copy),
25071         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
25072         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
25073         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
25074         * gst-libs/gst/net/gstnetbuffer.h:
25075         Added buffer subclass to store extra to/from addresses for
25076         network sources/sinks.
25077
25078 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25079
25080         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25081           Don't lock an unassigned variable.
25082
25083 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25084
25085         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
25086           Increase buffer for video, decrease buffer for other media types.
25087         * gst/playback/gstplaybin.c: (gen_video_element),
25088         (gen_audio_element):
25089           Change names for debugging purposes.
25090
25091 2005-05-18  Wim Taymans  <wim@fluendo.com>
25092
25093         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25094         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25095         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
25096         (gst_ffmpegcsp_chain):
25097         Enable buffer alloc passthrough if the source and dest
25098         formats are the same.
25099
25100 2005-05-17  Wim Taymans  <wim@fluendo.com>
25101
25102         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
25103         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
25104         (gst_ogg_demux_chain_unlocked):
25105         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25106         (gst_audio_convert_caps_remove_format_info),
25107         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25108         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
25109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25110         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25111         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
25112         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
25113         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25114         (gst_ffmpegcsp_get_property):
25115         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
25116         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
25117         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
25118         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
25119         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
25120         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
25121         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
25122         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
25123         Leak fixes in oggdemux.
25124         Some cleanups in audioconvert.
25125         Make passthrough work along with buffer_alloc etc.
25126         Make buffer_alloc and buffer recycling actually work in
25127         xvimagesink.
25128
25129 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
25130
25131         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
25132           make the compiler happy
25133
25134 2005-05-17  Wim Taymans  <wim@fluendo.com>
25135
25136         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
25137         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
25138         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
25139         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
25140         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
25141         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
25142         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
25143         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25144         (gst_xvimagesink_set_xwindow_id):
25145         * sys/xvimage/xvimagesink.h:
25146         Port xvimagesink to new MiniObject.
25147
25148 2005-05-17  Wim Taymans  <wim@fluendo.com>
25149
25150         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25151         (gst_audiofilter_chain):
25152         * gst-libs/gst/audio/gstaudiosink.c:
25153         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25154         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25155         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25156         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25157         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25158         (gst_audiosink_create_ringbuffer):
25159         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25160         (gst_audio_convert_caps_remove_format_info),
25161         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25162         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25163         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25164         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25165         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25166         Fix passthrough in ffmpegcolorspace.
25167         Fix memset in audiosink on wrong memory.
25168
25169 2005-05-16  David Schleef  <ds@schleef.org>
25170
25171         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
25172         to GstMiniObject.
25173
25174 2005-05-16  David Schleef  <ds@schleef.org>
25175
25176         Port from GstData to GstMiniObject.
25177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
25178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
25179         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
25180         (gst_ogg_mux_collected):
25181         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25182         * ext/theora/theoradec.c: (theora_handle_comment_packet),
25183         (theora_handle_data_packet):
25184         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25185         (theora_set_header_on_caps), (theora_enc_chain):
25186         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25187         (vorbis_handle_comment_packet):
25188         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
25189         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
25190         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
25191         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
25192         * gst/audioconvert/gstaudioconvert.c:
25193         (gst_audio_convert_get_buffer):
25194         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25195         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
25196         (mute_stream), (silence_stream):
25197         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
25198         * gst/volume/gstvolume.c: (volume_transform):
25199         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
25200         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
25201         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
25202         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25203         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
25204         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
25205         (gst_ximagesink_buffer_alloc):
25206         * sys/ximage/ximagesink.h:
25207
25208 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25209
25210         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25211         (fill_buffer), (check_queue), (queue_threshold_reached),
25212         (queue_out_of_data):
25213         * gst/playback/gstplaybasebin.h:
25214           Post buffer-fullness on the bus.
25215
25216 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25217
25218         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25219         (try_to_link_1):
25220         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25221         (group_commit), (probe_triggered), (setup_source),
25222         (gst_play_base_bin_change_state):
25223         * gst/playback/gstplaybasebin.h:
25224         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25225         (gst_play_bin_init), (remove_sinks), (setup_sinks),
25226         (gst_play_bin_change_state):
25227           Move setup_output_pads into a virtual function, remove
25228           group-switch (no longer needed) and redirect (handled by bus
25229           now) signals.
25230
25231 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25232
25233         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25234         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25235         (get_active_group), (get_building_group), (group_destroy),
25236         (group_commit), (check_queue), (queue_overrun),
25237         (queue_threshold_reached), (queue_out_of_data),
25238         (gen_preroll_element), (remove_groups), (unknown_type),
25239         (add_element_stream), (no_more_pads), (probe_triggered),
25240         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25241         (setup_substreams), (setup_source), (finish_source),
25242         (prepare_output), (muted_group_change_state),
25243         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25244         (gst_play_base_bin_change_state):
25245         * gst/playback/gstplaybasebin.h:
25246         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25247         (gst_play_bin_init), (gst_play_bin_set_property),
25248         (gen_video_element), (gen_text_element), (gen_audio_element),
25249         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25250         (gst_play_bin_change_state):
25251         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25252         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25253         (stream_info_change_state), (gst_stream_info_set_mute),
25254         (gst_stream_info_get_property):
25255         * gst/playback/gststreaminfo.h:
25256         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25257         (gst_stream_selector_get_linked_pad),
25258         (gst_stream_selector_getcaps),
25259         (gst_stream_selector_get_linked_pads),
25260         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25261         * gst/playback/gststreamselector.h:
25262           Rough port of playbin. Needs some more work, but is mostly done,
25263           and uses a few locks in important places, which should make stuff
25264           like chain-switches clean. Still uses GST_STATE() in a few places,
25265           which isn't all that good an idea, subtitles/elements disabled
25266           because no elements to test with and thus probably broken, query
25267           and event handling moved to GstBin, internal thread removed
25268           alltogether because the pipeline does that for us now. Can play
25269           Ogg/Vorbis files. Haven't tested anything else yet.
25270
25271 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25272
25273         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25274           Do no-more-pads (needed for autoplugging).
25275
25276 2005-05-10  Andy Wingo  <wingo@pobox.com>
25277
25278         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25279         message to the bus with the tags. Still not sent downstream tho.
25280
25281         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25282         get_parent.
25283         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25284         avoid refcounting hassles.
25285
25286 2005-05-09  Andy Wingo  <wingo@pobox.com>
25287
25288         * gst/volume/Makefile.am:
25289         * gst/volume/demo.c
25290         * gst/volume/gstvolume.h
25291         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25292         basetransform. Probably need an audio filter base class.
25293
25294 2005-05-09  Wim Taymans  <wim@fluendo.com>
25295
25296         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25297         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25298         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25299         (gst_vorbisenc_chain):
25300         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25301         (gst_audio_convert_caps_remove_format_info),
25302         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25303         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25304         Make caps writable before writing to it.
25305         Fix negotiation in audioconvert some more.
25306
25307 2005-05-09  Wim Taymans  <wim@fluendo.com>
25308
25309         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25310         (gst_videorate_getcaps), (gst_videorate_setcaps),
25311         (gst_videorate_event), (gst_videorate_chain):
25312         Better negotiation.
25313
25314 2005-05-09  Wim Taymans  <wim@fluendo.com>
25315
25316         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25317         (gst_videorate_getcaps), (gst_videorate_setcaps),
25318         (gst_videorate_blank_data), (gst_videorate_init),
25319         (gst_videorate_event), (gst_videorate_chain),
25320         (gst_videorate_change_state):
25321         Port videorate, do a better job at negotiation while we're at
25322         it.
25323
25324 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25325
25326         * configure.ac:
25327           Disable libvisual
25328
25329         * examples/Makefile.am:
25330         * gst-libs/gst/audio/Makefile.am:
25331         * gst-libs/gst/riff/Makefile.am:
25332         * gst-libs/gst/tag/Makefile.am:
25333         * gst-libs/gst/video/Makefile.am:
25334           Fixups for missing variables.
25335
25336 2005-05-09  Wim Taymans  <wim@fluendo.com>
25337
25338         * examples/seeking/seek.c: (make_theora_pipeline),
25339         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25340         (query_rates), (query_positions_elems), (query_positions_pads),
25341         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25342         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25343         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25344         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25345         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25346         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25347         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25348         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25349         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25350         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25351         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25352         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25353         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25354         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25355         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25356         (theora_dec_src_convert), (theora_dec_sink_convert),
25357         (theora_dec_src_query), (theora_dec_sink_query),
25358         (theora_dec_src_event), (theora_dec_sink_event),
25359         (theora_handle_comment_packet), (theora_handle_type_packet),
25360         (theora_handle_header_packet), (theora_handle_data_packet),
25361         (theora_dec_chain):
25362         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25363         (vorbis_dec_convert), (vorbis_dec_src_query),
25364         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25365         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25366         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25367         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25368         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25369         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25370         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25371         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25372         (gst_play_bin_query):
25373         * gst/playback/test3.c: (update_scale):
25374         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25375         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25376         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25377         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25378         (gst_videotestsrc_src_query):
25379         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25380         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25381         (paint_hline_YUV9):
25382         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25383         Port to new query API.
25384         Updated seek.
25385         Cleanups in x[v]imagesink
25386
25387 2005-05-09  Andy Wingo  <wingo@pobox.com>
25388
25389         * ext/alsa/gstalsasink.h:
25390         * ext/gnomevfs/gstgnomevfssrc.c:
25391         (gst_gnomevfssrc_get_icy_metadata):
25392         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25393         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25394         * ext/theora/theoradec.c (theora_dec_src_query)
25395         (theora_dec_src_event, theora_dec_sink_event)
25396         (theora_handle_comment_packet, theora_handle_data_packet):
25397         * ext/theora/theoraenc.c (theora_enc_chain):
25398         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25399         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25400         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25401         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25402         (qt_type_find):
25403         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25404         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25405         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25406         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25407         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25408         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25409         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25410         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25411         (paint_setup_RGB565, paint_setup_xRGB1555):
25412         * gst/videotestsrc/videotestsrc.h:
25413         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25414         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25415         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25416         GCC4 fixes.
25417         
25418         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25419         gst_pad_query_position. Fixes oggdemux.
25420
25421 2005-05-08  David Schleef  <ds@schleef.org>
25422
25423         * configure.ac: Require liboil.
25424         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25425         a few more.
25426         * gst/videotestsrc/videotestsrc.c:
25427         * gst/videotestsrc/videotestsrc.h:
25428
25429 2005-05-06  Wim Taymans  <wim@fluendo.com>
25430
25431         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25432         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25433         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25434         Well, unreffing a buffer right before pushing it is asking
25435         for trouble..
25436
25437 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25438
25439         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25440
25441 2005-05-06  Wim Taymans  <wim@fluendo.com>
25442
25443         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25444         (gst_audio_convert_caps_remove_format_info),
25445         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25446         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25447         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25448         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25449         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25450         * gst/sine/Makefile.am:
25451         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25452         (gst_sinesrc_class_init), (gst_sinesrc_init),
25453         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25454         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25455         (gst_sinesrc_update_freq):
25456         * gst/sine/gstsinesrc.h:
25457         * gst/tcp/gstmultifdsink.c:
25458         * sys/xvimage/xvimagesink.c:
25459         Fixed negotiation wrt _peer_get_caps()
25460         Some cleanups.
25461
25462
25463 2005-05-06  Wim Taymans  <wim@fluendo.com>
25464
25465         * gst-libs/gst/audio/gstaudiosink.c:
25466         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25467         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25468         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25469         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25470         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25471         (gst_audiosink_create_ringbuffer):
25472         * gst-libs/gst/audio/gstbaseaudiosink.c:
25473         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25474         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25475         (gst_baseaudiosink_set_property), (build_linear_format),
25476         (debug_spec_caps), (debug_spec_buffer),
25477         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25478         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25479         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25480         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25481         * gst-libs/gst/audio/gstbaseaudiosink.h:
25482         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25483         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25484         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25485         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25486         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25487         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25488         (wait_segment), (gst_ringbuffer_commit),
25489         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25490         (gst_ringbuffer_clear):
25491         * gst-libs/gst/audio/gstringbuffer.h:
25492         Make the base audiosink return an error when there is no
25493         audiobuffer negotiated.
25494
25495 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25496
25497         * ext/Makefile.am:
25498         Disable cdparanoia until someone ports it!
25499
25500 2005-05-06  Wim Taymans  <wim@fluendo.com>
25501
25502         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25503         (gst_ogg_demux_sink_activate):
25504         And revert after wingo's revert.. sigh..
25505
25506 2005-05-05  Andy Wingo  <wingo@pobox.com>
25507
25508         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25509         GObject.
25510         * configure.ac: Return audiorate and subparse from the ghetto.
25511         Re-enable -Wall -Werror.
25512         * gst/subparse/gstsubparse.c:
25513         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25514         or chain-based. Cleaned up a bit. Not tested.
25515         
25516 2005-05-05  Christian Schaller <christian@fluendo.com> 
25517
25518         * Makefile.am: remove stuff that is not building
25519         * configure.ac: remove stuff that is not building
25520         * examples/Makefile.am: remove stuff that is not building
25521         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25522         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25523         * sys/Makefile.am: remove stuff that is not building
25524         * testsuite/Makefile.am: remove stuff that is not building
25525
25526 2005-05-05  Andy Wingo  <wingo@pobox.com>
25527
25528         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25529         * gst-libs/gst/tag/gstvorbistag.c:
25530         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25531         * gst/adder/gstadder.h:
25532         * gst/audioconvert/gstchannelmix.c:
25533         (gst_audio_convert_fill_one_other):
25534         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25535         (gst_audiorate_init), (gst_audiorate_chain):
25536         * gst/playback/gstplaybasebin.c: (setup_source):
25537         * gst/playback/test3.c: (update_scale):
25538         Some GCC4 fixes
25539         
25540         * po/af.po:
25541         * po/az.po:
25542         * po/cs.po:
25543         * po/en_GB.po:
25544         * po/hu.po:
25545         * po/it.po:
25546         * po/nb.po:
25547         * po/nl.po:
25548         * po/or.po:
25549         * po/sq.po:
25550         * po/sr.po:
25551         * po/sv.po:
25552         * po/uk.po:
25553         * po/vi.po: Foo
25554
25555 2005-05-05  Wim Taymans  <wim@fluendo.com>
25556
25557         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25558         (gst_audio_convert_caps_remove_format_info),
25559         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25560         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25561         * gst/videotestsrc/gstvideotestsrc.c:
25562         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25563         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25564         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25565         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25566         Don't ignore _push() return values.
25567         Make sure no processing is done when shutting down.
25568         Videotestsrc pad activation fix.
25569
25570 2005-05-05  Wim Taymans  <wim@fluendo.com>
25571
25572         * gst/adder/Makefile.am:
25573         * gst/adder/gstadder.c: (gst_adder_setcaps),
25574         (gst_adder_class_init), (gst_adder_init),
25575         (gst_adder_request_new_pad), (gst_adder_collected),
25576         (gst_adder_change_state):
25577         * gst/adder/gstadder.h:
25578         Ported adder as an example of a mixer element using
25579         collect pads. Needs more negotiation work.
25580
25581 2005-05-05  Wim Taymans  <wim@fluendo.com>
25582
25583         * ext/theora/theoradec.c: (_inc_granulepos),
25584         (theora_dec_src_event), (theora_dec_sink_event),
25585         (theora_handle_comment_packet), (theora_handle_type_packet),
25586         (theora_handle_header_packet), (theora_handle_data_packet),
25587         (theora_dec_chain):
25588         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25589         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25590         (theora_push_buffer), (theora_push_packet),
25591         (theora_enc_sink_event), (theora_enc_chain),
25592         (theora_enc_change_state), (theora_enc_set_property),
25593         (theora_enc_get_property):
25594         Added stream lock to decoder so that we can serialize
25595         the discont event.
25596         More theoraenc porting, recover from errors, do clean
25597         shutdown.
25598
25599 2005-05-05  Wim Taymans  <wim@fluendo.com>
25600
25601         * ext/ogg/Makefile.am:
25602         * ext/ogg/README:
25603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25604         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25605         (gst_ogg_print):
25606         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25607         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25608         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25609         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25610         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25611         (gst_ogg_mux_change_state):
25612         Ported ogg muxer.
25613
25614 2005-05-05  Wim Taymans  <wim@fluendo.com>
25615
25616         * docs/design-audiosinks.txt:
25617         * gst-libs/gst/audio/TODO:
25618         * gst-libs/gst/audio/gstaudiosink.c:
25619         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25620         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25621         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25622         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25623         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25624         (gst_audiosink_create_ringbuffer):
25625         * gst-libs/gst/audio/gstbaseaudiosink.c:
25626         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25627         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25628         (gst_baseaudiosink_set_property), (build_linear_format),
25629         (debug_spec_caps), (debug_spec_buffer),
25630         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25631         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25632         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25633         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25634         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25635         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25636         (gst_ringbuffer_release), (gst_ringbuffer_play),
25637         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25638         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25639         (gst_ringbuffer_set_sample), (wait_segment),
25640         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25641         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25642         More work on the audiosink, mostly debugging and a race in
25643         shutdown.
25644
25645 2005-04-28  Wim Taymans  <wim@fluendo.com>
25646
25647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25648         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25649         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25650         (vorbis_dec_src_query), (vorbis_dec_src_event),
25651         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25652         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25653         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25654         Don't crap out when seeking back to position 0.
25655
25656 2005-04-28  Wim Taymans  <wim@fluendo.com>
25657
25658         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25659         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25660         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25661         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25662         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25663         Make audio sink configurable, use alsasink as default.
25664
25665 2005-04-28  Wim Taymans  <wim@fluendo.com>
25666
25667         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25668         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25669         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25670         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25671         (vorbis_dec_change_state):
25672         * ext/vorbis/vorbisdec.h:
25673         Refactor, use STREAM_LOCK.
25674
25675 2005-04-28  Wim Taymans  <wim@fluendo.com>
25676
25677         * ext/theora/theoradec.c: (_inc_granulepos),
25678         (theora_dec_sink_event), (theora_handle_comment_packet),
25679         (theora_handle_type_packet), (theora_handle_header_packet),
25680         (theora_handle_data_packet), (theora_dec_chain),
25681         (theora_dec_change_state):
25682         Refactor a bit, use STREAM_LOCK.
25683
25684 2005-04-28  Wim Taymans  <wim@fluendo.com>
25685
25686         * ext/alsa/Makefile.am:
25687         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25688         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25689         (gst_alsa_link), (gst_alsa_close_audio):
25690         * ext/alsa/gstalsaplugin.c: (plugin_init):
25691         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25692         (gst_alsasink_dispose), (gst_alsasink_base_init),
25693         (gst_alsasink_class_init), (gst_alsasink_init),
25694         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25695         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25696         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25697         (gst_alsasink_reset):
25698         * ext/alsa/gstalsasink.h:
25699         Implement alsasink with simple open/write/close API. 
25700         Make alsa dir build by disabling compilation of code.
25701
25702 2005-04-28  Wim Taymans  <wim@fluendo.com>
25703
25704         * gst-libs/gst/audio/Makefile.am:
25705         * gst-libs/gst/audio/audio.h:
25706         * gst-libs/gst/audio/audioclock.c:
25707         * gst-libs/gst/audio/audioclock.h:
25708         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25709         (gst_audio_clock_class_init), (gst_audio_clock_init),
25710         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25711         * gst-libs/gst/audio/gstaudioclock.h:
25712         * gst-libs/gst/audio/gstaudiosink.c:
25713         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25714         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25715         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25716         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25717         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25718         (gst_audiosink_create_ringbuffer):
25719         * gst-libs/gst/audio/gstbaseaudiosink.c:
25720         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25721         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25722         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25723         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25724         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25725         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25726         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25727         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25728         * gst-libs/gst/audio/gstbaseaudiosink.h:
25729         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25730         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25731         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25732         (gst_ringbuffer_release), (gst_ringbuffer_play),
25733         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25734         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25735         (gst_ringbuffer_set_sample), (wait_segment),
25736         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25737         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25738         * gst-libs/gst/audio/gstringbuffer.h:
25739         Make ringbuffer faster and more simple by removing the locks
25740         in the playback thread.
25741         Add sample accurate playback based on buffer sample offsets.
25742         Make the baseaudiosink provide a clock.
25743         Parse caps in the base class.
25744         Correctly handle seeking, flushing and state changes.
25745
25746 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25747
25748         * configure.ac:
25749         * gst/audioconvert/Makefile.am:
25750         * gst/audioscale/Makefile.am:
25751           Fix part of the build.  Come on guys, autogen didn't even work :)
25752
25753 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25754
25755         * configure.ac:
25756         * gst-libs/gst/Makefile.am:
25757         * gst-libs/gst/media-info/.cvsignore:
25758         * gst-libs/gst/media-info/Makefile.am:
25759         * gst-libs/gst/media-info/README:
25760         * gst-libs/gst/media-info/media-info-priv.c:
25761         * gst-libs/gst/media-info/media-info-priv.h:
25762         * gst-libs/gst/media-info/media-info-test.c:
25763         * gst-libs/gst/media-info/media-info.c:
25764         * gst-libs/gst/media-info/media-info.h:
25765         * gst-libs/gst/media-info/media-info.vcproj:
25766         * pkgconfig/Makefile.am:
25767         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25768         * pkgconfig/gstreamer-media-info.pc.in:
25769           Remove media-info, which is also successed by playbin (see Totem
25770           implementation).
25771
25772 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25773
25774         * configure.ac:
25775         * examples/Makefile.am:
25776         * examples/gstplay/.cvsignore:
25777         * examples/gstplay/Makefile.am:
25778         * examples/gstplay/player.c:
25779         * gst-libs/gst/Makefile.am:
25780         * gst-libs/gst/play/.cvsignore:
25781         * gst-libs/gst/play/Makefile.am:
25782         * gst-libs/gst/play/play.c:
25783         * gst-libs/gst/play/play.h:
25784         * gst-libs/gst/play/play.vcproj:
25785         * pkgconfig/Makefile.am:
25786         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25787         * pkgconfig/gstreamer-play.pc.in:
25788           Remove libgstplay, playbin is now the official successor.
25789
25790 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25791
25792         * configure.ac:
25793         * gst-libs/gst/Makefile.am:
25794         * gst-libs/gst/xwindowlistener/Makefile.am:
25795         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25796         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25797           Remove deprecated xwindowlistener (I've moved xwindowlistening
25798           in the v4l/v4l2 plugins over to serverside).
25799
25800 2005-04-25  David Schleef  <ds@schleef.org>
25801
25802         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25803         to examples/dynparams.  Examples do not belong interspersed with
25804         source code.
25805         * examples/dynparams/demo-dparams.c:
25806         * gst/sine/Makefile.am:
25807         * gst/sine/demo-dparams.c:
25808
25809 2005-04-25  David Schleef  <ds@schleef.org>
25810
25811         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25812         * gst-libs/gst/audio/Makefile.am:
25813         * gst-libs/gst/riff/Makefile.am:
25814         * gst-libs/gst/tag/Makefile.am:
25815         * gst-libs/gst/video/Makefile.am:
25816         * gst-libs/gst/xwindowlistener/Makefile.am:
25817
25818         Convert to 0.9 API, seems to work:
25819         * sys/ximage/Makefile.am:
25820         * sys/ximage/ximagesink.c:
25821
25822 2005-04-24  David Schleef  <ds@schleef.org>
25823
25824         Link plugins against libraries:
25825         * ext/alsa/Makefile.am:
25826         * gst/tcp/Makefile.am:
25827
25828         Remove asm code that should be in liboil
25829         * gst/videoscale/Makefile.am:
25830         * gst/videoscale/videoscale_x86_asm.s:
25831
25832         gettext wants these checked in:
25833         * po/af.po:
25834         * po/az.po:
25835         * po/cs.po:
25836         * po/en_GB.po:
25837         * po/hu.po:
25838         * po/it.po:
25839         * po/nb.po:
25840         * po/nl.po:
25841         * po/or.po:
25842         * po/sq.po:
25843         * po/sr.po:
25844         * po/sv.po:
25845         * po/uk.po:
25846         * po/vi.po:
25847
25848 2005-04-24  David Schleef  <ds@schleef.org>
25849
25850         Convert gst_main() to g_main_loop_run()
25851         * gst/playback/decodetest.c: (main):
25852         * gst/playback/test2.c: (main):
25853         * gst/playback/test3.c: (main):
25854         * gst/playback/test4.c: (main):
25855
25856         Link plugins against libraries:
25857         * ext/libvisual/Makefile.am:
25858         * sys/xvimage/Makefile.am:
25859
25860 2005-04-24  David Schleef  <ds@schleef.org>
25861
25862         * configure.ac: Remove idct and resample libs
25863         * gst-libs/gst/Makefile.am: same
25864
25865         Remove usage of gst_library_load():
25866         * ext/alsa/gstalsaplugin.c: (plugin_init):
25867         * ext/libvisual/visual.c: (plugin_init):
25868         * ext/ogg/gstogg.c: (plugin_init):
25869         * ext/theora/theora.c: (plugin_init):
25870         * ext/vorbis/vorbis.c: (plugin_init):
25871         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25872         * gst/audioscale/gstaudioscale.c:
25873         * gst/adder/gstadder.c: (plugin_init):
25874         * gst/audioconvert/plugin.c: (plugin_init):
25875         * sys/ximage/ximagesink.c: (plugin_init):
25876         * sys/xvimage/xvimagesink.c: (plugin_init):
25877         * gst/tcp/gsttcpplugin.c: (plugin_init):
25878
25879         Link plugins against libraries:
25880         * ext/ogg/Makefile.am:
25881         * ext/theora/Makefile.am:
25882         * ext/vorbis/Makefile.am:
25883         * gst/audioconvert/Makefile.am:
25884
25885         Create proper libraries:
25886         * gst-libs/gst/riff/Makefile.am:
25887         * gst-libs/gst/audio/Makefile.am:
25888         * gst-libs/gst/video/Makefile.am:
25889
25890         Move resample library to audioscale plugin directory:
25891         * gst-libs/gst/resample/Makefile.am:
25892         * gst-libs/gst/resample/README:
25893         * gst-libs/gst/resample/dtof.c:
25894         * gst-libs/gst/resample/dtos.c:
25895         * gst-libs/gst/resample/functable.c:
25896         * gst-libs/gst/resample/private.h:
25897         * gst-libs/gst/resample/resample.c:
25898         * gst-libs/gst/resample/resample.h:
25899         * gst-libs/gst/resample/resample.vcproj:
25900         * gst-libs/gst/resample/test.c:
25901         * gst/audioscale/Makefile.am:
25902         * gst/audioscale/README:
25903         * gst/audioscale/dtof.c:
25904         * gst/audioscale/dtos.c:
25905         * gst/audioscale/functable.c:
25906         * gst/audioscale/private.h:
25907         * gst/audioscale/resample.c:
25908         * gst/audioscale/resample.h:
25909         * gst/audioscale/test.c:
25910
25911         Move tagedit library to gst-libs:
25912         * gst-libs/gst/tag/Makefile.am:
25913         * gst-libs/gst/tag/gstid3tag.c:
25914         * gst-libs/gst/tag/gsttagediting.c:
25915         * gst-libs/gst/tag/gsttageditingprivate.h:
25916         * gst-libs/gst/tag/gstvorbistag.c:
25917         * gst/tags/Makefile.am:
25918         * gst/tags/gstid3tag.c:
25919         * gst/tags/gstvorbistag.c:
25920
25921         Fix for core changes:
25922         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25923         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25924         (gst_sinesrc_getrange):
25925
25926 2005-04-23  David Schleef  <ds@schleef.org>
25927
25928         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25929         in gst-plugins in a long time, and properly belongs in liboil.
25930         * gst-libs/gst/idct/Makefile.am:
25931         * gst-libs/gst/idct/README:
25932         * gst-libs/gst/idct/dct.h:
25933         * gst-libs/gst/idct/doieee:
25934         * gst-libs/gst/idct/fastintidct.c:
25935         * gst-libs/gst/idct/floatidct.c:
25936         * gst-libs/gst/idct/idct.c:
25937         * gst-libs/gst/idct/idct.h:
25938         * gst-libs/gst/idct/idtc.vcproj:
25939         * gst-libs/gst/idct/ieeetest.c:
25940         * gst-libs/gst/idct/intidct.c:
25941
25942 2005-04-20  Wim Taymans  <wim@fluendo.com>
25943
25944         * docs/design-audiosinks.txt:
25945         * gst-libs/gst/audio/Makefile.am:
25946         * gst-libs/gst/audio/TODO:
25947         * gst-libs/gst/audio/gstaudiosink.c:
25948         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25949         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25950         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25951         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25952         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25953         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25954         (gst_audiosink_class_init), (gst_audiosink_init),
25955         (gst_audiosink_create_ringbuffer):
25956         * gst-libs/gst/audio/gstaudiosink.h:
25957         * gst-libs/gst/audio/gstbaseaudiosink.c:
25958         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25959         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25960         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25961         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25962         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25963         (gst_baseaudiosink_create_ringbuffer),
25964         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25965         * gst-libs/gst/audio/gstbaseaudiosink.h:
25966         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25967         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25968         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25969         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25970         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25971         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25972         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25973         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25974         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25975         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25976         * gst-libs/gst/audio/gstringbuffer.h:
25977         An attempt at a set of audio base classes together with some
25978         design docs.
25979
25980 2005-04-20  Wim Taymans  <wim@fluendo.com>
25981
25982         * gst/audioconvert/Makefile.am:
25983         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25984         (gst_audio_convert_caps_remove_format_info),
25985         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25986         (gst_audio_convert_channels):
25987         Link against audio libs.
25988         Fix audio convert plugin.
25989
25990 2005-04-20  Wim Taymans  <wim@fluendo.com>
25991
25992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25993         (gst_ogg_demux_sink_activate):
25994         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25995         (theora_set_header_on_caps), (theora_enc_sink_event),
25996         (theora_enc_chain):
25997         Fix theora encoder.
25998
25999 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26000
26001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
26002         * gst/playback/gstdecodebin.c: (find_compatibles):
26003           Work with staticpadtemplates in elementfactories.
26004
26005 2005-04-12  Wim Taymans  <wim@fluendo.com>
26006
26007         * gst/playback/README:
26008         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
26009         (compare_ranks), (print_feature), (gst_decode_bin_init),
26010         (dynamic_create), (dynamic_free), (find_compatibles),
26011         (mimetype_is_raw), (close_pad_link), (got_redirect),
26012         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
26013         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
26014         (gst_decode_bin_change_state):
26015         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26016         (gst_play_base_bin_init), (group_destroy), (group_commit),
26017         (check_queue), (queue_overrun), (queue_threshold_reached),
26018         (queue_out_of_data), (gen_preroll_element), (unknown_type),
26019         (new_decoded_pad), (setup_subtitle), (gen_source_element),
26020         (got_redirect), (setup_source), (play_base_eos),
26021         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26022         (gst_play_base_bin_remove_element):
26023         * gst/playback/gstplaybasebin.h:
26024         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26025         (gst_play_bin_init), (gst_play_bin_dispose),
26026         (gst_play_bin_set_property), (gen_video_element),
26027         (gen_text_element), (gen_audio_element), (remove_sinks),
26028         (gst_play_bin_send_event):
26029         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
26030         (stream_info_change_state), (gst_stream_info_set_mute):
26031         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26032         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
26033         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
26034         (gst_stream_selector_chain):
26035         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26036         (main):
26037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
26038         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
26039         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26040         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
26041         Raw and crude port of decodebin. 
26042         Make playbin compile.
26043
26044 2005-04-06  Wim Taymans  <wim@fluendo.com>
26045
26046         * ext/gnomevfs/Makefile.am:
26047         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
26048         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26049         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
26050         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
26051         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
26052         (gst_gnomevfssrc_stop):
26053         * ext/ogg/Makefile.am:
26054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
26055         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
26056         * ext/theora/Makefile.am:
26057         * ext/theora/theoradec.c: (_inc_granulepos),
26058         (theora_dec_sink_event), (theora_dec_chain):
26059         * ext/vorbis/Makefile.am:
26060         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
26061         (vorbis_dec_sink_event), (vorbis_dec_chain):
26062         * gst-libs/gst/audio/Makefile.am:
26063         * sys/xvimage/Makefile.am:
26064         Make gnomevfssrc extend the source base class.
26065         Fix linking against libs in various plugins.
26066
26067 2005-04-06  Andy Wingo  <wingo@pobox.com>
26068
26069         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
26070         GST_BASE_LIBS.
26071
26072         * configure.ac: Add check and AC_SUBST for libgstbase.
26073
26074 2005-03-31  Wim Taymans  <wim@fluendo.com>
26075
26076         * examples/seeking/Makefile.am:
26077         * examples/seeking/cdparanoia.c: (main):
26078         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
26079         (play_cb), (pause_cb), (stop_cb), (main):
26080         * examples/seeking/playbin.c:
26081         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
26082         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
26083         (make_sid_pipeline), (make_vorbis_pipeline),
26084         (make_theora_pipeline), (make_vorbis_theora_pipeline),
26085         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
26086         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
26087         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
26088         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
26089         (stop_cb), (main):
26090         * examples/seeking/spider_seek.c:
26091         * examples/seeking/vorbisfile.c:
26092         * ext/gnomevfs/Makefile.am:
26093         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26094         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
26095         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26096         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
26097         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
26098         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
26099         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
26100         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
26101         * ext/ogg/README:
26102         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
26103         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
26104         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
26105         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
26106         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
26107         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
26108         (gst_ogg_pad_event), (gst_ogg_pad_reset),
26109         (gst_ogg_demux_factory_filter), (compare_ranks),
26110         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
26111         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
26112         (gst_ogg_chain_new), (gst_ogg_chain_free),
26113         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
26114         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
26115         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
26116         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
26117         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
26118         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
26119         (gst_ogg_demux_get_prev_page),
26120         (gst_ogg_demux_deactivate_current_chain),
26121         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
26122         (gst_ogg_demux_bisect_forward_serialno),
26123         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
26124         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
26125         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
26126         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
26127         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
26128         (gst_ogg_demux_change_state), (gst_ogg_print):
26129         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26130         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
26131         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26132         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
26133         (gst_ogg_mux_loop):
26134         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
26135         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
26136         (theora_dec_src_convert), (theora_dec_sink_convert),
26137         (theora_dec_src_query), (theora_dec_src_event),
26138         (theora_dec_sink_event), (theora_dec_chain),
26139         (theora_dec_change_state):
26140         * ext/theora/theoraenc.c: (gst_theora_enc_init),
26141         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
26142         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
26143         (theora_enc_change_state):
26144         * ext/vorbis/Makefile.am:
26145         * ext/vorbis/oggvorbisenc.c:
26146         * ext/vorbis/oggvorbisenc.h:
26147         * ext/vorbis/vorbis.c: (plugin_init):
26148         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
26149         (vorbis_dec_src_query), (vorbis_dec_src_event),
26150         (vorbis_dec_sink_event), (vorbis_dec_chain),
26151         (vorbis_dec_change_state):
26152         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26153         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
26154         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
26155         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
26156         (gst_vorbisenc_change_state):
26157         * ext/vorbis/vorbisenc.h:
26158         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
26159         * gst-libs/gst/audio/audioclock.c:
26160         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26161         (gst_audiofilter_init), (gst_audiofilter_chain):
26162         * gst-libs/gst/audio/testchannels.c: (main):
26163         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
26164         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
26165         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
26166         (gmip_find_track_streaminfo), (gmip_find_track_format):
26167         * gst-libs/gst/media-info/media-info.c:
26168         (gst_media_info_read_idler):
26169         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
26170         (gst_play_get_all_by_interface):
26171         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
26172         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
26173         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
26174         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
26175         (gst_riff_parse_info):
26176         * gst-libs/gst/riff/riff-read.h:
26177         * gst-libs/gst/riff/riff.c: (plugin_init):
26178         * gst-libs/gst/video/Makefile.am:
26179         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
26180         (gst_videosink_class_init), (gst_videosink_get_type):
26181         * gst-libs/gst/video/videosink.h:
26182         * gst/audioconvert/bufferframesconvert.c:
26183         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
26184         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
26185         * gst/audioconvert/channelmixtest.c: (main):
26186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26187         (gst_audio_convert_chain),
26188         (gst_audio_convert_caps_remove_format_info),
26189         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
26190         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
26191         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
26192         (gst_audio_convert_buffer_to_default_format),
26193         (gst_audio_convert_buffer_from_default_format),
26194         (gst_audio_convert_channels):
26195         * gst/audioconvert/gstchannelmix.h:
26196         * gst/ffmpegcolorspace/avcodec.h:
26197         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26198         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26199         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
26200         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
26201         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
26202         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26203         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26204         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26205         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26206         (dv_type_find):
26207         * gst/videotestsrc/gstvideotestsrc.c:
26208         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
26209         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
26210         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
26211         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
26212         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
26213         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
26214         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
26215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26216         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
26217         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
26218         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
26219         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26220         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
26221         (gst_xvimagesink_navigation_send_event),
26222         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
26223         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
26224         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26225         * sys/xvimage/xvimagesink.h:
26226         Plugin port to 0.9, ogg/theora playback should work in the seek
26227         example now.
26228         Removed old examples.
26229         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26230         explained in 0.9 TODO doc.
26231
26232
26233 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26234
26235         * autogen.sh:
26236         * configure.ac:
26237         * ext/Makefile.am:
26238         * gst/Makefile.am:
26239         * po/POTFILES.in:
26240         * po/af.po:
26241         * po/az.po:
26242         * po/cs.po:
26243         * po/en_GB.po:
26244         * po/hu.po:
26245         * po/it.po:
26246         * po/nb.po:
26247         * po/nl.po:
26248         * po/or.po:
26249         * po/sq.po:
26250         * po/sr.po:
26251         * po/sv.po:
26252         * po/uk.po:
26253         * po/vi.po:
26254         * sys/Makefile.am:
26255         * testsuite/Makefile.am:
26256           remove a whole bunch of plugins.  This module now contains a set
26257           of free reference plugins/elements as agreed.
26258
26259 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26260
26261         * configure.ac:
26262           hunting season on 0.9 is now OPEN
26263
26264 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26265
26266         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26267           Kick the hell out of gcc for not warning me about a symbol conflict.
26268
26269 2005-02-22  Luca Ognibene  <luogni@tin.it>
26270
26271         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26272
26273         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26274           Don't leak caps string (fixes #168134)
26275
26276         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26277         (gst_jpegenc_init), (gst_jpegenc_finalize),
26278         (gst_jpegenc_change_state):
26279           Don't leak line buffers and context struct (fixes #168133).
26280
26281 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26282
26283         * configure.ac:
26284         * ext/dirac/gstdiracdec.cc:
26285         (gst_diracdec_chain):
26286           Since dirac 0.5.0 the framerate in dirac is expressed as a
26287           rational number. Fix build and up requirement to 0.5.0, and
26288           also pass parameters to gst_diracdec_link in the right order
26289           (fixes #167959).
26290
26291 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
26292
26293         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26294         * ext/faad/gstfaad.h:
26295         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
26296         certain invalid muxed streams, where some packets will contain 
26297         junk after decoder data. Partially fixes #149158.
26298
26299 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
26300         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26301           Make sure we only write to writable buffers
26302
26303 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
26304
26305         * gst-libs/gst/riff/riff-media.c:
26306         (gst_riff_create_audio_caps_with_data):
26307           Do actually fix invalid RIFF fmt header values for alaw
26308           and mulaw audio instead of just saying so.
26309
26310         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26311           Give gst_riff_create_audio_caps_with_data() a chance to
26312           fix up broken format header fields before extracting any
26313           parameters from the header. (fixes #167633)
26314
26315 2005-02-19  Martin Holters  <martin.holters@gmx.de>
26316
26317         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26318
26319         * gst/audioconvert/bufferframesconvert.c:
26320         (buffer_frames_convert_link):
26321           Don't leak othercaps. (fixes #167878)
26322
26323 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26324
26325         * configure.ac:
26326         * ext/libvisual/visual.c: (gst_visual_srclink),
26327         (gst_visual_change_state):
26328           Support libvisual 0.2.0.
26329
26330 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26331
26332         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26333         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26334           Use same rowstrides for I420 as used everywhere else.
26335
26336 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26337
26338         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26339           Declare variables at beginning of block and make gcc-2.95 happy
26340           (fixes # 167482, patch by Gergely Nagy).
26341           
26342         * gst/tcp/gsttcpclientsrc.c:
26343         * gst/tcp/gsttcpclientsrc.h:
26344           Move some includes into the header, so that struct sockaddr_in is
26345           defined when it should be defined on FreeBSD as well (fixes
26346           #167483).
26347           
26348         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26349           Don't pass uninitialised values to setsockopt() here either.
26350
26351 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26352
26353         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26354
26355         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26356           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26357
26358 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26359
26360         * gst/playback/gstplaybin.c: (add_sink):
26361           Invert bin_add/link order to workaround deadlock in opt.
26362
26363 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26364
26365         * gst/modplug/gstmodplug.cc:
26366           Add missing break causing position queries to fail.
26367
26368 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26369
26370         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26371           Granpos can apparently be -1, which screws up calculations...
26372
26373 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26374
26375         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26376         (gst_ximagesink_send_pending_navigation),
26377         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26378         (gst_ximagesink_init):
26379         * sys/ximage/ximagesink.h:
26380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26381         (gst_xvimagesink_send_pending_navigation),
26382         (gst_xvimagesink_navigation_send_event),
26383         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26384         * sys/xvimage/xvimagesink.h:
26385           Use a mutex protected list to marshal navigation
26386           events into the stream thread from whichever thread
26387           sends them.
26388
26389 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26390
26391         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26392           Display current position and track length; misc. clean-ups.
26393           
26394         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26395         (speed_init), (speed_chain):
26396           Add query function, so that the stream length and current position
26397           get adjusted when queried (note that current position queries may
26398           still be wrong if the audio sink returns values based on buffer
26399           timestamps instead of passing on the query).
26400
26401 2005-02-13  Benjamin Otte  <otte@gnome.org>
26402
26403         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26404         (gst_audio_convert_channels):
26405           create channel conversion matrix when linking
26406         * gst/audioconvert/.cvsignore:
26407         * gst/audioconvert/Makefile.am:
26408         * gst/audioconvert/channelmixtest.c: (main):
26409           add (ugly) test that ensures stereo <=> mono conversion works
26410           correctly
26411
26412 2005-02-13  Benjamin Otte  <otte@gnome.org>
26413
26414         * gst/audioconvert/gstchannelmix.h:
26415           include missing header file
26416         * gst/audioconvert/gstchannelmix.c:
26417         (gst_audio_convert_fill_compatible):
26418           use same sign for both channels when converting to/from compatible
26419           channel. Previously used different signs made the signals cancel
26420           each other out and appear like silence. (fixes #167269)
26421
26422 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26423
26424         * gst/ffmpegcolorspace/avcodec.h:
26425         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26426         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26427         (gst_ffmpegcsp_avpicture_fill):
26428         * gst/ffmpegcolorspace/imgconvert.c:
26429           Convert to and from YV12 (fixes #156379).
26430
26431 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26432
26433         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26434         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26435         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26436         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26437         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26438         methods from chain and negotiation and vice versa (Fixes #166142).
26439         * sys/ximage/ximagesink.h: Add stream_lock.
26440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26441         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26442         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26443         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26444
26445 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26446
26447         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26448           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26449           error message when we can't open the DVD device (when dvdnav_open()
26450           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26451           the above). Send something more useful instead (fixes #167117).
26452
26453 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26454
26455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26456         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26457         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26458         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26459         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26460         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26461         methods from chain and negotiation and vice versa (Fixes #166142).
26462         Fix a possible bug of images in the buffer pool being discarded because
26463         we are looking at the wrong geometry.
26464         * sys/xvimage/xvimagesink.h: Add stream_lock.
26465
26466 2005-02-11  David Schleef  <ds@schleef.org>
26467
26468         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26469         unsigned int. (fixes #167128)
26470
26471 2005-02-11  David Schleef  <ds@schleef.org>
26472
26473         * gst/librfb/Makefile.am: Testing stuff before committing is
26474           for wimps... and people with fast machines.  Fix stupid
26475           mistake.
26476
26477 2005-02-11  David Schleef  <ds@schleef.org>
26478
26479         * configure.ac: Pull in librfb from my CVS tree, because it is
26480           too small and annoying to be separate.  Move rfbsrc plugin
26481           to gst/.
26482         * ext/Makefile.am:
26483         * ext/librfb/Makefile.am:
26484         * ext/librfb/gstrfbsrc.c:
26485         * gst/librfb/Makefile.am:
26486         * gst/librfb/gstrfbsrc.c:
26487         * gst/librfb/rfb.c:
26488         * gst/librfb/rfb.h:
26489         * gst/librfb/rfbbuffer.c:
26490         * gst/librfb/rfbbuffer.h:
26491         * gst/librfb/rfbbytestream.c:
26492         * gst/librfb/rfbbytestream.h:
26493         * gst/librfb/rfbcontext.h:
26494         * gst/librfb/rfbdecoder.c:
26495         * gst/librfb/rfbdecoder.h:
26496         * gst/librfb/rfbutil.h:
26497
26498 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26499
26500         * gst/speed/Makefile.am:
26501         * gst/speed/demo-mp3.c: (main):
26502         * gst/speed/filter.func:
26503         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26504         (speed_class_init), (speed_init), (speed_chain_int16),
26505         (speed_chain_float32), (speed_chain), (speed_set_property),
26506         (speed_get_property), (speed_change_state):
26507         * gst/speed/gstspeed.h:
26508           Fix speed element and make it chain-based (fixes #156467),
26509           and make it handle more than one channel.
26510
26511 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26512
26513         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26514         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26515         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26516         * ext/dts/gstdtsdec.h:
26517           Don't clobber the stack constructing the channels array.
26518           Make the element chain-based. DTS tracks can now be played.
26519           
26520 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26521
26522         * gst-libs/gst/audio/multichannel.h:
26523         * gst-libs/gst/gconf/gconf.h:
26524         * gst-libs/gst/idct/idct.h:
26525         * gst-libs/gst/media-info/media-info-priv.h:
26526         * gst-libs/gst/play/play.h:
26527         * gst-libs/gst/resample/private.h:
26528         * gst-libs/gst/resample/resample.h:
26529         * gst-libs/gst/riff/riff-ids.h:
26530         * gst-libs/gst/video/video.h:
26531         * gst-libs/gst/video/videosink.h:
26532           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26533           missing, so that they work when included from C++ code.
26534
26535 2005-02-09  David Schleef  <ds@schleef.org>
26536
26537         * testsuite/gst-lint: Check for non-statically scoped
26538           parent_class variables.  This won't be a problem once
26539           plugins are loaded with RTLD_LOCAL.
26540
26541 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26542
26543         * ext/mplex/gstmplexibitstream.cc:
26544           gcc madness.
26545
26546 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26547
26548         * ext/ogg/gstogmparse.c:
26549         * gst/debug/gstnavigationtest.c:
26550           Die, thou faulty symbol pollutors (non-static parent_class).
26551
26552 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26553
26554         * ext/mplex/gstmplexibitstream.cc:
26555           Fix event handling (#165525).
26556
26557 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26558
26559         * ext/mikmod/gstmikmod.c:
26560         * gst/modplug/gstmodplug.cc:
26561           Add missing endianness to template (fixes #165509).
26562
26563 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26564
26565         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26566           Fix wrong order of reading of optional bytes (#165290).
26567
26568 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26569
26570         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26571           Implement FILLER event awareness.
26572
26573 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26574
26575         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26576           Fix track calculations (#166208).
26577
26578 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26579
26580         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26581
26582         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26583         * ext/libpng/gstpngenc.c:
26584           Fix byte-order, use proper fixed caps. Fixes #164197.
26585
26586 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26587
26588         * configure.ac:
26589           Add dvdlpcmdec 
26590
26591         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26592         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26593           Don't push buffers if the src pad isn't negotiated yet.
26594           
26595         * gst/audioconvert/gstaudioconvert.c:
26596         (gst_audio_convert_buffer_to_default_format),
26597         (gst_audio_convert_buffer_from_default_format):
26598           Add support for 24-bit width.
26599
26600         * gst/dvdlpcmdec/.cvsignore:
26601         * gst/dvdlpcmdec/Makefile.am:
26602         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26603         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26604         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26605         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26606         (plugin_init):
26607         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26608           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26609           format. Needs support for the channels maps if someone can find 
26610           a DVD LPCM track with > 2 channels.
26611
26612         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26613         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26614         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26615         * gst/mpegstream/gstdvddemux.h:
26616         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26617         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26618         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26619         * gst/mpegstream/gstmpegdemux.h:
26620         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26621         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26622         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26623         (gst_mpeg_parse_handle_src_query),
26624         (gst_mpeg_parse_handle_src_event):
26625           Use audio/x-dvd-lpcm for LPCM output.
26626           Add DTS output.
26627
26628 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26629
26630         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26631
26632         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26633         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26634           Add BGRA handling (#165736).
26635
26636 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26637
26638         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26639
26640         * gst/law/alaw-decode.c: (alawdec_link):
26641         * gst/law/alaw-encode.c: (alawenc_link):
26642         * gst/law/mulaw-decode.c: (mulawdec_link):
26643         * gst/law/mulaw-encode.c: (mulawenc_link):
26644           Fix caps memleaks (#166600).
26645
26646 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26647
26648         * ext/tarkin/mem.h:
26649         * ext/tarkin/wavelet.h:
26650         * ext/tarkin/yuv.h:
26651         * gst/ffmpegcolorspace/avcodec.h:
26652           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26653           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26654
26655 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26656
26657         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26659         (gst_xvimagesink_change_state):
26660           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26661           Xv video (and thereby regenerate Xv colourkey) in clear() so
26662           that PLAY -> READY -> PLAY works (fixes #162504).
26663
26664 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26665
26666         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26667           Switch to list instead of range, since MJPEG-devices really just
26668           support decimations, not any size.
26669
26670 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26671         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26672         (gst_mpeg2dec_reset), (free_all_buffers),
26673         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26674         * ext/mpeg2dec/gstmpeg2dec.h:
26675           The libmpeg2 user-allocated buffer management is awkward, 
26676           to say the least. Hopefully this fixes things.
26677
26678 2005-02-04  Andy Wingo  <wingo@pobox.com>
26679
26680         * gst/audioconvert/bufferframesconvert.c
26681         (buffer_frames_convert_fixate): New function, fixates to 256
26682         frames per buffer by default. (Much better than 1.)
26683         (buffer_frames_convert_init): Set the fixate function for both src
26684         and sink pad.
26685         (buffer_frames_convert_link): After success setting nonfixed caps,
26686         get the negotiated caps so we can know how many buffer-frames it
26687         will be. No idea how this worked at all before.
26688
26689 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26690
26691         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26692         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26693         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26694         (handle_sequence), (handle_picture):
26695         * ext/mpeg2dec/gstmpeg2dec.h:
26696           Rearrange buffer tracking and refcounting and refactor
26697           a little for readability. 
26698
26699 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26700         * sys/v4l/gstv4l.c: (plugin_init):
26701         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26702         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26703         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26704         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26705         * sys/v4l/gstv4ljpegsrc.h:
26706         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26707         * sys/v4l/v4l_calls.h:
26708         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26709         (gst_v4lsrc_get_fps):
26710         * sys/v4l/v4lsrc_calls.h:
26711           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26712           you jpeg inside rgb frames" driver.
26713           Don't error in the v4lsrc link function, just return 
26714           REFUSED.
26715
26716 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26717
26718         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26719         (gst_qcamsrc_open):
26720           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26721
26722 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26723
26724         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26725           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26726
26727 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26728
26729         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26730           Reset negotiated state on PAUSED->READY.
26731
26732 2005-02-02  David Schleef  <ds@schleef.org>
26733
26734         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26735         whereever possible.  (Fixes #165997)
26736         * examples/capsfilter/capsfilter1.c: (main):
26737         * examples/dynparams/filter.c: (create_ui):
26738         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26739         * examples/seeking/chained.c: (main):
26740         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26741         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26742         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26743         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26744         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26745         * examples/switch/switcher.c: (main):
26746         * ext/dv/demo-play.c: (main):
26747         * ext/faad/gstfaad.c: (gst_faad_change_state):
26748         * ext/mad/gstmad.c: (gst_mad_chain):
26749         * ext/smoothwave/demo-osssrc.c: (main):
26750         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26751         (gst_gconf_render_bin_from_description),
26752         (gst_gconf_get_default_audio_sink),
26753         (gst_gconf_get_default_video_sink),
26754         (gst_gconf_get_default_audio_src),
26755         (gst_gconf_get_default_video_src),
26756         (gst_gconf_get_default_visualization_element):
26757         * gst/level/demo.c: (main):
26758         * gst/level/plot.c: (main):
26759         * gst/playback/gstplaybin.c: (gen_video_element),
26760         (gen_audio_element):
26761         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26762         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26763         * gst/sine/demo-dparams.c: (main):
26764         * gst/spectrum/demo-osssrc.c: (main):
26765         * gst/speed/demo-mp3.c: (main):
26766         * gst/volume/demo.c: (main):
26767         * testsuite/embed/embed.c: (main):
26768
26769 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26770
26771         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26772         (gst_tcpclientsink_finalize):
26773         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26774         (gst_tcpclientsrc_finalize):
26775         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26776         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26777         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26778         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26779           Don't leak the hostname when shutting down.
26780           In tcpserversrc, take a copy of the default hostname.
26781
26782 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26783
26784         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26785           Set caps to systemstream=TRUE.
26786
26787 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26788
26789         * testsuite/Makefile.am:
26790           Fix more OSX buildbots.
26791
26792 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26793
26794         * ext/mpeg2dec/gstmpeg2dec.c:
26795           Don't send things to NULL PAD_PEERs
26796
26797         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26798           Copy-on-write the incoming buffer.
26799
26800         * gst/mpegstream/gstdvddemux.h:
26801         * gst/mpegstream/gstmpegclock.h:
26802         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26803         (normal_seek), (gst_mpeg_demux_handle_src_event):
26804         * gst/mpegstream/gstmpegdemux.h:
26805         * gst/mpegstream/gstmpegpacketize.h:
26806         * gst/mpegstream/gstmpegparse.c:
26807         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26808         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26809         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26810         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26811         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26812         * gst/mpegstream/gstmpegparse.h:
26813         * gst/mpegstream/gstrfc2250enc.h:
26814           Various changes to the way time is computed that make seeking and
26815           total time estimation much better here.
26816           Use G_BEGIN/END_DECLS instead of __cplusplus
26817
26818         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26819           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26820
26821 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26822
26823         * gst/subparse/gstsubparse.c:
26824           Fix OSX buildbot.
26825
26826 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26827
26828         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26829         (theora_enc_chain), (theora_enc_change_state):
26830         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26831         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26832         (gst_vorbisenc_change_state):
26833         * ext/vorbis/vorbisenc.h:
26834           Set granulepos and timestamp correctly for streams not
26835           starting at 0, taking into account the initial delay.
26836
26837 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26838
26839         * gst/mpegstream/gstdvddemux.c:
26840           Add audio/x-dts to audio pad template caps
26841
26842 2005-01-30  David Schleef  <ds@schleef.org>
26843
26844         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26845         (create_context), (gst_polypsink_link): Fix silly endianness
26846         bug.  Add some debugging.  Remove float from caps; it doesn't
26847         work.  Attempt to get remote audio working.
26848
26849 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26850
26851         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26852           Add 3IV2 fourcc.
26853
26854 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26855
26856         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26857         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26858         (gst_avi_demux_stream_data):
26859         * gst/avi/gstavidemux.h:
26860           Invert DIB images. Fixes #132341.
26861
26862 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26863
26864         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26865         (gst_ffmpegcsp_chain):
26866           D'oh, reference the palette data, not the palette structure.
26867           Fixes color distortion in #132341.
26868
26869 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26870
26871         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26872           PAR can be non-fixed when not provided as argument (#162626).
26873
26874 2005-01-29  David Moore  <dcm@acm.org>
26875
26876         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26877
26878         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26879         (gst_qtdemux_loop_header):
26880           Re-apply patch from #142272 that allows non-seekable sources,
26881           re-proposed by Daniel Drake <dsd@gentoo.org>.
26882
26883 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26884
26885         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26886           Use the src template for creating the src pad (#162330).
26887
26888 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26889
26890         * configure.ac:
26891         * ext/musepack/Makefile.am:
26892         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26893         (gst_musepackdec_init), (gst_musepackdec_dispose),
26894         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26895         (gst_musepack_stream_init), (gst_musepackdec_loop),
26896         (gst_musepackdec_change_state):
26897         * ext/musepack/gstmusepackdec.cpp:
26898         * ext/musepack/gstmusepackdec.h:
26899         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26900         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26901         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26902         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26903         * ext/musepack/gstmusepackreader.cpp:
26904         * ext/musepack/gstmusepackreader.h:
26905           Update to 1.1 API (#165446).
26906
26907 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26908
26909         * ext/Makefile.am:
26910           Unbreak buildbot.
26911
26912 2005-01-28  Andy Wingo  <wingo@pobox.com>
26913
26914         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26915         to reflect a different dubious internet source. Add a reference
26916         and some commentary.
26917
26918 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26919
26920         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26921         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26922         * gst/playback/gststreamselector.h:
26923           Be more selective when we're redoing caps negotiation from
26924           within the chain function on a stream change.
26925
26926 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26927
26928         * configure.ac:
26929         * ext/Makefile.am:
26930         * ext/amrnb/Makefile.am:
26931         * ext/amrnb/amrnb.c: (plugin_init):
26932         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26933         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26934         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26935         (gst_amrnbdec_state_change):
26936         * ext/amrnb/amrnbdec.h:
26937         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26938         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26939         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26940         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26941         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26942         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26943         * ext/amrnb/amrnbparse.h:
26944           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26945         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26946           Add AMR-NB/-WB raw formats.
26947         * ext/alsa/gstalsa.c: (gst_alsa_link):
26948           Keep valid time when changing format.
26949         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26950         (qtdemux_parse_trak):
26951           Add some more format-specific options (#140141, #143555, #155163).
26952
26953 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26954
26955         * gst/matroska/matroska-demux.c:
26956         (gst_matroska_demux_parse_blockgroup):
26957           Fix logic error in timing of subtitle stream synchronization.
26958         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26959           Add skip-chunk, which is found in kodak-camera streams.
26960
26961 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26962
26963         * po/LINGUAS:
26964         * po/vi.po:
26965           Adding Vietnamese translation (submitted by Clytie Siddall)
26966
26967 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26968
26969         * gst/playback/gstdecodebin.c: (try_to_link_1):
26970           Use realpad for signal.
26971
26972 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26973
26974         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26975           Fix category so decodebin picks it up.
26976
26977 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26978
26979         * ext/mad/Makefile.am:
26980         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26981         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26982         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26983         (found_type), (gst_id3demux_bin_change_state):
26984         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26985         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26986         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26987         (gst_id3_tag_change_state), (plugin_init):
26988         * ext/mad/gstmad.h:
26989           Add id3demuxbin (which is a simple bin consisting of id3demux
26990           and typefind), take over rank from id3demux, remove typefind
26991           code from id3demux. Makes all broken mp3s that I know of work,
26992           and thereby fixes #152688.
26993
26994 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26995
26996         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26997
26998         * ext/mad/gstmad.c: (gst_mad_src_event):
26999         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
27000           Allow seeks on audio pad, make mad forward those (#164826).
27001         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27002           Set duration (#165335).
27003
27004 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27005
27006         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
27007         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
27008         (gst_asf_demux_process_ext_content_desc),
27009         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
27010         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
27011         * gst/asfdemux/gstasfdemux.h:
27012           Improve metadata display, e.g. if the metadata comes before the
27013           streams are loaded (which is perfectly valid).
27014
27015 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27016
27017         * tools/gst-launch-ext-m.m:
27018           Fix AVI/ASF pipelines (#165340).
27019
27020 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
27021         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
27022         build failure on amd64
27023
27024 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
27025
27026         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
27027         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
27028           Check environment variables GST_ID3V2_TAG_ENCODING,
27029           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
27030           list of character encodings to force interpretation of non-unicode
27031           strings stored in an ID3v2 tag to a particular encoding. If none
27032           is specified, try to use current locale's encoding, then fall back
27033           to ISO-8859-1 (which will always succeed). (Resolves #149274)
27034         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
27035         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
27036           Check environment variables GST_ID3V1_TAG_ENCODING,
27037           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
27038           list of character encodings to use in case a string encountered
27039           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
27040           specified, try to use the current locale's encoding, then fall
27041           back to ISO-8859-1 (which will always succeed).
27042
27043 2005-01-25  Benjamin Otte  <otte@gnome.org>
27044
27045         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27046           - on half framerate, compute the rate in advance so the comparisons
27047             don't compare wrong values
27048           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
27049             behaviour
27050           - don't use mad_header_decode anymore, mad_frame_decode does that
27051             automatically
27052           - when getting rid of consumed bytes, reset the stream's skiplen
27053           (fixes #163867)
27054
27055 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
27056
27057         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
27058           Use 1/2 a second for default max_discont, as PES streams from DVB
27059           seem to have larger spacings in the SCR. 
27060           Fix a typo.
27061
27062 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27063
27064         * gst/playback/gstplaybasebin.c: (group_commit):
27065           Notify delayed stream-info availability.
27066
27067 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
27068         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27069         (gst_a52dec_handle_event), (gst_a52dec_chain):
27070         Add some debug output. Check that a discont has a valid
27071         time associated.
27072         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27073         (gst_alsa_sink_loop):
27074         Ignore TAG events. A little extra debug for broken timestamps.
27075         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
27076         (dvdnavsrc_change_state):
27077         Ensure we send a discont to engage the link before we send any
27078         other events.
27079         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
27080         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
27081         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
27082         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
27083         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
27084         dvd://title works in totem because typefinding sends a seek that ends
27085         up going back to chapter 1 regardless.
27086         * ext/mpeg2dec/gstmpeg2dec.c:
27087         * ext/mpeg2dec/gstmpeg2dec.h:
27088         Output correct timestamps and handle disconts.
27089         * ext/ogg/gstoggdemux.c: (get_relative):
27090         Small guard against a null dereference.
27091         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
27092         (gst_textoverlay_set_property):
27093         Free memory when done. Don't call gst_event_filler_get_duration on
27094         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
27095         g_warning.
27096         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
27097         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
27098         (gst_sw_srclink), (gst_smoothwave_chain):
27099         Draw solid lines, prettier colours.
27100         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
27101         Add a default palette that'll work for some movies.
27102         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
27103         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
27104         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
27105         * gst/mpegstream/gstdvddemux.h:
27106         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
27107         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
27108         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
27109         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
27110         * gst/mpegstream/gstmpegparse.h:
27111         Use PTM/NAV events when for timestamp adjustment when connected to 
27112         dvdnavsrc. Don't use many discont events where one suffices.
27113         * gst/playback/gstplaybasebin.c: (group_destroy),
27114         (gen_preroll_element), (gst_play_base_bin_add_element):
27115         * gst/playback/gstplaybasebin.h:
27116         Make sure we remove subtitles from the same bin we put them in.
27117         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
27118         (gst_subparse_buffer_format_autodetect),
27119         (gst_subparse_change_state):
27120         Fix some memleaks and invalid accesses.
27121         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
27122         (oggskel_type_find), (cmml_type_find), (plugin_init):
27123         Some typefind functions for Annodex v3.0 files
27124         * gst/wavparse/gstwavparse.h:
27125         GstRiffReadClass is the correct parent class.
27126
27127 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27128
27129         * gst-libs/gst/riff/riff-media.c:
27130         (gst_riff_create_video_caps_with_data):
27131           Add extradata to huffyuv (fixes #165013).
27132         * gst-libs/gst/riff/riff-read.c:
27133         (gst_riff_read_strf_vids_with_data):
27134           Fix extradata extraction if it is in the chunk size.
27135
27136 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
27137
27138         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27139
27140         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
27141         (gst_quarktv_change_state), (gst_quarktv_dispose):
27142           Memory free'ing location fix (#164708).
27143
27144 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27145
27146         * gst/playback/gstplaybasebin.c: (group_commit),
27147         (gen_preroll_element), (probe_triggered), (gen_source_element),
27148         (setup_source), (gst_play_base_bin_change_state),
27149         (gst_play_base_bin_add_element):
27150           Don't block for streams.
27151         * gst/playback/gststreaminfo.c: (stream_info_change_state),
27152         (gst_stream_info_set_mute):
27153           Use gst_pad_set_active_recursive.
27154
27155 2005-01-25  Andy Wingo  <wingo@pobox.com>
27156
27157         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
27158         for #ifndef HAVE_XVIDEO.
27159
27160 2005-01-24  Jeffrey C. Ollie
27161
27162         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
27163
27164         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
27165         * ext/gsm/gstgsmdec.h:
27166         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
27167         * ext/gsm/gstgsmenc.h:
27168         Fix rate to 8kHz as per spec, removes obscure errors when no rate
27169         was given by property. Add proper buffer timestamps and offsets.
27170
27171 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27172
27173         * gst-libs/gst/riff/riff-media.c:
27174         (gst_riff_create_audio_caps_with_data):
27175           Audio can be <8000Hz.
27176
27177 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27178
27179         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27180           Explicit state change to workaround refcount bugs.
27181
27182 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27183
27184         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
27185         (gst_avimux_riff_get_avi_header):
27186           Fix...
27187
27188 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27189
27190         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
27191         (gst_riff_read_element_data):
27192         * gst-libs/gst/riff/riff-read.h:
27193           Add _peek version (req'ed in CDXA).
27194         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
27195         (gst_cdxaparse_loop):
27196           Fix parsing in playbin.
27197         * gst/playback/gstdecodebin.c: (close_pad_link):
27198           Ignore current_ pads, they cause major annoyance.
27199
27200 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27201
27202         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27203           Safety guard.
27204
27205 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27206
27207         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
27208           Fix padding...
27209
27210 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27211
27212         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
27213           Allow for 0-sized buffers. Fixes length query problems in
27214           starwars.mkv from the testsuite.
27215
27216 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
27217
27218         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
27219         (gst_video_box_i420), (gst_video_box_chain):
27220           Fix row strides for I420 (fixes #163159)
27221           
27222 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27223
27224         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27225           MPEG2 has a useful rate property, so we can actually use that.
27226           For MPEG-1, continue using the bytes/time properties.
27227
27228 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27229
27230         * gst-libs/gst/riff/riff-media.c:
27231         (gst_riff_create_video_caps_with_data),
27232         (gst_riff_create_video_template_caps):
27233           Add intel-h263.
27234
27235 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27236
27237         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27238           Fail if caps negotiation fails. Should fix #162184, and should
27239           definately be in there regardless of it fixing the actual bug.
27240         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27241         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27242         (gst_avimux_riff_get_avix_header),
27243         (gst_avimux_riff_get_video_header),
27244         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27245         (gst_avimux_start_file), (gst_avimux_handle_event),
27246         (gst_avimux_change_state):
27247         * gst/avi/gstavimux.h:
27248           Refactor structure writing to use GST_WRITE_UINT macros, add
27249           metadata writing support.
27250
27251 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27252
27253         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27254           Elements may already be destroyed when this function is called.
27255
27256 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27257
27258         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27259         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27260           More memory leak fixes (#149162).
27261
27262 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27263
27264         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27265         (gst_qtdemux_add_stream):
27266           Fix two memleaks.
27267
27268 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27269
27270         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27271           Argh...
27272
27273 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27274
27275         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27276           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27277           when fixating to six channels in Totem.
27278
27279 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27280
27281         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27282           Fix compile warnings on Solaris 10 buildbot
27283
27284 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27285
27286         * ext/dvdread/dvdreadsrc.c: (_read):
27287           Don't read beyond the last cell in a chapter (fixes 
27288           invalid memory access)
27289
27290 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27291
27292         * ext/dvdread/stream_labels.c:
27293         (dvdreadsrc_get_audio_stream_labels):
27294           Use NULL for an empty GList instead of g_list_alloc(); fix 
27295           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
27296           of GString (easier to bulk free later)
27297
27298 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27299
27300         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27301
27302         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27303         (gst_ffmpeg_pixfmt_to_caps):
27304           Fix BGRA32 caps (#164209).
27305
27306 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27307
27308         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27309
27310         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27311         (gst_ffmpeg_caps_to_pixfmt):
27312           alpha_mask can be RGBA/ABGR. Fixes #164265.
27313
27314 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
27315
27316         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27317
27318         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27319         (gst_mpeg2dec_alloc_buffer):
27320         * ext/mpeg2dec/gstmpeg2dec.h:
27321           Crop if decoding size is not the actual image size (#163676).
27322
27323 2005-01-17  Steve Baker  <steve@stevebaker.org>
27324
27325         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27326
27327         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27328         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27329           Add libsndfile typefind functions (#163309).
27330
27331 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27332
27333         * tools/gst-launch-ext-m.m:
27334           Add .aac, fix .m1v/.m2v (#163891).
27335
27336 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27337
27338         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27339           Sanity check, don't wait endlessly since the clock might not
27340           actually run at this point (which is a deadlock). Fixes #164069.
27341
27342 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27343
27344         * gst/playback/gstplaybasebin.c: (probe_triggered):
27345           Of course, only pause if group is done...
27346
27347 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27348
27349         * gst/playback/gstplaybasebin.c: (probe_triggered):
27350           Thread safety.
27351
27352 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27353
27354         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27355           Don't return state change success when the parent
27356           failed.
27357
27358 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27359
27360         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27361           Free events (fix memleak in #162905).
27362
27363 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27364
27365         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27366
27367         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27368         (gst_ffmpeg_caps_to_pixfmt):
27369           Fix for depth = 15. Fixes #161675.
27370
27371 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27372
27373         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27374           Set FPS correctly, even for webcams and the like.
27375         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27376           Don error on setting while capturing.
27377
27378 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27379
27380         * ext/dv/gstdvdec.c:
27381         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27382         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27383           I'm a bad boy. using /1001. to force C to do float division
27384           and not integer division (as it did in my last commit)
27385           Thanks to David I. Lehn for pointing this mistake.
27386
27387 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27388
27389         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27390           Revert Johan's 1.35->1.36 since it breaks compat.
27391
27392 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27393
27394         * ext/dv/gstdvdec.c:
27395         * ext/libfame/gstlibfame.c:
27396         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27397         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27398           replace framerate aproximations by their real value
27399           (24000/1001, 30000/1001, 60000/1001)
27400           Finish fixing bug #164049
27401
27402 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27403
27404         * ext/ogg/gstoggmux.c:
27405           eos/bos debugging
27406         * gst/tcp/gstmultifdsink.c:
27407         * gst/tcp/gstmultifdsink.h:
27408         * gst/tcp/gsttcp.c:
27409         * gst/tcp/gsttcp.h:
27410         * gst/tcp/gsttcpclientsink.c:
27411         * gst/tcp/gsttcpclientsrc.c:
27412         * gst/tcp/gsttcpserversink.c:
27413         * gst/tcp/gsttcpserversrc.c:
27414           improve reusability of elements after state changes and errors
27415           make multifdsink throw away streamheaders when receiving new ones
27416
27417 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27418
27419         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27420           Fix for if items are already in list...
27421
27422 2005-01-12  Benjamin Otte  <otte@gnome.org>
27423
27424         * gst/adder/gstadder.c: (gst_adder_loop):
27425           fix adder a bit so it doesn't screw up with events as much anymore
27426
27427 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27428
27429         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27430         (pixbufscale_scale), (gst_pixbufscale_chain):
27431         * ext/gdk_pixbuf/pixbufscale.h:
27432           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27433           to ensure rowstrides are calculated the same way as 
27434           ffmpegcolorspace
27435           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27436           that we pick up duration and offset also.
27437
27438 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27439
27440         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27441         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27442           Reusability fixes.
27443
27444 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27445
27446         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27447         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27448         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27449         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27450           Update flags when requested.
27451
27452 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27453
27454         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27455           Fix dmix.
27456
27457 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27458
27459         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27460         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27461         (probe_triggered), (new_decoded_pad), (gen_source_element),
27462         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27463         * gst/playback/gstplaybasebin.h:
27464         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27465         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27466         (gst_play_bin_change_state):
27467           Implement group-switch signal for use in apps to clear metadata
27468           cache, clean up subtitle, add suburi property instead of # hack,
27469           some error-out fixes.
27470
27471 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27472
27473         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27474           Debug.
27475         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27476           If we got a state change in the _get handler, don't return success.
27477
27478 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27479
27480         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27481         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27482           Make jpegdec quiet on MJPEG decoding
27483         * gst/asfdemux/README:
27484           Fix mimetypes for MJPEG and H263
27485
27486 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27487
27488         * ext/theora/theoradec.c: (theora_dec_chain):
27489           Fix broken code generation by gcc by swapping arguments.
27490         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27491           Fix \n in debug.
27492
27493 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27494
27495         * TODO:
27496           delete this file, it is by far outdated
27497         * ext/alsa/gstalsa.1: remove
27498         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27499         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27500         (gst_alsa_get_caps):
27501           Add HW probing for supported sample rates. Fixes #161704
27502
27503 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27504
27505         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27506           Don't crash, biatch! :).
27507
27508 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27509
27510         * ext/musepack/gstmusepackreader.cpp:
27511         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27512           Some work on tags - still doesn't work in playbin...
27513         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27514           Handle events...
27515
27516 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27517
27518         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27519           Also shove tags on kid pads.
27520
27521 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27522
27523         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27524           Don't bail on unknown events.
27525         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27526           Don't crash on events before negotiation.
27527         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27528           Send tags on pads, too.
27529         * gst/playback/gststreamselector.c:
27530         (gst_stream_selector_request_new_pad):
27531           Forward events on first pad if no input was selected yet.
27532
27533 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27534
27535         * gst/playback/gstplaybasebin.c: (setup_substreams):
27536           Don't disable streamtype if the stream doesn't exist, since
27537           then playing a video after audio will disable both and nothing
27538           will happen. Fixes the testsuite.
27539
27540 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27541
27542         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27543         (gst_v4l_xoverlay_set_xwindow_id):
27544         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27545         (gst_v4l2_xoverlay_set_xwindow_id):
27546           Add debug categories, fix overlay disabling.
27547
27548 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27549
27550         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27551         * ext/alsa/gstalsa.h:
27552           Add HW probing for period_count/size and buffer_size MIX/MAX
27553           Adjust default/user defined value if out of bounds
27554           Should fix bug #162024
27555
27556 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27557
27558         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27559           Fix warning (#161191).
27560
27561 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27562
27563         * ext/dvdread/stream_labels.c:
27564         (dvdreadsrc_get_audio_stream_labels):
27565           Fix warning (init the good variable in switch default)
27566
27567 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27568
27569         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27570
27571         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27572           Fix gcc-2.95 compile (#163485).
27573
27574 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27575
27576         * configure.ac:
27577         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27578         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27579         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27580         (gst_flacenc_change_state):
27581         * ext/flac/gstflacenc.h:
27582           Update for API change in flac-1.1.1. Update requirement in
27583           configure.ac. Fixes #162974.
27584
27585 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27586
27587         * gst/playback/gstplaybasebin.c: (group_destroy):
27588           Remove hack to get rid of assert and get rid of unlinked
27589           signals properly.
27590
27591 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27592
27593         * gst/playback/gstplaybasebin.c: (setup_source):
27594           Set source to NULL so that resources are free'ed. Fixes issues
27595           with playback of CDDA and similar device-accessing things.
27596
27597 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27598
27599         * testsuite/embed/Makefile.am:
27600           test->noinst, fix make test in buildbot.
27601
27602 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27603
27604         * ext/dvdread/stream_labels.c: new file
27605         * ext/dvdread/stream_labels.h: new file
27606         * ext/dvdread/Makefile.am:
27607         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27608           Extract audio stream label from DVD IFO files.
27609           It only dump them on the console for now, still have to
27610           make playbin aware of them.
27611
27612 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27613
27614         * gst/playback/gstplaybasebin.c: (setup_source):
27615           Fix hanging subs.
27616
27617 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27618
27619         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27620         (gen_preroll_element), (remove_groups), (setup_subtitle),
27621         (gen_source_element), (setup_source):
27622         * gst/playback/gstplaybasebin.h:
27623           Multiple .sub files is just a stupid idea... Fix some threading
27624           mistakes. Interestingly, external .sub files cause playbin to
27625           hang, I don't know why... Parsing fixes contributed by Fran??ois
27626           Kooman <fkooman@tuxed.net>.
27627
27628 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27629
27630         * testsuite/embed/Makefile.am:
27631           Fix buildbot.
27632
27633 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27634
27635         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27636
27637         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27638         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27639         (gst_pngenc_set_property):
27640         * ext/libpng/gstpngenc.h:
27641           Add compression level property (#163323).
27642
27643 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27644
27645         * configure.ac:
27646         * examples/capsfilter/capsfilter1.c: (main):
27647         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27648         * ext/dvdread/Makefile.am:
27649         * ext/dvdread/demo-play:
27650         * ext/dvdread/demo-play.c:
27651         * gconf/gstreamer.schemas.in:
27652         * gst-libs/gst/gconf/gconf.c:
27653         * sys/v4l/TODO:
27654         * testsuite/Makefile.am:
27655         * testsuite/embed/Makefile.am:
27656         * testsuite/embed/embed.c: (cb_expose), (main):
27657           Remove all references to xvideosink, fix examples (#140845).
27658         * gst/playback/gstplaybasebin.c: (group_destroy):
27659           Apparently, disposal does not unlink - so do explicitely.
27660         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27661           Add debug.
27662
27663 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27664
27665         * README: fix PKG_CONFIG_PATH instructions, what was there
27666         previously was breaking default search path, not nice. 
27667         Fixes #163358
27668
27669 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27670
27671         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27672         (gst_audioscale_chain):
27673           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27674           when resampling - how the ^@$^!@^! is this possible?!?
27675
27676 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27677
27678         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27679           Reset variables on READY.
27680         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27681         (gst_matroska_mux_loop):
27682           Require data before writing header.
27683
27684 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27685
27686         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27687
27688         * ext/mad/gstmad.c: (gst_mad_chain):
27689           Don't call mad_stream_sync() directly after recovering sync.
27690           Fixes #151661.
27691
27692 2005-01-09  Martin Eikermann  <meiker@upb.de>
27693
27694         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27695
27696         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27697         (snapshot_handler), (gst_snapshot_sinkconnect),
27698         (gst_snapshot_chain):
27699           Allocate resources when required, fix recursive signal emission
27700           and fix caps. Fixes #161667.
27701
27702 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27703
27704         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27705
27706         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27707         (gst_pngdec_chain):
27708           Handle only 8-bppc (bits-per-pixel-component) images, better
27709           error handling and correct strides. Fixes #163177.
27710         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27711         (gst_pngenc_chain):
27712           Better error handling. Fixes #163348.
27713
27714 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27715
27716         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27717         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27718         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27719         (dvdnavsrc_uri_handler_init):
27720           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27721         * gst/playback/gstplaybasebin.c: (gen_source_element):
27722           Add MMS to streaming URIs.
27723
27724 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27725
27726         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27727         * sys/xvimage/xvimagesink.c:
27728         (gst_xvimagesink_navigation_send_event):
27729           Check for pad availability before sending event.
27730
27731 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27732
27733         * gst-plugins.spec.in:
27734           Add subparse.
27735
27736 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27737
27738         * configure.ac:
27739           Since we use functions from CVS, up requirement.
27740
27741 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27742
27743         * gst/playback/Makefile.am:
27744         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27745         (group_destroy), (group_commit), (group_is_muted),
27746         (gen_preroll_element), (add_stream), (unknown_type),
27747         (probe_triggered), (preroll_unlinked), (mute_stream),
27748         (silence_stream), (new_decoded_pad), (setup_substreams),
27749         (setup_source), (get_active_source), (mute_group_type),
27750         (muted_group_change_state), (set_active_source),
27751         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27752         (play_base_eos), (gst_play_base_bin_change_state):
27753         * gst/playback/gstplaybasebin.h:
27754         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27755         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27756         (gst_stream_info_dispose), (stream_info_mute_pad),
27757         (stream_info_change_state), (gst_stream_info_set_mute):
27758         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27759         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27760         (gst_stream_selector_init), (gst_stream_selector_dispose),
27761         (gst_stream_selector_get_linked_pad),
27762         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27763         (gst_stream_selector_get_linked_pads),
27764         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27765         * gst/playback/gststreamselector.h:
27766           Adding stream selection support plus required properties for
27767           applications to use this. Fully fixes #100931.
27768
27769 2005-01-08  Benjamin Otte  <otte@gnome.org>
27770
27771         * gst/games/gstpuzzle.c: (nav_event_handler):
27772           - handle nav events differently: forward every event no matter if it
27773             was handled or not.
27774           - translate events
27775           You can now cheat by using navigationtest ! puzzle and moving the
27776           mouse close to the edge of a tile. ;)
27777
27778 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27779
27780         * configure.ac:
27781         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27782         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27783         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27784         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27785         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27786         (gst_ogm_parse_plugin_init):
27787         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27788         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27789         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27790         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27791         * ext/pango/gsttextoverlay.h:
27792         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27793         (gst_matroska_demux_handle_seek_event),
27794         (gst_matroska_demux_sync_streams),
27795         (gst_matroska_demux_parse_blockgroup),
27796         (gst_matroska_demux_subtitle_caps),
27797         (gst_matroska_demux_plugin_init):
27798         * gst/matroska/matroska-ids.h:
27799         * gst/playback/gstdecodebin.c: (close_pad_link):
27800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27801         (gen_preroll_element), (remove_groups), (add_stream),
27802         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27803         (setup_source):
27804         * gst/playback/gstplaybasebin.h:
27805         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27806         * gst/subparse/Makefile.am:
27807         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27808         (gst_subparse_base_init), (gst_subparse_class_init),
27809         (gst_subparse_init), (gst_subparse_formats),
27810         (gst_subparse_eventmask), (gst_subparse_event),
27811         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27812         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27813         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27814         (parse_mpsub_deinit), (parse_mpsub_init),
27815         (gst_subparse_buffer_format_autodetect),
27816         (gst_subparse_format_autodetect), (gst_subparse_loop),
27817         (gst_subparse_change_state), (gst_subparse_type_find),
27818         (plugin_init):
27819         * gst/subparse/gstsubparse.h:
27820         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27821         (plugin_init):
27822           Add subtitle support, .sub parser (supports SRT and MPsub),
27823           OGM text support, Matroska UTF-8 text support, deadlock fixes
27824           all over the place, subtitle awareness in decodebin/playbin
27825           and some fixes to textoverlay to handle subtitles in a stream
27826           correctly. Fixes #100931.
27827
27828 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27829
27830         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27831           Check for pad availability before doing a query on it.
27832
27833 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27834
27835         * ext/dv/gstdvdec.c:
27836           really fix bpp24/32 dvdec caps (classic rgba indeed)
27837         * gst/asfdemux/gstasfdemux.c:
27838         (gst_asf_demux_process_ext_content_desc):
27839           don't send text tags if they are empty (bis repetita)
27840
27841 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27842
27843         * ext/dv/gstdvdec.c:
27844          remove unneeded comment from dvdec
27845           (related to DV 4CC codes in AVI files)
27846           moved them in gstreamer/docs/random/mimetypes
27847         * gst/asfdemux/gstasfdemux.c:
27848         (gst_asf_demux_process_ext_content_desc):
27849          don't send text tags if they are empty
27850          fix mem leak on error path
27851         * gst/ffmpegcolorspace/avcodec.h:
27852         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27853         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27854         (gst_ffmpegcsp_avpicture_fill):
27855         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27856         * gst/ffmpegcolorspace/imgconvert_template.h:
27857          adds BGR32 and BGRA32 to ffmpegcolorspace
27858           (still bad colors, fixing it on next commit)
27859           helps with dvdec outputing BGR32
27860
27861 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27862
27863         * ext/dv/gstdvdec.c:
27864          Fix audio caps i just broke (missing ',')
27865         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27866         (gst_matroska_mux_reset):
27867          Fix typo + add FIXME about old "x-gst-metadata" crap
27868
27869 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27870
27871         * ext/dv/demo-play.c: (main):
27872          xvideosink -> xvimagesink
27873         * ext/dv/gstdvdec.c:
27874          change rgb 32/32 caps to 24/32 (no alpha)
27875          change nb of channels to be a list (2 or 4, not 2)
27876          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27877         * gst/asfdemux/gstasfdemux.c:
27878         (gst_asf_demux_process_ext_content_desc):
27879          Add 'date/year' to extracted metadata list
27880
27881 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27882
27883         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27884           The return value of fixate_to does not imply that the requested
27885           value was set, so don't assume.
27886
27887 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27888
27889         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27890
27891         * ext/libpng/gstpngdec.c:
27892         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27893         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27894         * ext/libpng/gstpngenc.h:
27895           Alpha support (encoder; #163161), mime fixage.
27896
27897 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27898
27899         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27900
27901         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27902         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27903         (gst_faac_set_property), (gst_faac_get_property):
27904         * ext/faac/gstfaac.h:
27905           Allow for ADTS output (#153434).
27906
27907 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27908
27909         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27910           Fix against template (#150576).
27911
27912 2005-01-06  Benjamin Otte  <otte@gnome.org>
27913
27914         * gst/games/gstpuzzle.c: (draw_puzzle):
27915           don't draw a puzzle if either width or height of tiles would be 0.
27916
27917 2005-01-06  Benjamin Otte  <otte@gnome.org>
27918
27919         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27920         (gst_puzzle_class_init), (gst_puzzle_finalize):
27921           no memleaks, please
27922         (gst_puzzle_create), (gst_puzzle_init),
27923         (gst_puzzle_set_property), (gst_puzzle_setup):
27924           change initialization code around so we don't reshuffle on resize
27925         (draw_puzzle):
27926           fix another stupid typo
27927
27928 2005-01-06  Benjamin Otte  <otte@gnome.org>
27929
27930         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27931           fix stupid typo that borked copying on YUY2
27932
27933 2005-01-06  Benjamin Otte  <otte@gnome.org>
27934
27935         * gst/games/gstpuzzle.c: (draw_puzzle):
27936           fix edges when image sizes aren't multiples of tile sizes
27937
27938 2005-01-06  Benjamin Otte  <otte@gnome.org>
27939
27940         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27941           make RGB endianness work correctly
27942         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27943           refactor and fix race with initial shuffling
27944         (nav_event_handler):
27945           allow using the mouse to puzzle
27946         (draw_puzzle):
27947           insist on tiles having width and height as multiples of 4 to get
27948           clean YUV image handling
27949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27950         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27951           s/DEBUG/LOG/ for common messages
27952         (gst_xvimagesink_navigation_send_event):
27953           fix mouse event translation to not include screen PAR
27954         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27955           fix mouse event translation to actually work
27956
27957 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27958
27959         * gst/asfdemux/gstasfdemux.c:
27960         (gst_asf_demux_process_ext_content_desc):
27961          Extract TrackNumber metadata + clean up code
27962         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27963          Hope this is the good fix (var used unitialised)
27964
27965 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27966
27967         * ext/faad/gstfaad.c: (gst_faad_chain):
27968           Only increment timestamp if it's valid. Fixes raw AAC streams.
27969
27970 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27971
27972         * configure.ac:
27973         * gst/games/Makefile.am:
27974         * gst/games/gstpuzzle.c:
27975           add a puzzle game with...
27976         * gst/games/gstvideoimage.c:
27977         * gst/games/gstvideoimage.h:
27978           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27979           from videotestsrc and made into something that would be a nice
27980           library for a lot of other plugins.
27981
27982 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27983
27984         * configure.ac:
27985          don't compile faad plugin if a RC of 2.0 is found
27986          Fixes #155346 (and FC1 buildbot)
27987         * gst/asfdemux/gstasfdemux.c:
27988         (gst_asf_demux_process_ext_content_desc):
27989          try to make Solaris compiler happier
27990
27991 2005-01-06  Paul Jack  <pjack@sfaf.org>
27992
27993         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27994
27995         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27996           Fix segfault (#161667).
27997
27998 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27999
28000         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
28001           Fix framerate reporting.
28002
28003 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
28004
28005         * gst-libs/gst/riff/riff-ids.h:
28006         * gst/wavenc/riff.h:
28007          Add AMR (VBR and CBR) ids to riff.h audio codec list
28008         * gst/asfdemux/gstasfdemux.c:
28009         (gst_asf_demux_process_ext_content_desc),
28010         (gst_asf_demux_process_object):
28011           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
28012
28013 2005-01-05  Martin Eikermann  <meiker@upb.de>
28014
28015         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28016
28017         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28018         (gst_dvd_demux_handle_discont):
28019         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
28020         (gst_mpeg_demux_handle_discont):
28021           Recreate pads on new-media (#160730).
28022         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
28023           Send discont even if manager changes timestamps (#161929).
28024
28025 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
28026
28027         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28028
28029         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
28030           Fix invalid memory access (#159211).
28031
28032 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28033
28034         * examples/gstplay/player.c: (main):
28035           Don't iterate.
28036         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
28037           Add visualizations.
28038         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
28039         (gst_a52dec_handle_frame):
28040           Set duration.
28041         * ext/dvdnav/gst-dvd:
28042           Add audioconvert. Fixes #161325.
28043         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
28044           Explicitely case to gint64. Possible valgrind error.
28045         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
28046         (gst_play_tick_callback), (gst_play_change_state),
28047         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
28048         (gst_play_set_location), (gst_play_get_location),
28049         (gst_play_seek_to_time), (gst_play_set_data_src),
28050         (gst_play_set_video_sink), (gst_play_set_audio_sink),
28051         (gst_play_set_visualization), (gst_play_connect_visualization),
28052         (gst_play_get_framerate), (gst_play_get_all_by_interface),
28053         (gst_play_new):
28054           Use playbin. Fixes #139749 and #147744.
28055         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
28056           Add genre tag.
28057         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28058         (audioscale_get_type), (gst_audioscale_base_init),
28059         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
28060         (gst_audioscale_getcaps), (gst_audioscale_fixate),
28061         (gst_audioscale_link), (gst_audioscale_get_buffer),
28062         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
28063         (gst_audioscale_init), (gst_audioscale_dispose),
28064         (gst_audioscale_chain), (gst_audioscale_set_property),
28065         (gst_audioscale_get_property), (plugin_init):
28066           Indent properly.
28067         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
28068           Fix LPCM.
28069         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
28070         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
28071         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
28072           Add more metadata (fixes #162656).
28073
28074 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28075
28076         * configure.ac:
28077           back to cvs
28078
28079 === release 0.8.7 ===
28080
28081 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28082
28083         * NEWS:
28084         * RELEASE:
28085         * configure.ac:
28086           releasing 0.8.7, "Hyperspace"
28087
28088 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28089
28090         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
28091
28092         * gst/playback/gstplaybasebin.c:
28093          Fix for #162924 - free caps after use, not before
28094
28095 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28096
28097         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28098
28099         * gst/playback/gstplaybasebin.c:
28100         * gst/wavparse/gstwavparse.c:
28101           Fix for #154773 - fixes playback of small .wav files
28102
28103 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28104
28105         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28106
28107         * gst/audioscale/gstaudioscale.c:
28108           Fix for #162819 - make audioscale reusable
28109           Fixes playback of more than one file with playbin/totem
28110
28111 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28112
28113         * gst/ffmpegcolorspace/avcodec.h:
28114         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28115         * gst/ffmpegcolorspace/imgconvert.c:
28116           clean up the mess that made me cry and avoid needless duplication
28117
28118 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28119
28120         * gst/ffmpegcolorspace/imgconvert.c:
28121           give some indication of why we're segfaulting
28122
28123 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28124
28125         * configure.ac:
28126           Fix indentation, fix v4l2 plugin detection.
28127         * ext/Makefile.am:
28128           Fix libmms location (Maciej, use diff -u!).
28129         * ext/alsa/gstalsa.c: (gst_alsa_init):
28130           Initialize caps cache to NULL.
28131         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28132           Only change state on audiosink if it exists.
28133
28134 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
28135
28136         * gst/matroska/matroska-demux.c:
28137         * gst/matroska/matroska-ids.h:
28138         * gst/matroska/matroska-demux.h:
28139         Fix Vorbis streams failing to decode in some files, where cluster_time
28140         isn't 0, because then it doesn't send codec_priv before actual data.
28141         Remove time-based test and replace it with marker set on beginning of
28142         new stream
28143
28144 2004-12-28  David Schleef  <ds@schleef.org>
28145
28146         Merge patch from Ronald fixing problems with streaming
28147         text.
28148         * ext/cairo/gstcairo.c: (plugin_init):
28149         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28150         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28151         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28152         (gst_textoverlay_font_init), (gst_textoverlay_init),
28153         (gst_textoverlay_set_property):
28154         * ext/cairo/gsttextoverlay.h:
28155
28156 2004-12-27  David Schleef  <ds@schleef.org>
28157
28158         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28159         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28160         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28161         (gst_textoverlay_font_init), (gst_textoverlay_init),
28162         (gst_textoverlay_set_property): Improvements to actually
28163         render text as white on black outline on video, including
28164         font selection and horizontal/vertical alignment.  (Ronald's
28165         christmas present)
28166         * ext/cairo/gsttextoverlay.h:
28167
28168 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28169
28170         * ext/ogg/gstogg.c:
28171         * ext/ogg/gstogmparse.c:
28172           fix ogm[audio/video]parse plugin registration
28173           (riff won't load if bytestream is already loaded)
28174
28175 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28176
28177         * gst/audioconvert/gstchannelmix.c:
28178           fix for GLIB < 2.4
28179
28180 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28181
28182         * Makefile.am:
28183         * configure.ac:
28184           disable docs again until it actually passes make distcheck.
28185
28186 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28187
28188         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
28189         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
28190         (plugin_init):
28191           Add 3GP (variables name Q3GP because they can't start with a
28192           number). Add samr audio fourcc (used in .3gp files), decoder
28193           is work in progress. Also do a GST_WARNING instead of ERROR
28194           in case of unknown nodes, to decrease output.
28195
28196 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28197
28198         * Makefile.am:
28199           really fix dist
28200
28201 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28202
28203         * configure.ac:
28204         * ext/speex/gstspeexdec.h:
28205         * ext/speex/gstspeexenc.h:
28206           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
28207           Fix detection code in configure.ac
28208
28209 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28210
28211         * gst/matroska/matroska-demux.c:
28212         (gst_matroska_demux_parse_blockgroup):
28213           Save position, so that queries give proper return values. Don't
28214           know how this could ever have worked before...
28215
28216 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28217
28218         * configure.ac:
28219           Put additional LAME check inside the conditional.  Fixes #152339
28220
28221 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28222
28223         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28224         (gst_avi_demux_stream_scan):
28225           Add some more debug. Fix logic error when setting movi offset
28226           while reading index.
28227
28228 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28229
28230         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28231         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28232         (gst_avi_demux_process_next_entry):
28233           Add some debugging. Better detection of broken indexes and the
28234           accompanying index recovery. No infinite loops on state changes
28235           when we're still in our loopfunction.
28236
28237 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28238
28239         * configure.ac:
28240           Fix up.
28241
28242 2004-12-22  Archana Shah  <archana.shah@wipro.com>
28243
28244         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28245
28246         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28247           Normalizing the value before setting
28248         (gst_sunaudiomixer_get_volume):
28249           Normalizing the value after getting. Fixes bug# 161980
28250
28251 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28252
28253         * Makefile.am: Make sure docs gets disted
28254         * docs/Makefile.am: Make sure all needed files get disted
28255         * gst-plugins.spec.in: latest updates
28256
28257 2004-12-22  Wim Taymans  <wim@fluendo.com>
28258
28259         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28260         Revert patch 1.38 as clock distribution over schedulers does
28261         not work correcly in the core yet.
28262
28263 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28264
28265         * sys/oss/README: remove this file, which predates my birth
28266           (and which content is by far outdated)
28267
28268 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
28269
28270         * Makefile.am:
28271         * configure.ac:
28272         * docs/Makefile.am:
28273         * docs/libs/Makefile.am:
28274         * docs/libs/gst-plugins-libs-docs.sgml:
28275         * docs/libs/gst-plugins-libs-sections.txt:
28276         * docs/libs/tmpl/gstgconf.sgml:
28277         * docs/upload.mak:
28278         * docs/version.entities.in:
28279           Added boilerplate gtk-doc files for plugin-libs documentation.
28280
28281 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28282
28283         * gst/auparse/gstauparse.c: fix int and float audio caps
28284
28285 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28286
28287         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28288         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28289           g_assert() can be a macro, don't use #ifdef inside it.
28290
28291 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
28292
28293         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28294
28295         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28296         (gst_videorate_init), (gst_videorate_chain),
28297         (gst_videorate_change_state):
28298           Event handling (fixes #159986).
28299
28300 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28301
28302         * gst-libs/gst/riff/riff-media.c:
28303         (gst_riff_create_video_caps_with_data):
28304           Add BLZ0 (Blizzard's version of DivX) fourcc.
28305
28306 2004-12-18  David Schleef  <ds@schleef.org>
28307
28308         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28309         portability fix.
28310
28311 2004-12-18  David Schleef  <ds@schleef.org>
28312
28313         * gst/tta/ttadec.h: Disable some header code that isn't used
28314         and clearly isn't portable.
28315
28316 2004-12-18  David Schleef  <ds@schleef.org>
28317
28318         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28319         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28320         (avcodec_get_pix_fmt), (avpicture_layout),
28321         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28322         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28323         Fix code to not use GCC extensions (and c99 extensions that
28324         Forte does not like.)
28325
28326 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28327
28328         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28329
28330         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28331         (gst_deinterlace_chain):
28332           Rowstride fixes. Fixes #161039.
28333         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28334         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28335         (gst_video_crop_getcaps), (gst_video_crop_link),
28336         (gst_video_crop_i420), (gst_video_crop_chain),
28337         (gst_video_crop_change_state):
28338           Rework of negotiation. Actually works now. Fixes #158650.
28339
28340 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28341
28342         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28343           That was very stupid.
28344
28345 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28346
28347         * gst/matroska/matroska-demux.c:
28348         (gst_matroska_demux_parse_blockgroup):
28349           Fix possible crasher.
28350
28351 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28352
28353         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28354         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28355           Lace sizes can be zero.
28356
28357 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28358
28359         * ext/musepack/gstmusepackdec.cpp:
28360           Fetch error return values. Fixes #161624.
28361         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28362           Really EOS.
28363
28364 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28365
28366         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28367           Work for truncated (unfinished download etc.) files. Fixes #160514.
28368
28369 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28370
28371         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28372           Fix for integer overflow. Makes #156001 not crash. Probably masks
28373           the real bug.
28374
28375 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28376
28377         * gst/ac3parse/gstac3parse.c: (plugin_init):
28378           Parsers never have ranks. Fixes #159651.
28379
28380 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28381
28382         * gst/playback/gstdecodebin.c: (compare_ranks):
28383           make sure the facotries are ordered the same every time even if they
28384           have the same rank by using the name
28385         * gst/playback/gstdecodebin.c: (find_compatibles):
28386           make sure we don't add factories to the list twice
28387
28388 2004-12-16  David Schleef  <ds@schleef.org>
28389
28390         * configure.ac: look for musepack headers as musepack/*.h
28391         (fixes #159847)
28392         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28393         * ext/musepack/gstmusepackreader.h: same
28394
28395 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28396
28397         * gst-libs/gst/riff/riff-read.c:
28398         (gst_riff_read_strf_auds_with_data):
28399           Read extradata correctly (fixes #155879).
28400
28401 2004-12-16  David Schleef  <ds@schleef.org>
28402
28403         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28404         audio.  does _not_ attempt or allow conversion unless channels
28405         is 1 or 2.
28406
28407 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28408
28409         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28410
28411 2004-12-16  David Schleef  <ds@schleef.org>
28412
28413         * gst/audioscale/gstaudioscale.c: the resample library only
28414         handles 1 or 2 channels.  Change caps to compensate.
28415
28416 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28417
28418         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28419         (gst_matroska_demux_audio_caps):
28420           Some MPEG-AAC hacks, because else it doesn't work...
28421
28422 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28423
28424         * gst-libs/gst/riff/riff-media.c:
28425         (gst_riff_create_video_caps_with_data),
28426         (gst_riff_create_video_template_caps):
28427           Add h264.
28428
28429 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28430
28431         * gst-libs/gst/audio/Makefile.am:
28432           Try to fix buildbot.
28433
28434 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28435
28436         * gst/tcp/gstmultifdsink.c:
28437           Clean up and uniformize debugging.
28438
28439 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28440
28441         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28442
28443         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28444         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28445         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28446         (gst_mpeg_demux_change_state):
28447           Reset on ready. Fixes 160276.
28448
28449 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28450
28451         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28452
28453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28454         (gst_ffmpegcsp_pad_link):
28455           Fix memleak (#154815).
28456
28457 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28458
28459         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28460
28461         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28462         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28463         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28464         * ext/musicbrainz/gsttrm.h:
28465           Add support for using a proxy server when getting a trm id from
28466           the MusicBrainz database (#149613).
28467
28468 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28469
28470         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28471
28472         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28473         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28474           Fix memleaks (#157233).
28475
28476 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28477
28478         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28479
28480         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28481         * gst-libs/gst/resample/resample.h:
28482         * gst/audioscale/gstaudioscale.c:
28483           Fix memleak (#159215).
28484
28485 2004-12-16  Toni Willberg  <toniw@iki.fi>
28486
28487         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28488
28489         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28490         * sys/oss/oss_probe.c: (main):
28491           Check for mono/stereo support (similar to samplerate probing),
28492           fixes #159433. Also add missing copyright header to oss_probe.c.
28493
28494 2004-12-15  David Schleef  <ds@schleef.org>
28495
28496         * configure.ac: add audioresample and cairo plugins.  Remove
28497         HAVE_MMX stuff, because it's not used.
28498         * ext/Makefile.am: same
28499         * ext/audioresample/Makefile.am: You are not ready for an
28500         audio resampling element based on audioresample.
28501         * ext/audioresample/gstaudioresample.c:
28502         * ext/audioresample/gstaudioresample.h:
28503         * ext/cairo/Makefile.am: You are not ready for overlay elements
28504         based on cairo.  Don't look too closely, these elements kinda
28505         suck right now.
28506         * ext/cairo/gstcairo.c: new
28507         * ext/cairo/gsttextoverlay.c: new
28508         * ext/cairo/gsttextoverlay.h: new
28509         * ext/cairo/gsttimeoverlay.c: new
28510         * ext/cairo/gsttimeoverlay.h: new
28511         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28512         problem with compilers that don't support variadic macros.
28513
28514 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28515
28516         Reviewed by:  David Schleef  <ds@schleef.org>
28517
28518         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28519         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28520         bit.  Also ran indent-gst.
28521         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28522         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28523         (gst_sunaudiosrc_setparams):
28524
28525 2004-12-14  David Schleef  <ds@schleef.org>
28526
28527         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28528         output rate to 16000.  Should fix #160235.
28529
28530 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28531
28532         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28533         Add typefinding for mpeg2 pes streams
28534
28535 2004-12-13  David Schleef  <ds@schleef.org>
28536
28537         * configure.ac:  Applied patch from bug #143659, making default
28538         sources and sinks OS-dependent (for Solaris), and added code
28539         for OS/X.
28540         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28541
28542 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28543
28544         * gst-libs/gst/riff/riff-media.c:
28545           forgot to add h2.64 to avidemux template caps
28546
28547 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28548
28549         * gst/wavenc/riff.h:
28550         * gst-libs/gst/riff/riff-media.c:
28551         * gst-libs/gst/riff/riff-ids.h:
28552         * gst/avi/gstavimux.c
28553         add 4CC code for VideoSoft h264 in AVI (VSSH)
28554           fixes bug #160655
28555         remove s323 from riff, it's quicktime specific :(
28556
28557 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28558
28559         * gst/asfdemux/README
28560         * gst/wavenc/riff.h
28561         * gst-libs/gst/riff/riff-ids.h
28562         * gst-libs/gst/riff/riff-media.c
28563         * gst/qtdemux/qtdemux.c:
28564           add new 4CC codes for h263 related codecs
28565           fixes partially bug #155163
28566
28567 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28568
28569         * configure.ac: Update polyaudio requirement to 0.7
28570         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28571
28572 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28573
28574         * gst/interleave/deinterleave.c:
28575         fix my name's spelling! :)
28576
28577 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28578
28579         * AUTHORS ChangeLog
28580         * gst/auparse/gstauparse.c
28581         * gst/interleave/deinterleave.c
28582         * gst/law/:
28583                 alaw-decode.c alaw-encode.c
28584                 mulaw-decode.c mulaw-encode.c
28585         * gst/oneton/gstoneton.c
28586         * sys/osxaudio/:
28587                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28588         * sys/osxvideo/:
28589                 cocoawindow.h cocoawindow.m
28590                 osxvideosink.h osxvideosink.m
28591
28592         put the same mail address for Zaheer Abbas Merali everywhere
28593
28594 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28595
28596         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28597           Align by packetsize, and assert that we a packet available before
28598           playing. The first makes webstreams work (they often include
28599           trailing padding data in a packet), the second allows pausing a
28600           ASF stream in totem without getting demux errors afterwards.
28601
28602 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28603
28604         * ext/ogg/gstoggdemux.c: (get_relative):
28605           Check for non-NULL before accessing member (end-of-chain).
28606
28607 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28608
28609         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28610         (cdparanoia_set_property), (cdparanoia_get_property):
28611         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28612         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28613         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28614         (dvdreadsrc_init), (dvdreadsrc_set_property),
28615         (dvdreadsrc_get_property):
28616         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28617         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28618           Synchronize property names where not yet the case. Devices are
28619           now device=X, other versions are deprecated (but still exist).
28620           Also use g_free() unconditionally.
28621         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28622         (setup_source), (gst_play_base_bin_get_property):
28623           Expose source.
28624
28625 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28626
28627         * configure.ac: move GCONF macro outside conditional for the am
28628           conditional. Fixes #160439
28629
28630 2004-12-08  David Schleef  <ds@schleef.org>
28631
28632         * tools/gst-visualise-m.m: Switch to elements that currently
28633         exist.
28634
28635 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28636
28637         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28638           We love wrong commas.
28639
28640 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28641
28642         * gst/matroska/matroska-demux.c:
28643         (gst_matroska_demux_handle_src_query):
28644           Don't set DEFAULT, unsupported - makes length display incorrectly
28645           in some cases.
28646
28647 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28648
28649         * gst/monoscope/README: remove blurb about files being GPL
28650         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28651         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28652           monoscope is now effectively LGPL licensed
28653
28654 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28655
28656         * gst/monoscope/README: Update information to be more correct
28657         * gst/monoscope/convolve.c: Relicense to LGPL
28658         * gst/monoscope/convolve.h: Relicense to LGPL
28659
28660 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28661
28662         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28663           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28664         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28665           set default_duration for mpeg1 audio
28666
28667 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28668
28669         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28670         * ext/alsa/gstalsa.h:
28671           refactor big chunks of the core caps negotiation code to make it
28672           a lot faster, because people claim it's really slow
28673           (actually, just cache the getcaps when the device is opened)
28674
28675 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28676
28677         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28678         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28679         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28680         (gst_a52dec_change_state), (plugin_init):
28681         * ext/a52dec/gsta52dec.h:
28682           Do something useful with timestamps. Make chain-based (since
28683           there's really no reason to be loopbased).
28684         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28685           Update current_byte/frame correctly.
28686
28687 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28688
28689         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28690         (gst_ape_demux_stream_init):
28691           Forward tags, too.
28692
28693 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28694
28695         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28696           Let's make sure we're done typefinding when detecting tags.
28697
28698 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28699
28700         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28701         (gst_ebml_read_init), (gst_ebml_read_use_event),
28702         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28703         (gst_ebml_read_seek), (gst_ebml_read_skip),
28704         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28705         (gst_ebml_read_master):
28706         * gst/matroska/ebml-read.h:
28707         * gst/matroska/matroska-demux.c:
28708         (gst_matroska_demux_parse_contents),
28709         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28710           Disgustingly evil hack for working around INTERRUPT events and
28711           their extremely annoying habit of being a pain in the ass. We
28712           simply peek a cluster before reading any of it.
28713
28714 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28715
28716         * ext/musepack/gstmusepackdec.cpp:
28717           There's also floating point libmusepacks.
28718
28719 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28720
28721         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28722         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28723           Set DURATION even if source buffer didn't. Also use increasing
28724           timestamps.
28725         * gst-libs/gst/riff/riff-media.c:
28726         (gst_riff_create_audio_caps_with_data):
28727           Block_align can have larger values than 8192.
28728
28729 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28730
28731         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28732         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28733         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28734         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28735           Fix caps.
28736
28737 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28738
28739         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28740           Fix logic bug.
28741
28742 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28743
28744         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28745           Yay, another one.
28746
28747 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28748
28749         * ext/esd/esdsink.c: (gst_esdsink_chain):
28750           Make error actually say something useful (fixes #156798).
28751         * gst-libs/gst/riff/riff-media.c:
28752         (gst_riff_create_video_caps_with_data),
28753         (gst_riff_create_video_template_caps):
28754           Add Intel Video 5.0 fourcc (IV50).
28755
28756 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28757
28758         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28759         detection on mono and stereo mp3 files.
28760
28761 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28762
28763         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28764           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28765           the contained stream).
28766
28767 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28768
28769         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28770           Oops, remove debug.
28771
28772 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28773
28774         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28775
28776         * gst/law/alaw-decode.c: (alawdec_getcaps):
28777         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28778           Prevent warnings when negotiating caps (fixes #159338).
28779
28780 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28781
28782         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28783         (gst_ffmpegcsp_chain):
28784           Remove old leftover that shouldn't be there...
28785
28786 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28787
28788         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28789
28790         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28791           Don't forward DISCONT events (fixes #159684).
28792
28793 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28794
28795         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28796           Unlink manually since sometimes bin disposal (and therefore
28797           pad unlinking) is delayed, which will cause a new media file
28798           to not be able to start playing instantly.
28799
28800 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28801
28802         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28803           On mute of an unlinked stream, check for pad availability so
28804           we don't crash on unlinked pad.
28805
28806 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28807
28808         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28809         (gst_avi_demux_massage_index):
28810           Fix quite humiliating bug in omitting 0-sized index chunks but
28811           forgetting to count them for timestamps.
28812
28813 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28814
28815         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28816           Actually leave the loop if we failed to sync. Don't crash.
28817
28818 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28819
28820         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28821         (gst_dvd_demux_process_private):
28822         * gst/mpegstream/gstdvddemux.h:
28823           Fix crash (#159759). Doesn't work, though. :-(.
28824
28825 2004-11-28  Benjamin Otte  <otte@gnome.org>
28826
28827         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28828           more overwriting protection due to modifying channels one by one
28829           instead of all at once
28830
28831 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28832
28833         * gst/audioconvert/gstchannelmix.c:
28834         (gst_audio_convert_fill_normalize):
28835           Normalize using absolute values.
28836
28837 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28838
28839         * configure.ac:
28840         * ext/Makefile.am:
28841         * ext/directfb/Makefile.am:
28842         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28843         (gst_directfbvideosink_get_pixel_format),
28844         (gst_directfbvideosink_get_format_from_fourcc),
28845         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28846         (gst_directfbvideosink_sink_link),
28847         (gst_directfbvideosink_change_state),
28848         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28849         (gst_directfbvideosink_buffer_alloc),
28850         (gst_directfbvideosink_interface_supported),
28851         (gst_directfbvideosink_interface_init),
28852         (gst_directfbvideosink_navigation_send_event),
28853         (gst_directfbvideosink_navigation_init),
28854         (gst_directfbvideosink_set_property),
28855         (gst_directfbvideosink_get_property),
28856         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28857         (gst_directfbvideosink_base_init),
28858         (gst_directfbvideosink_class_init),
28859         (gst_directfbvideosink_get_type), (plugin_init):
28860         * ext/directfb/directfbvideosink.h: Adding a first version of
28861         directfbvideosink.
28862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28863         more.
28864
28865 2004-11-28  Benjamin Otte  <otte@gnome.org>
28866
28867         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28868           walk the samples backwards if out_channels > in_channels so we don't
28869           overwrite data
28870
28871 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28872
28873         * gst/audioconvert/Makefile.am:
28874         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28875         (gst_audio_convert_link), (gst_audio_convert_change_state),
28876         (gst_audio_convert_channels):
28877         * gst/audioconvert/gstchannelmix.c:
28878         (gst_audio_convert_unset_matrix),
28879         (gst_audio_convert_fill_identical),
28880         (gst_audio_convert_fill_compatible),
28881         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28882         (gst_audio_convert_fill_others),
28883         (gst_audio_convert_fill_normalize),
28884         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28885         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28886         * gst/audioconvert/gstchannelmix.h:
28887           Implement a channel mixer.
28888
28889 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28890
28891         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28892         * ext/alsa/gstalsa.h:
28893         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28894         Make alsasink actually honor gst_element_set_clock and use that
28895         clock instead of its internal one.
28896
28897 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28898
28899         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28900         (gst_play_base_bin_change_state): nullify source and decoder when
28901         going from READY to NULL so that we don't try to do weird stuff with
28902         them when going from NULL to READY
28903         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28904         instead of g_object_unref
28905         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28906         it should be correct
28907         (gst_play_bin_change_state): don't call remove_sinks if we are
28908         currently disposing the object
28909
28910 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28911
28912         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28913           Don't forget bass if it's there. Else left channel is silent...
28914
28915 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28916
28917         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28918         (gst_a52dec_change_state):
28919           Don't do sample adjusting anymore, we use float audio now.
28920         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28921           Don't fixate to non-existing properties.
28922
28923 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28924
28925         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28926         (gst_a52dec_change_state):
28927           Advertise that we can do surround sound.
28928
28929 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28930
28931         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28932           Add buffer-frames=0.
28933         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28934         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28935         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28936         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28937         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28938         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28939         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28940         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28941         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28942         * ext/dvdread/dvdreadsrc.h:
28943           Add seeking, querying for bytes, sectors, title, angle and
28944           chapter. Handle multiple chapters. Relicense to LGPL because
28945           Billy agreed on that (thanks Billy!).
28946
28947 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28948
28949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28950         call parent dispose method
28951
28952 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28953
28954         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28955         (gst_audio_clock_get_internal_time):
28956         Fix active <-> inactive transitions: ensure time value always
28957         grows and avoid abrupt value changes.
28958
28959 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28960
28961         * configure.ac:
28962         * gst/tta/Makefile.am:
28963         * gst/tta/crc32.h:
28964         * gst/tta/filters.h:
28965         * gst/tta/gsttta.c:
28966         * gst/tta/gstttadec.c:
28967         * gst/tta/gstttadec.h:
28968         * gst/tta/gstttaparse.c:
28969         * gst/tta/gstttaparse.h:
28970         * gst/tta/ttadec.h:
28971           added TTA parser and decoder
28972
28973 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28974
28975         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28976         (probe_triggered), (check_queue), (buffer_underrun),
28977         (buffer_running), (buffer_overrun), (gen_source_element),
28978         (setup_source):
28979         * gst/playback/gstplaybasebin.h:
28980           Implement buffering. Needs some more work.
28981
28982 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28983
28984         * ext/theora/theoradec.c: (theora_dec_chain):
28985           Fix ilog mask range overflow.
28986
28987 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28988
28989         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28990           Don't omit the last (which in case of dmix is the only :) )
28991           channel count. Don't set channels if <= 2.
28992
28993 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28994
28995         * gst/playback/gstplaybin.c: (gen_video_element),
28996         (gen_audio_element): Removed 2 obsolete comments
28997
28998 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28999
29000         * ext/vorbis/oggvorbisenc.c
29001         * ext/vorbis/vorbisenc.c :
29002           change description fields of those plugins to differentiate them
29003           (pitivi show Encoders by description, they had the same one)
29004
29005 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
29006
29007         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29008
29009         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
29010         (gst_play_bin_set_property), (gen_video_element),
29011         (gen_audio_element):
29012           Refcounting fixes for provided audio-/videosinks.
29013
29014 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29015
29016         * gst/playback/gstplaybin.c: (gen_video_element),
29017         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
29018           Don't reference all sinks, but only the video- and audiosinks.
29019           The vis. element should be disposed when we're done with it.
29020           We don't have any reason to keep it around. This fixes warnings
29021           when reusing playbin for playing multiple audio files with
29022           vis. enabled. Also release audio device on pause - idea stolen
29023           from Rhythmbox.
29024
29025 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29026
29027         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
29028         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
29029         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
29030         * ext/alsa/gstalsaplugin.c: (plugin_init):
29031         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
29032         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
29033         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
29034         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
29035         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
29036         (gst_faad_change_state), (plugin_init):
29037         * ext/faad/gstfaad.h:
29038         * ext/vorbis/vorbis.c: (plugin_init):
29039         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29040         * gst-libs/gst/audio/Makefile.am:
29041         * gst-libs/gst/audio/audio.c: (plugin_init):
29042         * gst-libs/gst/audio/multichannel.c:
29043         (gst_audio_check_channel_positions),
29044         (gst_audio_get_channel_positions),
29045         (gst_audio_set_channel_positions),
29046         (gst_audio_set_structure_channel_positions_list),
29047         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
29048         (gst_audio_fixate_channel_positions):
29049         * gst-libs/gst/audio/multichannel.h:
29050         * gst-libs/gst/audio/testchannels.c: (main):
29051         * gst/audioconvert/gstaudioconvert.c:
29052         (gst_audio_convert_class_init), (gst_audio_convert_init),
29053         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
29054         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
29055         (gst_audio_convert_fixate), (gst_audio_convert_channels):
29056         * gst/audioconvert/plugin.c: (plugin_init):
29057           Surround sound support.
29058
29059 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29060
29061         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
29062           Fix position for discont if we're close as well. Nitpicking, but
29063           saves a few milliseconds of extra waiting or skipping.
29064
29065 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29066
29067         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
29068           We sometimes need parsers for playback, so add those too.
29069
29070 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29071
29072         * configure.ac:
29073         * gst/apetag/Makefile.am:
29074         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
29075         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
29076         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
29077         (gst_ape_demux_get_src_query_types),
29078         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
29079         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
29080         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
29081         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
29082         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
29083         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
29084         (gst_ape_demux_change_state):
29085         * gst/apetag/apedemux.h:
29086         * gst/apetag/apetag.c: (plugin_init):
29087         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
29088         (plugin_init):
29089           APE v1/2 tag reader plus typefind function.
29090
29091 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29092
29093         * configure.ac:
29094         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29095         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29096           Remove hacks for older core. Require newer core version
29097           accordingly.
29098
29099 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29100
29101         * gst/cdxaparse/Makefile.am:
29102         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
29103         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
29104         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
29105         * gst/cdxaparse/gstcdxaparse.h:
29106         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
29107         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
29108         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
29109         (gst_cdxastrip_get_src_query_types),
29110         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
29111         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
29112         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
29113         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
29114         * gst/cdxaparse/gstcdxastrip.h:
29115           SVCD/VCD header stripping separated from CDXA image parsing.
29116         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29117         (plugin_init):
29118           Add VCD/SVCD header typefinding for VCD/SVCD.
29119         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
29120         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
29121         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
29122         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
29123         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
29124         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
29125         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
29126         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
29127         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
29128         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
29129         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
29130         * sys/vcd/vcdsrc.h:
29131           Fix up, add seeking, querying, URI interface. Works in totem now.
29132
29133 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29134
29135         * configure.ac:
29136           back to CVS
29137
29138 === release 0.8.6 ===
29139
29140 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29141
29142         * NEWS:
29143         * RELEASE:
29144         * configure.ac:
29145         * po/af.po:
29146         * po/az.po:
29147         * po/cs.po:
29148         * po/en_GB.po:
29149         * po/hu.po:
29150         * po/it.po:
29151         * po/nb.po:
29152         * po/nl.po:
29153         * po/or.po:
29154         * po/sq.po:
29155         * po/sr.po:
29156         * po/sv.po:
29157         * po/uk.po:
29158           releasing 0.8.6, "IOU Love"
29159
29160 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29161
29162         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29163
29164         * gst/playback/gstplaybasebin.c:
29165           Fix unplayable files error handling.  Fixes #158365
29166
29167 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29168
29169         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29170
29171         * gst/typefind/gsttypefindfunctions.c:
29172           Fix broken mp3 typefinding.  Fixes #158375
29173
29174 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29175
29176         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29177
29178         * ext/ogg/gstoggdemux.c:
29179           Fix sync on broken files.  Fixes #158976
29180
29181 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29182
29183         patch by: Edward Hervey <bilboed@bilboed.com>
29184
29185         * ext/libpng/gstpngenc.c:
29186           Copy over buffer properties.  Fixes #158832
29187
29188 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29189
29190         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
29191
29192         * ext/dvdread/dvdreadsrc.c:
29193           Fixes invalid reads (#158462)
29194
29195 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29196
29197         * sys/v4l/gstv4lsrc.c:
29198         * sys/v4l/gstv4lsrc.h:
29199         * sys/v4l/v4lsrc_calls.c:
29200           Probe less and cache it.  Fixes #159187.
29201
29202 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29203
29204         * gst/videorate/gstvideorate.c:
29205           Handle all video formats. Fixes #159186.
29206
29207 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
29208         * gst/synaesthesia/gstsynaesthesia.c:
29209         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
29210         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
29211         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
29212         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
29213         (gst_synaesthesia_change_state), (plugin_init):
29214         Fix up synaesthesia to work under different samplerates/ buffer sizes.
29215         Force 320x200 output, as that's the only thing the underlying
29216         synaesthesia implementation supports. Still needs to be made
29217         re-entrant.
29218
29219 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29220
29221         * configure.ac:
29222           Fix mpeg2enc configure check (similar to mplex check below).
29223
29224 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
29225
29226         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29227
29228         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29229           Fix for gcc-2.95 (fixes #158221).
29230
29231 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29232
29233         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29234           Re-add clock distribution hack (until new core is released).
29235           Fixes #158125.
29236
29237 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
29238         * configure.ac:
29239           fix mplex configure check segfaulting on some systems (bug #140994)
29240
29241 2004-11-13  Benjamin Otte  <otte@gnome.org>
29242
29243         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29244           add debugging
29245         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29246           do a wait when we enter the loop func with no data available to
29247           write instead of getting into an 100% CPU loop by just returning and
29248           being called again by the scheduler
29249
29250 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
29251
29252         * configure.ac:
29253         * ext/libvisual/visual.c: (gst_visual_get_type),
29254         (libvisual_log_handler), (gst_visual_getcaps),
29255         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29256         (plugin_init):
29257           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29258         * ext/smoothwave/Makefile.am:
29259         * ext/smoothwave/demo-osssrc.c: (main):
29260         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29261         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29262         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29263         (plugin_init):
29264         * ext/smoothwave/gstsmoothwave.h:
29265           Make gstsmoothwave a working element in the 20th century.
29266
29267         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29268           Fix incorrect link function
29269
29270 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29271
29272         * gst/volume/gstvolume.c:
29273           Allow buffer-frames=0.
29274
29275 2004-11-12 Iain <iaingnome@gmail.com>
29276
29277         * configure.ac: Check for polypaudio
29278
29279         * ext/Makefile.am: Build the polyp dir
29280
29281         * ext/polyp: The polypsink sources.
29282
29283 2004-10-30 Iain <iaingnome@gmail.com>
29284
29285         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29286         caps to reflect the new number of channels.
29287
29288 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29289
29290         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29291           Fix for negotiation order problem. This would show when the
29292           ALSA loopfuction was called before any other function. ALSA
29293           wouldn't do anything because we're not negotiated yet, leading
29294           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29295
29296 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29297
29298         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29299
29300         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29301           No warnings (#157986).
29302
29303 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29304
29305         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29306           Prefer apev1/2 and id3v1 (at end of file) over musepack.
29307
29308 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29309
29310         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29311           Signal no-more-pads (so it works in playbin).
29312
29313 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29314
29315         * ext/musepack/gstmusepackreader.cpp:
29316           Workaround for older core.
29317
29318 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29319
29320         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29321           Actually test for odd width/height rather than testing whether
29322           a temporary variable that was 0 before we subtracted 1 is now
29323           not equal to zero (which it always is).
29324
29325 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29326
29327         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29328         Fix compilation if HAVE_XVIDEO is not defined
29329
29330 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29331
29332         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29333         Fix compilation if HAVE_XVIDEO is not defined
29334
29335 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29336
29337         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29338         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29339         (gst_goom_change_state), (plugin_init):
29340         Use the bytestream adapter so goom doesn't depend on the input
29341         buffer size.
29342         Add a debug category
29343
29344 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29345
29346         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29347           Only set hardware parameters *after* negotiation. Before
29348           negotiation, it will set ANY and that seems to cause crashes
29349           (see e.g. #151288, #153227).
29350
29351 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29352
29353         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29354           This seems to be antique leftover. It needs to pass error
29355           checking.
29356         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29357         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29358         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29359         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29360           Fix GstXOverlay implementation (#151059).
29361
29362 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29363
29364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29365           Don't assert (#157853).
29366
29367 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29368
29369         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29370           Fix bytes/samples confustion.
29371         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29372           Fix for underrun (#144389).
29373
29374 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29375
29376         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29377           Disable halfway-seek for pending release (since it needs a new
29378           core release).
29379
29380 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29381
29382         * sys/v4l/gstv4lsrc.c:
29383         * sys/v4l/gstv4lsrc.h:
29384         * sys/v4l/v4lsrc_calls.c:
29385           add autoprobe-fps property so we can separate autoprobing parts
29386
29387 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29388
29389         * sys/v4l/gstv4lsrc.c:
29390         * sys/v4l/v4lsrc_calls.c:
29391         initialise fourcc to catch unset fourcc's, and debug
29392
29393 2004-11-09  Wim Taymans  <wim@fluendo.com>
29394
29395         * gst/playback/README:
29396         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29397         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29398         (gst_play_bin_dispose), (gst_play_bin_set_property),
29399         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29400         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29401         (gst_play_bin_get_formats), (gst_play_bin_convert),
29402         (gst_play_bin_get_query_types), (gst_play_bin_query):
29403         Cleanups and some more documentation.
29404
29405 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29406
29407         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29408         (gst_cacasink_init), (gst_cacasink_chain):
29409         * ext/libcaca/gstcacasink.h:
29410         Cacasink inherits from VideoSink, so let that store the clock.
29411
29412 2004-11-09  Wim Taymans  <wim@fluendo.com>
29413
29414         * gst/playback/README:
29415         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29416         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29417         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29418         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29419         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29420         (setup_sinks):
29421         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29422         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29423         * gst/playback/gststreaminfo.h:
29424         Updated README.
29425         Only switch groups if all streams have muted (EOSed).
29426         Send Tags in sync with the stream playback instead of in
29427         the playback/preroll phase.
29428         Some cleanups, free the fakesrc elements.
29429
29430 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29431
29432         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29433           buffer-frames property was missing
29434         * ext/arts/gst_arts.c:
29435           rate missing from sinkcaps
29436         * ext/audiofile/gstafparse.c:
29437         * ext/audiofile/gstafsink.c:
29438         * ext/audiofile/gstafsrc.c:
29439         * ext/swfdec/gstswfdec.c:
29440           int audio doesn't know buffer-frames
29441         * ext/cdparanoia/gstcdparanoia.c:
29442           int audio doesn't know chunksize either
29443         * ext/nas/nassink.c:
29444           it's endianness, not endianess
29445         * gst-libs/gst/audio/audio.h:
29446           make float standard pad template caps really describe float
29447         * gst/law/mulaw.c: (linear_factory):
29448           signed only, please
29449         * gst/mpegstream/gstdvddemux.c:
29450           widths of 20 are not valid
29451
29452 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29453
29454         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29455
29456         * po/LINGUAS:
29457         * po/it.po:
29458           Add Italian
29459
29460 2004-11-08  Wim Taymans  <wim@fluendo.com>
29461
29462         * gst/playback/README:
29463         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29464         * gst/playback/gstplaybasebin.c: (probe_triggered),
29465         (gst_play_base_bin_change_state):
29466         Updated README, added more comments for fixmes etc..
29467
29468 2004-11-08  Wim Taymans  <wim@fluendo.com>
29469
29470         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29471         We can remove this hack now.
29472
29473 2004-11-08  Wim Taymans  <wim@fluendo.com>
29474
29475         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29476         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29477         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29478         Only mix AYUV for maximum quality.
29479
29480 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29481
29482         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29483         (gst_ogg_demux_push), (gst_ogg_pad_push):
29484           Let's act as if we're synchronized now! :).
29485         * ext/theora/theoradec.c: (theora_dec_chain):
29486           Add some debug.
29487
29488 2004-11-08  Wim Taymans  <wim@fluendo.com>
29489
29490         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29491         (gst_alpha_set_property), (gst_alpha_sink_link),
29492         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29493         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29494         (gst_alpha_init_params), (gst_alpha_chain):
29495         Implement alpha functions for AYUV too, this increases
29496         accuracy quite a bit.
29497
29498 2004-11-08  Wim Taymans  <wim@fluendo.com>
29499
29500         * gst/ffmpegcolorspace/avcodec.h:
29501         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29502         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29503         (gst_ffmpegcsp_avpicture_fill):
29504         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29505         (gst_ffmpegcsp_caps_remove_format_info):
29506         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29507         (shrink12), (img_get_alpha_info), (deinterlace_line),
29508         (deinterlace_line_inplace):
29509         * gst/ffmpegcolorspace/imgconvert_template.h:
29510         Added AYUV colorspace and handle RGBA a bit more respectful.
29511
29512 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29513
29514         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29515           Actually always send a discont (cornercase when resending the
29516           same serial-tagged chain twice).
29517
29518 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29519
29520         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29521         (gst_ximagesink_finalize):
29522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29523         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29524
29525 2004-11-08  Wim Taymans  <wim@fluendo.com>
29526
29527         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29528         Don't segfault on NULL data.
29529
29530 2004-11-08  Wim Taymans  <wim@fluendo.com>
29531
29532         * gst/playback/gstdecodebin.c: (unlinked):
29533         * gst/playback/gstplay-marshal.list:
29534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29535         (gst_play_base_bin_init), (group_create), (get_active_group),
29536         (get_building_group), (group_destroy), (group_commit),
29537         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29538         (add_element_stream), (no_more_pads), (probe_triggered),
29539         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29540         (state_change), (setup_source), (gst_play_base_bin_get_property),
29541         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29542         (gst_play_base_bin_link_stream),
29543         (gst_play_base_bin_get_streaminfo):
29544         * gst/playback/gstplaybasebin.h:
29545         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29546         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29547         Add support for chained ogg files. Prepare for playlist
29548         support. This patch introduces the concept of pad groups, which
29549         together compose one playable media file.
29550
29551 2004-11-07  David Schleef  <ds@schleef.org>
29552
29553         * testsuite/gst-lint: Check for pad templates that aren't statically
29554         scoped.
29555
29556 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29557
29558         * configure.ac:
29559         * ext/Makefile.am:
29560         * ext/musepack/Makefile.am:
29561         * ext/musepack/gstmusepackdec.cpp:
29562         * ext/musepack/gstmusepackdec.h:
29563         * ext/musepack/gstmusepackreader.cpp:
29564         * ext/musepack/gstmusepackreader.h:
29565           Add musepack decoder.
29566         * ext/faad/gstfaad.c: (gst_faad_base_init):
29567           Make pad templates static.
29568         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29569         (plugin_init):
29570           Add musepack typefinder, make mp3 typefinding work halfway stream,
29571           which doesn't actually work yet because id3demux doesn't implement
29572           _get_length().
29573
29574 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29575
29576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29577         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29578           Fix interrupt event handling (#144436).
29579
29580 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29581
29582         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29583           Hide unused glory.
29584
29585 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29586
29587         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29588
29589         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29590           Fix weird caps (#157548).
29591
29592 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29593
29594         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29595
29596         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29597           Add missing NULL terminator (#157543).
29598
29599 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29600
29601         * gst/tcp/gsttcp.h:
29602         * gst/tcp/gsttcpclientsink.c:
29603         * gst/tcp/gsttcpclientsrc.c:
29604         * gst/tcp/gsttcpserversink.c:
29605         * gst/tcp/gsttcpserversrc.c:
29606           ports can go up to 65535.  Move common defines to gsttcp.h
29607
29608 2004-11-05  Wim Taymans  <wim@fluendo.com>
29609
29610         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29611         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29612         Added two more colorspaces.
29613
29614 2004-11-05  Wim Taymans  <wim@fluendo.com>
29615
29616         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29617         (gst_ffmpegcsp_avpicture_fill):
29618         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29619         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29620         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29621         More stride fixes.
29622
29623 2004-11-05  Wim Taymans  <wim@fluendo.com>
29624
29625         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29626         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29627         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29628         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29629         (gst_videomixer_loop):
29630         More stride fixes.
29631
29632 2004-11-05  Benjamin Otte  <otte@gnome.org>
29633
29634         * ext/mad/gstmad.c: (gst_mad_chain):
29635           don't overflow data buffer. Flush not needed sync data when syncing
29636           failed.
29637
29638 2004-11-04  Wim Taymans  <wim@fluendo.com>
29639
29640         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29641         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29642         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29643         (gst_alpha_init_params), (gst_alpha_chain),
29644         (gst_alpha_change_state):
29645         Updated the chroma keying algorithm with something more
29646         sophisticated.
29647
29648 2004-11-03  Wim Taymans  <wim@fluendo.com>
29649
29650         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29651         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29652         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29653         Fix stride issues. Does not completely work for odd
29654         heights.
29655
29656 2004-11-03  Wim Taymans  <wim@fluendo.com>
29657
29658         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29659         (gst_alpha_chroma_key), (gst_alpha_chain):
29660         Fix stride issues. Does not completely work for odd
29661         heights.
29662
29663 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29664
29665         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29666         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29667         leak fixes
29668
29669 2004-11-03  Wim Taymans  <wim@fluendo.com>
29670
29671         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29672         (gst_ffmpegcsp_avpicture_fill):
29673         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29674         (avpicture_alloc):
29675         * gst/ffmpegcolorspace/imgconvert_template.h:
29676         Use correct _fill function to get correct strides.
29677
29678 2004-11-02  David Schleef  <ds@schleef.org>
29679
29680         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29681         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29682         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29683         Change all g_print()s to debugging.  Add a bunch of consistency
29684         checks.
29685
29686 2004-11-02  Wim Taymans  <wim@fluendo.com>
29687
29688         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29689         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29690         (unlinked), (no_more_pads), (close_link):
29691         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29692         (unknown_type), (add_element_stream), (new_decoded_pad),
29693         (removed_decoded_pad), (setup_source):
29694         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29695         (gst_stream_info_class_init), (gst_stream_info_init),
29696         (gst_stream_info_new), (gst_stream_info_dispose),
29697         (stream_info_mute_pad), (gst_stream_info_set_property),
29698         (gst_stream_info_get_property):
29699         * gst/playback/gststreaminfo.h:
29700         Fix playback of multiple files.
29701         a slightly different approach to handling dynamic pad removals.
29702         This one only looks at pads that we have linked.
29703
29704 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29705
29706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29707         free" warning from libc.
29708
29709 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29710
29711         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29712         (get_unconnected_element), (remove_starting_from), (pad_removed),
29713         (close_link):
29714           Implement support for dynamic pad changing. We listen to "live"
29715           pad removals (i.e. while playing) and re-setup autoplugging
29716           after that. Playbasebin/playbin need some more work for this
29717           to finally work, but decodebin supports (and replugs) chained
29718           ogg now.
29719
29720 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29721
29722         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29723         (gst_alsa_finalize):
29724         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29725         (gst_cdaudio_finalize):
29726         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29727         (cdparanoia_finalize):
29728         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29729         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29730         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29731         (dvdreadsrc_finalize):
29732         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29733         (gst_flacdec_finalize):
29734         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29735         (gst_flacenc_finalize):
29736         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29737         (gst_gnomevfssink_finalize):
29738         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29739         (gst_gnomevfssrc_finalize):
29740         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29741         (gst_fameenc_finalize):
29742         * ext/nas/nassink.c: (gst_nassink_class_init),
29743         (gst_nassink_finalize):
29744         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29745         (gst_sdlvideosink_class_init):
29746         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29747         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29748         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29749         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29750         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29751         (gst_x_window_listener_dispose):
29752         * gst/audioscale/gstaudioscale.c:
29753         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29754         (play_on_demand_finalize):
29755         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29756         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29757         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29758         (cdplayer_finalize):
29759         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29760         (gst_glimagesink_class_init):
29761         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29762         (gst_osselement_finalize):
29763         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29764         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29765         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29766           Fixes a bunch of problems with finalize and dispose functions,
29767           either assumptions that dispose is only called once, or not calling
29768           the parent class dispose/finalize function
29769
29770 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29771
29772         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29773           added two api precondition guards
29774           use g_strdup with getenv to fix crash when using ENVVAR
29775
29776 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29777         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29778         (gst_esdsink_finalize):
29779         Use a finalize function, not dispose, and more importantly,
29780         call the parent class finalize function too
29781
29782 2004-11-01  Johan Dahlin  <johan@gnome.org>
29783
29784         * ext/ogg/gstoggdemux.c:
29785         * gst/tags/gstvorbistag.c:
29786         Plug leaks.
29787
29788 2004-10-31  Benjamin Otte  <otte@gnome.org>
29789
29790         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29791           lotsa memleaks today. But they're all small...
29792
29793 2004-10-31  Benjamin Otte  <otte@gnome.org>
29794
29795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29796           another memleak crushed
29797
29798 2004-10-31  Benjamin Otte  <otte@gnome.org>
29799
29800         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29801           fix memleak
29802
29803 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29804
29805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29806           Hack to prevent crash when going to READY inside signal handler
29807           while this function is active.
29808
29809 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29810
29811         * gst/ffmpegcolorspace/Makefile.am:
29812         * gst/ffmpegcolorspace/avcodec.h:
29813         * gst/ffmpegcolorspace/common.h:
29814         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29815         * gst/ffmpegcolorspace/dsputil.h:
29816         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29817         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29818         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29819         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29820         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29821         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29822         (gst_ffmpegcsp_avpicture_fill):
29823         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29824         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29825         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29826         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29827         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29828         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29829         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29830         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29831         * gst/ffmpegcolorspace/imgconvert.c:
29832         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29833         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29834         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29835         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29836         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29837         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29838         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29839         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29840         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29841         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29842         (grow21), (grow22), (grow41), (grow44), (conv411),
29843         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29844         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29845         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29846         (avpicture_free), (is_yuv_planar), (img_convert),
29847         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29848         (deinterlace_line_inplace), (deinterlace_bottom_field),
29849         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29850         * gst/ffmpegcolorspace/imgconvert_template.h:
29851         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29852         * gst/ffmpegcolorspace/mmx.h:
29853         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29854         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29855         (av_freep), (avcodec_get_context_defaults),
29856         (avcodec_alloc_context), (avcodec_init):
29857           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29858           handling plus update from ffmpeg CVS. Large clean-up.
29859
29860 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29861
29862         * gst/playback/Makefile.am:
29863           We need the marshallers for decodebin, too.
29864
29865 2004-10-30  David Schleef  <ds@schleef.org>
29866
29867         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29868           quicktime typefinding work with 64-bit offsets.
29869
29870 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29871
29872         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29873           Set EOS on the element when processing an EOS event.
29874         * ext/speex/gstspeexdec.h:
29875         * ext/speex/gstspeexenc.h:
29876           Only keep a const ptr to the mode
29877         * gst-libs/gst/riff/riff-media.c:
29878         (gst_riff_create_audio_caps_with_data),
29879         (gst_riff_create_audio_template_caps):
29880           Allow WMAV3, with up to 6 channels.
29881         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29882           Don't call gst_pad_set_event_function on a sink pad.
29883         * gst/mpegstream/gstdvddemux.c:
29884         (gst_dvd_demux_get_subpicture_stream),
29885         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29886           Copy the explicit caps that were set across to the cur_* pads,
29887           instead of trying to use a possibly non-existent negotiated caps.
29888           Reset the type of subpicture pads to UNKNOWN after calling
29889           init_stream, so that the caps get set.
29890
29891 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29892
29893         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29894
29895         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29896           Don't touch buffer if it is of size 0 (fixes #151064).
29897
29898 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29899
29900         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29901           Synchronized discont handling.
29902
29903 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29904
29905         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29906         (gst_ogg_demux_push):
29907           Make seeking sort-of exact again (fixes #156387).
29908
29909 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29910
29911         * gst/playback/gstplaybasebin.c: (unknown_type),
29912         (add_element_stream), (new_decoded_pad),
29913         (gst_play_base_bin_change_state):
29914         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29915         (gst_stream_info_init), (gst_stream_info_new),
29916         (gst_stream_info_dispose), (gst_stream_info_get_property):
29917         * gst/playback/gststreaminfo.h:
29918           Make caps explicitely available. Makes testing for unsupported
29919           types possible. Improves error reporting.
29920
29921 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29922
29923         * gst/audioconvert/gstaudioconvert.c:
29924         (gst_audio_convert_buffer_to_default_format):
29925           Really don't touch read-only buffers (#156563).
29926
29927 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29928
29929         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29930
29931         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29932           Fix memleak (#155223).
29933
29934 2004-10-29  Wim Taymans  <wim@fluendo.com>
29935
29936         * gst/tcp/.cvsignore:
29937         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29938         (gst_multifdsink_class_init), (gst_multifdsink_init),
29939         (gst_multifdsink_add), (gst_multifdsink_remove),
29940         (gst_multifdsink_remove_client_link), (is_sync_frame),
29941         (gst_multifdsink_new_client),
29942         (gst_multifdsink_handle_client_write),
29943         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29944         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29945         (gst_multifdsink_get_property):
29946         * gst/tcp/gstmultifdsink.h:
29947         Added burst on connect sync_method, deprecated sync_clients,
29948         streamlined the sync code some more.
29949
29950 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29951
29952         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29953         (gst_play_base_bin_change_state):
29954           Improve error reporting.
29955
29956 2004-10-28  Wim Taymans  <wim@fluendo.com>
29957
29958         * gst/tcp/Makefile.am:
29959         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29960         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29961         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29962         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29963         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29964         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29965         (gst_fdset_wait):
29966         Added more locks around fdset structures. Fixed/reworked
29967         the poll array resizing code.
29968         Added stress test for fdset.
29969
29970 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29971
29972         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29973         fix build
29974
29975 2004-10-28  Benjamin Otte  <otte@gnome.org>
29976
29977         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29978           fix link function to always query channels and query width for
29979           floats
29980         * configure.ac:
29981           add equalizer dir
29982         * gst/equalizer/Makefile.am:
29983         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29984         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29985         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29986         (arg_to_scale), (setup_filter),
29987         (gst_iir_equalizer_compute_frequencies),
29988         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29989         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29990         (plugin_init):
29991           add an equalizer
29992
29993 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29994
29995         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29996
29997         * po/LINGUAS:
29998         * po/nb.po:
29999           Added Norwegian Bokmaal translation
30000
30001 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30002
30003         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30004           Don't break on options (fixes #156488).
30005
30006 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30007
30008         * configure.ac:
30009         * ext/cdaudio/Makefile.am:
30010         * sys/Makefile.am:
30011           fix build on older automake
30012
30013 2004-10-26  Wim Taymans  <wim@fluendo.com>
30014
30015         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30016         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30017         Allow a little margin when negotiating the framerate.
30018
30019 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
30020
30021         * gst/level/gstlevel.c:
30022           synchonised naming of pads and pad-templates
30023
30024 2004-10-26  Wim Taymans  <wim@fluendo.com>
30025
30026         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
30027         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
30028         (_find_streams_check), (gst_ogg_demux_push):
30029         Fix EOS again. Needs to be done in a better way. We should not
30030         remove the pad if there is no new chained stream.
30031
30032 2004-10-26 Iain <iaingnome@gmail.com>
30033
30034         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
30035         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
30036         of the caps.
30037         * gst/interleave/interleave.c (interleave_class_init): Hook up release
30038         pad.
30039         (interleave_release_pad): Remove the pad.
30040         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
30041         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
30042         the set device.
30043         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
30044         attrs
30045         (gst_xvimagesink_xcontext_clear): Free the xcontext.
30046         (gst_xvimagesink_finalize): Free the par.
30047
30048 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30049
30050         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
30051         (gst_avimux_stop_file):
30052           First calculate the rate, and only then use it. Hdr.rate is a
30053           multiple and not a derivative of hdr.scale. Scale is not the
30054           same as blockalign but is solely related to rate.
30055
30056 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30057
30058         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
30059         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
30060           Implement seeking.
30061
30062 2004-10-25  James Henstridge  <james@jamesh.id.au>
30063
30064         Reviewed by:  David Schleef  <ds@schleef.org>
30065
30066         * examples/gstplay/player.c: (got_stream_length), (main):
30067         * examples/seeking/cdplayer.c: (update_scale):
30068         * examples/seeking/seek.c: (format_value), (update_scale):
30069         * examples/seeking/spider_seek.c: (format_value), (update_scale),
30070         (stop_seek):
30071         Build fixes on AMD64.
30072
30073 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30074
30075         reviewed by: Ronald Bultje <rbultje at gnome dot org>
30076
30077         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
30078         Fix for some v4l cards which hang in v4lsrc
30079
30080 2004-10-25  Wim Taymans  <wim@fluendo.com>
30081
30082         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
30083         (gst_ogg_demux_push), (gst_ogg_chains_clear):
30084         Make sure to remove the pad when a new chain is
30085         encountered. Set some vars to NULL so we don't try
30086         to reference freed memory.
30087
30088 2004-10-25  Wim Taymans  <wim@fluendo.com>
30089
30090         * examples/seeking/Makefile.am:
30091         * examples/seeking/cdplayer.c: (update_scale):
30092         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
30093         * examples/seeking/playbin.c: (make_playerbin_pipeline),
30094         (format_value), (update_scale), (iterate), (start_seek),
30095         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
30096         (print_usage), (main):
30097         Added some more examples, update others.
30098
30099 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30100
30101         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30102         * ext/speex/gstspeexdec.c: (speex_dec_chain):
30103         * ext/theora/theoradec.c: (theora_dec_chain):
30104         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30105           Add codec-name metadata.
30106
30107 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
30108
30109         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30110
30111         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30112         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30113         * ext/alsa/gstalsamixertrack.h:
30114         * po/POTFILES.in:
30115           ALSA mixer track label internationalization (#154054).
30116
30117 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30118
30119         * ext/theora/theoradec.c: (theora_dec_chain):
30120           Export bitrate as metadata.
30121
30122 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30123
30124         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30125         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30126         * ext/alsa/gstalsamixertrack.h:
30127           Fix names, fix loop.
30128
30129 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30130
30131         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
30132         (speex_dec_convert):
30133           sinkconvert function so oggdemux can get the file length (totem).
30134
30135 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
30136
30137         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30138
30139         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30140           Don't push incomplete packets.
30141         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
30142           Fix MPEG-4 audio typefinding.
30143
30144 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30145
30146         * sys/v4l/Makefile.am:
30147         * sys/v4l/gstv4l.c: (plugin_init):
30148         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
30149         (gst_v4lelement_init), (gst_v4lelement_dispose),
30150         (gst_v4lelement_change_state):
30151         * sys/v4l/gstv4lelement.h:
30152         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
30153         (gst_v4l_xoverlay_close), (idle_refresh),
30154         (gst_v4l_xoverlay_set_xwindow_id):
30155         * sys/v4l/gstv4lxoverlay.h:
30156         * sys/v4l/v4l-overlay_calls.c:
30157         * sys/v4l/v4l_calls.h:
30158         * sys/v4l2/Makefile.am:
30159         * sys/v4l2/gstv4l2.c: (plugin_init):
30160         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
30161         (gst_v4l2element_init), (gst_v4l2element_dispose),
30162         (gst_v4l2element_change_state):
30163         * sys/v4l2/gstv4l2element.h:
30164         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
30165         (gst_v4l2_xoverlay_close), (idle_refresh),
30166         (gst_v4l2_xoverlay_set_xwindow_id):
30167         * sys/v4l2/gstv4l2xoverlay.h:
30168         * sys/v4l2/v4l2-overlay_calls.c:
30169         * sys/v4l2/v4l2_calls.h:
30170           Remove client-side overlay handling, use the X-server v4l plugin
30171           for that. Nicer overlay, less code. Also make the plugin
30172           compileable without X (but then without overlay, obviously).
30173           Makes xwindowlistener obsolete, should we remove that?
30174
30175 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30176
30177         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
30178         (gst_osssrc_src_query):
30179         * sys/oss/gstosssrc.h:
30180           OK, so people want offset in DEFAULT. This time, actually fix all
30181           cases.
30182         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30183           Add FPS properly.
30184
30185 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30186
30187         * gst/asfdemux/gstasfmux.c:
30188         * gst/avi/gstavimux.c:
30189           Framerate.
30190
30191 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30192
30193         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
30194           Fix properties (channel, norm, frequency).
30195
30196 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30197
30198         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
30199           Flag typo.
30200         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
30201           No warnings.
30202
30203 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30204
30205         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
30206           Fix hang.
30207
30208 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30209
30210         * sys/v4l2/gstv4l2element.h:
30211           Yet Another Hack (tm) for kernel header borkedness.
30212         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
30213         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
30214         (gst_v4l2src_link), (gst_v4l2src_getcaps),
30215         (gst_v4l2src_change_state):
30216         * sys/v4l2/gstv4l2src.h:
30217         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
30218         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
30219           Fix caps, keep track of state, work.
30220
30221 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30222
30223         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
30224           Quiet.
30225
30226 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30227
30228         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30229           Don't mix bytes and samples.
30230
30231 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30232
30233         * ext/ogg/gstoggmux.c:
30234           Basic pad template which accepts OGM tracks, speex, flac, vorbis
30235           and theora. Any is incorrect.
30236         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30237           Fix caps.
30238         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30239         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30240         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30241         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30242         * sys/v4l/gstv4lmjpegsrc.h:
30243         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30244         (gst_v4lsrc_change_state):
30245         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30246         (gst_v4lmjpegsrc_capture_stop):
30247           Fix caps. Keep track of internal state. Work.
30248
30249 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30250
30251         * ext/Makefile.am:
30252           Fix the build fixes.
30253
30254 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30255
30256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30257         (gst_ogg_demux_src_event), (_find_chain_seek),
30258         (gst_ogg_pad_push):
30259           Check for pad availability before using it.
30260         * ext/ogg/gstoggdemux.c: (_find_chain_process):
30261           Fix parsing of chained ogg. Needs more work on the decoder side.
30262
30263 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30264
30265         * gst/spectrum/Makefile.am:
30266         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30267         (idle_func):
30268           Fix demo and reenable it. Yes, I'm currently playing with audio
30269           analysis tools
30270
30271 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30272
30273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30274           We love it if files that start at zero work too...
30275
30276 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30277
30278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30279           Handle files with missing EOS headers.
30280
30281 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30282
30283         * gst/tcp/gsttcpserversink.c:
30284         (gst_tcpserversink_handle_server_read),
30285         (gst_tcpserversink_init_send):
30286         Zero some variables first (need for accept not to return EINVAL)
30287
30288 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30289
30290         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30291         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30292         * ext/theora/theoradec.c: (theora_dec_sink_convert),
30293         (theora_dec_chain):
30294         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30295         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30296           Seeking and querying finetune.
30297
30298 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30299
30300         * configure.ac:
30301         * ext/Makefile.am:
30302         * ext/raw1394/Makefile.am:
30303           fix the build
30304
30305 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30306
30307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30308           Wrong return.
30309         * gst/playback/Makefile.am:
30310         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30311         * gst/playback/gstplay-marshal.list:
30312         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30313           Fix marshallers.
30314
30315 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30316
30317         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30318           Silence.
30319
30320 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30321
30322         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30323         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30324         (gst_ogg_pad_push):
30325           Yay for non-lineair granulepos in theora.
30326
30327 2004-10-18  Wim Taymans  <wim@fluendo.com>
30328
30329         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30330         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30331         * ext/dv/gstdvdec.h:
30332         Make sure we renegotiate aspect ratio when the camera switches.
30333
30334 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30335
30336         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30337         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30338           Start at zero.
30339         * ext/theora/theoradec.c: (theora_dec_chain):
30340           Skip headers. Bad idea for chained ogg, but fixes seeking.
30341
30342 2004-10-18  Wim Taymans  <wim@fluendo.com>
30343
30344         * configure.ac:
30345         I swear, this is the last time I touch this.
30346
30347 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30348
30349         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30350         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30351         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30352           Faster seeking.
30353         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30354           Time-to-default conversion.
30355         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30356           Don't error on unknown packets, just skip. We should probably
30357           read them if we want to support chained ogg.
30358
30359 2004-10-18  Wim Taymans  <wim@fluendo.com>
30360
30361         * configure.ac:
30362         Added cdaudio to wrong list.
30363
30364 2004-10-18  Wim Taymans  <wim@fluendo.com>
30365
30366         * configure.ac:
30367         Revive cdaudio.
30368
30369 2004-10-18  Wim Taymans  <wim@fluendo.com>
30370
30371         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30372         (gst_dvdec_video_link), (gst_dvdec_push):
30373         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30374         (gst_smokeenc_resync), (gst_smokeenc_chain):
30375         Fix mimetype on smoke encoder.
30376         Add aspect ratio to dvdec. Not sure if these
30377         values are correct though....
30378
30379 2004-10-18  Wim Taymans  <wim@fluendo.com>
30380
30381         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30382         Fix vorbis property descriptions and ranges.
30383
30384 2004-10-18  Wim Taymans  <wim@fluendo.com>
30385
30386         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30387         Really do nothing when no data is available.
30388         Go to the playing state when the stream is not seekable
30389         instead of failing.
30390
30391 2004-10-18  Wim Taymans  <wim@fluendo.com>
30392
30393         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30394         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30395         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30396         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30397         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30398         Added uri handler for cd://
30399         Port to new API.
30400
30401 2004-10-18  Wim Taymans  <wim@fluendo.com>
30402
30403         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30404         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30405         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30406         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30407         (remove_prerolls), (unknown_type), (add_element_stream),
30408         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30409         (gst_play_base_bin_remove_element),
30410         (gst_play_base_bin_link_stream):
30411         * gst/playback/gstplaybin.c: (gen_video_element),
30412         (gen_vis_element), (remove_sinks), (setup_sinks):
30413         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30414         (gst_stream_info_get_type), (gst_stream_info_class_init),
30415         (gst_stream_info_init), (gst_stream_info_new),
30416         (gst_stream_info_dispose), (stream_info_mute_pad),
30417         (gst_stream_info_set_property), (gst_stream_info_get_property):
30418         * gst/playback/gststreaminfo.h:
30419         Add sink padtemplate to decodebin.
30420         Added some more comments.
30421         Make queue size configurable in playbasebin.
30422         Added possibility to use elements as sinks (ex cdaudio).
30423
30424 2004-10-15  Wim Taymans  <wim@fluendo.com>
30425
30426         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30427         (gst_speexenc_chain):
30428         Fix speex timestamps so that it gets muxed properly.
30429
30430 2004-10-15  Wim Taymans  <wim@fluendo.com>
30431
30432         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30433         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30434         (gst_dv1394src_init), (gst_dv1394src_dispose),
30435         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30436         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30437         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30438         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30439         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30440         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30441         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30442         * ext/raw1394/gstdv1394src.h:
30443         Added conversion/query functions.
30444         Update buffer timestamps,
30445         Added signals.
30446         Added uri dv:// so it might play from the firewire in playbin.
30447         Fix a possible leak.
30448         Added debugging.
30449
30450 2004-10-15  Wim Taymans  <wim@fluendo.com>
30451
30452         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30453         (gst_dv1394src_init), (gst_dv1394src_set_property),
30454         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30455         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30456         * ext/raw1394/gstdv1394src.h:
30457         Added AV/C VTR control support needed for some cameras.
30458         Added automatic port detection.
30459         Added properties for selecting the channel.
30460         The configure.ac script is not yet updated to reflect the
30461         new libavc1394 and librom1394 dependencies.
30462
30463 2004-10-15  Wim Taymans  <wim@fluendo.com>
30464
30465         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30466         (qtdemux_parse), (gst_qtdemux_handle_esds):
30467         An esds box is not a container.
30468         Fix parsing of mp4v boxes.
30469         Do not try to renegotiate fps for each frame. Need to
30470         find a better method. This should fix mp4 playback.
30471
30472 2004-10-14  David Schleef  <ds@schleef.org>
30473
30474         * configure.ac: update for swfdec-0.3 and liboil-0.2
30475         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30476         * ext/swfdec/gstswfdec.h: same
30477         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30478         * gst/videotestsrc/videotestsrc.c: same
30479
30480 2004-10-14  Wim Taymans  <wim@fluendo.com>
30481
30482         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30483         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30484         (is_sync_frame), (gst_multifdsink_new_client),
30485         (gst_multifdsink_handle_client_write),
30486         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30487         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30488         Turn warnings into info.
30489         Don't allow a state change in the streaming thread.
30490
30491 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30492
30493         * ext/vorbis/oggvorbisenc.c:
30494         * ext/vorbis/vorbisdec.c:
30495           fix template sample rate
30496
30497 2004-10-13  Wim Taymans  <wim@fluendo.com>
30498
30499         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30500         Decoding the header first fixes some problems in resyncing
30501         in more mp3s.
30502
30503 2004-10-12  Wim Taymans  <wim@fluendo.com>
30504
30505         * gst/playback/gstplaybin.c: (gen_video_element),
30506         (gen_vis_element), (remove_sinks), (setup_sinks):
30507         Added vis plugin support, need to configure the vis
30508         element to activate it.
30509
30510 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30511
30512         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30513         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30514           Some debug.
30515         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30516         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30517         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30518         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30519         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30520         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30521         * gst/avi/gstavidemux.h:
30522           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30523           recovery (where, if part of the index is broken, we will still read
30524           the rest of the index and recover the broken part by stream
30525           scanning). More broken media support. EOS workarounds. General AVI
30526           braindamage headache recovery. Aspirin included.
30527
30528 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30529
30530         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30531         (cdparanoia_event), (cdparanoia_query):
30532           Get rid of hideous lead-in.
30533
30534 2004-10-11  Wim Taymans  <wim@fluendo.com>
30535
30536         * gst/playback/gstplaybasebin.c: (setup_source):
30537         Wrong var used to get g_list_next.
30538
30539 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30540
30541         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30542         (cdparanoia_get), (cdparanoia_open):
30543           Report discid as metadata, add duration.
30544
30545 2004-10-11  Wim Taymans  <wim@fluendo.com>
30546
30547         * gst/playback/gstplaybasebin.c: (setup_source):
30548         Cleanup the previous pipeline a little earlier for the
30549         case that a source element provides raw data.
30550
30551 2004-10-11  Benjamin Otte  <otte@gnome.org>
30552
30553         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30554           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30555           consuming the last 128 bytes, even though it was valid mp3 data.
30556
30557 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30558
30559         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30560         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30561         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30562         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30563
30564 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30565
30566         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30567         Fix for webcams that support only specific width or height
30568
30569 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30570
30571         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30572
30573         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30574           Fix wrong discont event setup (fixes #154967).
30575
30576 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30577
30578         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30579
30580         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30581           Error out on invalid data (fixes #154807).
30582
30583 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30584
30585         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30586
30587         * ext/dvdread/dvdreadsrc.c: (_read):
30588           Make titles > 0 work again (fixes #154834).
30589
30590 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30591
30592         * gst-libs/gst/riff/riff-media.c:
30593         (gst_riff_create_video_template_caps):
30594           WMV3 missing in template caps.
30595
30596 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30597
30598         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30599           OK, so the original code was too strict. It makes random AVI files
30600           hang for seconds upon opening, which is unacceptable and is far
30601           beyond the original goal of getting multiple chunks for one-chunk
30602           sounc stream files. So now do just that.
30603
30604 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30605
30606         * gst/playback/gstplaybasebin.c: (setup_source),
30607         (gst_play_base_bin_change_state):
30608           Actually clean up streaminfo if output fails. This would trigger
30609           if, for example, there was no CD in the drive. No preroll, so
30610           a streaminfo structure is created, but the subsequent state change
30611           of the thread fails.
30612         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30613           Don't change state if parent failed.
30614
30615 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30616
30617         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30618         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30619         (gen_video_element), (remove_sinks):
30620           Add small bits of code for screenshot handling.
30621
30622 2004-10-08  Wim Taymans  <wim@fluendo.com>
30623
30624         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30625         (gen_video_element), (gen_audio_element), (setup_sinks):
30626         Don't assume the user provided sinks are named "sink"...
30627
30628 2004-10-08  Wim Taymans  <wim@fluendo.com>
30629
30630         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30631         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30632         (gst_play_base_bin_link_stream):
30633         Do not try to autoplug sources that generate raw streams like
30634         cdparanoia.
30635         disconnect the preroll overrun signal when we don't need it anymore.
30636
30637 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30638
30639         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30640         Added reworked patch from #154903 from milosz derezynski (deadchip).
30641
30642 2004-10-08  Wim Taymans  <wim@fluendo.com>
30643
30644         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30645         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30646         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30647         (cdparanoia_convert), (cdparanoia_uri_get_type),
30648         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30649         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30650         * ext/cdparanoia/gstcdparanoia.h:
30651         This adds the cdda://<tracknum> uri.
30652
30653 2004-10-08  Wim Taymans  <wim@fluendo.com>
30654
30655         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30656         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30657         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30658         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30659         (unknown_type), (gst_play_base_bin_remove_element),
30660         (gst_play_base_bin_link_stream):
30661         * gst/playback/gstplaybasebin.h:
30662         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30663         (gst_play_bin_set_property), (gen_video_element),
30664         (gen_audio_element), (setup_sinks):
30665         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30666         (gst_stream_info_get_type), (gst_stream_info_class_init),
30667         (gst_stream_info_init), (gst_stream_info_new),
30668         (gst_stream_info_dispose), (stream_info_mute_pad),
30669         (gst_stream_info_set_property), (gst_stream_info_get_property):
30670         * gst/playback/gststreaminfo.h:
30671         Reuse the audio and video bins.
30672         Some internal cleanups in the stream selection code.
30673
30674 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30675
30676         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30677         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30678         * sys/ximage/ximagesink.h:
30679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30680         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30681         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30682         not coming from those elements. Moreover these elements should not keep
30683         the xid they have been given when in NULL state.
30684
30685 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30686
30687         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30688         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30689         * sys/ximage/ximagesink.h:
30690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30691         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30692         * sys/xvimage/xvimagesink.h:
30693           Actually only create a new toplevel window if we're not gonna
30694           embed it right after.
30695
30696 2004-10-07  Wim Taymans  <wim@fluendo.com>
30697
30698         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30699         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30700         * gst/playback/gstplaybin.c: (setup_sinks):
30701         Implement muting/unmuting of streams, mute streams that are not
30702         used.
30703
30704 2004-10-07  Wim Taymans  <wim@fluendo.com>
30705
30706         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30707         (plugin_init):
30708         Added lame audio/x-ac3 typefind function.
30709
30710 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30711
30712         * configure.ac:
30713           bump nano to cvs
30714
30715 === release 0.8.5 ===
30716
30717 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30718
30719         * NEWS:
30720         * RELEASE:
30721         * configure.ac:
30722           releasing 0.8.5, "Take You On"
30723
30724 2004-10-06  Wim Taymans  <wim@fluendo.com>
30725
30726         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30727         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30728         (no_more_pads), (close_link), (type_found):
30729         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30730         * gst/playback/gstplaybin.c: (gen_video_element):
30731         Do not signal the no_more_pads after the first pad when
30732         we are plugging a non dynamic element with multiple
30733         output pads (like swfdec, dvdec, ...).
30734
30735 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30736
30737         * configure.ac:
30738           bump for prerelease
30739
30740 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30741
30742         * gst/wavparse/gstwavparse.c:
30743           add ATRAC3 to STATIC CAPS to fix a warning
30744
30745         * gst/matroska/ebml-read.c:
30746         * gst-libs/gst/riff/riff-read.c:
30747           fix typos
30748
30749 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30750
30751         * gst-libs/gst/riff/riff-media.c:
30752           generate caps for ATRAC3 audio streams
30753
30754         * gst/realmedia/rmdemux.c:
30755           generate caps for ATRAC3 audio streams
30756
30757 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30758
30759         * gst/wavparse/Makefile.am
30760         * gst/wavparse/riff.h
30761         * gst/wavparse/wavparse.vcproj
30762           riff.h removal (unused and duplication with riff-ids.h)
30763
30764 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30765
30766         * gst/wavparse/gstwavparse.h
30767           remove duplicated defines for audio codec codes
30768
30769         * gst-libs/gst/riff/riff-ids.h
30770         * gst/wavenc/riff.h:
30771           add "4CC" code for ATRAC3 audio streams
30772           add "4CC" code for ITU_G721_ADPCM (unused for now)
30773
30774 2004-10-06  Wim Taymans  <wim@fluendo.com>
30775
30776         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30777         Actually _do_ negotiation. Pass gdouble as arg instead
30778         of guint64 for the framerate.
30779
30780 2004-10-06  Wim Taymans  <wim@fluendo.com>
30781
30782         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30783         (find_compatibles), (close_pad_link), (try_to_link_1),
30784         (no_more_pads), (close_link), (type_found):
30785         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30786         * gst/playback/gstplaybin.c: (gen_video_element),
30787         (gen_audio_element):
30788         Set state on newly added element to READY so that negotiation
30789         can happen ASAP.
30790         Addes some more debug info.
30791         Do not try to plug pads with multiple caps structures or ANY
30792         because it is too dangerous since we do not do dynamic
30793         replugging.
30794
30795 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30796
30797         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30798
30799         * po/LINGUAS:
30800         * po/or.po:
30801           add Oriya translation
30802
30803 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30804
30805         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30806           Prevent overwrite of size member. Makes audio sound crappy.
30807
30808 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30809
30810         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30811         Add rmvb to the list of known RealMedia extensions
30812
30813 2004-10-05  Wim Taymans  <wim@fluendo.com>
30814
30815         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30816         (mngdec_openstream), (mngdec_closestream),
30817         (mngdec_handle_sink_event), (mngdec_readdata),
30818         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30819         (mngdec_getcanvasline), (mngdec_refresh),
30820         (gst_mngdec_change_state):
30821         Set the framerate correctly.
30822
30823 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30824
30825         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30826           There was something wrong with the index massaging.
30827
30828 2004-10-04  Wim Taymans  <wim@fluendo.com>
30829
30830         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30831         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30832         (gst_smokedec_chain):
30833         * ext/jpeg/gstsmokedec.h:
30834         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30835         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30836         * ext/jpeg/gstsmokeenc.h:
30837         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30838         (smokecodec_decode_new), (smokecodec_info_free),
30839         (smokecodec_set_quality), (smokecodec_get_quality),
30840         (smokecodec_set_threshold), (smokecodec_get_threshold),
30841         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30842         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30843         (smokecodec_encode), (smokecodec_parse_id),
30844         (smokecodec_parse_header), (smokecodec_decode):
30845         * ext/jpeg/smokecodec.h:
30846         * ext/jpeg/smokeformat.h:
30847         Updated smoke, new bitstream, allows embedding in ogg.
30848
30849 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30850
30851         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30852           Fix seeking in some files. All this code is no longer needed (and
30853           actually breaks stuff) because we now synchronize the full index
30854           right when reading the header.
30855
30856 2004-10-04  Wim Taymans  <wim@fluendo.com>
30857
30858         * configure.ac:
30859         configure update for libmng.
30860
30861 2004-10-04  Wim Taymans  <wim@fluendo.com>
30862
30863         * ext/libmng/Makefile.am:
30864         * ext/libmng/gstmng.c: (plugin_init):
30865         * ext/libmng/gstmng.h:
30866         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30867         (gst_mngdec_base_init), (gst_mngdec_class_init),
30868         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30869         (gst_mngdec_loop), (gst_mngdec_get_property),
30870         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30871         (mngdec_closestream), (mngdec_handle_sink_event),
30872         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30873         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30874         (gst_mngdec_change_state):
30875         * ext/libmng/gstmngdec.h:
30876         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30877         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30878         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30879         (gst_mngenc_chain), (gst_mngenc_get_property),
30880         (gst_mngenc_set_property):
30881         * ext/libmng/gstmngenc.h:
30882         Added basic MNG decoder. Needs more work. The encoder does
30883         not work yet.
30884
30885 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30886
30887         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30888         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30889         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30890           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30891           no-more-pads.
30892
30893 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30894
30895         * configure.ac:
30896           you need at least 1.0.4 of speex
30897
30898 2004-10-04 Iain <iaingnome@gmail.com>
30899
30900         * ext/speex/gstspeexdec.h: Revert the includes changes.
30901
30902         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30903
30904 2004-09-30 Iain <iaingnome@gmail.com>
30905
30906         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30907         found during init or set as a property instead of hardcoding /dev/audio
30908
30909 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30910
30911         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30912         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30913         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30914         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30915         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30916         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30917         (gst_rmdemux_dump_data):
30918           Use debug category, fix EOS handling. filesrc ! rmdemux now
30919           works.
30920
30921 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30922
30923         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30924         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30925         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30926           Improve allocation, cutting and sorting of the index. How takes a
30927           few seconds instead of minutes.
30928
30929 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30930
30931         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30932           fixed compilation
30933
30934 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30935
30936         * gst-libs/gst/riff/riff-media.c:
30937         (gst_riff_create_video_caps_with_data),
30938         (gst_riff_create_video_template_caps):
30939           Add wing commander format mimetype/fourccs.
30940         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30941           Don't crash if some value is 0.
30942
30943 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30944
30945         * gst-libs/gst/riff/riff-media.c:
30946         (gst_riff_create_video_caps_with_data),
30947         (gst_riff_create_video_template_caps):
30948           Add DIB fourcc (raw, palettized 8-bit RGB).
30949         * gst-libs/gst/riff/riff-read.c:
30950         (gst_riff_read_strf_vids_with_data):
30951           Oops, fix strf_data reading bug.
30952         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30953           Use a non-NULL tag.
30954         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30955           Time for hacks. Sorry Dave. At least one quicktime movie (a
30956           trailer) that I've encountered contains multiple video tracks.
30957           One of those is the actual video track, the other are one-frame
30958           tracks (images). Unfortunately, the number of frames according
30959           to the trak header is 1 for each, so that doesn't help. So
30960           instead, I look at the duration and discard tracks with a
30961           duration shorter than 20% of the length of the stream. Better
30962           than nothing.
30963
30964 2004-10-01  Christian Schaller <christian@fluendo.com>
30965
30966         * ext/ivorbis/vorbis.c:
30967           Patch from Phil Blundell (Bug 152341)
30968
30969 2004-10-01  Wim Taymans  <wim@fluendo.com>
30970
30971         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30972         (speex_dec_get_formats), (speex_dec_convert),
30973         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30974         (speex_dec_chain), (gst_speexdec_get_property),
30975         (gst_speexdec_set_property):
30976         Small cleanups.
30977
30978 2004-10-01  Wim Taymans  <wim@fluendo.com>
30979
30980         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30981         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30982         (gst_wavparse_other), (gst_wavparse_loop),
30983         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30984         (gst_wavparse_srcpad_event):
30985         * gst/wavparse/gstwavparse.h:
30986         Added some more debugging info.
30987         Fix the case where the length of the file is 0.
30988         Make sure we seek to sample borders.
30989
30990 2004-10-01  Wim Taymans  <wim@fluendo.com>
30991
30992         * gst/playback/README:
30993         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30994         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30995         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30996         Add some debug info to decodebin, update README
30997
30998 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30999
31000         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
31001           Don't use g_print(); use GST_DEBUG().
31002
31003 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31004
31005         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31006         (gst_ogg_mux_queue_pads):
31007           Handle EOS properly.
31008
31009 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
31010
31011         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31012
31013         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
31014         (gst_faad_chain), (gst_faad_change_state):
31015         * ext/faad/gstfaad.h:
31016           Allow playback of raw (unframed) MPEG AAC files (#148993).
31017
31018 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
31019
31020         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31021
31022         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
31023           Throw error if we didn't recognize the stream. Fixes #152289.
31024
31025 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31026
31027         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
31028           Fix negotiation.
31029
31030 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
31031
31032         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31033
31034         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
31035           Fix memleak.
31036
31037 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
31038
31039         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31040
31041         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
31042           Solve #152805.
31043         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
31044           Solve 152806.
31045
31046 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31047
31048         * gst-libs/gst/riff/riff-media.c:
31049         (gst_riff_create_video_caps_with_data),
31050         (gst_riff_create_audio_caps_with_data):
31051           Add codec_data handling (like asfdemux used to do).
31052         * gst/asfdemux/gstasf.c: (plugin_init):
31053         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31054         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
31055           Use riff-media for caps creation instead of our own (mostly
31056           broken) copy of its functions.
31057
31058 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31059
31060         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
31061           Don't actually error out if we get another return value than
31062           -EINVAL. Opposite to what I first thought, drivers have random
31063           return values for this, although -EINVAL is the expected return
31064           value. Since this is not fatal, we shouldn't use
31065           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
31066
31067 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31068
31069         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
31070         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
31071         (dvdreadsrc_get_property), (_open), (_seek), (_read),
31072         (dvdreadsrc_get), (dvdreadsrc_open_file),
31073         (dvdreadsrc_change_state):
31074           Fix. Don't do one big huge loop around the whole DVD, that will
31075           cache all data and thus eat sizeof(dvd) (several GB) before we
31076           see something.
31077         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31078           Actually NULL'ify event after using it.
31079         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
31080         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
31081         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31082         (gst_ebml_read_seek), (gst_ebml_read_skip):
31083           Handle events.
31084         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
31085         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
31086         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
31087           Fix timing (this will probably break if I seek using menus, but
31088           I didn't get there yet). VOBs and normal DVDs should now work.
31089           Add a mpeg2-only pad with high rank so this get autoplugged for
31090           MPEG-2 movies.
31091         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
31092         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
31093         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
31094         (gst_mpeg_demux_get_audio_stream),
31095         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
31096         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
31097           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
31098           MPEG-1 but use dvddemux for MPEG-2.
31099         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31100         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
31101         (gst_mpeg_parse_parse_packhead):
31102           Timing. Only add pad template if it exists. Add sink template from
31103           class and not from ourselves. This means we will always use the
31104           correct sink template even if it is not the one defined in this
31105           file.
31106
31107 2004-09-29  Wim Taymans  <wim@fluendo.com>
31108
31109         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
31110         (gst_mpeg_demux_parse_pes):
31111         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31112         Fix playback of mpeg again, timestamps where screwed up by
31113         patch 1.61.
31114
31115 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31116
31117         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
31118           Only return true if we actually filled something in. Prevents
31119           player applications from showing a random length for flac files.
31120         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31121         (gst_riff_read_use_event), (gst_riff_read_handle_event),
31122         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
31123         (gst_riff_read_strf_vids_with_data),
31124         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
31125           OK, ok, so I implemented event handling. Apparently it's normal
31126           that we receive random events at random points without asking
31127           for it.
31128         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
31129         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31130         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
31131         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
31132         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
31133         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
31134         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
31135         * gst/avi/gstavidemux.h:
31136           Implement non-lineair chunk handling and subchunk processing.
31137           The first solves playback of AVI files where the audio and video
31138           data of individual buffers that we read are not synchronized.
31139           This should not happen according to the wonderful AVI specs, but
31140           of course it does happen in reality. It is also a prerequisite for
31141           the second. Subchunk processing allows us to cut chunks in small
31142           pieces and process each of these pieces separately. This is
31143           required because I've seen several AVI files with incredibly large
31144           audio chunks, even some files with only one audio chunk for the
31145           whole file. This allows for proper playback including seeking.
31146           This patch is supposed to fix all AVI A/V sync issues.
31147         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
31148         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
31149           Work.
31150         * gst/modplug/gstmodplug.cc:
31151           Proper return value setting for the query() function.
31152         * gst/playback/gstplaybasebin.c: (setup_source):
31153           Being in non-playing state (after, e.g., EOS) is not necessarily
31154           a bad thing. Allow for that. This fixes playback of short files.
31155           They don't actually playback fully now, because the clock already
31156           runs. This means that small files (<500kB) with a small length
31157           (<2sec) will still not or barely play. Other files, such as mod
31158           or flx, will work correctly, however.
31159
31160 2004-09-28  Wim Taymans  <wim@fluendo.com>
31161
31162         * ext/speex/gstspeex.c: (plugin_init):
31163         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
31164         (gst_speex_dec_class_init), (speex_dec_get_formats),
31165         (speex_get_event_masks), (speex_get_query_types),
31166         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
31167         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
31168         (gst_speexdec_get_property), (gst_speexdec_set_property),
31169         (speex_dec_change_state):
31170         * ext/speex/gstspeexdec.h:
31171         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
31172         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
31173         (gst_speexenc_base_init), (gst_speexenc_class_init),
31174         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
31175         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
31176         (gst_speexenc_src_query), (gst_speexenc_init),
31177         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
31178         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
31179         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
31180         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
31181         (gst_speexenc_chain), (gst_speexenc_get_property),
31182         (gst_speexenc_set_property), (gst_speexenc_change_state):
31183         * ext/speex/gstspeexenc.h:
31184         Rewrote speex encoder, make sure it can be embedded in ogg.
31185         Implemented speex decoder.
31186
31187 2004-09-28  Christian Schaller <christian@fluendo.com>
31188
31189         * configure.ac:
31190         Remove kioslave plugin. Markey is brewing a new working one
31191         * ext/Makefile.am: Remove kioslave plugin
31192         * ext/kio: remove
31193         * gst-plugins.spec.in: remove kio plugin from spec
31194
31195 2004-09-27  Wim Taymans  <wim@fluendo.com>
31196
31197         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31198         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
31199         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
31200         (gst_multifdsink_new_client),
31201         (gst_multifdsink_handle_client_write),
31202         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31203         (gst_multifdsink_handle_clients):
31204         * gst/tcp/gstmultifdsink.h:
31205         Make syncing to keyframes actually work for new clients and lagging
31206         clients.
31207
31208 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31209
31210         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
31211         (gst_navigationtest_handle_src_event), (draw_box_planar411),
31212         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
31213         * gst/debug/gstnavigationtest.h:
31214           make navigationtest display button-press and button-release events
31215
31216 2004-09-26 Iain <iaingnome@gmail.com>
31217
31218         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
31219         the channels have received a new media event.
31220         (interleave_buffered_loop): Compresses a new media event on all
31221         channels into one.
31222
31223 2004-09-26 Iain <iaingnome@gmail.com>
31224
31225         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
31226         call the sinkpad's default event handler and not the srcpads. He also
31227         says this is confusing :)
31228         (gst_wavenc_stop_file): Company says that seek events only go upstream
31229         we should send a discontinuous downstream instead.
31230
31231 2004-09-25  Christian Schaller <christian@fluendo.com>
31232
31233         * Update SPEC file to be usable in conjunction with Fedora Core,
31234           Fedora.us and freshrpms packages
31235         * Fix typo in multifilesrc test Makefile
31236
31237 2004-09-24  Wim Taymans  <wim@fluendo.com>
31238
31239         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31240         Only signal the no_more_pads signal when we have
31241         added the stream to our list.
31242
31243 2004-09-24  Wim Taymans  <wim@fluendo.com>
31244
31245         * gst/playback/gstplaybasebin.c: (remove_prerolls),
31246         (new_decoded_pad):
31247         * gst/playback/gstplaybasebin.h:
31248         * gst/playback/gstplaybin.c: (setup_sinks):
31249         Don't try to preroll or decode more than one audio/video
31250         track.
31251
31252 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31253
31254         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31255           Throw error if we failed to find a suitable output. This should
31256           throw an error if we successfully set up a pipeline (e.g. because
31257           we recognized a media file) but found no decodable streams in it
31258           (e.g. because it contains only media stream types for which we
31259           have no decoders, or because it's not a media type).
31260
31261 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31262
31263         * ext/dirac/Makefile.am:
31264         * ext/dirac/gstdirac.cc:
31265         * ext/dirac/gstdiracdec.cc:
31266         * ext/dirac/gstdiracdec.h:
31267           Do something. Don't actually know if this works because I don't
31268           have a demuxer yet.
31269         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31270           Add channels=1 to caps returned from _getcaps().
31271         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31272         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31273         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31274         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31275         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31276         (gst_ogm_parse_change_state):
31277           Separate between audio/video so ogmaudioparse actually uses the
31278           audio pad templates. Both audio and video work now, including
31279           autoplugging. Also use sometimes-srcpad hack.
31280         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31281           Handle events better. Don't hang on infinite loops.
31282         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31283         (gst_avi_demux_init), (gst_avi_demux_reset),
31284         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31285         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31286         (gst_avi_demux_change_state):
31287         * gst/avi/gstavidemux.h:
31288           Improve A/V sync. Still not perfect.
31289         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31290         (gst_ebml_read_skip):
31291           Handle events better.
31292         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31293         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31294         (qtdemux_audio_caps):
31295           Add IMA4. Improve event handling. Save offset after a seek when
31296           the headers are at the end of the file so that we don't end up in
31297           an infinite loop.
31298         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31299           Add low-priority typefind support for files with no length.
31300
31301 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31302
31303         * testsuite/multifilesink/Makefile.am:
31304         fix typo
31305
31306 2004-09-22  Julien MOUTTE  <julien@moutte.net>
31307
31308         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31310         mistakes from thaytan's patches.
31311
31312 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31313
31314         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31315           For completeness, XSync in the destroy function as xvimage does.
31316
31317 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31318
31319         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31320            Correct caps negotiation
31321         * gst/volume/gstvolume.c: (volume_chain_float),
31322         (volume_chain_int16):
31323            Modify debug output to be little more informative
31324         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31326         (gst_xvimagesink_xvimage_destroy):
31327           Add XSync calls after detaching from the shared memory segment to
31328           avoid a crash.
31329
31330 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31331
31332         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31333         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31334         * ext/vorbis/vorbis.c: (plugin_init):
31335         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31336         (gst_vorbisenc_chain):
31337         * ext/vorbis/vorbisenc.h:
31338         remove explicit newmedia support from oggmux and vorbisenc
31339         add debug category to vorbisenc
31340         * gst/multifilesink/gstmultifilesink.c:
31341         (gst_multifilesink_class_init), (gst_multifilesink_init),
31342         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31343         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31344         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31345         (plugin_init):
31346         * gst/multifilesink/gstmultifilesink.h:
31347         add support for streamheader in multifilesink
31348
31349 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31350
31351         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31352         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31353         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31354           Prevent infinite loops. More correct error reporting.
31355         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31356           Error out if negotiation fails.
31357         * gst/playback/gstplaybasebin.c: (setup_source),
31358         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31359         (gst_play_base_bin_found_tag):
31360           Error/tag forwarding. Pre-roll fixes for source errors on state
31361           changes (e.g. "file does not exist") to prevent hangs.
31362
31363 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31364
31365         * testsuite/multifilesink/Makefile.am:
31366         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31367         (gst_newmedia_class_init), (gst_newmedia_init),
31368         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31369         (newfile_signal), (test_signal), (main):
31370         * testsuite/multifilesink/multifilesrc_test.c: (main):
31371         * testsuite/multifilesink/oggtheora_test.c:
31372         (gst_newmedia_base_init), (gst_newmedia_class_init),
31373         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31374         (test_format), (newfile_signal), (test_signal), (main):
31375         * testsuite/multifilesink/oggvorbis_test.c:
31376         (gst_newmedia_base_init), (gst_newmedia_class_init),
31377         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31378         (test_format), (newfile_signal), (test_signal), (main):
31379         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31380         (gst_newmedia_class_init), (gst_newmedia_init),
31381         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31382         (newfile_signal), (test_signal), (main):
31383         New media tests
31384
31385 2004-09-20  Christian Schaller <christian@fluendo.com>
31386
31387         * Fix mikmod license to LGPL as they have relicensed
31388         * Move Dirac and Effectv into LGPL section of README_license
31389
31390 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31391
31392         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31393         (gst_mad_change_state):
31394           Allow for mp3 rate/channels changes. However, only very
31395           conservatively. Reason that we *have* to enable this is smiply
31396           because the mad find_sync() function is not good enough, it will
31397           regularly sync on random data as valid frames and therefore make
31398           us provide random caps as *final* caps of the stream. The best fix
31399           I could think of is to simply require several of the same stream
31400           changes in a row before we change caps.
31401           The actual testcase that works now is #
31402         * ext/ogg/Makefile.am:
31403         * ext/ogg/gstogg.c: (plugin_init):
31404         * ext/ogg/gstogmparse.c:
31405           OGM support (video only for now; I need an audio sample file).
31406         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31407         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31408         (gst_asf_demux_add_video_stream):
31409           WMV extradata.
31410         * gst/playback/gstplaybasebin.c: (unknown_type):
31411           Don't error out on single unknown-types after all. It's wrong.
31412           If we found type of video and audio but not of a subtitle stream,
31413           it will still error out (which is unwanted). Will find a better fix
31414           later on.
31415         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31416         (ogmaudio_type_find), (plugin_init):
31417           OGM support.
31418
31419 2004-09-20  Johan Dahlin  <johan@gnome.org>
31420
31421         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31422         after setting caps.
31423
31424 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31425
31426         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31427         * gst/wavenc/gstwavenc.h:
31428         Added newmedia support to wavenc
31429
31430 2004-09-17  Wim Taymans  <wim@fluendo.com>
31431
31432         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31433         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31434         (gst_fdset_fd_can_write), (gst_fdset_wait):
31435         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31436         (gst_multifdsink_init), (gst_multifdsink_add),
31437         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31438         (gst_multifdsink_remove_client_link),
31439         (gst_multifdsink_client_queue_buffer),
31440         (gst_multifdsink_handle_client_write),
31441         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31442         (gst_multifdsink_close), (gst_multifdsink_change_state):
31443         * gst/tcp/gstmultifdsink.h:
31444         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31445         (gst_tcpserversink_removed):
31446         Small cleanups in fdset.c
31447         Use a hastable to map fd to the client structure for faster
31448         lookup in _remove and get_stats.
31449         Added virtual function to close the fds.
31450         Handle clients even when the select/poll call was unblocked because
31451         of a command.
31452         Implement syncing to keyframe in the recovery procedure.
31453
31454 2004-09-16 Iain <iaingnome@gmail.com>
31455
31456         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31457         try caps.
31458
31459 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31460
31461         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31462           Caps are only set if the type of the stream is unknown, but this
31463           is initialized in ->init_stream(), so set to UNKNOWN after calling
31464           ->init_stream() so that capsnego starts.
31465
31466 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31467
31468         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31469         (gst_avi_demux_stream_data):
31470           Just hardcode for raw audio then. AVI audio sucks.
31471
31472 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31473
31474         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31475         * gst/matroska/matroska-mux.c: (audiosink_templ),
31476         (gst_matroska_mux_audio_pad_link):
31477         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31478         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31479
31480 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31481
31482         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31483         (gst_avi_demux_stream_data):
31484           Try to fix a/v sync issues.
31485
31486 2004-09-15  David Schleef  <ds@schleef.org>
31487
31488         * configure.ac: remove NASM check, since we don't use it.  Update
31489         dirac check to 0.4
31490         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31491         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31492         Initialized variables.
31493         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31494         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31495         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31496         SVQ3 format
31497
31498 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31499
31500         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31501         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31502         * gst/avi/gstavidemux.h:
31503           Fix for compressed audio (mp3) timestamp generation. How did this
31504           ever work?
31505
31506 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31507
31508         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31509           Volume is a double not a float.
31510
31511 2004-09-15  Wim Taymans  <wim@fluendo.com>
31512
31513         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31514         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31515         Don't close the fd in multifdsink as we didn't open it in the
31516         first place. Some cleanups.
31517
31518 2004-09-15  Wim Taymans  <wim@fluendo.com>
31519
31520         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31521         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31522         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31523         Fix the case where the muxer would mark pages as delta
31524         frames when they are not (vorbis only ogg).
31525
31526 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31527
31528         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31529         (gst_play_base_bin_change_state):
31530           Handle the case where we failed to setup a clear pipeline. This
31531           will throw an error (or EOS, another nice case) and if you don't
31532           catch that, the app will wait for the signal forever (and thus
31533           hang).
31534
31535 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31536
31537         * ext/gnomevfs/gstgnomevfssink.c:
31538         (gst_gnomevfssink_uri_get_protocols):
31539         * ext/gnomevfs/gstgnomevfssrc.c:
31540         (gst_gnomevfssrc_uri_get_protocols):
31541         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31542         * ext/gnomevfs/gstgnomevfsuri.h:
31543           Use _uri_new() instead of _open(), so it doesn't take as long and
31544           Christophe's computer won't hang.
31545         * gst/playback/gstplaybasebin.c: (unknown_type):
31546           Throw error on unknown media type, so apps actually display it.
31547
31548 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31549
31550         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31551           this script to work on Solaris since bash shell handles echo
31552           differenly than bash.
31553
31554 2004-09-17  Wim Taymans  <wim@fluendo.com>
31555
31556         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31557         (setup_source), (gst_play_base_bin_set_property),
31558         (gst_play_base_bin_add_element):
31559         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31560         Some more work on making sure seeking pauses the pipeline and
31561         that changing the uri actually does something.
31562
31563 2004-09-17  Wim Taymans  <wim@fluendo.com>
31564
31565         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31566         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31567         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31568         (gst_tcpserversink_close):
31569         Be a bit more paranoid when freeing memory.
31570
31571 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31572
31573         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31574         (qtdemux_parse_trak):
31575           Don't crash by dividing by zero (see sample movie in #126922).
31576
31577 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31578
31579         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31580           Don't touch non-existing data (fixes crash on file in #140147).
31581
31582 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31583
31584         * gst/playback/gstplaybasebin.c:
31585         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31586           Handle double disposals, and proper change of URIs.
31587
31588 2004-09-13  Martin Eikermann <meiker@upb.de>
31589
31590         * gst/mpegstream/gstmpegparse.c:
31591           fix synchronistation for streams recorded from digital PCR
31592           fixes bug #119376
31593
31594 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31595
31596         * ext/gnomevfs/Makefile.am:
31597         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31598         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31599         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31600         (gst_gnomevfssink_uri_get_type),
31601         (gst_gnomevfssink_uri_get_protocols),
31602         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31603         (gst_gnomevfssink_uri_handler_init),
31604         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31605         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31606         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31607         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31608         (gst_gnomevfssrc_uri_get_type),
31609         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31610         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31611         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31612         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31613         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31614         * ext/gnomevfs/gstgnomevfsuri.h:
31615           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31616           of fake URIs to see which this version of Gnome-VFS likes, and
31617           uses that for the Gst-URI interface. Makes playbin support http://
31618           streams. Also fix up some stupid behaviour in gnomevfssrc.
31619
31620 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31621
31622         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31623         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31624         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31625         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31626           Update mixer (to sync with other sessions) if we try to obtain
31627           a new value. This makes alsamixer work accross applications.
31628         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31629           Only call sync functions if we're running, else alsalib asserts.
31630         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31631           Sometimes fails to compile. Possibly a gcc bug.
31632         * gst/playback/gstplaybin.c: (gen_video_element),
31633         (gen_audio_element):
31634           Add a reference to an application-provided object, because we lose
31635           this same reference if we add it to the bin. If we don't do this,
31636           we can only use this object once and thus crash if we go from
31637           ready to playing, back to ready and back to playing again.
31638           Also add an audioscale element because several cheap soundcards -
31639           like mine - don't support all samplerates.
31640         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31641         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31642           Fix wrong order or PAR calls. Makes automatically obtained PAR
31643           from the X server atually being used.
31644
31645 2004-09-12  David Schleef  <ds@schleef.org>
31646
31647         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31648         #151887, #152102, #152247.
31649         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31650         * examples/seeking/cdparanoia.c: same
31651         * examples/seeking/cdplayer.c: same
31652         * examples/seeking/seek.c: same
31653         * examples/seeking/spider_seek.c: same
31654         * examples/seeking/vorbisfile.c: same
31655         * examples/stats/mp2ogg.c: same
31656         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31657         (gst_esdsink_dispose): Dispose of element properly.
31658         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31659         fixes.
31660         * ext/nas/nassink.c: (gst_nassink_class_init),
31661         (gst_nassink_dispose): Dispose of element correctly.
31662         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31663         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31664         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31665         Fix 64-bit warning.
31666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31667         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31668         Fix 64-bit warning.
31669
31670 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31671
31672         * configure.ac : change speex detection as 1.1.6 now uses
31673           .pc/pkg-config and they changed their headers location.
31674
31675 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31676
31677         * gst/matroska/matroska-mux.h:
31678         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31679         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31680         (gst_matroska_mux_write_data):
31681           Write multiple blocks/frames per cluster.
31682                 Write meta-seek information (seek heads).
31683
31684 2004-09-09  Scott Wheeler <wheeler@kde.org>
31685
31686         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31687         (gst_play_bin_set_property), (gst_play_bin_get_property),
31688         (gen_audio_element), (gen_audio_element):
31689           Add a volume element / property to the pipeline.
31690
31691 2004-09-07  Wim Taymans  <wim@fluendo.com>
31692
31693         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31694         Copy timestamps from the master pad to the output buffers.
31695
31696 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31697
31698         * ext/raw1394/gstdv1394src.c:
31699           throw errors when applicable
31700
31701 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31702
31703         * gst/matroska/ebml-ids.h:
31704         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31705         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31706         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31707           automatically convert unix time <-> ebml time when reading/writing
31708           a date, use gst_ebml_write_uint to write CUETIME,
31709           not gst_ebml_write_date.
31710         * gst/matroska/matroska-ids.h:
31711         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31712         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31713         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31714         (gst_matroska_mux_write_data):
31715           Write track and segment UIDs, write muxing date, write
31716           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31717           Create cues for audio only files.
31718
31719 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31720
31721         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31722         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31723           Re-commit ALSA switches.
31724         * gst/adder/gstadder.c: (gst_adder_loop):
31725           64-bit fix (#151416).
31726         * gst/debug/progressreport.c: (gst_progressreport_report):
31727           64-bit fix (#151419).
31728         * gst/matroska/matroska-demux.c:
31729         (gst_matroska_demux_parse_contents):
31730           64-bit fix (#151420).
31731         * gst/playback/test3.c: (update_scale):
31732           64-bit fix (#151421).
31733
31734 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31735
31736         * configure.ac:
31737           bump nano to cvs
31738
31739 === release 0.8.4 ===
31740
31741 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31742
31743         * configure.ac: releasing 0.8.4, "Alias"
31744
31745 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31746
31747         * ext/theora/Makefile.am:
31748           fix makefile.  Fixes #151462.
31749
31750 2004-08-30  Wim Taymans  <wim@fluendo.com>
31751
31752         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31753         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31754         (gst_multifdsink_remove_client_link),
31755         (gst_multifdsink_client_queue_buffer),
31756         (gst_multifdsink_handle_client_write):
31757         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31758         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31759         Fix some memory leaks.
31760
31761 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31762
31763         Patch by: David Schleef
31764
31765         * configure.ac:
31766         * sys/Makefile.am:
31767           rename our detection macro for V4L2.  Fixes #151236.
31768
31769 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31770
31771         Patch by: David Schleef
31772
31773         * configure.ac:
31774           check to define LAMEPRESET.  Fixes #151232.
31775
31776 2004-08-27  David Schleef  <ds@schleef.org>
31777
31778         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31779         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31780         (gst_glimagesink_fixate):  Move local variable declarations to
31781         make gcc-2.95 happy.
31782
31783 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31784
31785         * configure.ac:
31786           bump nano for prerelease
31787
31788 2004-08-27  David Schleef  <ds@schleef.org>
31789
31790         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31791         * sys/sunaudio/gstsunaudiosrc.c:
31792         * sys/sunaudio/gstsunaudiosrc.h:
31793
31794 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31795
31796         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31797         handle EOS correctly
31798         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31799         * gst/matroska/matroska-mux.h:
31800         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31801         VFW compatibility mode
31802
31803 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31804
31805         patch by: Zaheer Abbas Merali
31806
31807         * ext/ogg/gstoggmux.c:
31808         * ext/vorbis/vorbisenc.c:
31809         * ext/vorbis/vorbisenc.h:
31810           handle NEWMEDIA
31811
31812 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31813
31814         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31815         fix byte order reversion on little endian machines.
31816         * gst/matroska/matroska-mux.c: (audiosink_templ),
31817         (gst_matroska_mux_audio_pad_link):
31818         add TTA codec to the list of supported codecs.
31819         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31820         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31821         (gst_matroska_mux_write_data):
31822         * gst/matroska/matroska-mux.h:
31823         write segment duration correctly, write muxing app string, fixes bugs
31824         #140897 and #140898.
31825         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31826         wait for all pads to be negotiated before starting to mux.
31827
31828 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31829
31830         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31831         * ext/lame/gstlame.h:
31832         Added new media support to lame
31833
31834 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31835
31836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31837         send vorbis headers at the beginning of a stream, fixes bug #141554.
31838         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31839         bug #148950.
31840         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31841         (gst_matroska_demux_plugin_init):
31842         * gst/matroska/matroska-ids.h:
31843         enable demuxing of TTA audio streams, fixes bug #148951.
31844         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31845         enable typefinding for TTA audio files, fixes bug #148711.
31846         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31847         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31848         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31849
31850 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31851
31852         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31853         (gst_riff_read_element_data), (gst_riff_read_seek),
31854         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31855         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31856         <teuf@gnome.org>
31857
31858 2004-08-23 Iain <iaingnome@gmail.com>
31859
31860         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31861         tags. They appear to be handled differently to normal.
31862         (tag_list_to_id3_tag_foreach): Ditto.
31863
31864 2004-08-22  Wim Taymans  <wim@fluendo.com>
31865
31866         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31867         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31868         Make sure we never send -1 granulepos.
31869
31870 2004-08-20  Wim Taymans  <wim@fluendo.com>
31871
31872         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31873         (gst_ogg_mux_loop):
31874         I will accept bitchslappings with non sharp objects.
31875
31876 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31877
31878         * configure.ac:
31879         Clean up the test for lame presets
31880
31881 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31882
31883         * configure.ac:
31884         * ext/lame/Makefile.am:
31885         * ext/lame/gstlame.c: (gst_lame_class_init),
31886         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31887         Only enable lame presets if version of lame has presets in API
31888
31889 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31890         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31891         * gst/udp/gstudpsrc.h:
31892           Don't call gst_pad_push in a get function. Fixes #150449
31893
31894 2004-08-18  Wim Taymans  <wim@fluendo.com>
31895
31896         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31897         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31898         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31899         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31900         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31901         (gst_fdset_wait):
31902         * gst/tcp/gstfdset.h:
31903         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31904         (gst_multifdsink_client_queue_buffer),
31905         (gst_multifdsink_handle_client_write):
31906         * gst/tcp/gstmultifdsink.h:
31907         Some extra checks in gstfdset.
31908         Only use send() when the fd is a socket. Don't try to
31909         read from write only fds.
31910
31911 2004-08-18  Wim Taymans  <wim@fluendo.com>
31912
31913         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31914         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31915         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31916         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31917         (gst_fdset_wait):
31918         Add more locking and bounds checking.
31919
31920 2004-08-18  Wim Taymans  <wim@fluendo.com>
31921
31922         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31923         Realloc test fdset in the lock and right before starting
31924         the poll call. Bump the limit to 4096.
31925
31926 2004-08-17  David Schleef  <ds@schleef.org>
31927
31928         * sys/sunaudio/Makefile.am:
31929         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31930         of rates and channels.  Make debugging less obnoxious.
31931
31932         Patch from Balamurali Viswanathan implementing a mixer for
31933         Sun audio.  (bug #144091):
31934         * sys/sunaudio/gstsunelement.c:
31935         * sys/sunaudio/gstsunelement.h:
31936         * sys/sunaudio/gstsunmixer.c:
31937         * sys/sunaudio/gstsunmixer.h:
31938
31939 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31940
31941         * gst/audioscale/gstaudioscale.c:
31942         * gst/audioscale/gstaudioscale.h:
31943         made audioscale resample from any sample rate to any sample rate
31944
31945 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31946
31947         * ext/libpng/gstpngdec.c:
31948           error out on unsupported types
31949
31950 2004-08-17  Iain <iaingnome@gmail.com>
31951
31952         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31953         mid_side and loose_mid_side properties if its a stereo stream.
31954
31955 2004-08-17  Wim Taymans  <wim@fluendo.com>
31956
31957         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31958         (theora_get_formats), (theora_dec_src_convert),
31959         (theora_dec_sink_convert), (theora_dec_src_query),
31960         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31961         Add a debug line.
31962
31963 2004-08-17  Wim Taymans  <wim@fluendo.com>
31964
31965         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31966         (gst_ogg_pad_push):
31967         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31968         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31969         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31970         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31971         Mark delta units in the muxer.
31972         Try to decode the packet after an out-of-sync error from
31973         libogg.
31974
31975 2004-08-17  Wim Taymans  <wim@fluendo.com>
31976
31977         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31978         (gst_multifdsink_init), (gst_multifdsink_add),
31979         (gst_multifdsink_client_queue_buffer),
31980         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31981         * gst/tcp/gstmultifdsink.h:
31982         Added option to send a keyframe to clients as the first buffer.
31983         Make timeout property writable.
31984
31985 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31986
31987         patch by: Wim Taymans
31988
31989         * gst/tcp/gstfdset.c:
31990         * gst/tcp/gstmultifdsink.c:
31991           fix index comparison, should include 0
31992
31993 2004-08-16  Wim Taymans  <wim@fluendo.com>
31994
31995         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31996         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31997         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31998         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31999         (gst_fdset_wait):
32000           copy when reallocing for poll so the select arguments don't get
32001           changed during the call
32002
32003 2004-08-16  Wim Taymans  <wim@fluendo.com>
32004
32005         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32006         (gst_theora_enc_class_init), (theora_enc_sink_link),
32007         (theora_buffer_from_packet), (theora_enc_chain):
32008         Fix bug where buffers were not marked as keyframes
32009         correctly.
32010
32011 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32012
32013         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
32014         (gst_lame_preset_get_type), (gst_lame_class_init):
32015         describe the enum values for vbr mode and presets more verbosely
32016
32017 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32018
32019         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
32020         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
32021         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
32022         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
32023         * ext/lame/gstlame.h:
32024         add preset property to lame so it can use lame presets
32025
32026 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32027
32028         * ext/lame/gstlame.c: (gst_lame_get_property):
32029         whoops forgot break, thanks teuf
32030
32031 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32032
32033         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
32034         (gst_lame_class_init), (gst_lame_src_getcaps),
32035         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
32036         (gst_lame_get_property), (gst_lame_setup):
32037         * ext/lame/gstlame.h:
32038         fix lame's broken vbr stuff, allow it to resample if need be, and also
32039         make xing header optional
32040
32041 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32042
32043         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
32044         added getcaps function so samplerate doesnt get fixated to silly values
32045
32046 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32047
32048         * ext/lame/gstlame.c: (gst_lame_src_link):
32049         revert previous fix
32050
32051 2004-08-12  Johan Dahlin  <johan@gnome.org>
32052
32053         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
32054         checks. Doesn't matter what state we are in. Interfaces are a
32055         compile time thing, not runtime. It also broke the python bindings.
32056
32057 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32058
32059         * ext/lame/gstlame.c: (gst_lame_src_link):
32060         made source pad link function check if sinkpad is ok..fixes the problem
32061         where core fixates the output rate of lame stupidly
32062
32063 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32064
32065         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
32066         * sys/v4l/v4l_calls.c:
32067         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
32068           fix fixate function to handle nonsimple caps.
32069           remove bogus check in _link
32070           cleanups
32071
32072 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32073
32074         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
32075         set default compression ratio parameter to 0.0 so bitrate parameter
32076         works :)
32077
32078 2004-08-11  David Schleef  <ds@schleef.org>
32079
32080         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
32081
32082 2004-08-11  David Schleef  <ds@schleef.org>
32083
32084         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
32085         before.
32086
32087 2004-08-11  David Schleef  <ds@schleef.org>
32088
32089         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
32090
32091 2004-08-11  David Schleef  <ds@schleef.org>
32092
32093         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
32094           license field
32095         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
32096         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
32097           LGPL.
32098         * gst/auparse/gstauparse.c: Fix plugin license field.
32099         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
32100         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
32101         * gst/rtp/gstrtp.c: Fix plugin license field.
32102
32103 2004-08-11  Wim Taymans  <wim@fluendo.com>
32104
32105         * gst/tcp/Makefile.am:
32106         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
32107         (ensure_size), (gst_fdset_new), (gst_fdset_free),
32108         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
32109         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
32110         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
32111         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
32112         (gst_fdset_fd_can_write), (gst_fdset_wait):
32113         * gst/tcp/gstfdset.h:
32114         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32115         (gst_multifdsink_class_init), (gst_multifdsink_init),
32116         (gst_multifdsink_add), (gst_multifdsink_remove),
32117         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32118         (gst_multifdsink_remove_client_link),
32119         (gst_multifdsink_handle_client_read),
32120         (gst_multifdsink_client_queue_data),
32121         (gst_multifdsink_client_queue_caps),
32122         (gst_multifdsink_client_queue_buffer),
32123         (gst_multifdsink_handle_client_write),
32124         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32125         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32126         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32127         (gst_multifdsink_close):
32128         * gst/tcp/gstmultifdsink.h:
32129         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32130         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32131         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
32132         (gst_tcpserversink_close):
32133         * gst/tcp/gsttcpserversink.h:
32134         Abstracted away the select call, implemented poll (yes we ran into
32135         the 1024 limit in production).
32136
32137 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32138
32139         * gst/tcp/gsttcp.c:
32140         * gst/tcp/gsttcpplugin.c:
32141           improve debuggging, remove assert
32142
32143 2004-08-10  Wim Taymans  <wim@fluendo.com>
32144
32145         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32146         (gst_client_status_get_type), (gst_multifdsink_class_init),
32147         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
32148         (gst_multifdsink_handle_client_read),
32149         (gst_multifdsink_handle_client_write),
32150         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32151         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32152         (gst_multifdsink_get_property):
32153         * gst/tcp/gstmultifdsink.h:
32154         * gst/tcp/gsttcp-marshal.list:
32155         Starting to prepare for specifying buffer time in other units
32156         than buffers. Expose remove reason in signal.
32157
32158 2004-08-10  Wim Taymans  <wim@fluendo.com>
32159
32160         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
32161         (gst_multifdsink_remove), (gst_multifdsink_clear),
32162         (gst_multifdsink_remove_client_link),
32163         (gst_multifdsink_handle_client_read),
32164         (gst_multifdsink_client_queue_data),
32165         (gst_multifdsink_client_queue_buffer),
32166         (gst_multifdsink_handle_client_write),
32167         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
32168         (gst_multifdsink_chain), (gst_multifdsink_close):
32169         * gst/tcp/gstmultifdsink.h:
32170         Added more debugging info. Changed the way clients are
32171         removed from the lists. Fixed a bug where a bad file descriptor
32172         could cause many clients to be removed.
32173
32174 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32175
32176         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
32177           allow all pixel-aspect-ratios, not just 1:1
32178
32179 2004-08-09  David Schleef  <ds@schleef.org>
32180
32181         * sys/glsink/ARB_multitexture.h:  Remove old files.
32182         * sys/glsink/EXT_paletted_texture.h:
32183         * sys/glsink/NV_register_combiners.h:
32184         * sys/glsink/gstgl_nvimage.c:
32185         * sys/glsink/gstgl_pdrimage.c:
32186         * sys/glsink/gstgl_rgbimage.c:
32187         * sys/glsink/gstglsink.c:
32188         * sys/glsink/gstglsink.h:
32189         * sys/glsink/gstglxwindow.c:
32190         * sys/glsink/regcomb_yuvrgb.c:
32191
32192 2004-08-09  David Schleef  <ds@schleef.org>
32193
32194         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
32195         GL sink plugin.  (Bug #147302)
32196
32197         * configure.ac: Test for OpenGL
32198         * sys/Makefile.am: Use test for OpenGL
32199         * sys/glsink/Makefile.am:
32200         * sys/glsink/glimagesink.c: rewrite
32201         * sys/glsink/glimagesink.h: rewrite
32202
32203 2004-08-09  David Schleef  <ds@schleef.org>
32204
32205         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
32206         sane framerates.
32207         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
32208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
32209         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
32210
32211 2004-08-09  Wim Taymans  <wim@fluendo.com>
32212
32213         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32214         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32215         (gst_multifdsink_client_remove),
32216         (gst_multifdsink_handle_client_read),
32217         (gst_multifdsink_handle_client_write),
32218         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32219         Do a bit more logging, make the client_read code more robust.
32220
32221 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32222
32223         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
32224         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
32225         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
32226         (gst_jpegdec_init), (gst_jpegdec_chain):
32227         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32228         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32229           cleanups, debugging fixes and memleak plugging
32230
32231 2004-08-09  Wim Taymans  <wim@fluendo.com>
32232
32233         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32234         (theora_get_formats), (theora_dec_src_convert),
32235         (theora_dec_sink_convert), (theora_dec_src_query),
32236         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32237         (theora_dec_change_state):
32238         Don't crash on missing header packets.
32239
32240 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32241
32242         * po/LINGUAS:
32243         * po/sq.po:
32244           Added Albanian translation (Laurent Dhima)
32245         * po/cs.po:
32246           updated
32247
32248 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32249
32250         * ext/lame/gstlame.c:
32251           fix/add debugging
32252
32253 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32254
32255         * sys/ximage/ximagesink.c:
32256         * sys/xvimage/xvimagesink.c:
32257           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
32258
32259 2004-08-06  Wim Taymans  <wim@fluendo.com>
32260
32261         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32262         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32263         (gst_multifdsink_client_remove),
32264         (gst_multifdsink_handle_client_read),
32265         (gst_multifdsink_handle_client_write),
32266         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32267         Make sure we don't try to read more from a client that what
32268         ioctl says us or we deadlock.
32269
32270 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32271
32272         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32273         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32274         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32275           decouple running_time and n_frames so it can handle changing
32276           framerate while running
32277
32278 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32279
32280         * po/nl.po:
32281         * po/sv.po:
32282           updated translations
32283
32284 2004-08-04  Benjamin Otte  <otte@gnome.org>
32285
32286         * gst/videotestsrc/gstvideotestsrc.c:
32287         (gst_videotestsrc_get_capslist), (generate_capslist),
32288         (plugin_init):
32289           generate the list of supported caps at startup and reuse it instead
32290           of always generating it
32291
32292 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32293
32294         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32295           whoops, last checkin broke normal build
32296
32297 2004-08-03  Benjamin Otte  <otte@gnome.org>
32298
32299         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32300         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32301         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32302         (gst_alsa_mixer_get_option):
32303         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32304         (dvdnavsrc_print_event):
32305         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32306         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32307         (gst_ogg_mux_pad_unlink):
32308         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32309         (gst_multipart_mux_pad_unlink):
32310         * gst/videofilter/gstvideobalance.c:
32311         (gst_videobalance_colorbalance_set_value):
32312         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32313         (gst_videomixer_pad_unlink):
32314         * po/uk.po:
32315         * sys/oss/gstossmixer.c:
32316         * sys/v4l/gstv4lcolorbalance.c:
32317         * sys/v4l/gstv4ltuner.c:
32318         * sys/v4l/v4lsrc_calls.c:
32319         * sys/v4l2/gstv4l2colorbalance.c:
32320         * sys/v4l2/gstv4l2tuner.c:
32321           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32322
32323 2004-08-03  Benjamin Otte  <otte@gnome.org>
32324
32325         * examples/dynparams/filter.c: (ui_control_create):
32326         * examples/gstplay/player.c: (print_tag):
32327         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32328         * ext/gdk_pixbuf/gstgdkanimation.c:
32329         (gst_gdk_animation_iter_may_advance):
32330         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32331         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32332         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32333         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32334         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32335         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32336         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32337         * gst/sine/demo-dparams.c: (main):
32338         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32339         * testsuite/alsa/formats.c: (create_pipeline):
32340         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32341           fixes for G_DISABLE_ASSERT and friends
32342         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32343         (mp3_type_frame_length_from_header), (mp3_type_find),
32344         (plugin_init):
32345           require mp3 typefinding to have at least MIN_HEADERS valid headers
32346           add typefinding for AAC adts files
32347
32348 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32349
32350         * sys/ximage/ximagesink.c:
32351         (gst_ximagesink_calculate_pixel_aspect_ratio):
32352         * sys/xvimage/xvimagesink.c:
32353         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32354         Make sure we calculate pixel-aspect-ratio using floating point maths
32355
32356 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32357
32358         * po/uk.po:
32359           updated translation
32360
32361 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32362
32363         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32365           add debugging for display PAR calculation
32366
32367 2004-08-02  David Schleef  <ds@schleef.org>
32368
32369         * configure.ac: Fix mikmod CFLAGS.
32370
32371 2004-07-27  Benjamin Otte  <otte@gnome.org>
32372
32373         * gst/audioscale/gstaudioscale.c:
32374         - fix templates to only support S16, it's the only format that works
32375         - make caps nego code use try_set_caps_nonfixed and fixation instead
32376         of try_set_caps twice, which is not nice for autopluggers
32377         - change rank to secondary, so autopluggers can pick it up after
32378         audioconvert
32379
32380 2004-08-02  Iain <iain@prettypeople.org>
32381
32382         * gst/interleave/interleave.c (interleave_init),
32383         (interleave_request_new_pad),
32384         (interleave_pad_removed),
32385         (interleave_buffered_loop): Use the real pad count, not the artificial
32386         one.
32387
32388 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32389
32390         * configure.ac: bump nano back to development
32391
32392 === release 0.8.3 ===
32393
32394 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32395
32396         * configure.ac: releasing 0.8.3, "Water"
32397
32398 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32399
32400         * sys/xvimage/xvimagesink.c:
32401         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32402         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32403         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32404         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32405         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32406         * sys/xvimage/xvimagesink.h:
32407           apply similar PAR fixes as to ximagesink
32408
32409 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32410
32411         patch from: Benjamin Otte
32412
32413         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32414           add link function to lame.  Fixes #148986.
32415
32416 2004-08-02  Johan Dahlin  <johan@gnome.org>
32417
32418         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32419         fix debugging log
32420
32421 2004-07-30  David Schleef  <ds@schleef.org>
32422
32423         * gst/videomixer/Makefile.am: Fix things that should have been
32424         fixed in the last checkin.
32425
32426 2004-07-30  David Schleef  <ds@schleef.org>
32427
32428         * gst/multipart/Makefile.am: Fix things that should have been
32429         fixed in the last checkin.
32430
32431 2004-07-30  David Schleef  <ds@schleef.org>
32432
32433         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32434
32435 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32436
32437         * configure.ac:
32438           bump nano for prerelease
32439         * po/af.po:
32440         * po/az.po:
32441         * po/cs.po:
32442         * po/en_GB.po:
32443         * po/hu.po:
32444         * po/nl.po:
32445         * po/sr.po:
32446         * po/sv.po:
32447         * po/uk.po:
32448           updates
32449
32450 2004-07-30  Wim Taymans  <wim@fluendo.com>
32451
32452         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32453         (gst_multifdsink_add), (gst_multifdsink_remove),
32454         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32455         (gst_multifdsink_client_remove),
32456         (gst_multifdsink_handle_client_write),
32457         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32458         * gst/tcp/gstmultifdsink.h:
32459         Recover from a select with a bad file descriptor by removing
32460         the client.
32461
32462 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32463
32464         * configure.ac:
32465           fix requirement of core
32466         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32467         (gst_play_pipeline_setup):
32468           don't use colorspace element.  do use hermescolorspace element.
32469           make macro to get a colorspace element.
32470           mark strings for translation.
32471         * po/POTFILES.in:
32472           add play.c
32473         * po/af.po:
32474         * po/az.po:
32475         * po/cs.po:
32476         * po/en_GB.po:
32477         * po/hu.po:
32478         * po/nl.po:
32479         * po/sr.po:
32480         * po/sv.po:
32481         * po/uk.po:
32482           update translations
32483
32484 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32485
32486         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32487         fix default for newmedia flag
32488
32489 2004-07-30  Wim Taymans  <wim@fluendo.com>
32490
32491         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32492         (gst_theora_dec_init), (theora_get_formats),
32493         (theora_dec_src_convert), (theora_dec_sink_convert),
32494         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32495         (theora_dec_chain), (theora_dec_set_property),
32496         (theora_dec_get_property):
32497         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32498         (gst_theora_enc_class_init), (gst_theora_enc_init),
32499         (theora_enc_sink_link), (theora_enc_chain),
32500         (theora_enc_set_property), (theora_enc_get_property):
32501         Added cropping option to theora decoder.
32502         Added border option to theora encoder.
32503
32504 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32505
32506         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32507         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32508         (gst_pngenc_set_property):
32509         * ext/libpng/gstpngenc.h:
32510         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
32511
32512 2004-07-30  Wim Taymans  <wim@fluendo.com>
32513
32514         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32515         (theora_enc_sink_link), (theora_enc_chain),
32516         (theora_enc_set_property), (theora_enc_get_property):
32517         Fix encoding of non-multiple-of-16 video.
32518
32519 2004-07-29  David Schleef  <ds@schleef.org>
32520
32521         * configure.ac: make test for audiofile more strict
32522
32523 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32524
32525         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32526           give different names to typefind functions
32527
32528 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32529
32530         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32531         (gst_ximagesink_calculate_pixel_aspect_ratio),
32532         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32533         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32534         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32535         (gst_ximagesink_get_property), (gst_ximagesink_init):
32536         * sys/ximage/ximagesink.h:
32537           allocate PAR's dynamically.
32538           use autodetected PAR if no object-set PAR is given.
32539           add workaround for directfb's X not setting physical size.
32540           fix to xvimagesink will follow tomorrow.
32541
32542 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32543
32544         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32545         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32546         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32547         (gst_shout2send_class_init), (gst_shout2send_init),
32548         (set_shout_metadata), (gst_shout2send_set_metadata),
32549         (gst_shout2send_chain), (gst_shout2send_set_property),
32550         (gst_shout2send_get_property), (gst_shout2send_connect),
32551         (gst_shout2send_change_state):
32552         * ext/shout2/gstshout2.h:
32553         - fix for sending mp3 audio to icecast2 server, if pad link function not
32554         called before PAUSED state
32555         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32556         - added tagging support for mp3 audio broadcasted
32557         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32558         debug info
32559
32560 2004-07-28  Wim Taymans  <wim@fluendo.com>
32561
32562         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32563         (gst_ogg_demux_push):
32564         Return query failure when we don't know the length of
32565         an ogg stream insteda of returning TRUE with a bogus value.
32566
32567 2004-07-28  Wim Taymans  <wim@fluendo.com>
32568
32569         * ext/theora/theoradec.c: (theora_get_formats),
32570         (theora_dec_src_convert), (theora_dec_sink_convert),
32571         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32572         (theora_dec_chain):
32573         Don't screw up the 1 Chroma for 1 luma sample situation when we
32574         have an odd offset/width by adding a black border in those cases.
32575
32576 2004-07-28  Wim Taymans  <wim@fluendo.com>
32577
32578         * ext/theora/theoradec.c: (theora_get_formats),
32579         (theora_dec_src_convert), (theora_dec_sink_convert),
32580         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32581         (theora_dec_chain):
32582         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32583         Added first attempt at cropping of the image as required by the
32584         theora spec. We need more properties in the caps (offset_x,
32585         offset_y,stride) to implement this correctly.
32586
32587 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32588
32589         * ext/dvdnav/README:
32590           Update the README to use dvddemux
32591         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32592           Ensure getcaps returns a subset of the template caps
32593         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32594         (gst_mpeg2subt_init):
32595           Ensure getcaps returns a subset of the template caps
32596         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32597         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32598         (gst_dvd_demux_get_subpicture_stream),
32599         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32600         * gst/mpegstream/gstdvddemux.h:
32601           Set the explicit caps on the current_video pad before pushing
32602           anything
32603         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32604         (gst_mpeg_demux_get_audio_stream):
32605           Free caps used to gst_pad_set_explicit_caps, which takes a const
32606           GstCaps *
32607
32608 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32609
32610         * configure.ac: update GStreamer requirement to 0.8.4 because of
32611           GstFraction.
32612
32613 2004-07-28  Wim Taymans  <wim@fluendo.com>
32614
32615         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32616         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32617         Add the pad to the element after setting up the caps. This
32618         makes it a lot easier to autoplug.
32619
32620 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32621
32622         * gst/median/gstmedian.c:
32623         * gst/mpeg2subt/gstmpeg2subt.c:
32624         * gst/mpegaudioparse/gstmpegaudioparse.c:
32625         * gst/mpegstream/gstdvddemux.c:
32626         * gst/mpegstream/gstmpegdemux.c:
32627         * gst/mpegstream/gstmpegpacketize.c:
32628         * gst/rtjpeg/gstrtjpeg.c:
32629         * gst/rtjpeg/gstrtjpegdec.c:
32630         * gst/rtjpeg/gstrtjpegenc.c:
32631         * gst/sine/gstsinesrc.c:
32632         * gst/smooth/gstsmooth.c:
32633         * gst/smpte/gstsmpte.c:
32634         * gst/smpte/gstsmpte.h:
32635         * gst/stereo/gststereo.c:
32636         * gst/videofilter/gstgamma.c:
32637         * gst/videofilter/gstvideobalance.c:
32638         * gst/videofilter/gstvideofilter.c:
32639         * gst/videofilter/gstvideoflip.c:
32640         * gst/videoscale/gstvideoscale.c:
32641         * gst/videoscale/videoscale.c:
32642         * gst/videotestsrc/gstvideotestsrc.c:
32643         * gst/videotestsrc/videotestsrc.c:
32644         * gst/wavenc/gstwavenc.c:
32645         * gst/wavparse/gstwavparse.c:
32646           fix local includes and 64 bits constants
32647
32648 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32649
32650         * win32/gst.sln:
32651         * gst-libs/gst/*/*.vcproj:
32652         * gst/*/*.vcproj:
32653           more working plugins
32654
32655 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32656
32657         * testsuite/alsa/Makefile.am:
32658         * testsuite/alsa/srcstate.c:
32659         add test for alsasrc changing state
32660
32661 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32662
32663         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32664         (gst_silence_get):
32665         * gst/silence/gstsilence.h:
32666         fix silence generation for 16bit raw audio
32667
32668 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32669
32670         * gst/matroska/matroska-demux.c:
32671         (gst_matroska_demux_parse_metadata),
32672         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32673         * gst/mpegaudio/common.c:
32674         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32675         (gst_videoscale_getcaps), (gst_videoscale_link),
32676         (gst_videoscale_src_fixate), (gst_videoscale_init),
32677         (gst_videoscale_finalize):
32678         * gst/videoscale/gstvideoscale.h:
32679         * gst/videotestsrc/gstvideotestsrc.c:
32680         (gst_videotestsrc_get_capslist):
32681         * gst/wavenc/gstwavenc.c:
32682         * sys/oss/gstossmixer.c: (fill_labels):
32683         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32684         (gst_ximagesink_handle_xevents),
32685         (gst_ximagesink_calculate_pixel_aspect_ratio),
32686         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32687         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32688         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32689         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32690         (gst_ximagesink_init), (gst_ximagesink_class_init):
32691         * sys/ximage/ximagesink.h:
32692         * sys/xvimage/xvimagesink.c:
32693         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32694         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32695         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32696         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32697         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32698         * sys/xvimage/xvimagesink.h:
32699           first batch of pixel aspect ratio commits.
32700
32701 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32702
32703         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32704         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32705         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32706           handle stride, needs work if we want to move stride handling
32707           upstream, but works correctly for our purposes.
32708
32709 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32710
32711         * gst/videoscale/README:
32712           add testing examples
32713         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32714         (gst_videoscale_chain):
32715         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32716         (gst_videoscale_get_size):
32717           add get_size function that handles stride like videotestsrc.
32718           fixes conversion for YUV formats for as much as I can test them.
32719
32720 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32721
32722         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32723         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32725         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32726         (gst_xvimagesink_xvimage_put):
32727           further cleanups, logging, error handling and synchronizing
32728
32729 2004-07-27  Wim Taymans  <wim@fluendo.com>
32730
32731         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32732         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32733         (gst_videomixer_pad_set_property),
32734         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32735         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32736         (gst_videomixer_class_init), (gst_videomixer_init),
32737         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32738         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32739         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32740         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32741         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32742         (gst_videomixer_loop), (plugin_init):
32743         Be a nicer negotiation citizen and provide a getcaps function on
32744         the srcpad. This also fixes a crash when resizing.
32745
32746 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32747
32748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32749         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32750
32751 2004-07-27  Wim Taymans  <wim@fluendo.com>
32752
32753         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32754         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32755         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32756         (gst_pngenc_set_property):
32757         * ext/libpng/gstpngenc.h:
32758         Added snapshot property to pngenc.
32759         removed g_print from pngdec
32760
32761 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32762
32763         * gst/ac3parse/ac3parse.vcproj
32764         * gst/adder/adder.vcproj
32765         * gst/alpha/alpha.vcproj
32766         * gst/alpha/alphacolor.vcproj
32767         * gst/asfdemux/asf.vcproj
32768         * gst/audioconvert/audioconvert.vcproj
32769         * gst/audiorate/audiorate.vcproj
32770         * gst/audioscale/audioscale.vcproj
32771         * gst/auparse/auparse.vcproj
32772         * gst/avi/avi.vcproj
32773         * gst/cdxaparse/cdxaparse.vcproj
32774         * gst/chart/chart.vcproj
32775         * gst/colorspace/colorspace.vcproj
32776         * gst/cutter/cutter.vcproj
32777         * gst/debug/debug.vcproj
32778         * gst/debug/efence.vcproj
32779         * gst/debug/navigationtest.vcproj
32780         * gst/deinterlace/deinterlace.vcproj
32781         * gst/effectv/effectv.vcproj
32782         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32783         * gst/filter/filter.vcproj
32784         * gst/flx/flxdec.vcproj
32785         * gst/goom/goom.vcproj
32786         * gst/interleave/interleave.vcproj
32787         * gst/law/alaw.vcproj
32788         * gst/law/mulaw.vcproj
32789         * gst/matroska/matroska.vcproj
32790         * gst/median/median.vcproj
32791         * gst/mixmatrix/mixmatrix.vcproj
32792         * gst/mpeg1sys/mpeg1systemencode.vcproj
32793         * gst/mpeg1videoparse/mp1videoparse.vcproj
32794         * gst/mpeg2sub/mpeg2subt.vcproj
32795         * gst/mpegaudio/mpegaudio.vcproj
32796         * gst/mpegaudioparse/mpegaudioparse.vcproj
32797         * gst/mpegstream/mpegstream.vcproj
32798         * gst/multifilesink/multifilesink.vcproj
32799         * gst/multipart/multipart.vcproj
32800         * gst/oneton/oneton.vcproj
32801         * gst/overlay/overlay.vcproj
32802         * gst/passthrough/passthrough.vcproj
32803         * gst/qtdemux/qtdemux.vcproj
32804         * gst/realmedia/rmdemux.vcproj
32805         * gst/rtjpeg/rtjpeg.vcproj
32806         * gst/rtp/rtp.vcproj
32807         * gst/silence/silence.vcproj
32808         * gst/sine/sinesrc.vcproj
32809         * gst/smooth/smooth.vcproj
32810         * gst/smpte/smpte.vcproj
32811         * gst/spectrum/spectrum.vcproj
32812         * gst/speed/speed.vcproj
32813         * gst/stereo/stereo.vcproj
32814         * gst/switch/switch.vcproj
32815         * gst/tags/tagedit.vcproj
32816         * gst/tcp/tcp.vcproj
32817         * gst/typefind/typefindfunctions.vcproj
32818         * gst/udp/udp.vcproj
32819         * gst/videobox/videobox.vcproj
32820         * gst/videocrop/videocrop.vcproj
32821         * gst/videodrop/videodrop.vcproj
32822         * gst/videofilter/gamma.vcproj
32823         * gst/videofilter/videobalance.vcproj
32824         * gst/videofilter/videofilter.vcproj
32825         * gst/videofilter/videoflip.vcproj
32826         * gst/videoflip/videoflip.vcproj
32827         * gst/videomixer/videomixer.vcproj
32828         * gst/videorate/videorate.vcproj
32829         * gst/videoscale/videoscale.vcproj
32830         * gst/videotestsrc/videotestsrc.vcproj
32831         * gst/virtualdub/virtualdub.vcproj
32832         * gst/volenv/volenv.vcproj
32833         * gst/volume/volume.vcproj
32834         * gst/wavenc/wavenc.vcproj
32835         * gst/wavparse/wavparse.vcproj
32836         * gst/y4m/y4menc.vcproj
32837         * gst-libs/gst/audio/audio.vcproj
32838         * gst-libs/gst/audio/audiofilter.vcproj
32839         * gst-libs/gst/colorbalance/colorbalance.vcproj
32840         * gst-libs/gst/idct/idtc.vcproj
32841         * gst-libs/gst/media-info/media-info.vcproj
32842         * gst-libs/gst/mixer/mixer.vcproj
32843         * gst-libs/gst/navigation/navigation.vcproj
32844         * gst-libs/gst/play/play.vcproj
32845         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32846         * gst-libs/gst/resample/resample.vcproj
32847         * gst-libs/gst/riff/riff.vcproj
32848         * gst-libs/gst/tuner/tuner.vcproj
32849         * gst-libs/gst/video/video.vcproj
32850         * gst-libs/gst/xoverlay/xoverlay.vcproj
32851           avoid problems with math.h, fix release dependancy
32852           rename GStreamer-0.8.lib to libgstreamer.lib
32853
32854 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32855
32856         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32858         the atom is not available we have to unlock the mutex. Fixes #148023
32859
32860 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32861
32862         * gst-libs/gst/media-info/media-info.h:
32863           issue for a vararg macro with MSVC
32864
32865 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32866
32867         * gst/effectv/effectv.vcproj
32868         * gst-libs/gst/idct/idct.vcproj:
32869         * gst-libs/gst/media-info/media-info.vcproj:
32870         * gst-libs/gst/navigation/navigation.vcproj:
32871         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32872         * gst-libs/gst/video/video.vcproj:
32873         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32874           fixes for build problems
32875
32876 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32877
32878         * gst-libs/gst/audio/audio.def:
32879         * gst-libs/gst/audio/riff.def:
32880           add some definitions needed by plugins
32881
32882 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32883
32884         * gst/asfdemux/gstasfmux.c
32885           Fix some 64 bits constants to be glib friendly
32886
32887 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32888
32889         * gst/ac3parse/gstac3parse.c
32890         * gst/audioscale/gstaudioscale.c
32891         * gst/auparse/gstauparse.c
32892         * gst/colorspace/gstcolorspace.c
32893         * gst/colorspace/yuv2rgb.h
32894           local include fixes
32895
32896 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32897
32898         * win32/gst.sln
32899           add more plugins to the build
32900
32901 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32902
32903         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32904         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32905
32906 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32907
32908         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32909         (gst_level_set_property), (gst_level_get_property),
32910         (gst_level_base_init), (gst_level_class_init):
32911           add debugging categories.  cleanups.
32912
32913 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32914
32915         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32916         (gst_videoscale_planar411), (gst_videoscale_planar400),
32917         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32918         (gst_videoscale_scale_nearest_str1),
32919         (gst_videoscale_scale_nearest_str2),
32920         (gst_videoscale_scale_nearest_str4),
32921         (gst_videoscale_scale_nearest_16bit),
32922         (gst_videoscale_scale_nearest_24bit):
32923           fixed stride issues
32924           tested with 320x240 -> 321, 322, 324 x240
32925           tested with YV12, I420, YUY2, UYVY
32926           fixed packed422rev (don't think it could have worked before)
32927           by testing with UYVY
32928
32929 2004-07-26  Benjamin Otte  <otte@gnome.org>
32930
32931         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32932         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32933         (plugin_init):
32934           add debugging category, add error checks like checking return values
32935           of setup calls, make sure it still works after
32936           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32937
32938 2004-07-26  Wim Taymans  <wim@fluendo.com>
32939
32940         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32941         (gst_mpeg_demux_get_audio_stream),
32942         (gst_mpeg_demux_process_private):
32943         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32944         Check for error codes from the negotiation functions. Make sure
32945         we really set the pad caps when a new pad is created.
32946
32947 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32948
32949         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32950         (gst_ffmpeg_caps_to_pix_fmt):
32951         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32952         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32953         (gst_ffmpegcolorspace_pad_link):
32954           don't make function do two things at the same time without reason.
32955
32956 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32957
32958         * gst/ac3parse/ac3parse.vcproj
32959         * gst/adder/adder.vcproj
32960         * gst/alpha/alpha.vcproj
32961         * gst/alpha/alphacolor.vcproj
32962         * gst/asfdemux/asf.vcproj
32963         * gst/audioconvert/audioconvert.vcproj
32964         * gst/audiorate/audiorate.vcproj
32965         * gst/audioscale/audioscale.vcproj
32966         * gst/auparse/auparse.vcproj
32967         * gst/avi/avi.vcproj
32968         * gst/cdxaparse/cdxaparse.vcproj
32969         * gst/chart/chart.vcproj
32970         * gst/colorspace/colorspace.vcproj
32971         * gst/cutter/cutter.vcproj
32972         * gst/debug/debug.vcproj
32973         * gst/debug/efence.vcproj
32974         * gst/debug/navigationtest.vcproj
32975         * gst/deinterlace/deinterlace.vcproj
32976         * gst/effectv/effectv.vcproj
32977         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32978         * gst/filter/filter.vcproj
32979         * gst/flx/flxdec.vcproj
32980         * gst/goom/goom.vcproj
32981         * gst/interleave/interleave.vcproj
32982         * gst/law/alaw.vcproj
32983         * gst/law/mulaw.vcproj
32984         * gst/matroska/matroska.vcproj
32985         * gst/median/median.vcproj
32986         * gst/mixmatrix/mixmatrix.vcproj
32987         * gst/mpeg1sys/mpeg1systemencode.vcproj
32988         * gst/mpeg1videoparse/mp1videoparse.vcproj
32989         * gst/mpeg2sub/mpeg2subt.vcproj
32990         * gst/mpegaudio/mpegaudio.vcproj
32991         * gst/mpegaudioparse/mpegaudioparse.vcproj
32992         * gst/mpegstream/mpegstream.vcproj
32993         * gst/multifilesink/multifilesink.vcproj
32994         * gst/multipart/multipart.vcproj
32995         * gst/oneton/oneton.vcproj
32996         * gst/overlay/overlay.vcproj
32997         * gst/passthrough/passthrough.vcproj
32998         * gst/qtdemux/qtdemux.vcproj
32999         * gst/realmedia/rmdemux.vcproj
33000         * gst/rtjpeg/rtjpeg.vcproj
33001         * gst/rtp/rtp.vcproj
33002         * gst/silence/silence.vcproj
33003         * gst/sine/sinesrc.vcproj
33004         * gst/smooth/smooth.vcproj
33005         * gst/smpte/smpte.vcproj
33006         * gst/spectrum/spectrum.vcproj
33007         * gst/speed/speed.vcproj
33008         * gst/stereo/stereo.vcproj
33009         * gst/switch/switch.vcproj
33010         * gst/tags/tagedit.vcproj
33011         * gst/tcp/tcp.vcproj
33012         * gst/typefind/typefindfunctions.vcproj
33013         * gst/udp/udp.vcproj
33014         * gst/videobox/videobox.vcproj
33015         * gst/videocrop/videocrop.vcproj
33016         * gst/videodrop/videodrop.vcproj
33017         * gst/videofilter/gamma.vcproj
33018         * gst/videofilter/videobalance.vcproj
33019         * gst/videofilter/videofilter.vcproj
33020         * gst/videofilter/videoflip.vcproj
33021         * gst/videoflip/videoflip.vcproj
33022         * gst/videomixer/videomixer.vcproj
33023         * gst/videorate/videorate.vcproj
33024         * gst/videoscale/videoscale.vcproj
33025         * gst/videotestsrc/videotestsrc.vcproj
33026         * gst/virtualdub/virtualdub.vcproj
33027         * gst/volenv/volenv.vcproj
33028         * gst/volume/volume.vcproj
33029         * gst/wavenc/wavenc.vcproj
33030         * gst/wavparse/wavparse.vcproj
33031         * gst/y4m/y4menc.vcproj
33032           more plugins supported under windows
33033
33034 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33035
33036         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33037         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
33038         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
33039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33040         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
33041           Add debugging statements.  Use the sizes as returned by the
33042           *CreateImage calls.
33043
33044 2004-07-26  Johan Dahlin  <johan@gnome.org>
33045
33046         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
33047         the pad is negotiated.
33048
33049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
33050
33051 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
33052
33053         * gst-libs/gst/colorbalance/colorbalance.vcproj:
33054         * gst-libs/gst/idct/idct.vcproj:
33055         * gst-libs/gst/media-info/media-info.vcproj:
33056         * gst-libs/gst/mixer/mixer.vcproj:
33057         * gst-libs/gst/navigation/navigation.vcproj:
33058         * gst-libs/gst/play/play.vcproj:
33059         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
33060         * gst-libs/gst/resample/resample.vcproj:
33061         * gst-libs/gst/tuner/tuner.vcproj:
33062         * gst-libs/gst/video/video.vcproj:
33063         * gst-libs/gst/xoverlay/xoverlay.vcproj:
33064           more plugins supported under windows
33065
33066 2004-07-25 Iain <iain@prettypeople.org>
33067
33068         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
33069         pad now rather than when the pad is created because state changes wipe
33070         explicit caps (fixes #148043).
33071
33072 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
33073
33074         reviewed by Benjamin Otte  <otte@gnome.org>
33075
33076         * ext/mad/gstmad.c:
33077           fix mad plugin crashing on Sun (fixes #148289)
33078
33079 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33080
33081         * gst/avi/avi.def:
33082         * gst/avi/avi.vcproj:
33083         * gst/matroska/matroska.def:
33084         * gst/matroska/matroska.vcproj:
33085           remove unused .def files
33086
33087 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33088
33089         * gst-libs/gst/audio/gstaudiofilter.c:
33090           Clean the local include
33091
33092 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33093
33094         * win32/gst.sln:
33095         * gst-libs/gst/audio/audio.def:
33096         * gst-libs/gst/audio/audio.vcproj:
33097         * gst-libs/gst/audio/audiofilter.vcproj:
33098         * gst-libs/gst/audio/riff.def:
33099         * gst-libs/gst/audio/riff.vcproj:
33100         * gst-libs/gst/gst-libs.def:
33101         * gst-libs/gst/gst-libs.vcproj:
33102         * gst/avi/avi.vcproj:
33103         * gst/avi/avi.vcproj:
33104           Copy the files where needed after building, cleaner projects
33105
33106 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33107
33108         * gst/matroska/ebml-write.c:
33109           Fix some 64 bits constants to be glib friendly
33110
33111 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
33112
33113         * win32/gst.sln:
33114         * gst-libs/gst/gst-libs.def:
33115         * gst-libs/gst/gst-libs.vcproj:
33116         * gst/matroska/matroska.def:
33117         * gst/matroska/matroska.vcproj:
33118           Add the preliminary canvas to build plugins on Win32
33119
33120 2004-07-23  Benjamin Otte  <otte@gnome.org>
33121
33122         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33123           don't enfore negotiation from source side, it breaks
33124           sinesrc ! audioconvert ! osssink
33125
33126 2004-07-22  David Schleef  <ds@schleef.org>
33127
33128         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
33129         for ELF files, since they can easily be recognized as audio/mpeg.
33130         (bug #147441)
33131
33132 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33133
33134         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
33135         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
33136         (gst_videoscale_scale_nearest_24bit),
33137         (gst_videoscale_scale_nearest_16bit):
33138           fix 16bit and 24bit for stride (24bit might need testing)
33139           don't pretend we do more than one algorithm
33140
33141 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33142
33143         * configure.ac:
33144         * gst/Makefile.am:
33145         * gst/multifilesink/Makefile.am:
33146         * gst/multifilesink/gstmultifilesink.c:
33147         (gst_multifilesink_get_formats),
33148         (gst_multifilesink_get_query_types), (_do_init),
33149         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
33150         (gst_multifilesink_init), (gst_multifilesink_dispose),
33151         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
33152         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
33153         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
33154         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
33155         (gst_multifilesink_chain), (gst_multifilesink_change_state),
33156         (gst_multifilesink_uri_get_type),
33157         (gst_multifilesink_uri_get_protocols),
33158         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
33159         (gst_multifilesink_uri_handler_init), (plugin_init):
33160         * gst/multifilesink/gstmultifilesink.h:
33161         * testsuite/Makefile.am:
33162         * testsuite/multifilesink/Makefile.am:
33163         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
33164         (gst_newmedia_class_init), (gst_newmedia_init),
33165         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
33166         (newfile_signal), (test_signal), (main):
33167         multifilesink plugin for creating new files every time a new media
33168         discontinuity event occurs
33169
33170 2004-07-22  Wim Taymans  <wim@fluendo.com>
33171
33172         * gst/alpha/Makefile.am:
33173         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
33174         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
33175         (gst_alpha_color_init), (gst_alpha_color_set_property),
33176         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
33177         (transform), (gst_alpha_color_chain),
33178         (gst_alpha_color_change_state), (plugin_init):
33179         Stupid plugin to to RGBA to AYUV conversion because none of
33180         the colorspace plugins can handle that yet.
33181
33182 2004-07-22  Wim Taymans  <wim@fluendo.com>
33183
33184         * examples/seeking/seek.c: (update_scale), (main):
33185         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33186         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33187         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33188         (gst_decode_bin_init), (gst_decode_bin_dispose),
33189         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33190         (no_more_pads), (close_link), (type_found),
33191         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33192         (plugin_init):
33193         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33194         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33195         (gst_play_base_bin_dispose), (queue_overrun),
33196         (gen_preroll_element), (remove_prerolls), (unknown_type),
33197         (no_more_pads), (new_stream), (setup_source),
33198         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33199         (play_base_eos), (gst_play_base_bin_change_state),
33200         (gst_play_base_bin_add_element),
33201         (gst_play_base_bin_remove_element),
33202         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33203         (gst_play_base_bin_unlink_stream),
33204         (gst_play_base_bin_get_streaminfo):
33205         * gst/playback/gstplaybin.c: (gen_video_element),
33206         (gen_audio_element):
33207         * gst/playback/gststreaminfo.h:
33208         More playback updates, attempt to fix things after the state change
33209         breakage.
33210
33211 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33212
33213         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
33214         (gst_videoscale_scale_nearest_16bit):
33215           comment algorithm
33216
33217 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33218
33219         * gst/videotestsrc/gstvideotestsrc.c:
33220         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
33221         (gst_videotestsrc_init), (gst_videotestsrc_get),
33222         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
33223         (gst_videotestsrc_get_property):
33224         * gst/videotestsrc/gstvideotestsrc.h:
33225         * gst/videotestsrc/videotestsrc.c:
33226         * gst/videotestsrc/videotestsrc.h:
33227           cleanup and commenting
33228
33229 2004-07-21  Wim Taymans  <wim@fluendo.com>
33230
33231         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33232         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33233         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33234         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33235         (_find_chain_get_unknown_part), (_find_streams_check),
33236         (gst_ogg_demux_push), (gst_ogg_pad_push):
33237         * ext/theora/theoradec.c: (theora_get_formats),
33238         (theora_dec_src_convert), (theora_dec_sink_convert),
33239         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33240         (theora_dec_chain):
33241         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33242         (vorbis_dec_convert), (vorbis_dec_src_query),
33243         (vorbis_dec_src_event), (vorbis_dec_event):
33244         More seeking fixes, oggdemux now supports seeking to time and
33245         uses the downstream element to convert granulepos to time.
33246         Seeking in theora-only ogg files now works.
33247
33248 2004-07-21  Wim Taymans  <wim@fluendo.com>
33249
33250         * ext/theora/theoradec.c: (gst_theora_dec_init),
33251         (theora_get_formats), (theora_get_event_masks),
33252         (theora_get_query_types), (theora_dec_src_convert),
33253         (theora_dec_sink_convert), (theora_dec_src_query),
33254         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33255         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33256         (vorbis_get_event_masks), (vorbis_get_query_types),
33257         (gst_vorbis_dec_init), (vorbis_dec_convert),
33258         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33259         Added query/convert/formats functions to vorbis and theora decoders
33260         so that the outside world can use them too. Fixed seeking on an
33261         ogg/theora/vorbis file by disabling the seeking seeking on the
33262         theora srcpad.
33263
33264 2004-07-21  Julien MOUTTE  <julien@moutte.net>
33265
33266         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33267         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33268         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33269         images creation for both elements. We don't create the image on caps
33270         nego or renego, we just destroy the internal one if present if it does
33271         not match the needs. The chain function takes care of creating a new
33272         image when needed.
33273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33274         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33275         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33276         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33277         the image format information. The buffer pool checks for the context
33278         image format and discard images with different formats.
33279         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33280
33281 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33282
33283         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33284         (gst_ffmpegcolorspace_chain):
33285           no point in doing any chaining if the pad we want to push from
33286           isn't usable.
33287
33288 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33289
33290         * gst-libs/gst/riff/riff-media.c:
33291         (gst_riff_create_audio_caps_with_data):
33292           Fix double end-to-native symbol conversion (#148021).
33293
33294 2004-07-20  David Schleef  <ds@schleef.org>
33295
33296         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33297         Don't use an Atom that doesn't exist.
33298
33299 2004-07-20  Wim Taymans  <wim@fluendo.com>
33300
33301         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33302         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33303         (gst_multifdsink_client_remove),
33304         (gst_multifdsink_handle_client_write),
33305         (gst_multifdsink_queue_buffer):
33306         * gst/tcp/gstmultifdsink.h:
33307         More multifdsink stats. Avoid deadlock by releasing locks
33308         before sending out a signal.
33309
33310 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33311
33312         * po/LINGUAS:
33313         * po/hu.po:
33314           added Hungarian translation (Laszlo Dvornik)
33315
33316 2004-07-20  Wim Taymans  <wim@fluendo.com>
33317
33318         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33319         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33320         (gst_multifdsink_handle_client_write),
33321         (gst_multifdsink_queue_buffer):
33322         * gst/tcp/gsttcp-marshal.list:
33323         Fixed the stupid marshal definition.
33324
33325 2004-07-20  Wim Taymans  <wim@fluendo.com>
33326
33327         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33328         (gst_multifdsink_init), (gst_multifdsink_add),
33329         (gst_multifdsink_client_remove),
33330         (gst_multifdsink_handle_client_write),
33331         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33332         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33333         (gst_multifdsink_init_send):
33334         * gst/tcp/gstmultifdsink.h:
33335         Added more stats, added timeout for a client, fixed some typos
33336         and added some comments.
33337
33338 2004-07-20  Wim Taymans  <wim@fluendo.com>
33339
33340         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33341         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33342         (gst_multifdsink_client_remove),
33343         (gst_multifdsink_handle_client_write):
33344         * gst/tcp/gstmultifdsink.h:
33345         * gst/tcp/gsttcp-marshal.list:
33346         Added get_stats method that returns a GValueArray of
33347         stats values.
33348
33349 2004-07-19  Benjamin Otte  <otte@gnome.org>
33350
33351         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33352           make sure longname, description and author are valid UTF-8
33353
33354 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33355
33356         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33357         (gst_ximagesink_set_property):
33358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33359         (gst_xvimagesink_set_property):
33360           make sure SYNCHRONOUS is respected after getting the X context
33361
33362 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33363
33364         * gst/matroska/matroska-demux.c:
33365         (gst_matroska_demux_handle_src_event),
33366         (gst_matroska_demux_parse_blockgroup):
33367         * gst/matroska/matroska-ids.h:
33368           add BlockReference tag and ignore it to clear out log.
33369           ignore NAVIGATION events to clear out log.
33370
33371 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33372
33373         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33374         (gst_matroska_demux_add_stream):
33375         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33376           add debug categories
33377
33378 2004-07-16  Wim Taymans  <wim@fluendo.com>
33379
33380         * ext/libpng/Makefile.am:
33381         * ext/libpng/gstpng.c: (plugin_init):
33382         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33383         (gst_pngdec_get_type), (gst_pngdec_base_init),
33384         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33385         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33386         * ext/libpng/gstpngdec.h:
33387         Added png decoder.
33388
33389 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33390
33391         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33392         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33393         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33394         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33395         (gst_ximagesink_buffer_alloc):
33396         * sys/ximage/ximagesink.h:
33397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33398         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33399         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33400         (gst_xvimagesink_buffer_alloc):
33401         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33402         again. Using internal data pointer of the x(v)image to store image's
33403         data to be coherent with the buffer alloc mechanism. Investigated the
33404         image destruction code to be sure that everything gets freed correctly.
33405
33406 2004-07-16  Wim Taymans  <wim@fluendo.com>
33407
33408         * gst-libs/gst/riff/riff-read.c:
33409         (gst_riff_read_strf_vids_with_data),
33410         (gst_riff_read_strf_auds_with_data):
33411         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33412         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33413         Make sure we don't create 0 sized subbuffers in riff-read.
33414         Signal the no more pads signal after reading the avi header.
33415
33416 2004-07-16  Wim Taymans  <wim@fluendo.com>
33417
33418         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33419         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33420         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33421         (gst_decode_bin_init), (gst_decode_bin_dispose),
33422         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33423         (no_more_pads), (close_link), (type_found),
33424         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33425         (gst_decode_bin_change_state), (plugin_init):
33426         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33427         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33428         (gst_play_base_bin_dispose), (queue_overrun),
33429         (gen_preroll_element), (remove_prerolls), (unknown_type),
33430         (no_more_pads), (new_stream), (setup_source),
33431         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33432         (play_base_eos), (gst_play_base_bin_change_state),
33433         (gst_play_base_bin_add_element),
33434         (gst_play_base_bin_remove_element),
33435         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33436         (gst_play_base_bin_unlink_stream),
33437         (gst_play_base_bin_get_streaminfo):
33438         * gst/playback/gstplaybasebin.h:
33439         Better error recovery. Added configurable preroll queue size. Faster
33440         detection of no-more-pads.
33441
33442 2004-07-16  Wim Taymans  <wim@fluendo.com>
33443
33444         * gst-libs/gst/video/video.h:
33445         Added 32 bits RGBA. Not sure if we should use another mime-type
33446         for alpha rgb. Currently the presence of the alpha_mask property
33447         signals an alpha channel.
33448
33449 2004-07-16  Wim Taymans  <wim@fluendo.com>
33450
33451         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33453         FPS seems to be 0.0 to MAX everywhere else.
33454
33455 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33456
33457         * gst-libs/gst/riff/riff-media.c:
33458         (gst_riff_create_video_caps_with_data):
33459           mp42/mp43 (no caps) exist too.
33460         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33461           Set pixel_width/height; we've got them in-caps.
33462         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33463         * gst/wavparse/gstwavparse.c: (plugin_init):
33464           Both are valid primary.
33465         * sys/oss/gstossmixer.c:
33466           Remove i18n hack and enable translations.
33467
33468 2004-07-15  Benjamin Otte  <otte@gnome.org>
33469
33470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33471         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33472           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33473
33474 2004-07-15  Benjamin Otte  <otte@gnome.org>
33475
33476         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33477         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33478         (gst_alsa_close_audio):
33479           disable some of the debugging code for now. Writing debugging to a
33480           buffer is broken in current alsalib releases.
33481
33482 2004-07-12  Benjamin Otte  <otte@gnome.org>
33483
33484         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33485           use bufferpools
33486
33487 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33488
33489         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33490         (theora_dec_src_query), (theora_dec_event):
33491         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33492           add debugging categories.  Remove \n's.
33493
33494 2004-07-13  Johan Dahlin  <johan@gnome.org>
33495
33496         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33497         (gst_play_bin_get_property): Impl.
33498
33499 2004-07-13  Wim Taymans  <wim@fluendo.com>
33500
33501         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33502         When trying to find the stream length, seek back N pages
33503         instead of just one, where N is the number of streams in
33504         the current chain.
33505
33506 2004-07-13  Wim Taymans  <wim@fluendo.com>
33507
33508         * gst-libs/gst/riff/riff-media.c:
33509         (gst_riff_create_audio_caps_with_data),
33510         (gst_riff_create_audio_caps),
33511         (gst_riff_create_audio_template_caps):
33512         * gst-libs/gst/riff/riff-media.h:
33513         * gst-libs/gst/riff/riff-read.c:
33514         (gst_riff_read_strf_vids_with_data),
33515         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33516         * gst-libs/gst/riff/riff-read.h:
33517         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33518         (gst_avi_demux_add_stream):
33519         Set codec_data on caps for avidemuxer.
33520
33521 2004-07-12  David Schleef  <ds@schleef.org>
33522
33523         * configure.ac: Fix test for Objective C
33524
33525 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33526         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33527         (gst_gdk_pixbuf_chain):
33528           Add svg and pcx to template caps, and ensure that getcaps returns a
33529           subset of the template caps.
33530           Copy each row manually for output, as gdkpixbuf may pad the
33531           rowstride to a 32-bit word boundary.
33532
33533 2004-07-12  Wim Taymans  <wim@fluendo.com>
33534
33535         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33536         (gst_riff_create_video_template_caps):
33537         Fix the template caps to include some more media types.
33538
33539 2004-07-12  Wim Taymans  <wim@fluendo.com>
33540
33541         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33542         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33543         (compare_ranks), (print_feature), (gst_decode_bin_init),
33544         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33545         (try_to_link_1), (new_pad), (close_link), (type_found),
33546         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33547         (gst_decode_bin_change_state), (plugin_init):
33548         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33549         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33550         (gst_play_base_bin_dispose), (queue_overrun),
33551         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33552         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33553         (gst_play_base_bin_get_property), (play_base_eos),
33554         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33555         (gst_play_base_bin_remove_element),
33556         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33557         (gst_play_base_bin_unlink_stream),
33558         (gst_play_base_bin_get_streaminfo):
33559         * gst/playback/gstplaybasebin.h:
33560         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33561         (gst_play_bin_class_init), (gst_play_bin_init),
33562         (gst_play_bin_dispose), (gst_play_bin_set_property),
33563         (gst_play_bin_get_property), (gen_video_element),
33564         (gen_audio_element), (remove_sinks), (setup_sinks),
33565         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33566         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33567         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33568         (gst_play_bin_query), (plugin_init):
33569         * gst/playback/test4.c: (main):
33570         More fixes on reusing of the element.
33571
33572 2004-07-11  Benjamin Otte  <otte@gnome.org>
33573
33574         * ext/mad/gstmad.c: (normal_seek):
33575           allow seeking for other methods than just SET
33576
33577 2004-07-11  Andy Wingo  <wingo@pobox.com>
33578
33579         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33580         float, "any" caps -> buffer_frames=[0,MAX].
33581
33582         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33583         doesn't intersect our caps with the template any more. Do it
33584         ourselves.
33585         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33586
33587 2004-07-09  Wim Taymans  <wim@fluendo.com>
33588
33589         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33590         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33591         (compare_ranks), (print_feature), (gst_decode_bin_init),
33592         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33593         (try_to_link_1), (new_pad), (close_link), (type_found),
33594         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33595         (gst_decode_bin_change_state), (plugin_init):
33596         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33597         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33598         (gst_play_base_bin_dispose), (queue_overrun),
33599         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33600         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33601         (gst_play_base_bin_get_property), (play_base_eos),
33602         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33603         (gst_play_base_bin_remove_element),
33604         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33605         (gst_play_base_bin_unlink_stream),
33606         (gst_play_base_bin_get_streaminfo):
33607         * gst/playback/gstplaybasebin.h:
33608         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33609         (gst_play_bin_class_init), (gst_play_bin_init),
33610         (gst_play_bin_dispose), (gst_play_bin_set_property),
33611         (gst_play_bin_get_property), (gen_video_element),
33612         (gen_audio_element), (remove_sinks), (setup_sinks),
33613         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33614         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33615         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33616         (gst_play_bin_query), (plugin_init):
33617         * gst/playback/test4.c: (main):
33618         Work on object reuse and seeking.
33619
33620 2004-07-09  Wim Taymans  <wim@fluendo.com>
33621
33622         * examples/seeking/seek.c: (iterate):
33623         Don't consume all CPU in the idle loop.
33624
33625 2004-07-09  Wim Taymans  <wim@fluendo.com>
33626
33627         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33628         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33629         Add pad to element *after* setting the pad functions so that
33630         the scheduler can use the correct ones.
33631
33632 2004-07-09  Wim Taymans  <wim@fluendo.com>
33633
33634         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33635         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33636         Sync to keyframe after seek
33637
33638 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33639
33640         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33641         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33642         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33643         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33644         * ext/libvisual/visual.c: (gst_visual_change_state):
33645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33646         * ext/theora/theoradec.c: (theora_dec_change_state):
33647         * ext/theora/theoraenc.c: (theora_enc_change_state):
33648         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33649         * gst-libs/gst/navigation/navigation.c:
33650         * gst/adder/gstadder.c: (gst_adder_change_state):
33651         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33652         (gst_audio_convert_get_buffer):
33653         * gst/multipart/multipartdemux.c:
33654         (gst_multipart_demux_change_state):
33655         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33656         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33657         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33658         * gst/videoscale/gstvideoscale.c:
33659         (gst_videoscale_handle_src_event):
33660         * gst/volume/gstvolume.c: (volume_chain_int16):
33661           don't assert in state change, this should be done by the base
33662           GstElement class.
33663           various debugging fixes.
33664
33665 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33666
33667         * configure.ac:
33668         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33669         (gst_play_dispose), (gst_play_set_location),
33670         (gst_play_set_data_src), (gst_play_set_video_sink),
33671         (gst_play_set_audio_sink), (gst_play_set_visualization),
33672         (gst_play_connect_visualization), (gst_play_get_sink_element),
33673         (gst_play_get_all_by_interface):
33674         * gst-libs/gst/play/play.h:
33675           add new method to get elements implementing an interface.
33676           add various error logging
33677
33678 2004-07-08  Wim Taymans  <wim@fluendo.com>
33679
33680         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33681         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33682         (make_playerbin_pipeline), (query_durations_elems),
33683         (query_durations_pads), (query_positions_elems),
33684         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33685         (main):
33686         Added playbin seeking example.
33687
33688 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33689
33690         * gst-libs/gst/play/play.c: (gst_play_set_location),
33691         (gst_play_set_data_src), (gst_play_set_video_sink),
33692         (gst_play_set_audio_sink), (gst_play_set_visualization),
33693         (gst_play_connect_visualization), (gst_play_get_framerate):
33694           use a macro to look up elements from hash table
33695
33696 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33697
33698         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33699         (gst_play_get_length_callback), (gst_play_set_location),
33700         (gst_play_seek_to_time), (gst_play_set_data_src),
33701         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33702         (gst_play_set_visualization), (gst_play_connect_visualization),
33703         (gst_play_get_sink_element):
33704         - add debugging info
33705         - fix looking up sink elements by iterating over complete caps
33706         - put everything except for source and autoplugger in a complete bin
33707
33708 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33709
33710         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33711         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33712         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33713         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33714         * ext/alsa/gstalsasink.h:
33715         - add debugging info
33716         - clean up schizophrenia of data/buffer/event
33717         - fix double event unref error
33718
33719 2004-07-08  Wim Taymans  <wim@fluendo.com>
33720
33721         * gst/playback/Makefile.am:
33722         Add headers to noinst
33723
33724 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33725
33726         * tools/gst-launch-ext-m.m:
33727         * tools/gst-launch-ext.1.in:
33728           convert to the third millenium
33729
33730 2004-07-07  David Schleef  <ds@schleef.org>
33731
33732         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33733
33734 2004-07-07  Wim Taymans  <wim@fluendo.com>
33735
33736         * gst/playback/Makefile.am:
33737         * gst/playback/README:
33738         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33739         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33740         (compare_ranks), (print_feature), (gst_decode_bin_init),
33741         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33742         (try_to_link_1), (new_pad), (close_link), (type_found),
33743         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33744         (plugin_init):
33745         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33746         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33747         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33748         (gen_preroll_element), (no_more_pads), (new_stream),
33749         (setup_source), (gst_play_base_bin_set_property),
33750         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33751         (gst_play_base_bin_add_element),
33752         (gst_play_base_bin_remove_element),
33753         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33754         (gst_play_base_bin_unlink_stream),
33755         (gst_play_base_bin_get_streaminfo):
33756         * gst/playback/gstplaybasebin.h:
33757         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33758         (gst_play_bin_class_init), (gst_play_bin_init),
33759         (gst_play_bin_dispose), (gst_play_bin_set_property),
33760         (gst_play_bin_get_property), (gen_video_element),
33761         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33762         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33763         (gst_play_bin_get_formats), (gst_play_bin_convert),
33764         (gst_play_bin_get_query_types), (gst_play_bin_query),
33765         (plugin_init):
33766         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33767         (gst_stream_info_get_type), (gst_stream_info_class_init),
33768         (gst_stream_info_init), (gst_stream_info_new),
33769         (gst_stream_info_dispose), (gst_stream_info_set_property),
33770         (gst_stream_info_get_property):
33771         * gst/playback/gststreaminfo.h:
33772         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33773         (main):
33774         * gst/playback/test2.c: (main):
33775         * gst/playback/test3.c: (update_scale), (main):
33776         More playbin fixes. Added README. Do better element filtering.
33777         Added base class to preroll media. Added test apps.
33778
33779 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33780
33781         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33782         * ext/mpeg2dec/gstmpeg2dec.h:
33783           various debugging improvements.  Reset stream to next picture
33784           instead of sequence header, otherwise seeks cannot work.
33785
33786 2004-07-07  Wim Taymans  <wim@fluendo.com>
33787
33788         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33789         (gst_video_box_class_init), (gst_video_box_set_property),
33790         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33791         Use pad_alloc where possible.
33792
33793 2004-07-07  Wim Taymans  <wim@fluendo.com>
33794
33795         * sys/oss/gstosselement.c: (gst_osselement_reset),
33796         (gst_osselement_parse_caps):
33797         * sys/oss/gstosselement.h:
33798         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33799         Fix offset on osssrc.
33800
33801 2004-07-07  Wim Taymans  <wim@fluendo.com>
33802
33803         * ext/theora/theora.c: (plugin_init):
33804         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33805         (theora_dec_src_query), (theora_dec_chain):
33806         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33807         (theora_enc_sink_link), (theora_buffer_from_packet),
33808         (theora_push_packet), (theora_enc_chain):
33809         Fix theora granulepos calculation.
33810         Fix overflow in duration/position calculation.
33811         Bump rank to PRIMARY for theoradec.
33812         Use granulepos of last packet to calculate position.
33813         Set keyframe flag on buffers when needed.
33814
33815 2004-07-06  David Schleef  <ds@schleef.org>
33816
33817         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33818         serious?  (Fixed, obviously.)
33819
33820 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33821
33822         * po/LINGUAS:
33823         * po/cs.po:
33824           added Czech translation (Miloslav Trmac)
33825
33826 2004-07-05  Wim Taymans  <wim@fluendo.com>
33827
33828         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33829         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33830         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33831         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33832         (close_link), (type_found), (gst_decode_bin_set_property),
33833         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33834         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33835         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33836         (gst_decode_bin_query), (plugin_init):
33837         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33838         (gst_play_bin_class_init), (gst_play_bin_init),
33839         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33840         (get_video_element), (new_pad), (setup_source),
33841         (gst_play_bin_set_property), (gst_play_bin_get_property),
33842         (gst_play_bin_change_state), (gst_play_bin_add_element),
33843         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33844         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33845         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33846         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33847         * gst/playback/test.c: (main):
33848         More fixes, cleaned up playbin, make it use decodebin. Added
33849         threaded property to playbin.
33850
33851 2004-07-05  Wim Taymans  <wim@fluendo.com>
33852
33853         * configure.ac:
33854         * gst/playback/Makefile.am:
33855         * gst/playback/decodetest.c: (main):
33856         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33857         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33858         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33859         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33860         (close_link), (type_found), (gst_decode_bin_set_property),
33861         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33862         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33863         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33864         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33865         (plugin_init):
33866         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33867         (gst_play_bin_class_init), (gst_play_bin_init),
33868         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33869         (collect_sink_pads), (find_compatibles), (close_pad_link),
33870         (try_to_link_1), (new_pad), (close_link), (type_found),
33871         (setup_source), (gst_play_bin_set_property),
33872         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33873         (compare_ranks), (gst_play_bin_collect_factories),
33874         (gst_play_bin_change_state), (gst_play_bin_add_element),
33875         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33876         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33877         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33878         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33879         * gst/playback/test.c: (main):
33880         Added some playback helper elements and some test apps, very alpha
33881         still.
33882
33883 2004-07-04  Benjamin Otte  <otte@gnome.org>
33884
33885         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33886           only restart audio when we indeed have an xrun to fix repeated
33887           xruns. Fix suggested by Giuliano Pochini.
33888
33889 2004-07-03  David Schleef  <ds@schleef.org>
33890
33891         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33892         call to gst_debug_log() if debugging is disabled (bug #145118)
33893
33894 2004-07-03  Benjamin Otte  <otte@gnome.org>
33895
33896         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33897           use our own functions for restarting the alsa device.
33898         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33899           I should apply patches myself - use MIN for the third argument, not
33900           the second, this fixes seeking
33901
33902 2004-07-02  David Schleef  <ds@schleef.org>
33903
33904         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33905         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33906         do with the logic.
33907
33908 2004-07-02  David Schleef  <ds@schleef.org>
33909
33910         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33911         output buffers.  Fix logic mistake.  (bug #144866)
33912
33913 2004-07-02  David Schleef  <ds@schleef.org>
33914
33915         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33916         on X.  (bug #144753)
33917
33918 2004-07-02  David Schleef  <ds@schleef.org>
33919
33920         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33921         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33922         (bug #144624)
33923         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33924         (gst_osselement_rate_probe_check): Add another workaround for
33925         buggy drivers (bug #145336)
33926
33927 2004-07-02  David Schleef  <ds@schleef.org>
33928
33929         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33930         Most systems don't have MSG_NOSIGNAL.
33931
33932 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33933
33934         * Makefile.am:
33935         * gst-libs/gst/colorbalance/Makefile.am:
33936         * gst-libs/gst/mixer/Makefile.am:
33937         * gst-libs/gst/play/Makefile.am:
33938         * gst-libs/gst/tuner/Makefile.am:
33939           (hopefully) fix both install and dist and make error message useful.
33940           needs testing across automakes.
33941
33942 2004-07-02  Benjamin Otte  <otte@gnome.org>
33943
33944         * ext/ogg/gstogg.c: (plugin_init):
33945           we require bytestream now
33946         * ext/ogg/gstoggdemux.c:
33947           huge diff to implement chain setup in a fast and generic way. This
33948           improves tag reading and startup of huge files (read: Theora videos)
33949           quite a bit. It probably contains bugs, too, so please test.
33950           Seeking is not improved to the fast method.
33951
33952 2004-06-29  Wim Taymans  <wim@fluendo.com>
33953
33954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33955         * ext/ogg/gstoggmux.c:
33956         Fix memleak in oggdemux when running unconnected pads.
33957         doc update in mux, start working on keyframe mode.
33958
33959 2004-06-29  Benjamin Otte  <otte@gnome.org>
33960
33961         * sys/oss/gstosssink.c:
33962         * sys/oss/gstosssrc.c:
33963           advertise correct template caps - we indeed do non-native endianness
33964           and 8bit audio has no endianness
33965         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33967           avoid (wrong) duplications in getcaps function and return
33968           template caps
33969
33970 2004-06-29  Wim Taymans  <wim@fluendo.com>
33971
33972         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33973         (gst_multifdsink_class_init), (gst_multifdsink_add),
33974         (gst_multifdsink_remove), (gst_multifdsink_clear),
33975         (gst_multifdsink_client_remove),
33976         (gst_multifdsink_handle_client_read),
33977         (gst_multifdsink_client_queue_data),
33978         (gst_multifdsink_client_queue_caps),
33979         (gst_multifdsink_client_queue_buffer),
33980         (gst_multifdsink_handle_client_write),
33981         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33982         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33983         (gst_multifdsink_init_send), (gst_multifdsink_close):
33984         Fix wrong GList iteration that could crash the server when
33985         more then 2 clients disconnect at the same time. Read all the
33986         pending commands in one batch to recover from command storms under
33987         very heavy load.
33988
33989 2004-06-28  Wim Taymans  <wim@fluendo.com>
33990
33991         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33992         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33993         (gst_videomixer_pad_set_property),
33994         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33995         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33996         (gst_videomixer_class_init), (gst_videomixer_init),
33997         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33998         (pad_zorder_compare), (gst_videomixer_sort_pads),
33999         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
34000         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
34001         (gst_videomixer_update_queues), (gst_videomixer_loop),
34002         (plugin_init):
34003         Avoid divide by zero, choose masterpad as the pad with the highest
34004         framerate.
34005
34006 2004-06-27  Julien Moutte  <julien@moutte.net>
34007
34008         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
34009         (gst_ximagesink_xwindow_new):
34010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
34011         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
34012         function directly. We might want to call it from somewhere else one day.
34013
34014 2004-06-27  Julien Moutte  <julien@moutte.net>
34015
34016         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
34017         (gst_ximagesink_xwindow_new):
34018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
34019         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
34020         window decorations.
34021
34022 2004-06-27  Wim Taymans  <wim@fluendo.com>
34023
34024         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
34025         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
34026         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
34027         (gst_dvdec_set_property), (gst_dvdec_get_property):
34028         * ext/dv/gstdvdec.h:
34029         Implement drop_factor property to lower the framerate with
34030         a factor.
34031
34032 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
34033
34034         * gst-libs/gst/colorbalance/Makefile.am:
34035         * gst-libs/gst/mixer/Makefile.am:
34036         * gst-libs/gst/play/Makefile.am:
34037         * gst-libs/gst/tuner/Makefile.am:
34038           unbreak Company's fix that didn't install the -enum.h files
34039
34040 2004-06-27  Wim Taymans  <wim@fluendo.com>
34041
34042         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
34043         (gst_dvdec_change_state):
34044         * ext/dv/gstdvdec.h:
34045         Fix timestamp, duration and offset of the buffers.
34046
34047 2004-06-27  Wim Taymans  <wim@fluendo.com>
34048
34049         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
34050         (gst_multifdsink_class_init), (gst_multifdsink_add),
34051         (gst_multifdsink_remove), (gst_multifdsink_clear),
34052         (gst_multifdsink_client_remove),
34053         (gst_multifdsink_handle_client_read),
34054         (gst_multifdsink_client_queue_data),
34055         (gst_multifdsink_client_queue_caps),
34056         (gst_multifdsink_client_queue_buffer),
34057         (gst_multifdsink_handle_client_write),
34058         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34059         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34060         (gst_multifdsink_init_send), (gst_multifdsink_close):
34061         * gst/tcp/gstmultifdsink.h:
34062         * gst/tcp/gsttcpserversink.c:
34063         (gst_tcpserversink_handle_server_read),
34064         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
34065         More multifdsink fixes, more recovery policy fixes.
34066         Removed stupid g_print
34067
34068 2004-06-26  Wim Taymans  <wim@fluendo.com>
34069
34070         * gst/tcp/Makefile.am:
34071         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
34072         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
34073         (gst_multifdsink_class_init), (gst_multifdsink_init),
34074         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
34075         (gst_multifdsink_handle_client_read),
34076         (gst_multifdsink_client_queue_data),
34077         (gst_multifdsink_client_queue_caps),
34078         (gst_multifdsink_client_queue_buffer),
34079         (gst_multifdsink_handle_client_write),
34080         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34081         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34082         (gst_multifdsink_chain), (gst_multifdsink_set_property),
34083         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
34084         (gst_multifdsink_close), (gst_multifdsink_change_state):
34085         * gst/tcp/gstmultifdsink.h:
34086         * gst/tcp/gsttcpplugin.c: (plugin_init):
34087         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
34088         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
34089         (gst_tcpserversink_handle_server_read),
34090         (gst_tcpserversink_handle_select),
34091         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
34092         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34093         * gst/tcp/gsttcpserversink.h:
34094         Added multifdsink, made tcpserversink a subclass of fdsink, removed
34095         one of the locks, added recovery policy to multifdsink.
34096
34097 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34098
34099         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34100           fix decision for when getting frames with same timestamp
34101         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34102         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34103         (gst_v4lsrc_get_property):
34104         * sys/v4l/gstv4lsrc.h:
34105           add latency offset property
34106
34107 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34108
34109         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
34110         (plugin_init):
34111           fix debugging. add category.
34112
34113 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34114
34115         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34116           fix wrong offsets
34117
34118 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34119
34120         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34121         (gst_alsa_src_get_time), (gst_alsa_src_loop),
34122         (gst_alsa_src_change_state):
34123           return a time that is in sync with the element's processing
34124
34125 2004-06-25  Wim Taymans  <wim@fluendo.com>
34126
34127         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34128         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34129         (gst_tcpserversink_client_remove),
34130         (gst_tcpserversink_handle_client_read),
34131         (gst_tcpserversink_client_queue_data),
34132         (gst_tcpserversink_client_queue_caps),
34133         (gst_tcpserversink_client_queue_buffer),
34134         (gst_tcpserversink_handle_client_write),
34135         (gst_tcpserversink_queue_buffer),
34136         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
34137         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
34138         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
34139         (gst_tcpserversink_close):
34140         * gst/tcp/gsttcpserversink.h:
34141         Serversink rewrite. Really do non blocking writes to clients and
34142         maintain an internal queue to handle slower clients while not
34143         disturbing fast clients.
34144
34145 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34146
34147         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34148           better debug, don't override OFFSET and OFFSET_END
34149
34150 2004-06-25  Iain <iain@prettypeople.org>
34151
34152         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
34153         name=source for the wavparse pipeline.
34154
34155 2004-06-24  Johan Dahlin  <johan@gnome.org>
34156
34157         * ext/theora/theoraenc.c (theora_enc_chain): Call
34158         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
34159         streamheader caps are set correctly.
34160
34161 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34162
34163         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34164         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
34165           respect minimum bitrate; same could be done for max bitrate
34166
34167 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34168
34169         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34170         (gst_vorbisenc_setup):
34171           fix sample rate range
34172
34173 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34174
34175         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
34176         (gst_oggvorbisenc_setup):
34177         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
34178         (gst_vorbisenc_setup):
34179           resolve ambiguities in code and description
34180
34181 2004-06-24  Wim Taymans  <wim@fluendo.com>
34182
34183         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
34184         * ext/alsa/gstalsa.h:
34185         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34186         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
34187         Use alsa trigger_tstamp to get the timestamp of the first
34188         sample in the buffer for more precise sync. Some cleanups.
34189
34190 2004-06-24  Wim Taymans  <wim@fluendo.com>
34191
34192         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
34193         (gst_audiorate_init), (gst_audiorate_chain),
34194         (gst_audiorate_set_property), (gst_audiorate_get_property):
34195         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34196         (gst_videorate_chain):
34197         Added some logging, fixed an overflow bug in videorate.
34198
34199 2004-06-24  Benjamin Otte  <otte@gnome.org>
34200
34201         * ext/kio/Makefile.am:
34202           fix for builddir != srcdir and distcheck
34203
34204 2004-06-24  Benjamin Otte  <otte@gnome.org>
34205
34206         * gst-libs/gst/colorbalance/Makefile.am:
34207         * gst-libs/gst/mixer/Makefile.am:
34208         * gst-libs/gst/play/Makefile.am:
34209         * gst-libs/gst/tuner/Makefile.am:
34210         * gst/tcp/Makefile.am:
34211         * sys/dxr3/Makefile.am:
34212           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
34213           tarball.
34214           Also add all *.list files that were missing.
34215         * Makefile.am:
34216           add a distcheck hook to ensure the above doesn't happen again.
34217
34218 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
34219
34220         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
34221
34222 2004-06-23  Colin Walters  <walters@redhat.com>
34223
34224         * m4/Makefile.am: Distribute gst-fionread.m4.
34225
34226 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34227
34228         * configure.ac: back to dev
34229
34230 2004-06-23  Wim Taymans  <wim@fluendo.com>
34231
34232         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34233         (gst_alsa_xrun_recovery):
34234         * ext/alsa/gstalsa.h:
34235         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34236         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34237         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34238         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34239         (gst_alsa_src_loop):
34240         Add clock to alsasrc. Take new capture timestamp when
34241         restarting after an overrun. Split up some functions between
34242         alsasrc and alsasink.
34243
34244 === release 0.8.2 ===
34245
34246 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34247
34248         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34249         (gst_alsa_change_state), (gst_alsa_update_avail),
34250         (gst_alsa_xrun_recovery):
34251         * ext/alsa/gstalsa.h:
34252         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34253           merge back changes from release
34254
34255 2004-06-23  Wim Taymans  <wim@fluendo.com>
34256
34257         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34258         (gst_audiorate_init), (gst_audiorate_chain),
34259         (gst_audiorate_set_property), (gst_audiorate_get_property):
34260         Implement sample dropping and notify
34261
34262 2004-06-22  Wim Taymans  <wim@fluendo.com>
34263
34264         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34265         (theora_enc_sink_link), (theora_buffer_from_packet),
34266         (theora_push_packet), (theora_enc_chain):
34267         Some cleanups, make sure the timestamps are correct.
34268
34269 2004-06-22  Wim Taymans  <wim@fluendo.com>
34270
34271         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34272         (gst_alsa_change_state), (gst_alsa_update_avail),
34273         (gst_alsa_xrun_recovery):
34274         * ext/alsa/gstalsa.h:
34275         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34276         Cleanups, take queued samples into account when reporting
34277         the time.
34278
34279 2004-06-22  Wim Taymans  <wim@fluendo.com>
34280
34281         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34282         (gst_videorate_init):
34283         Initialize the property as well.
34284
34285 2004-06-22  Wim Taymans  <wim@fluendo.com>
34286
34287         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34288         (gst_videorate_init), (gst_videorate_chain),
34289         (gst_videorate_set_property), (gst_videorate_get_property):
34290         Add property to make videorate silent.
34291         Add property to prefer new frames over old ones.
34292
34293 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34294
34295         * sys/osxvideo/Makefile.am:
34296         Workaround so that the osxvideo .so file gets linked with the
34297         Cocoa, OpenGL and QuickTime frameworks
34298
34299 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34300
34301         * sys/osxaudio/Makefile.am:
34302         Workaround so that the osxaudio .so file gets linked with the
34303         CoreAudio framework
34304
34305 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34306
34307         * configure.ac:
34308         Whoops, my fault...fixed build issues
34309
34310 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34311
34312         * configure.ac:
34313         Add objective-c support if running in Darwin/Mac OS X
34314         * sys/Makefile.am:
34315         * sys/osxvideo:
34316         * sys/osxvideo/Makefile.am:
34317         * sys/osxvideo/osxvideosink.h:
34318         * sys/osxvideo/osxvideosink.m:
34319         * sys/osxvideo/cocoawindow.h:
34320         * sys/osxvideo/cocoawindow.m:
34321         Add osxvideosink, a cocoa-based osx video sink
34322
34323
34324 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34325         * ext/dvdnav/gst-dvd:
34326         Grab the gconf key from the right spot
34327         * gst/debug/gstnavseek.c: (gst_navseek_init),
34328         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34329         (gst_navseek_chain):
34330         * gst/debug/gstnavseek.h:
34331           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34332           and loop parameters of a segment seek.
34333         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34334         (gst_videotestsrc_get_event_masks),
34335         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34336         * gst/videotestsrc/gstvideotestsrc.h:
34337           Add seeking support to videotestsrc
34338           Initialise the timestamp_offset variable.
34339
34340 2004-06-18  Wim Taymans  <wim@fluendo.com>
34341
34342         * ext/sidplay/gstsiddec.cc:
34343         Fix negotiation and set correct end offset.
34344
34345 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34346
34347         * configure.ac: branch and prerelease
34348
34349 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34350
34351         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34352         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34353         (gst_tcpclientsrc_init_receive):
34354         * gst/tcp/gsttcpclientsrc.h:
34355           read caps when connecting to server for GDP so we set them correctly
34356
34357 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34358
34359         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34360           notify drops and duplicates
34361         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34362           no good reason to limit ourselves to 100x100
34363
34364 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34365
34366         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34367         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34368         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34369         (gst_v4lsrc_get_property):
34370         * sys/v4l/gstv4lsrc.h:
34371         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34372         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34373         (gst_v4l_set_audio):
34374         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34375         (gst_v4lsrc_try_capture):
34376         * sys/v4l/v4lsrc_calls.h:
34377           change try_palette to more general try_capture
34378           add autoprobe option so we can turn off autoprobing
34379           various fixes
34380
34381 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34382
34383         * configure.ac:
34384           add videorate
34385         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34386         (gst_ximagesink_class_init):
34387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34388         (gst_xvimagesink_class_init):
34389           run them as finalize, not dispose, since dispose can be invoked
34390           multiple times
34391
34392 2004-06-17  Wim Taymans  <wim@fluendo.com>
34393
34394         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34395         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34396         * ext/alsa/gstalsa.h:
34397         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34398         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34399         (gst_alsa_src_change_state):
34400         * ext/alsa/gstalsasrc.h:
34401         Make the xrun code timestamp and offset the buffers correctly.
34402         moved the clock to the base class, use alsa methods to get time.
34403         Do correct timestamping on outgoing buffers.
34404
34405 2004-06-17  Wim Taymans  <wim@fluendo.com>
34406
34407         * gst/audiorate/Makefile.am:
34408         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34409         (gst_audiorate_base_init), (gst_audiorate_class_init),
34410         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34411         (gst_audiorate_set_property), (gst_audiorate_get_property),
34412         (gst_audiorate_change_state), (plugin_init):
34413         Added an audiorate converter that fills in gaps.
34414
34415 2004-06-17  Johan Dahlin  <johan@gnome.org>
34416
34417         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34418
34419 2004-06-16  Wim Taymans  <wim@fluendo.com>
34420
34421         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34422         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34423         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34424         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34425         (gst_v4lsrc_get_property):
34426         * sys/v4l/gstv4lsrc.h:
34427         Added a copy mode to v4lsrc where it will output a copied version
34428         of its internal hardware buffer.
34429         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34430         can't | them.
34431
34432 2004-06-16  Wim Taymans  <wim@fluendo.com>
34433
34434         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34435         Timestamp fixes.
34436
34437 2004-06-16  Wim Taymans  <wim@fluendo.com>
34438
34439         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34440         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34441         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34442         (gst_v4lsrc_get_property):
34443         * sys/v4l/gstv4lsrc.h:
34444         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34445         Added a sync mode enum property to control v4lsrc timestamp method
34446         Removed the use-fixed-fps property and moved functionality in
34447         the enum.
34448         Don't error on an error value from v4l-conf, it might not always
34449         be a real error.
34450
34451 2004-06-16  Wim Taymans  <wim@fluendo.com>
34452
34453         * gst/videorate/Makefile.am:
34454         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34455         (gst_videorate_base_init), (gst_videorate_class_init),
34456         (gst_videorate_getcaps), (gst_videorate_link),
34457         (gst_videorate_init), (gst_videorate_chain),
34458         (gst_videorate_set_property), (gst_videorate_get_property),
34459         (gst_videorate_change_state), (plugin_init):
34460         Added a video timestamp corrector.
34461
34462 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34463
34464         fixed a potential leak with previous commit
34465
34466         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34467
34468 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34469
34470         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34471         Added missing refcount, fixes bug #144425
34472         Cheers Tim for finding the bug
34473
34474 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34475
34476         * sys/v4l/gstv4l.c: (plugin_init):
34477         * sys/v4l/gstv4lcolorbalance.c:
34478         * sys/v4l/gstv4lcolorbalance.h:
34479         * sys/v4l/gstv4lelement.c:
34480         * sys/v4l/gstv4lelement.h:
34481         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34482         * sys/v4l/gstv4lmjpegsink.h:
34483         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34484         * sys/v4l/gstv4lmjpegsrc.h:
34485         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34486         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34487         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34488         * sys/v4l/gstv4lsrc.h:
34489         * sys/v4l/gstv4ltuner.c:
34490         * sys/v4l/gstv4ltuner.h:
34491         * sys/v4l/gstv4lxoverlay.c:
34492         * sys/v4l/gstv4lxoverlay.h:
34493         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34494         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34495         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34496         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34497         (gst_v4l_set_audio):
34498         * sys/v4l/v4l_calls.h:
34499         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34500         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34501         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34502         (gst_v4lmjpegsink_playback_init),
34503         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34504         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34505         (gst_v4lmjpegsink_playback_stop),
34506         (gst_v4lmjpegsink_playback_deinit):
34507         * sys/v4l/v4lmjpegsink_calls.h:
34508         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34509         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34510         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34511         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34512         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34513         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34514         * sys/v4l/v4lmjpegsrc_calls.h:
34515         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34516         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34517         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34518         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34519         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34520         (gst_v4lsrc_try_palette):
34521         * sys/v4l/v4lsrc_calls.h:
34522           bunch of paranoia cleanups
34523
34524 2004-06-14  David Schleef  <ds@schleef.org>
34525
34526         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34527         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34528         Send discont events and change timestamps appropriately when
34529         we get a seek event.  (bug #144240)
34530         * ext/cdparanoia/gstcdparanoia.h:
34531
34532 2004-06-14  Benjamin Otte  <otte@gnome.org>
34533
34534         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34535           snd_pcm_hw_params_set_rate  since the latter fails for no good
34536           reason on some setups.
34537
34538 2004-06-14  David Schleef  <ds@schleef.org>
34539
34540         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34541         standard.  Thank you for playing.
34542
34543 2004-06-14  Wim Taymans  <wim@fluendo.com>
34544
34545         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34546         Patch 1.3 broke the ordering of the colorspace info and
34547         made the plugin basically work by coincidence, reordered
34548         the info.
34549
34550 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34551
34552         * ext/lame/gstlame.c:
34553         * ext/mad/gstmad.c:
34554           sync caps.  Make sure mad can only output a list of rates, not
34555           a full range.  In the future, have three caps lists for each of the
34556           mpeg versions.  Change mpegversion to a double as well.
34557
34558 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34559
34560         * gst/volume/.cvsignore:
34561         * gst/volume/Makefile.am:
34562         * gst/volume/demo.c: (value_changed_callback), (idler),
34563         (setup_gui), (main):
34564           added small demo app
34565
34566 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34567         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34568         * ext/esd/esdsink.h:
34569         Close the esd connection on pause, because esd will just wait -
34570         blocking all other esd clients indefinitely.
34571
34572 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34573
34574         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34575           previous commit with GST_DEBUG
34576
34577 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34578
34579         * configure.ac:
34580           add a header check for a dvdread header in dvdnav.  Fixes #133002
34581
34582 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34583
34584         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34585         * gst/tcp/gsttcpclientsink.h:
34586         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34587         * gst/tcp/gsttcpclientsrc.h:
34588         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34589         (gst_tcpserversink_handle_server_read),
34590         (gst_tcpserversink_init_send):
34591         * gst/tcp/gsttcpserversink.h:
34592         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34593         * gst/tcp/gsttcpserversrc.h:
34594         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34595         version of IP)
34596
34597 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34598
34599         * configure.ac:
34600         Added ogg library so that OSX detects libtheora properly
34601
34602 2004-06-11  Wim Taymans  <wim@fluendo.com>
34603
34604         * ext/theora/theoradec.c: (theora_dec_chain),
34605         (theora_dec_change_state):
34606         Don't try to decode frames before we received a keyframe.
34607
34608 2004-06-11  Wim Taymans  <wim@fluendo.com>
34609
34610         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34611         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34612         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34613         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34614         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34615         Added property to set the maximum delay of a page.
34616
34617 2004-06-10  Wim Taymans  <wim@fluendo.com>
34618
34619         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34620         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34621         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34622         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34623         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34624         Added max-delay property to control the maximum amount
34625         of data to put in one page.
34626
34627 2004-06-10  Wim Taymans  <wim@fluendo.com>
34628
34629         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34630         (gst_theora_enc_init), (theora_enc_sink_link),
34631         (theora_buffer_from_packet), (theora_enc_set_property),
34632         (theora_enc_get_property):
34633         Set duration on encoded buffer, added some more properties
34634
34635 2004-06-10  Wim Taymans  <wim@fluendo.com>
34636
34637         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34638         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34639         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34640         * ext/theora/theoraenc.c: (theora_enc_chain):
34641         Fix refcounting bugs
34642
34643 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34644
34645         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34646         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34647         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34648         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34649         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34650         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34651         (gst_asf_demux_change_state):
34652         * gst/asfdemux/gstasfdemux.h:
34653           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34654           feels like. I think we should set a new requirement for demuxers
34655           from now on to implement sane loop functions, data loops, query
34656           and seek functions before first commit into CVS. And this commit
34657           fixes all of the above.
34658
34659 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34660
34661         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34662           vorbis comments are properly encoded in UTF-8 before adding them
34663           to a GstTagList
34664
34665 2004-06-09  Benjamin Otte  <otte@gnome.org>
34666
34667         * ext/alsa/gstalsa.c: (add_channels):
34668           handle min <= max correctly
34669         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34670         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34671           add fixation functions so we fixate correctly. No preferring of alaw
34672           anymore because it's the first structure.
34673         * ext/alsa/gstalsa.h:
34674         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34675         (gst_alsa_hw_params_dump):
34676           add functions to ease debugging in alsalib
34677         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34678         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34679         (gst_alsa_start_audio):
34680           only specify hw params if we really setup a format (fixes #134007 -
34681           or at least works around it)
34682
34683 2004-06-09  Wim Taymans  <wim@fluendo.com>
34684
34685         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34686         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34687         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34688         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34689         (gst_ogg_mux_loop):
34690         Use stream caps to setup the initial pages in the ogg stream.
34691         Correctly set the streamheader caps on the srcpad.
34692
34693 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34694
34695         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34696         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34697         (gst_v4lsrc_getcaps):
34698         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34699         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34700           add querying of fps lists for webcams.  Negotiating to a framerate
34701           now works.
34702
34703 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34704
34705         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34706         (theora_push_buffer), (theora_push_packet),
34707         (theora_set_header_on_caps), (theora_enc_chain):
34708           mark buffers and put on streamheader, raw theora streaming
34709           now works too, whee
34710
34711 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34712
34713         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34714         (gst_tcp_gdp_read_caps):
34715           do a looping read for caps and GDP headers too
34716
34717 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34718
34719         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34720         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34721           return EOS instead of NULL in _get
34722
34723 2004-06-08  Wim Taymans  <wim@fluendo.com>
34724
34725         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34726         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34727         (gst_tcp_gdp_write_caps):
34728         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34729         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34730         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34731         Memory leak fixes
34732
34733 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34734
34735         * ext/vorbis/Makefile.am:
34736         * ext/vorbis/vorbis.c: (plugin_init):
34737         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34738         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34739         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34740         (vorbis_parse_change_state):
34741         * ext/vorbis/vorbisparse.h:
34742           adding a vorbisparse element that marks the buffers, streaming
34743           raw vorbis using GDP now works, whee
34744
34745 2004-06-08  Wim Taymans  <wim@fluendo.com>
34746
34747         * ext/jpeg/Makefile.am:
34748         * ext/jpeg/README:
34749         * ext/jpeg/gstjpeg.c: (plugin_init):
34750         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34751         (gst_smokedec_base_init), (gst_smokedec_class_init),
34752         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34753         * ext/jpeg/gstsmokedec.h:
34754         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34755         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34756         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34757         (gst_smokeenc_resync), (gst_smokeenc_chain),
34758         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34759         * ext/jpeg/gstsmokeenc.h:
34760         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34761         (smokecodec_flush_destination), (smokecodec_term_destination),
34762         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34763         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34764         (smokecodec_term_source), (smokecodec_encode_new),
34765         (smokecodec_decode_new), (smokecodec_info_free),
34766         (smokecodec_set_quality), (smokecodec_get_quality),
34767         (smokecodec_set_threshold), (smokecodec_get_threshold),
34768         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34769         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34770         (smokecodec_parse_header), (smokecodec_decode):
34771         * ext/jpeg/smokecodec.h:
34772         Added a new simple jpeg based codec
34773
34774 2004-06-08  Wim Taymans  <wim@fluendo.com>
34775
34776         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34777         (gst_multipart_mux_loop):
34778         Fix memory leak
34779
34780 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34781
34782         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34783         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34784         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34785         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34786         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34787         * gst/tcp/gsttcpserversink.h:
34788           take streamheader into account
34789
34790 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34791
34792         * gst/level/Makefile.am:
34793         * gst/level/gstlevel.c: (gst_level_class_init):
34794           clean up marshal generation
34795
34796 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34797
34798         * gst/tcp/Makefile.am:
34799         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34800         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34801         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34802         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34803         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34804         (gst_tcpclientsrc_get_property):
34805         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34806         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34807         (gst_tcpserversink_handle_client_read),
34808         (gst_tcpserversink_handle_client_write),
34809         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34810         * gst/tcp/gsttcpserversink.h:
34811           add signals client-added and client-removed
34812         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34813         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34814         (gst_tcpserversrc_get_property):
34815         uniformized, change default protocol to NONE
34816         * gst/tcp/gsttcp-marshal.list: added
34817 2004-06-07  Benjamin Otte  <otte@gnome.org>
34818
34819         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34820           handle discont events if they happen before caps nego
34821
34822 2004-06-07  Wim Taymans  <wim@fluendo.com>
34823
34824         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34825         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34826         (gst_multipart_demux_plugin_init):
34827         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34828         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34829         (gst_multipart_mux_change_state):
34830         Small updates, fix a memleak
34831
34832 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34833
34834         * configure.ac: OSS portability
34835         * ext/arts/gst_arts.c: idem
34836         * sys/oss/gstosselement.c: idem
34837         * sys/oss/gstossmixer.c: idem
34838         * sys/oss/gstosssink.c: idem
34839         * sys/oss/gstosssrc.c: idem
34840         * sys/oss/oss_probe.c: idem
34841           - check for soundcard.h in different places for some BSD
34842
34843 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34844
34845         * AUTHORS:
34846         Add me to the authors file
34847         * configure.ac:
34848         Increase the libdv requirement to >= version 0.100
34849         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34850         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34851         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34852         * ext/dv/gstdvdec.h:
34853         Add support for the new_media flag when sending DISCONT events
34854         Make the querying work when video pad is not linked
34855
34856 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34857
34858         reviewed by Benjamin Otte  <otte@gnome.org>
34859
34860         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34861           create a NULL-initialized array of pads, so we don't think they
34862           exist already. (fixes #143130)
34863
34864 2004-06-07  Benjamin Otte  <otte@gnome.org>
34865
34866         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34867         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34868         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34869           don't use // coments
34870
34871 2004-06-07  Benjamin Otte  <otte@gnome.org>
34872
34873         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34874           cast to GstClockTime to get higher granularity
34875         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34876           use gst_element_set_time_delay to get the exact time
34877         * ext/mad/gstmad.c: (gst_mad_chain):
34878           use the negotiated rate instead of the current frame's rate which
34879           might be wrong because of bit errors. This avoids emitting totally
34880           bogus timestamps and screwing sync.
34881         (fixes #143454)
34882
34883 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34884
34885         reviewed by Benjamin Otte  <otte@gnome.org>
34886
34887         * gst/adder/gstadder.c: (gst_adder_loop):
34888           properly error out when no negotiation has happened yet. (fixes
34889           #143032)
34890
34891 2004-06-06  Benjamin Otte  <otte@gnome.org>
34892
34893         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34894           forward correctly transformed offset in discont events. Based on
34895           patch by Arwed v. Merkatz. (fixes #142851)
34896
34897 2004-06-06  David Schleef  <ds@schleef.org>
34898
34899         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34900         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34901         problems on several systems.
34902
34903 2004-06-06  Benjamin Otte  <otte@gnome.org>
34904
34905         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34906           use explicit caps on the srcpad
34907         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34908           properly error out if caps couldn't be set (fixes #142764)
34909
34910 2004-06-06  Benjamin Otte  <otte@gnome.org>
34911
34912         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34913         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34914         (gst_alsa_start_audio):
34915           - don't call set_periods_integer anymore, it breaks the
34916           configuration randomly
34917           - call snd_pcm_hw_params_set_access directly instead of using masks
34918           - don't fail if the sw_params can't be set, just use the default
34919           params and hope it works. Alsalib has weird issues when you touch
34920           sw_params and does no proper error reporting about what failed.
34921         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34922         (gst_alsa_close_audio):
34923           make our alsa debugging go via gst debugging and not conditionally
34924           defined
34925         * ext/alsa/gstalsa.h:
34926           add ALSA_DEBUG_FLUSH macro
34927         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34928         (plugin_init):
34929           wrap alsa errors to be printed via the gst debugging system and not
34930           spammed to stderr
34931
34932 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34933
34934         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34935         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34936         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34937         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34938         (qtdemux_parse_trak):
34939         * gst/qtdemux/qtdemux.h:
34940           Bitch. Also known as seeking, querying & co.
34941         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34942         (gst_osssink_change_state):
34943         * sys/oss/gstosssink.h:
34944           Resyncing is for weenies, this hack is no longer needed and was
34945           broken anyway (since it - unintendedly - always leaves resync to
34946           TRUE).
34947
34948 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34949
34950         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34951         * gst/tcp/gsttcpclientsrc.h: idem
34952           - define MSG_NOSIGNAL if not done
34953           - include unistd.h for off_t
34954           (fixes #143749)
34955
34956 2004-06-05  Benjamin Otte  <otte@gnome.org>
34957
34958         * configure.ac:
34959         * ext/kio/Makefile.am:
34960           check for qt's moc preprocessor explicitly and use it
34961
34962 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34963
34964         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34965           don't get a signal for EPIPE on socket writes
34966           (somebody check if this works on other platforms)
34967
34968 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34969
34970         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34971         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34972           check error condition on available samples correctly
34973
34974 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34975
34976         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34977           avoid a segfault
34978         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34979         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34980         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34981         (gst_tcpserversrc_gdp_read_header):
34982          use ssize_t over size_t since the former is signed and thus the
34983          check for error codes can work
34984
34985 2004-06-02  Wim Taymans  <wim@fluendo.com>
34986
34987         reviewed by: Johan
34988
34989         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34990         (gst_multipart_mux_loop):
34991         Oops
34992
34993 2004-06-02  Wim Taymans  <wim@fluendo.com>
34994
34995         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34996         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34997         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34998         (gst_multipart_mux_change_state):
34999         Added configurable boundary specifier, added the value as a
35000         caps field as well.
35001
35002 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35003
35004         * gst/tcp/gsttcp.c:
35005         * gst/tcp/gsttcpclientsrc.c:
35006         * gst/tcp/gsttcpclientsrc.h:
35007         * gst/tcp/gsttcpserversrc.c:
35008           - portability fix, to compile on OSX
35009             (fixes #143146)
35010
35011         * sys/osxaudio/gstosxaudioelement.c:
35012         * sys/osxaudio/gstosxaudiosink.c:
35013         * sys/osxaudio/gstosxaudiosrc.c:
35014           - compilation warnings on OSX
35015             (fixes #143153)
35016
35017 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35018
35019         * ext/vorbis/vorbisdec.c : sign warning fixes
35020
35021         * gst-libs/gst/mixer/mixertrack.c :
35022           do no use defines which are glib 2.4 specific
35023
35024 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
35025
35026         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
35027           buffer since libflac doesn't expect it (reports a sync error when
35028           it encounters that)
35029
35030
35031 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
35032
35033         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
35034         * gst-libs/gst/mixer/mixertrack.c:
35035         (gst_mixer_track_get_property), (get_mixer_track_init),
35036         (get_mixer_track_get_property): Added property accessors
35037         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
35038         * gst-libs/gst/mixer/mixeroptions.c:
35039         (gst_mixer_options_get_values): Added
35040         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
35041         * gst-libs/gst/mixer/mixer.c: Fixed comment
35042
35043
35044 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35045
35046         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
35047           improve error messages on open
35048
35049
35050 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35051
35052         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
35053           check if v4l-conf is in path
35054
35055 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35056
35057         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
35058           change assert to a more readable error message
35059
35060 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
35061
35062         * gst-libs/gst/tuner/tunerchannel.h:
35063           - add a freq_multiplicator field to make the conversion
35064             between internal frequency unit and Hz
35065         * sys/v4l/gstv4lelement.c:
35066         * sys/v4l2/gstv4l2element.c:
35067           - change default video device to /dev/video0
35068         * sys/v4l/v4l_calls.c:
35069         * sys/v4l2/v4l2_calls.c:
35070           - we only expose frequency to the user in Hz instead of
35071             bastard v4lX unit (either 62.5kHz or 62.5Hz)
35072
35073 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
35074         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
35075           Initialise b_o_s and e_o_s variables
35076         * gst-libs/gst/riff/riff-media.c:
35077         (gst_riff_create_video_caps_with_data):
35078           Add some unusual fourcc's from mplayer avi's
35079         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
35080           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
35081           autoplugging.
35082
35083 2004-05-28  Wim Taymans  <wim@fluendo.com>
35084
35085         * configure.ac:
35086         * gst/alpha/Makefile.am:
35087         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
35088         (gst_alpha_get_type), (gst_alpha_base_init),
35089         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
35090         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
35091         (gst_alpha_chroma_key), (gst_alpha_chain),
35092         (gst_alpha_change_state), (plugin_init):
35093         A plugin to add an alpha channel to I420 video. Can optionally do
35094         chroma keying.
35095         * gst/multipart/Makefile.am:
35096         * gst/multipart/multipart.c: (plugin_init):
35097         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
35098         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
35099         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
35100         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
35101         (gst_multipart_demux_change_state),
35102         (gst_multipart_demux_plugin_init):
35103         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
35104         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
35105         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
35106         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
35107         (gst_multipart_mux_pad_unlink),
35108         (gst_multipart_mux_request_new_pad),
35109         (gst_multipart_mux_handle_src_event),
35110         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
35111         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
35112         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
35113         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
35114         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
35115         send multipart jpeg images to a browser.
35116         * gst/videobox/Makefile.am:
35117         * gst/videobox/README:
35118         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
35119         (gst_video_box_get_type), (gst_video_box_base_init),
35120         (gst_video_box_class_init), (gst_video_box_init),
35121         (gst_video_box_set_property), (gst_video_box_get_property),
35122         (gst_video_box_sink_link), (gst_video_box_i420),
35123         (gst_video_box_ayuv), (gst_video_box_chain),
35124         (gst_video_box_change_state), (plugin_init):
35125         Crops or adds borders around an image. can do alpha channel
35126         borders as well.
35127         * gst/videomixer/Makefile.am:
35128         * gst/videomixer/README:
35129         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
35130         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
35131         (gst_videomixer_pad_get_sink_event_masks),
35132         (gst_videomixer_pad_get_property),
35133         (gst_videomixer_pad_set_property),
35134         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
35135         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
35136         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
35137         (gst_videomixer_base_init), (gst_videomixer_class_init),
35138         (gst_videomixer_init), (gst_videomixer_request_new_pad),
35139         (gst_videomixer_handle_src_event),
35140         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
35141         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
35142         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
35143         (gst_videomixer_loop), (gst_videomixer_get_property),
35144         (gst_videomixer_set_property), (gst_videomixer_change_state),
35145         (plugin_init):
35146         Generic video mixer plugin, can handle multiple inputs all with
35147         different framerates and video sizes. Is fully alpha channel
35148         aware.
35149
35150 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35151
35152         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35153           Select first track as master track. Not sure how else to handle
35154           that...
35155         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
35156           Discard discont events. Should fix #142962.
35157
35158 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35159
35160         * ext/alsa/Makefile.am:
35161         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
35162         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
35163         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
35164         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
35165         (gst_alsa_mixer_get_option):
35166         * ext/alsa/gstalsamixer.h:
35167         * ext/alsa/gstalsamixeroptions.c:
35168         (gst_alsa_mixer_options_get_type),
35169         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
35170         (gst_alsa_mixer_options_new):
35171         * ext/alsa/gstalsamixeroptions.h:
35172         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
35173         * ext/alsa/gstalsamixertrack.h:
35174           Add enumerations (as GstMixerOptions). Make correct distinction
35175           between input/output tracks. Add capture/playback private flag.
35176           Use flag to decide on whether to set capture or playback volumes
35177           or switches. Use playback and record switches.
35178         * gst-libs/gst/mixer/Makefile.am:
35179         * gst-libs/gst/mixer/mixer-marshal.list:
35180         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
35181         (gst_mixer_set_option), (gst_mixer_get_option),
35182         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
35183         (gst_mixer_volume_changed), (gst_mixer_option_changed):
35184         * gst-libs/gst/mixer/mixer.h:
35185         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
35186         (gst_mixer_options_class_init), (gst_mixer_options_init),
35187         (gst_mixer_options_dispose):
35188         * gst-libs/gst/mixer/mixeroptions.h:
35189           Add GstMixerOptions.
35190         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35191           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
35192           broken device detection on computers with multiple OSS sound
35193           cards.
35194
35195 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35196
35197         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35198           fixate nicely even when the peer is not negotiating
35199
35200 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35201
35202         * gst/audioconvert/gstaudioconvert.c:
35203         (gst_audio_convert_parse_caps):
35204           make sure we don't allow depth > width
35205         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35206           fixate endianness to G_BYTE_ORDER as default
35207         * gst/audioscale/gstaudioscale.c:
35208           we don't handle another endianness as host-endianness
35209
35210 2004-05-25  David Schleef  <ds@schleef.org>
35211
35212         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
35213
35214 2004-05-24  Benjamin Otte  <otte@gnome.org>
35215
35216         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
35217         (gst_oggvorbisenc_setup):
35218           properly fail when we can't setup the vorbis encoder due to
35219           unsupported settings
35220         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
35221         (gst_vorbisenc_setup):
35222           same
35223         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35224           fix case where warnings occured when one pad was unlinked while the
35225           other's link function was called
35226
35227 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
35228
35229         * gst/tcp/Makefile.am:
35230           use GST_ENABLE_NEW
35231
35232 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35233
35234         * gst-libs/gst/resample/private.h:
35235           don't use optimizations that are #if 0'ed
35236
35237 2004-05-24  Wim Taymans  <wim@fluendo.com>
35238
35239         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35240         Fix potential division by zero error and hopefully get
35241         the position query right to get correct timestamps on avi
35242         audio.
35243
35244 2004-05-24  Wim Taymans  <wim@fluendo.com>
35245
35246         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35247         (gst_videoscale_scale_nearest_str2),
35248         (gst_videoscale_scale_nearest_str4),
35249         (gst_videoscale_scale_nearest_32bit),
35250         (gst_videoscale_scale_nearest_24bit),
35251         (gst_videoscale_scale_nearest_16bit):
35252         Fix the scaling algorithm and avoid a buffer overflow.
35253         removed the while loop in the scaling function as it
35254         was used for point sampling only.
35255
35256 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35257
35258         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35259         (gst_id3_tag_class_init), (gst_id3_tag_init),
35260         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35261         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35262         (gst_id3_tag_send_tag_event):
35263           lots of fixes to make id3mux work and id3demux work correctly
35264
35265 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35266
35267         * ext/Makefile.am:
35268           add rules to build shout2send (was removed by accident
35269           when this module was no more marked experimental/broken)
35270
35271 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35272
35273         * ext/shout2/gstshout2.c:
35274         * ext/shout2/gstshout2.h:
35275           adding a "connection problem" signal to shout2send
35276           (fixes #142954)
35277
35278 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35279
35280         * ext/kio/kioreceiver.cpp:
35281         * ext/kio/kioreceiver.h:
35282           fix sign comparison issues
35283
35284 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35285
35286         * gst/cdxaparse/gstcdxaparse.c:
35287         * gst/cdxaparse/gstcdxaparse.h:
35288           some renaming
35289           add some checks/sanity
35290           prepare for seek addition
35291
35292         * sys/sunaudio/gstsunaudio.c:
35293           remove exported dupe init function
35294
35295 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
35296
35297         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35298         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35299           Fix format conversion and position querying.
35300         * gst/debug/progressreport.c: (gst_progressreport_report):
35301           Don't output a bogus total value that we didn't query.
35302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35303           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35304           only a blank window after xine has been used.
35305
35306 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35307
35308         * m4/as-arts.m4:
35309           sync with upstream version to fix test on FC2
35310           readd with -ko to preserve Id header
35311
35312 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35313
35314         * configure.ac:
35315           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35316         * gst/tcp/gsttcpclientsrc.c: idem
35317         * gst/tcp/gsttcpserversink.c: idem
35318         * gst/tcp/gsttcpserversrc.c: idem
35319         * m4/gst-fionread.m4: idem
35320
35321         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35322
35323         * configure.ac: enable speex plugin for speex 1.1.5+
35324         * ext/speex/gstspeexenc.c: fix cast warning
35325
35326         * ext/esd/README: fix typo
35327
35328 2004-05-20  David Schleef  <ds@schleef.org>
35329
35330         * configure.ac: Minor cosmetic change to convince the buildbot to
35331         reautogen.
35332         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35333         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35334         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35335         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35336         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35337         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35338         More hacking.  Plays audio now.
35339
35340 2004-05-20  David Schleef  <ds@schleef.org>
35341
35342         * configure.ac:
35343         * sys/Makefile.am:
35344
35345 2004-05-20  David Schleef  <ds@schleef.org>
35346
35347         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35348         * sys/osxaudio/gstosxaudio.c:
35349         * sys/osxaudio/gstosxaudioelement.c:
35350         * sys/osxaudio/gstosxaudioelement.h:
35351         * sys/osxaudio/gstosxaudiosink.c:
35352         * sys/osxaudio/gstosxaudiosink.h:
35353         * sys/osxaudio/gstosxaudiosrc.c:
35354         * sys/osxaudio/gstosxaudiosrc.h:
35355
35356 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35357
35358         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35359         (gst_vorbisenc_chain):
35360           put the codec headers on the caps as streamheader as well as
35361           pushing them out
35362
35363 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35364
35365         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35366         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35367         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35368         split up push_packet into two functions
35369
35370 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35371
35372         * gst/tcp/.cvsignore:
35373           ignore enums
35374         * gst/tcp/Makefile.am:
35375         * gst/tcp/README:
35376         * gst/tcp/gsttcp.c:
35377         * gst/tcp/gsttcp.h:
35378         * gst/tcp/gsttcpclientsink.c:
35379         * gst/tcp/gsttcpclientsink.h:
35380         * gst/tcp/gsttcpclientsrc.c:
35381         * gst/tcp/gsttcpclientsrc.h:
35382         * gst/tcp/gsttcpplugin.c:
35383         * gst/tcp/gsttcpserversink.c:
35384         * gst/tcp/gsttcpserversink.h:
35385         * gst/tcp/gsttcpserversrc.c:
35386         * gst/tcp/gsttcpserversrc.h:
35387           add new tcp elements
35388
35389 2004-05-19  Wim Taymans  <wim@fluendo.com>
35390
35391         * gst/law/mulaw-conversion.c: (mulaw_encode):
35392         Fix overflow bug in ulaw encoding.
35393
35394 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35395
35396         * ext/mad/gstmad.c: (gst_mad_handle_event):
35397           don't unref the event twice
35398
35399 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35400
35401         * configure.ac:
35402           remove -Wno-sign-compare
35403
35404 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35405
35406         * configure.ac:
35407           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35408           if you want to work against glib 2.2 and 2.4
35409
35410 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35411
35412         * gst/tcp/Makefile.am:
35413         * gst/tcp/gsttcp.c:
35414         * gst/tcp/gsttcp.h:
35415         * gst/tcp/gsttcpsink.h:
35416         * gst/tcp/gsttcpsrc.h:
35417           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35418
35419 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35420
35421         * gst/debug/tests.c: (md5_get_value):
35422           fix segfault on gst-inspect
35423
35424 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35425
35426         * gst/debug/testplugin.c:
35427         * gst/debug/tests.c:
35428         * gst/debug/tests.h:
35429           add new extensible and configurable testing element. Current tests
35430           include buffer count, stream length, timestamp/duration matching and
35431           md5.
35432         * gst/debug/Makefile.am:
35433         * gst/debug/gstdebug.c: (plugin_init):
35434           add infrastructure for new element
35435
35436 2004-05-19  Johan Dahlin  <johan@gnome.org>
35437
35438         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35439         ending of the array. Fixes gst-inspect segfault on ppc.
35440
35441 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35442
35443         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35444
35445         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35446
35447 2004-05-18  David Schleef  <ds@schleef.org>
35448
35449         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35450         warnings (bugs, actually) noticed by gcc but not forte.
35451
35452 2004-05-18  David Schleef  <ds@schleef.org>
35453
35454         * sys/sunaudio/Makefile.am:
35455         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35456
35457 2004-05-18  David Schleef  <ds@schleef.org>
35458
35459         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35460         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35461         to allow qtdemux to use non-seekable streams. (bug #142272)
35462
35463 2004-05-18  David Schleef  <ds@schleef.org>
35464
35465         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35466         (gst_resample_sinc_ft_float): Remove use of static temporary
35467         buffer.  This code was obviously not supposed to last long, but
35468         it's stuck in our ABI, so it required a little hack to make it
35469         ABI-compatible.  Fixes #142585.
35470         * gst-libs/gst/resample/resample.h: same.
35471
35472 2004-05-18  David Schleef  <ds@schleef.org>
35473
35474         * configure.ac: Add sunaudio
35475         * examples/Makefile.am: make gstplay depend on gconf
35476         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35477         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35478         (convert_table_lookup), (img_convert): remove c99-isms
35479         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35480           unsigned, to fix a warning on Solaris
35481         * gst/mpeg1sys/systems.c: bcopy->memcpy
35482         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35483         * sys/Makefile.am: Add sunaudio
35484
35485 2004-05-18  Wim Taymans  <wim@fluendo.com>
35486
35487         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35488         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35489         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35490         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35491         (gst_ogg_mux_loop):
35492         Fix an ugly memleak where the muxer didn't flush enough ogg
35493         pages. This also resulted in badly muxed ogg files.
35494
35495 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35496
35497         * gst/asfdemux/asfheaders.c :
35498         * gst/asfdemux/asfheaders.h :
35499         * gst/asfdemux/gstasfdemux.c :
35500           - fix ASF_OBJ_PADDING guid
35501           - add 3 new object guids (language list, metadata,
35502             extended stream properties)
35503           - add a function to parse extended header objects
35504
35505 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35506
35507         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35508           remove leftover debugging g_print
35509
35510 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35511
35512         * ext/mad/gstmad.c: (gst_mad_handle_event):
35513           Fix for when the first format in a discont event is not a
35514           byte-based one. Should fix #137710.
35515
35516 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35517
35518         * m4/a52.m4 : fix compilation with -Wall -Werror
35519         * m4/libfame.m4 : idem
35520         * m4/libmikmod.m4 : idem
35521
35522 2004-05-17  Benjamin Otte  <otte@gnome.org>
35523
35524         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35525           signal the new tags before giving up the reference
35526
35527 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35528
35529         * ext/shout2/gstshout2.c:
35530           use application/ogg instead of application/x-ogg (patch by Patrick
35531           Guimond, fixes #142432)
35532         * sys/oss/gstosselement.c: (gst_osselement_reset),
35533         (gst_osselement_sync_parms):
35534           don't set fragment size unless specified (fixes #142493)
35535
35536 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35537
35538         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35539           fixes #142664
35540
35541 2004-05-17  Benjamin Otte  <otte@gnome.org>
35542
35543         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35544           compute offsets correctly for internal buffers so timestamps are set
35545           correctly when we can't seek. Also handle cases where there are no
35546           offsets. (based on a patch by David Moore, fixes #142507)
35547
35548 2004-05-17  Benjamin Otte  <otte@gnome.org>
35549
35550         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35551           use correct variable when determining amount of data to skip so we
35552           don't skip into the void and segfault
35553
35554 2004-05-16  Benjamin Otte  <otte@gnome.org>
35555
35556         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35557           Hi, I'm a memleak
35558
35559 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35560
35561         * gst/asfdemux/gstasfdemux.c:
35562           - fix a mem leak and always propagate tags
35563           - add WMV3 to known video codecs (but no decoder yet)
35564           - replace "surplus data" at end of audio header for what
35565             it is : codec specific data
35566           - fix a typo
35567
35568 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35569
35570         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35571
35572         * gst-libs/gst/audio/audioclock.c:
35573           Fix wrong return type (#142205).
35574
35575 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35576
35577         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35578           Ignore CRCs by default (fixes #142566).
35579
35580 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35581
35582         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35583         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35584         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35585         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35586         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35587         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35588           Fix for cases where we fail to attach to a mixer.
35589
35590 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35591
35592         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35593           Don't touch events after not owning them anymore.
35594         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35595         (gst_wavparse_fmt), (gst_wavparse_other),
35596         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35597         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35598         (gst_wavparse_srcpad_event):
35599         * gst/wavparse/gstwavparse.h:
35600           Add seeking, fix querying.
35601
35602 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35603
35604         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35605           - process comments even if they don't end with \0\0
35606             g_convert would ignore them if present and works well without them
35607
35608 2004-05-16  Benjamin Otte  <otte@gnome.org>
35609
35610         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35611           simplify caps
35612
35613 2004-05-16  Benjamin Otte  <otte@gnome.org>
35614
35615         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35616           don't write to memory we might not write to - g_convert does that
35617           for us anyway (fixes #142613)
35618         (gst_asf_demux_audio_caps):
35619           comment out gst_util_dump_mem
35620
35621 2004-05-16  Benjamin Otte  <otte@gnome.org>
35622
35623         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35624           compute correct expected timestamps after seek (broken since
35625           last commit)
35626         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35627           rename element and debugging category to gdkpixbufscale
35628
35629 2004-05-16  Benjamin Otte  <otte@gnome.org>
35630
35631         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35632           add error checking to snd_pcm_delay and remove duplicate call to
35633           snd_pcm_delay that caused issues (see inline code comments)
35634         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35635           make more readable and fix return value when snd_pcm_delay fails
35636         (fixes #142586)
35637
35638 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35639         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35640         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35641         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35642         (gst_pixbufscale_link), (gst_pixbufscale_init),
35643         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35644         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35645         (gst_pixbufscale_get_property), (pixbufscale_init):
35646         * ext/gdk_pixbuf/pixbufscale.h:
35647         Add these files I forgot earlier
35648
35649 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35650         * ext/gdk_pixbuf/Makefile.am:
35651         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35652         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35653         Add new pixbufscale element to scale RGB video
35654         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35655         and HYPER interpolation correctly.
35656         * ext/theora/theoraenc.c: (theora_enc_chain),
35657         Discard buffer and return if explicit caps could not be set
35658         (theora_enc_get_property):
35659         Make _get return kbps for the bitrate consistent with
35660         the _set function.
35661
35662
35663 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35664
35665         * ext/libvisual/visual.c: (gst_visual_chain):
35666           add missing visual_audio_analyze
35667
35668 2004-05-14  David Schleef  <ds@schleef.org>
35669
35670         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35671         is killed while we're playing.
35672         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35673         gst_element_no_more_pads().
35674
35675 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35676
35677         * gst-libs/gst/riff/riff-read.c :
35678           - fix INFO tag extraction in RIFF/AVI files
35679             because gst_event_unref (event) also freed taglist
35680           - avoid a mem leak
35681
35682 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35683
35684         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35685         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35686
35687         * gst/auparse/gstauparse.c :
35688           - add code (commented for now) to support audio/x-adpcm on src pad
35689             (we have no decoder for those layout yet)
35690
35691         * gst/cdxaparse/gstcdxaparse.c :
35692         * gst/cdxaparse/gstcdxaparse.h :
35693           - partial rewrite using RiffRead (ripped iain's wavparse code)
35694
35695         * gst/rtp/gstrtpL16enc.c : typo
35696         * gst/rtp/gstrtpgsmenc.c : typo
35697
35698 2004-05-13  Benjamin Otte  <otte@gnome.org>
35699
35700         * configure.ac:
35701           check for exact version of libvisual, it's not supposed to be
35702           API/ABI stable yet
35703
35704 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35705
35706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35707           signal no-more-pads
35708
35709 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35710
35711         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35712         Report which format was used for GST_FORMAT_DEFAULT
35713         * gst/debug/Makefile.am:
35714         * gst/debug/gstdebug.c: (plugin_init):
35715         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35716         (gst_progressreport_class_init), (gst_progressreport_init),
35717         (gst_progressreport_report), (gst_progressreport_set_property),
35718         (gst_progressreport_get_property), (gst_progressreport_chain),
35719         (gst_progressreport_plugin_init):
35720         Add progressreport element for testing.
35721
35722 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35723
35724         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35725         * sys/v4l/gstv4lsrc.h:
35726         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35727         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35728         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35729         (gst_v4lsrc_grab_frame):
35730           add more debugging
35731           send a discont at start
35732
35733 2004-05-12  Colin Walters  <walters@redhat.com>
35734
35735         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35736         inflooping if we can't find a chunk.  Or in other words, don't blow
35737         chunks if we don't have a chunk to blow.
35738
35739 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35740         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35741         Remove old debug output
35742         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35743         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35744         (gst_dvdec_set_property), (gst_dvdec_get_property):
35745         Change the quality setting to an enum, so it works from gst-launch
35746         Don't renegotiate a non-linked pad. Allows audio only decoding.
35747         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35748         (gst_deinterlace_link), (gst_deinterlace_init):
35749         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35750         (gst_videodrop_link):
35751         Some caps negotiation fixes
35752
35753 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35754
35755         * ext/tarkin/gsttarkin.c :
35756           - Change RANK from NONE to PRIMARY
35757         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35758           - Change RANK from NONE to MARGINAL
35759         * ext/divx/gstdivxenc.c :
35760           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35761
35762 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35763
35764         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35765         (gst_vorbisenc_push_packet):
35766           copy a function that was added between 1.0 and 1.0.1 until we
35767           depend on worthwhile features of post-1.0
35768
35769 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35770
35771         * configure.ac:
35772           enable shout2 by default
35773         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35774         (gst_shout2send_base_init), (gst_shout2send_init),
35775         (gst_shout2send_connect), (gst_shout2send_change_state):
35776         * ext/shout2/gstshout2.h:
35777           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35778           #142262)
35779         * ext/theora/theora.c: (plugin_init):
35780           don't set rank on encoders
35781
35782 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35783
35784         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35785           Use codec_data property instead of flag1 and flag2 for wma
35786
35787 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35788
35789         * gst/cdxaparse/gstcdxaparse.c :
35790           - Add mpegversion to CAPS to make it link
35791           - Rank is as GST_RANK_SECONDARY instead of NONE
35792         * gst/auparse/gstauparse.c :
35793           - Document all audio encoding we can encounter from Solaris 9
35794             headers and libsndfile information.
35795           - Increase max. rate from 48000 to 192000 (to match other elements)
35796           - Don't try to play junk data between header and samples
35797
35798 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35799
35800         * ext/libvisual/visual.c: (gst_visual_getcaps):
35801           use the right caps depending on endianness (I hope)
35802         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35803           use GST_RANK_NONE for all non-decoding elements or spider gets
35804           mighty confused
35805
35806 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35807
35808         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35809           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35810
35811 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35812
35813         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35814         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35815         (gst_switch_loop), (gst_switch_get_type):
35816           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35817           HEADERS. Had to be said.
35818
35819 2004-05-10  David Schleef  <ds@schleef.org>
35820
35821         * configure.ac: Add prototype Dirac support.
35822         * ext/Makefile.am:
35823         * ext/dirac/Makefile.am:
35824         * ext/dirac/gstdirac.cc:
35825         * ext/dirac/gstdiracdec.cc:
35826
35827 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35828
35829         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35830         (gst_auparse_init), (gst_auparse_chain),
35831         (gst_auparse_change_state):
35832           Hack around spider. Remove me some day please.
35833
35834 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35835
35836         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35837           Fix for some uninitialized variables in previous patch, also
35838           makes it work. Fixes #142286 while we're at it.
35839
35840 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35841
35842         * gst/auparse/gstauparse.c:
35843                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35844                 only unsupported formats are ADPCM/CCITT G.72x
35845                 reviewed by Ronald
35846         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35847
35848 2004-05-10  Wim Taymans  <wim@fluendo.com>
35849
35850         * ext/vorbis/Makefile.am:
35851         * ext/vorbis/README:
35852         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35853         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35854         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35855         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35856         (gst_oggvorbisenc_convert_sink),
35857         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35858         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35859         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35860         (get_constraints_string), (update_start_message),
35861         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35862         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35863         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35864         * ext/vorbis/oggvorbisenc.h:
35865         * ext/vorbis/vorbis.c: (plugin_init):
35866         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35867         (raw_caps_factory), (gst_vorbisenc_class_init),
35868         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35869         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35870         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35871         * ext/vorbis/vorbisenc.h:
35872         Added a raw vorbis encoder to be used with the oggmuxer.
35873         We still need the old encoder for some gnome applications,
35874         read the README to find out how that works.
35875         The raw encoder is called "rawvorbisenc" until 0.9.
35876
35877 2004-05-10  Wim Taymans  <wim@fluendo.com>
35878
35879         * ext/ogg/gstogg.c: (plugin_init):
35880         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35881         (gst_ogg_print):
35882         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35883         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35884         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35885         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35886         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35887         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35888         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35889         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35890         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35891         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35892         Added an ogg muxer.
35893         Small typo fixes in the demuxer.
35894
35895 2004-05-10  Wim Taymans  <wim@fluendo.com>
35896
35897         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35898         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35899         (theora_enc_change_state), (theora_enc_set_property),
35900         (theora_enc_get_property):
35901         Mark the last packet with an EOS flag which is not really needed
35902         in gstreamer.
35903         Do some better video framerate initialisation.
35904         Update the buffer timestamp.
35905
35906 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35907
35908         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35909         Return the result of the parent state change call
35910
35911 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35912
35913         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35914         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35915         * gst/law/alaw-encode.c : (idem)
35916         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35917         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35918         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35919
35920 2004-05-09  Benjamin Otte  <otte@gnome.org>
35921
35922         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35923           don't use a fixed buffer size when writing variable length data to
35924           it. Fixes memory corruption and makes alsasrc work
35925
35926 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35927
35928         * ext/gnomevfs/gstgnomevfssink.c:
35929         (_gst_boolean_allow_overwrite_accumulator),
35930         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35931           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35932           RUN_LAST, and don't use that to set the accumulator value because
35933           then it's always FALSE.
35934
35935 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35936
35937         * gst-libs/gst/riff/riff-media.c:
35938         (gst_riff_create_video_caps_with_data),
35939         (gst_riff_create_audio_caps),
35940         (gst_riff_create_audio_template_caps):
35941         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35942           Fix for unaligned RIFF files (i.e. where all the chunks together
35943           in a LIST chunk are not of the same size as the size given in
35944           the LIST chunk header). Fixes several odd WAVE files. Also fix
35945           ADPCM (block_align property) in audio, so that wavparse based
35946           on this works now as it used to stand-alone.
35947
35948 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35949
35950         reviewed by Benjamin Otte  <otte@gnome.org>
35951
35952         * ext/a52dec/gsta52dec.c:
35953         * ext/divx/gstdivxdec.c:
35954         * ext/divx/gstdivxenc.c:
35955         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35956         * ext/faac/gstfaac.c: (gst_faac_base_init):
35957         * ext/faad/gstfaad.c: (gst_faad_base_init):
35958         * ext/ivorbis/vorbisfile.c:
35959         * ext/lame/gstlame.c:
35960         * ext/libfame/gstlibfame.c:
35961         * ext/mpeg2enc/gstmpeg2enc.cc:
35962         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35963         * ext/sidplay/gstsiddec.cc:
35964         * ext/speex/gstspeexdec.c:
35965         * ext/speex/gstspeexenc.c:
35966         * ext/xvid/gstxviddec.c:
35967         * ext/xvid/gstxvidenc.c:
35968           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35969           (fixes #142193)
35970
35971 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35972
35973         * ext/alsa/gstalsa.c: (device_list),
35974         (gst_alsa_class_probe_devices):
35975         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35976           Fix alsa oddness in mixer after the combination of using mixer
35977           in source/sink elements and using hw:x,y instead of just hw:x.
35978
35979 2004-05-09  Benjamin Otte  <otte@gnome.org>
35980
35981         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35982         (gst_wavparse_create_sourcepad):
35983           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35984           sourcepads
35985
35986 2004-05-09  Benjamin Otte  <otte@gnome.org>
35987
35988         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35989           allow discont events before caps nego
35990
35991 2004-05-08  Benjamin Otte  <otte@gnome.org>
35992
35993         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35994           don't leak events
35995
35996 2004-05-08  Benjamin Otte  <otte@gnome.org>
35997
35998         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35999         (gst_level_change_state), (gst_level_init):
36000         * gst/level/gstlevel.h:
36001           figure out if we're initialized directly instead of keeping a
36002           variable that's wrong in 90% of cases
36003           don't initialize pads and then leak them and use a new unitialized
36004           pad. (fixes #142084)
36005           these were bugs so n00bish I didn't find them for an hour :/
36006
36007 2004-05-08 Iain <iain@prettypeople.org>
36008
36009         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
36010         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
36011         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
36012         return the length that was read.
36013         (gst_riff_read_strf_auds): Allow fmt tags as well.
36014
36015 2004-05-07  David Schleef  <ds@schleef.org>
36016
36017         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
36018         signed char assumption in faad.h.
36019
36020 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36021
36022         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
36023           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
36024
36025 2004-05-07  Colin Walters  <walters@redhat.com>
36026
36027         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
36028         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
36029         function.
36030         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
36031         Add dispose function.
36032
36033 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
36034         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
36035           Fix caps nego and pad templates. RGB mode caps should
36036           work now.
36037         * ext/dvdnav/gst-dvd:
36038           Move mpeg2dec inside the thread because otherwise the
36039           queue rejects cap changes mid-stream
36040         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36041         (gst_mpeg2dec_flush_decoder):
36042           For mpeg2dec > 0.4.0, call the flush function instead of
36043           manually extracting all in-flight frames.
36044         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
36045         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
36046           Change mime type video/dv go video/x-dv to match the
36047           rest of gst-plugins
36048
36049 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36050
36051         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
36052         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
36053         (gst_alsa_sink_class_init):
36054         * ext/alsa/gstalsasink.h:
36055         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
36056         (gst_alsa_src_class_init):
36057         * ext/alsa/gstalsasrc.h:
36058           Make alsasink/src a subclass of alsamixer so that mixer stuff
36059           shows up in gst-rec. Needs some finetuning.
36060
36061 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36062
36063         * ext/lame/gstlame.c: (gst_lame_chain):
36064           simplify
36065         * ext/mad/gstmad.c: (gst_mad_handle_event):
36066           fix event leak
36067         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
36068           be able to detect mp3 files < 4096 bytes
36069
36070 2004-05-06  Wim Taymans  <wim@fluendo.com>
36071
36072         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
36073         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
36074         (theora_enc_set_property), (theora_enc_get_property):
36075         Also encode the first frame, cleanup some code.
36076
36077 2004-05-06  Wim Taymans  <wim@fluendo.com>
36078
36079         * ext/mpeg2enc/gstmpeg2enc.cc:
36080         Forward events first before deciding that negotiation was
36081         not performed.
36082
36083 2004-05-06  Wim Taymans  <wim@fluendo.com>
36084
36085         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
36086         First process the events before deciding that negotiation
36087         was not performed.
36088
36089 2004-05-06  Wim Taymans  <wim@fluendo.com>
36090
36091         * ext/theora/Makefile.am:
36092         * ext/theora/theora.c: (plugin_init):
36093         * ext/theora/theoradec.c: (theora_dec_change_state):
36094         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
36095         (gst_theora_enc_class_init), (gst_theora_enc_init),
36096         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
36097         (theora_enc_chain), (theora_enc_change_state),
36098         (theora_enc_set_property), (theora_enc_get_property):
36099         Added a theora encoder, grouped the encoder and decoder into the
36100         same plugin.
36101
36102 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36103
36104         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36105         (gst_jpegenc_chain):
36106         fix DURATION on outgoing buffers
36107         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
36108         debug using time formats
36109         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36111         (gst_xvimagesink_sink_link):
36112         windows with width/height 0 generate X errors, so don't allow them
36113
36114 2004-05-05  Wim Taymans  <wim@fluendo.com>
36115
36116         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
36117         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
36118         (gst_mpeg2dec_negotiate_format):
36119         * ext/mpeg2dec/gstmpeg2dec.h:
36120           removed the static pad template so that we can add the
36121           more accurate framerate value to the caps.
36122
36123
36124 2004-05-04  Benjamin Otte  <otte@gnome.org>
36125
36126         * configure.ac:
36127           check for kdemacros.h, too (should fix #141821)
36128         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
36129           don't crash if no header was sent, but nicely error out (fixes part
36130           of #141554)
36131
36132 2004-05-04  Wim Taymans  <wim@fluendo.com>
36133
36134         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
36135         parent dispose function to avoid segfault on destroy.
36136
36137 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
36138
36139         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
36140         (plugin_init):
36141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36142         (gst_xvimagesink_sink_link):
36143         clean up debugging caps
36144         also recreate xvimage when format has changed
36145
36146 2004-05-04  Benjamin Otte  <otte@gnome.org>
36147
36148         * ext/libvisual/Makefile.am:
36149         * ext/libvisual/visual.c: (gst_visual_class_init),
36150         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
36151         (gst_visual_srclink), (gst_visual_chain),
36152         (gst_visual_change_state), (plugin_init):
36153           use a GstAdapter to correctly adapt buffer sizes - allows using a
36154           framerate
36155
36156 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36157
36158         * sys/v4l/gstv4lelement.h:
36159         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36160         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
36161         (gst_v4lsrc_buffer_free):
36162         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
36163         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
36164         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
36165         (gst_v4lsrc_requeue_frame):
36166         move some debugging categories around
36167         query for fps index and set accordingly if found
36168
36169 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36170
36171         * ext/lame/gstlame.c:
36172         correct defaults that lame_init puts out of range
36173
36174 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36175
36176         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
36177         (gst_divxenc_class_init):
36178         fix range since -1 is the default
36179         * gst/mpeg1sys/gstmpeg1systemencode.c:
36180         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
36181         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
36182         (gst_rtjpegdec_chain):
36183         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
36184         (gst_rtjpegenc_chain):
36185         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
36186         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
36187         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
36188         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
36189         * sys/v4l/gstv4lsrc.c:
36190         * sys/v4l/v4l_calls.c: (gst_v4l_open):
36191         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
36192         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
36193         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
36194         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
36195           remove gst_info calls
36196
36197 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36198
36199         * Makefile.am:
36200         * po/af.po:
36201         * po/az.po:
36202         * po/en_GB.po:
36203         * po/nl.po:
36204         * po/sr.po:
36205         * po/sv.po:
36206           Updated translations
36207
36208 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36209
36210         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36211           refactor/comment code
36212
36213 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36214
36215         * gst/asfdemux/Makefile.am:
36216         * gst/asfdemux/asfheaders.c:
36217         * gst/asfdemux/asfheaders.h:
36218         * gst/asfdemux/gstasf.c: (plugin_init):
36219         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
36220         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
36221         (gst_asf_demux_setup_pad):
36222         * gst/asfdemux/gstasfdemux.h:
36223         * gst/asfdemux/gstasfmux.c:
36224         * gst/asfdemux/gstasfmux.h:
36225           Add tagging support to demuxer, split out registration in its own
36226           file instead of in demux (hacky), and prevent having some tables
36227           in our memory multiple times (in asfheaders.h).
36228
36229 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36230
36231         * gst/matroska/matroska-demux.c:
36232         (gst_matroska_demux_parse_metadata):
36233         * gst/matroska/matroska-ids.h:
36234           Basic tag reading support.
36235
36236 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36237
36238         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36239           Really detect ac-3 audio.
36240         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36241           really detect matroska files (off-by-1).
36242
36243 2004-04-30  David Schleef  <ds@schleef.org>
36244
36245         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36246         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36247         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36248         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36249         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36250         hackage -- parse a lot more atoms, extract a few tags.  One might even
36251         mistake this for tag support.  Maybe it is.
36252         * gst/qtdemux/qtdemux.h:
36253
36254 2004-04-30  Colin Walters  <walters@verbum.org>
36255
36256         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36257
36258 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36259
36260         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36261         (gst_ffmpegcolorspace_getcaps):
36262           remove broken nego fix
36263
36264 2004-04-30  Benjamin Otte  <otte@gnome.org>
36265
36266         * configure.ac:
36267         * ext/Makefile.am:
36268         * ext/libvisual/Makefile.am:
36269         * ext/libvisual/visual.c:
36270           add initial support for libvisual (http://libvisual.sourceforge.net)
36271           libvisual is still quite alpha, so expect crashes in there :)
36272
36273 2004-04-29  David Schleef  <ds@schleef.org>
36274
36275         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36276         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36277         up qtdemux to make it spit out codec_data.  Do _not_ look at this
36278         code; you will no longer respect me.
36279
36280 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36281
36282         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36283         * ext/alsa/gstalsa.h :
36284         change alsa pcm device discovery to find more than 1 device
36285         per card. code review by Ronald.
36286
36287 2004-04-29  David Schleef  <ds@schleef.org>
36288
36289         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36290         Add a check for a driver bug on FreeBSD.  (bug #140565)
36291
36292 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36293
36294         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36295         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36296         (gst_jpegenc_getcaps):
36297           move format setting to inner loop
36298         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36299         (gst_ffmpegcolorspace_getcaps):
36300           use GST_PAD_CAPS if available so that we use already negotiated
36301           caps
36302         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36303         (qtdemux_parse_moov), (qtdemux_parse):
36304           extra debugging
36305         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36306         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36307           move hardcoded path to DEFINE
36308
36309 2004-04-28  David Schleef  <ds@schleef.org>
36310
36311         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
36312         (bug #140064)
36313
36314 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36315
36316         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36317           Don't probe for playback device if we're a source element. Fixes
36318           #139658.
36319
36320 2004-04-29  Benjamin Otte  <otte@gnome.org>
36321
36322         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36323         (gst_id3_tag_chain):
36324           rewrite buffer offset
36325
36326 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36327
36328         * configure.ac:
36329         * ext/Makefile.am:
36330         * ext/dts/Makefile.am:
36331         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36332         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36333         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36334         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36335         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36336         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36337         (plugin_init):
36338         * ext/dts/gstdtsdec.h:
36339           New DTS decoder.
36340         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36341         (gst_faad_srcconnect):
36342           Add ESDS atom handling (.m4a).
36343
36344 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36345
36346         * ext/divx/gstdivxdec.c: (plugin_init):
36347           Remove comment that makes no sense.
36348         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36349           Fix for obvious typo that resulted in warnings during gst-register.
36350         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36351         (gst_xviddec_sink_link):
36352           Fix caps negotiation a bit better.
36353         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36354           We call this 'codec_data', not 'esds'.
36355
36356 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36357
36358         * gst/monoscope/gstmonoscope.c:
36359           make sure we only provide 256x128
36360         * gst/monoscope/monoscope.c: (monoscope_init):
36361           assert size of 256x128
36362
36363 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36364
36365         * Makefile.am:
36366         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36367         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36368           fixate to max width and height of device
36369
36370 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36371
36372         * Makefile.am:
36373         * sys/v4l/gstv4l.c:
36374         * sys/v4l/gstv4lsrc.c:
36375         * sys/v4l/v4l_calls.c:
36376         * sys/v4l/v4lsrc_calls.c:
36377           fix for qc-usb driver which fakes having more than one buffer
36378           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36379           buffer_free override
36380           add debugging
36381
36382 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36383
36384         * Makefile.am:
36385         * gst/videotestsrc/gstvideotestsrc.c:
36386         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36387         (gst_videotestsrc_init), (gst_videotestsrc_get),
36388         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36389         * gst/videotestsrc/gstvideotestsrc.h:
36390           add num-buffers property
36391
36392         2004-04-26  Benjamin Otte  <otte@gnome.org>
36393
36394         * ext/mad/gstid3tag.c: (plugin_init):
36395           set id3mux rank to NONE so it doesn't confuse spider
36396           require audio/mpeg,mpegversion=1 in id3mux
36397
36398 2004-04-26  Benjamin Otte  <otte@gnome.org>
36399
36400         * configure.ac:
36401           detect faad correctly as non-working if it's indeed non-working
36402
36403 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36404
36405         * Makefile.am:
36406         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36407         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36408         fix _getcaps so it only negotiates to its supported format
36409
36410 2004-04-25  Benjamin Otte  <otte@gnome.org>
36411
36412         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36413           fix memleak
36414
36415 2004-04-23  Benjamin Otte  <otte@gnome.org>
36416
36417         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36418           audio/x-raw-int with height rules! not. Now it's depth.
36419
36420 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36421
36422         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36423         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36424         (gst_wavparse_loop):
36425           Missing variable initialization. Add handling of DVI ADPCM. Fix
36426           mis-parsing of LIST chunks. This works around a bug where we mis-
36427           parse non-aligning LIST chunks (so LIST chunks where the contents
36428           don't align with the actual LIST size). The correct fix is to use
36429           rifflib, I'm not going to fix wavparse - too much work. All this
36430           fixes #104878.
36431
36432 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36433
36434         reviewed by Benjamin Otte  <otte@gnome.org>
36435
36436         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36437           fix shoutcast not working (fixes #140844)
36438
36439 2004-04-22  Benjamin Otte  <otte@gnome.org>
36440
36441         * ext/hermes/gsthermescolorspace.c:
36442         (gst_hermes_colorspace_caps_remove_format_info):
36443         * gst/colorspace/gstcolorspace.c:
36444         (gst_colorspace_caps_remove_format_info):
36445         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36446         (gst_ffmpegcolorspace_caps_remove_format_info):
36447           s/gst_caps_simplify/gst_caps_do_simplify/
36448
36449 2004-04-22  Benjamin Otte  <otte@gnome.org>
36450
36451         * gst-libs/gst/riff/riff-media.c:
36452         (gst_riff_create_video_caps_with_data):
36453           mpegversion is an int
36454         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36455           don't try to create pad templates with NULL caps, use any caps
36456           instead.
36457
36458 2004-04-20  David Schleef  <ds@schleef.org>
36459
36460         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36461         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36462         (bug #140384)
36463
36464 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36465
36466         reviewed by David Schleef
36467
36468         * ext/mad/gstid3tag.c: Add stdlib.h
36469         * gst/rtp/gstrtpgsmenc.c: same
36470         * gst/tags/gstid3tag.c: same
36471         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36472         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36473         GST_DISABLE_LOADSAVE use.
36474         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36475         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36476         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36477         atol(3)).
36478         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36479         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36480         strtoul(3)).
36481         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36482         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36483         $(ID3_CFLAGS).
36484         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36485         $(LIBFAME_CFLAGS).
36486
36487 2004-04-20  David Schleef  <ds@schleef.org>
36488
36489         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36490         last checkin.  Same idea.
36491
36492 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36493
36494         reviewed by David Schleef
36495
36496         * configure.ac: bump required gstreamer version to 0.8.1.1
36497         because of following changes [--ds]
36498
36499         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36500         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36501         (gst_riff_read_header):  Use GST_READ_UINT*
36502         macros to access possibly unaligned memory.
36503
36504         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36505         (mp3_type_find):  Use GST_READ_UINT*
36506         macros to access possibly unaligned memory.
36507         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36508         (speex_type_find): Likewise
36509
36510         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36511
36512         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36513         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36514         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36515         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36516         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36517         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36518         macros to access possibly unaligned memory.
36519
36520         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36521         Likewise.
36522
36523         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36524         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36525
36526         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36527         Likewise.
36528
36529         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36530         (gst_mpeg2subt_chain_subtitle): Likewise.
36531
36532         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36533         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36534         Likewise.
36535
36536         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36537         Likewise.
36538
36539         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36540         Likewise.
36541
36542         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36543         Likewise.
36544
36545 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36546
36547         * configure.ac:
36548           update required version of GStreamer because of GST_TIME_FORMAT
36549
36550 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36551
36552         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36553           remove leftover g_print
36554         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36555           don't try setting only a subset of the caps. We don't want to kill
36556           autoplugging on purpose
36557
36558 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36559
36560         * sys/ximage/ximagesink.c: (plugin_init):
36561         * sys/xvimage/xvimagesink.c: (plugin_init):
36562           add debugging categories
36563
36564 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36565
36566         * po/en_GB.po:
36567         * po/LINGUAS:
36568           Adding en_GB translation (Gareth Owen)
36569
36570 2004-04-20  David Schleef  <ds@schleef.org>
36571
36572         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36573         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36574         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36575         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36576         A number of new features and hacks to extract the esds atom and
36577         put it into the caps.  (bug #137724)
36578
36579 2004-04-19  David Schleef  <ds@schleef.org>
36580
36581         * gconf/Makefile.am: Fix for non-GNU make
36582         * gst-libs/gst/Makefile.am: Change directory order to handle
36583         GstPlay linking with gstinterfaces
36584         * gst-libs/gst/audio/make_filter: make use of tr portable
36585         * gst-libs/gst/play/Makefile.am: Add intended \
36586         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36587         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36588         function prototype instead of void *.
36589         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36590         macro.
36591         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36592         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36593         * gst/videofilter/make_filter: make use of tr portable
36594         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36595
36596 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36597
36598         * po/LINGUAS:
36599         * po/uk.po:
36600           Added Ukrainian translation (Maxim V. Dziumanenko)
36601
36602 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36603
36604         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36605         (gst_gsmdec_link), (gst_gsmdec_chain):
36606           Fix capsnego, simplify chain function slightly.
36607         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36608           Add GSM.
36609
36610 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36611
36612         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36613         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36614         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36615           Hack to make wavparse work with spider (always -> sometimes pad).
36616           Fixes #135862 && #140411.
36617
36618 2004-04-18  Benjamin Otte  <otte@gnome.org>
36619
36620         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36621         (gst_osselement_rate_probe_check),
36622         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36623           get rid of \n in debug output
36624
36625 2004-04-17  Iain <iain@prettypeople.org>
36626
36627         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36628         not just EOS.
36629
36630 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36631
36632         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36633         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36634         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36635         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36636         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36637         (gst_id3_tag_change_state), (plugin_init):
36638           deprecate id3tag element and replace with id3demux/id3mux.
36639           great side effect: this ugly file is now even uglier, yay!
36640         * ext/mad/gstmad.h:
36641           remove non-available function
36642           update for new get_type
36643
36644 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36645
36646         * configure.ac:
36647           require mpeg2dec >= 0.4.0
36648
36649 2004-04-17  Benjamin Otte  <otte@gnome.org>
36650
36651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36652         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36653         (gst_xvimagesink_set_xwindow_id):
36654           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36655           assorted cleanup fixes.
36656
36657 2004-04-16  David Schleef  <ds@schleef.org>
36658
36659         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36660         * sys/xvimage/xvimagesink.h: same
36661
36662 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36663
36664         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36665           Fix GST_ELEMENT_ERROR with (NULL)
36666
36667 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36668
36669         * gst-libs/gst/riff/riff-media.c:
36670         (gst_riff_create_video_caps_with_data):
36671           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36672
36673 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36674
36675         * gst-libs/gst/riff/riff-media.c:
36676         (gst_riff_create_video_caps_with_data),
36677         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36678         (gst_riff_create_video_template_caps),
36679         (gst_riff_create_audio_template_caps):
36680         * gst-libs/gst/riff/riff-media.h:
36681         * gst-libs/gst/riff/riff-read.c:
36682         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36683         * gst-libs/gst/riff/riff-read.h:
36684         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36685           Add MS RLE support. I added some functions to read out strf chunks
36686           into strf chunks and the data behind it. This is usually color
36687           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36688           caps creation. Lastly, add ADPCM (similar to wavparse - which
36689           should eventually be rifflib based).
36690         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36691         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36692         * gst/matroska/matroska-demux.h:
36693           Remove placeholders for some prehistoric tagging system. Didn't add
36694           support for any tag system really anyway.
36695         * gst/qtdemux/qtdemux.c:
36696           Add support for audio/x-m4a (MPEG-4) through spider.
36697         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36698         (gst_wavparse_loop):
36699           ADPCM support (#135862). Increase max. buffer size because we
36700           cannot split buffers for ADPCM (screws references) and I've seen
36701           files with 2048 byte chunks. 4096 seems safe for now.
36702
36703 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36704
36705         * configure.ac: bump nano to 1
36706
36707 === release 0.8.1 ===
36708
36709 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36710
36711         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36712
36713 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36714
36715         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36716           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36717           Fixes #140058
36718
36719 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36720
36721         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36722           lower rank of dvddemux so that it's not used for mpeg playback.
36723
36724 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36725
36726         * configure.ac:
36727           save libs correctly when checking mad
36728
36729 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36730
36731         * ext/mad/gstid3tag.c: (plugin_init):
36732           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36733
36734 2004-04-13  David Schleef  <ds@schleef.org>
36735
36736         * common/m4/gst-feature.m4: Call -config scripts with
36737         --plugin-libs if it is supported.
36738         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36739         JPEG images are image/jpeg.
36740         * gst/debug/Makefile.am:
36741         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36742         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36743         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36744         (gst_negotiation_plugin_init): Add a property that acts like
36745         filter caps.
36746         * testsuite/gst-lint:  Move license checking to be a standard
36747         test.
36748
36749 2004-04-13  David Schleef  <ds@schleef.org>
36750
36751         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36752         patch from Sebastien Cote (bug #139958)
36753
36754 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36755
36756         * examples/gstplay/Makefile.am:
36757         * examples/gstplay/player.c: (main):
36758           make the commandline player example use gconf settings
36759
36760 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36761
36762         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36763         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36764         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36765           init/end library during state transition, not object
36766           creation/disposal.  get rid of custom dispose handler.
36767
36768
36769 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36770
36771         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36772         be a symlink
36773
36774 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36775
36776         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36777           Handle JUNK chunks inside data section. Prevents warnings.
36778
36779 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36780
36781         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36782         (gst_riff_create_video_template_caps):
36783           Add MS video v1.
36784         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36785         (gst_avi_demux_stream_data):
36786           Add support for "rec-list" chunks.
36787
36788 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36789
36790         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36791           Fix another codecname mismatch.
36792
36793 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36794
36795         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36796           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36797           so that MJPEG plays back.
36798
36799 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36800
36801         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36802         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36803         * gst/mpeg1videoparse/gstmp1videoparse.h:
36804           Fix for some slight mis-cuts in buffer parsing, and for some
36805           potential overflows or faults-causers. Adds disconts. Also fixes
36806           #139105 while we're at it.
36807
36808 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36809
36810         * configure.ac:
36811         * sys/v4l2/gstv4l2element.h:
36812           Workaround for missing struct v4l2_buffer declaration in Suse 9
36813           and Mandrake 10 linux/videodev2.h header file (#135919).
36814
36815 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36816
36817         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36818           Bail out if no filename was given.
36819
36820 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36821
36822         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36823         (gst_v4l2_fourcc_from_structure):
36824           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36825           Y41B somewhere).
36826
36827 2004-04-09  Benjamin Otte  <otte@gnome.org>
36828
36829         * ext/gnomevfs/gstgnomevfssink.c:
36830         (_gst_boolean_allow_overwrite_accumulator),
36831         (gst_gnomevfssink_class_init):
36832           fix erase signal - if any handler returns false the file will not be
36833           overwritten. If no handler is connected, the file will not be
36834           overwritten either.
36835           renamed signal to "allow-overwrite"
36836         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36837           free string when adding it to ID3 failed
36838         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36839           unref event when done
36840         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36841           free caps
36842         * gst/typefind/gsttypefindfunctions.c:
36843         (mpeg_video_stream_type_find):
36844           fix invalid read
36845
36846 2004-04-08  David Schleef  <ds@schleef.org>
36847
36848         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36849         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36850
36851 2004-04-08  David Schleef  <ds@schleef.org>
36852
36853         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36854         we don't support (bug #139532)
36855
36856 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36857
36858         * ext/mad/gstmad.c: (gst_mad_handle_event),
36859         (gst_mad_check_caps_reset), (gst_mad_chain),
36860         (gst_mad_change_state):
36861           only set explicit caps if they haven't been set before for
36862           this stream.  MPEG-audio sample rate/channels aren't allowed
36863           to change in-stream.
36864           Fixes #139382
36865
36866 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36867
36868         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36869         (_gst_boolean_did_something_accumulator),
36870         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36871         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36872         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36873         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36874         (gst_gnomevfssink_change_state):
36875           Fix erase signal. Don't erase by default. Remove handoff signal.
36876           Remove erase property. Don't segfault. General cleanup.
36877
36878 2004-04-07  Benjamin Otte  <otte@gnome.org>
36879
36880         * gst-libs/gst/gconf/test-gconf.c: (main):
36881           add missing gst_init
36882
36883 2004-04-07  Benjamin Otte  <otte@gnome.org>
36884
36885         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36886           free the mutexes, too
36887
36888 2004-04-07  Benjamin Otte  <otte@gnome.org>
36889
36890         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36891           actually free the URI string
36892         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36893           compute offset correctly when passing discont events
36894         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36895           don't leak discont events
36896         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36897           add some missing breaks so caps aren't copied randomly
36898         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36899           if we realloc memory, we better use it
36900
36901 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36902
36903         * ext/mad/gstmad.c: (normal_seek):
36904           fix GST_FORMAT_TIME usage
36905
36906 2004-04-05  David Schleef  <ds@schleef.org>
36907
36908         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36909         a deprecated function (hack!)
36910
36911 2004-04-05  Benjamin Otte  <otte@gnome.org>
36912
36913         * ext/esd/esdmon.c: (gst_esdmon_get):
36914           fix nonterminated vararg and memleak
36915
36916 2004-04-05  Benjamin Otte  <otte@gnome.org>
36917
36918         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36919         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36920         (gst_ladspa_set_property), (gst_ladspa_get_property),
36921         (gst_ladspa_instantiate), (gst_ladspa_activate),
36922         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36923           clean up debugging
36924
36925 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36926
36927         reviewed by Benjamin Otte  <otte@gnome.org>
36928
36929         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36930           check for broken LADSPA parameters (fixes #138635)
36931
36932 2004-04-05  Benjamin Otte  <otte@gnome.org>
36933
36934         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36935           advertise buffer-frames correctly on sinkpads
36936
36937 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36938
36939         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36940         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36941         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36942         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36943         (gst_mad_check_caps_reset), (gst_mad_chain):
36944         add more debugging, only reset caps when we're not in error state
36945
36946 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36947
36948         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36949
36950 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36951
36952         reviewed by Benjamin Otte  <otte@gnome.org>
36953
36954         * configure.ac:
36955           fix == in test(1) operator
36956
36957 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36958
36959         reviewed by Benjamin Otte  <otte@gnome.org>
36960
36961         * configure.ac:
36962           fix --export-symblos-regex to a working regex.
36963
36964 2004-04-04  Benjamin Otte  <otte@gnome.org>
36965
36966         * sys/oss/.cvsignore:
36967           add for oss_probe
36968
36969 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36970
36971         reviewed by Benjamin Otte  <otte@gnome.org>
36972
36973         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36974           add missing 'new_media' argument (fixes #138168)
36975         * gst/matroska/matroska-demux.c:
36976         (gst_matroska_demux_handle_seek_event):
36977           add vararg terminator (fixes #138169)
36978
36979 2004-04-02  David Schleef  <ds@schleef.org>
36980
36981         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36982         disted (bug #138914)
36983
36984 2004-04-01  Benjamin Otte  <otte@gnome.org>
36985
36986         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36987         (gst_alsa_close_audio):
36988           handle case better where a soundcard can't pause
36989         * ext/ogg/gstoggdemux.c:
36990           don't crash when we get events but don't have pads yet
36991
36992 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36993
36994         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36995           throw an error if we couldn't probe any caps.
36996
36997 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36998
36999         * ext/dvdnav/gst-dvd:
37000         Add a really simple sample DVD player
37001
37002 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
37003
37004         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
37005         (gst_a52dec_push), (gst_a52dec_handle_event),
37006         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
37007         (gst_a52dec_change_state):
37008         * ext/a52dec/gsta52dec.h:
37009           Use a debug category, Output timestamps correctly
37010           Emit tag info, Handle events, tell liba52dec about cpu
37011           capabilities so it can use MMX etc.
37012         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
37013           Fix a crasher accessing invalid memory
37014         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
37015         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
37016         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
37017         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
37018         (dvdnavsrc_query):
37019           Some support for byte-format seeking.
37020           Small fixes for still frames and menu button overlays
37021         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
37022         (gst_mpeg2dec_alloc_buffer):
37023           Use a debug category. Adjust the report level of several items to
37024           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
37025           so it doesn't lose the GstBuffer pointer
37026         * gst/debug/Makefile.am:
37027         * gst/debug/gstdebug.c: (plugin_init):
37028         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
37029         (gst_navseek_base_init), (gst_navseek_class_init),
37030         (gst_navseek_init), (gst_navseek_seek),
37031         (gst_navseek_handle_src_event), (gst_navseek_set_property),
37032         (gst_navseek_get_property), (gst_navseek_chain),
37033         (gst_navseek_plugin_init):
37034         * gst/debug/gstnavseek.h:
37035           Add the navseek debug element for seeking back and forth in a
37036           video stream using arrow keys.
37037         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
37038         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
37039         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
37040         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
37041         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
37042         (gst_mpeg2subt_parse_header), (gst_get_nibble),
37043         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
37044         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
37045         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
37046         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
37047         * gst/mpeg2sub/gstmpeg2subt.h:
37048           Pretty much a complete rewrite. Now a loopbased element. May still
37049           require work to properly synchronise subtitle buffers.
37050         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
37051         (gst_dvd_demux_send_subbuffer):
37052         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
37053           Don't attempt to create subbuffers of size 0
37054           Reduce a couple of error outputs to warnings.
37055         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
37056         (gst_y4mencode_chain):
37057         Output the y4m frame header correctly.
37058
37059 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37060
37061         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37062           throw errors instead of allowing SIGFPE
37063
37064 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37065
37066         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
37067         (gst_gconf_render_bin_from_key):
37068           leak plugging and style fixing
37069
37070 2004-03-31  David Schleef  <ds@schleef.org>
37071
37072         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
37073         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
37074         (bug #138225)
37075         * gst/debug/Makefile.am:
37076         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
37077         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
37078         plugin.
37079         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
37080         (gst_negotiation_base_init), (gst_negotiation_class_init),
37081         (gst_negotiation_init), (gst_negotiation_getcaps),
37082         (gst_negotiation_pad_link), (gst_negotiation_chain),
37083         (gst_negotiation_set_property), (gst_negotiation_get_property),
37084         (gst_negotiation_plugin_init):  New element to talk about random
37085         negotiation things happening in a pipeline.
37086
37087 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37088
37089         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37090           fix integer addition with help of Stefan Kost
37091
37092 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37093
37094         * po/nl.po: updated Dutch translation (Elros Cyriatan)
37095
37096 2004-03-30  David Schleef  <ds@schleef.org>
37097
37098         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
37099         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
37100         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
37101         (bug #137504)
37102         * ext/mpeg2dec/gstmpeg2dec.h:
37103
37104 2004-03-30  David Schleef  <ds@schleef.org>
37105
37106         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
37107
37108 2004-03-30  David Schleef  <ds@schleef.org>
37109
37110         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
37111         Michael Petullo) to handle .mov
37112
37113 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37114
37115         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
37116         (gst_osselement_rate_check_rate):
37117           probe caps correctly for sound cards that only support one format
37118
37119 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37120
37121         * ext/kio/kiosrc.cpp: (process_events):
37122           update handling event processing if inside KDE - untested
37123
37124 2004-03-29  David Schleef  <ds@schleef.org>
37125
37126         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
37127         by 2 to not interfere with other colorspaces.
37128         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
37129         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
37130         one to not interfere with ffmpeg_colorspace.
37131
37132 2004-03-29  David Schleef  <ds@schleef.org>
37133
37134         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
37135         aren't in the caps.
37136         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
37137         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
37138
37139 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37140
37141         * gst-libs/gst/riff/riff-media.c:
37142           fail on error, don't try to set stuff on NULL caps
37143
37144 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37145
37146         * configure.ac:
37147         * ext/Makefile.am:
37148         * ext/kio/Makefile.am:
37149         * ext/kio/kioreceiver.cpp:
37150         * ext/kio/kioreceiver.h:
37151         * ext/kio/kiosrc.cpp:
37152         * ext/kio/kiosrc.h:
37153           add experimental kiosrc plugin
37154         * ext/alsa/gstalsaplugin.c: (plugin_init):
37155           initialize debugging category only when we're sure registering the
37156           plugins worked.
37157
37158 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37159
37160         * examples/gstplay/player.c: (main):
37161         * gst-libs/gst/play/play.c: (gst_play_class_init),
37162         (gst_play_set_location), (gst_play_set_data_src),
37163         (gst_play_set_video_sink), (gst_play_set_audio_sink),
37164         (gst_play_set_visualization), (gst_play_connect_visualization):
37165           check return values of element_set_state and return FALSE where
37166           failed
37167
37168 2004-03-29  Benjamin Otte  <otte@gnome.org>
37169
37170         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
37171           try harder to check if an event is really a discont
37172
37173 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37174
37175         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
37176         * po/az.po:
37177
37178 2004-03-28  Benjamin Otte  <otte@gnome.org>
37179
37180         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
37181         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37182         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
37183           get rid of non-standard "..." ranges in case statements.
37184
37185 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
37186
37187         * gst/mpegstream/gstmpegdemux.c:
37188         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
37189         specific functionality split to the new dvddemux element.
37190         * gst/mpegstream/gstdvddemux.c:
37191         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
37192         streams, derived from mpegdemux.
37193         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
37194         up. SCR based timestamp rewriting can be turned off (will probably
37195         completely disappear soon).
37196         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
37197         hacking. General cleanup. All printf statements replaced by
37198         debugging messages. Almost complete libdvdnav support.
37199         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
37200         by events. New properties for audio and subpicture languages.
37201         (dvdnavsrc_update_highlight): Now uses events.
37202         (dvdnavsrc_user_op): Cleaned up.
37203         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
37204         based). Lots of cleanup, and propper support for most libdvdnav
37205         events.
37206         (dvdnavsrc_make_dvd_event): New function.
37207         (dvdnavsrc_make_dvd_nav_packet_event): New function.
37208         (dvdnavsrc_make_clut_change_event): New function.
37209
37210 2004-03-26  Benjamin Otte  <otte@gnome.org>
37211
37212         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
37213           fix bug where typefinding would claim it's theora whenever less then
37214           7 bytes of data were available
37215
37216 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37217
37218         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
37219         (gst_alawdec_base_init), (gst_alawdec_class_init),
37220         (gst_alawdec_init), (gst_alawdec_chain):
37221         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
37222         (gst_alawenc_base_init), (gst_alawenc_class_init),
37223         (gst_alawenc_init), (gst_alawenc_chain):
37224         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
37225         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
37226         (gst_mulawdec_init), (gst_mulawdec_chain):
37227         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37228         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37229         (gst_mulawenc_init), (gst_mulawenc_chain):
37230           Fix capsnego in all four, remove the unused property functions and
37231           simplify the chain functions slightly. I guess we could use macros
37232           or something similar for those, since the code is so similar, but
37233           I'm currently too lazy...
37234
37235 2004-03-24  David Schleef  <ds@schleef.org>
37236
37237         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37238         (gst_osselement_close_audio), (gst_osselement_probe_caps),
37239         (gst_osselement_get_format_structure),
37240         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37241         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37242         (gst_osselement_rate_int_compare): Add code to handle rate probing
37243         (bug #120883)
37244         * sys/oss/gstosselement.h: same
37245         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37246         Use rate probing provided by osselement.
37247         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37248
37249 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37250
37251         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37252         (gst_xvidenc_get_property):
37253           ulong/int mess-up.
37254
37255 2004-03-24  David Schleef  <ds@schleef.org>
37256
37257         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37258         (gst_speexdec_init):
37259         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37260         (gst_speexenc_init):  Create the pad template correctly (from
37261         the static pad template, not a NULL pointer.)
37262
37263 2004-03-25  Benjamin Otte  <otte@gnome.org>
37264
37265         * gst/debug/Makefile.am:
37266         * gst/debug/breakmydata.c:
37267           add element that quasi-randomly changes bytes in the stream.
37268           Intended use is robustness checking of demuxers and decoders in
37269           media tests.
37270
37271 2004-03-24  Benjamin Otte  <otte@gnome.org>
37272
37273         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37274         (gst_alsa_probe_hw_params):
37275         * ext/alsa/gstalsa.h:
37276           debugging output fixes
37277
37278 2004-03-24  Benjamin Otte  <otte@gnome.org>
37279
37280         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37281           don't g_return_if_fail if element is PLAYING, fail silently as every
37282           other element.
37283         * gst/effectv/gstquark.c: (gst_quarktv_chain):
37284           only fix needed for cast lvalue issues in gst-plugins
37285         * gst/volenv/gstvolenv.c: (gst_volenv_init):
37286           add proxy_getcaps
37287
37288 2004-03-24  Benjamin Otte  <otte@gnome.org>
37289
37290         * gst/level/gstlevel.c: (gst_level_init):
37291           add proxying getcaps function, so level doesn't advertise impossible
37292           caps
37293
37294 2004-03-24  David Schleef  <ds@schleef.org>
37295
37296         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37297         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37298         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37299         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37300         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37301         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37302         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37303         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37304         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
37305         messages.  Divide the chunk size by the compression ratio
37306         (needed for MACE audio)
37307
37308 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37309
37310         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37311           Fix buffer overflow read error.
37312
37313 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37314
37315         * ext/alsa/gstalsa.h:
37316           Remove unused entry.
37317         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37318           Add cinepak.
37319         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37320         (gst_videodrop_link), (gst_videodrop_chain):
37321           Fix, sort of. Was horribly broken with new capsnego. Bah...
37322
37323 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37324
37325         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37326         (plugin_init):
37327         Add a monkeysaudio typefind function
37328
37329 2004-03-23  Johan Dahlin  <johan@gnome.org>
37330
37331         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37332         (gst_play_video_fixate): Check so the structure has the field
37333         before trying to fixate them, this makes it possible to have
37334         fakesinks for video and audio output without printing errors on
37335         the output console.
37336
37337 2004-03-22  David Schleef  <ds@schleef.org>
37338
37339         * sys/oss/Makefile.am:
37340         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37341         (check_rate), (add_rate):  Rate probing test app.
37342
37343 2004-03-21  Benjamin Otte  <otte@gnome.org>
37344
37345         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37346         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37347           add a fixation function that pretty much does the right thing (fixes
37348           #137556)
37349
37350 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37351
37352         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37353
37354 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37355
37356         reviewed by: Benjamin Otte  <otte@gnome.org>
37357
37358         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37359           terminate gst_event_new_discontinuous correctly (fixes parts of
37360           #137711)
37361
37362 2004-03-19  David Schleef  <ds@schleef.org>
37363
37364         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37365         since it doesn't depend on X, and it's part of our ABI.
37366
37367 2004-03-19  Iain <iain@prettypeople.org>
37368
37369         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37370         is_int in the structure, not the local variable.
37371
37372 2004-03-19  David Schleef  <ds@schleef.org>
37373
37374         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37375         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37376         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37377         Improvements in caps negotiation.
37378
37379 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37380
37381         * po/LINGUAS:
37382         * po/af.po:
37383           adding Afrikaans (Petri Jooste)
37384
37385 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37386
37387         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37388         (gst_ffmpegcolorspace_chain):
37389         throw error instead of g_critical (#137588)
37390
37391 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37392
37393         * Makefile.am:
37394         * configure.ac:
37395           dist common and m4 correctly
37396         * po/sv.po:
37397
37398 2004-03-17  David Schleef  <ds@schleef.org>
37399
37400         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37401         (bug #137348)
37402
37403 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37404
37405         * po/LINGUAS:
37406         * po/sv.po:
37407           adding Swedish translation (Christian Rose)
37408
37409 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37410
37411         * Makefile.am: use release.mak
37412
37413 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37414
37415         * common/ChangeLog:
37416         * common/gst-autogen.sh:
37417           add some explanation about the version detection
37418         * configure.ac:
37419           fix X check
37420
37421 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37422
37423         * configure.ac: bump nano to 1
37424
37425 === release 0.8.0 ===
37426
37427 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37428
37429         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37430
37431 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37432
37433         * configure.ac:
37434           update libtool version
37435         * gst-libs/gst/media-info/Makefile.am:
37436           actually use libtool version
37437
37438 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37439
37440         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37441
37442 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37443
37444         * configure.ac:
37445         * gst-plugins.spec.in:
37446         * pkgconfig/Makefile.am:
37447         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37448         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37449         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37450         * pkgconfig/gstreamer-libs.pc.in:
37451         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37452         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37453         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37454         * pkgconfig/gstreamer-plugins.pc.in:
37455           remove @VERSION@ from some of the pc files since core and plugins
37456           are decoupled.
37457           created gstreamer-plugins.pc as it's a better name, but keeping
37458           -libs around for now to get fixes upstream done first.
37459
37460 2004-03-15  Julien MOUTTE <julien@moutte.net>
37461
37462         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37463         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37464         * gst-libs/gst/play/play.h:
37465
37466 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37467
37468         * *.c, *.cc: don't mix tabs and spaces
37469
37470 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37471
37472         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37473           use the new ffmpegcolorspace
37474         * gst-plugins.spec.in:
37475           package new colorspace and media-info
37476         * configure.ac:
37477         * pkgconfig/Makefile.am:
37478           fix some more disting issues
37479         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37480         * pkgconfig/gstreamer-media-info.pc.in:
37481           generate media-info pc files
37482
37483 2004-03-15  Johan Dahlin  <johan@gnome.org>
37484
37485         * *.h: Revert indenting
37486
37487 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37488
37489         * configure.ac:
37490           adding ffmpegcolorspace element
37491         * gst/ffmpegcolorspace/Makefile.am:
37492         * gst/ffmpegcolorspace/avcodec.h:
37493         * gst/ffmpegcolorspace/common.h:
37494         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37495         * gst/ffmpegcolorspace/dsputil.h:
37496         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37497         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37498         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37499         (gst_ffmpeg_caps_to_pix_fmt):
37500         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37501         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37502         (gst_ffmpegcolorspace_caps_remove_format_info),
37503         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37504         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37505         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37506         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37507         (gst_ffmpegcolorspace_set_property),
37508         (gst_ffmpegcolorspace_get_property),
37509         (gst_ffmpegcolorspace_register):
37510         * gst/ffmpegcolorspace/imgconvert.c:
37511         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37512         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37513         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37514         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37515         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37516         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37517         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37518         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37519         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37520         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37521         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37522         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37523         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37524         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37525         (img_get_alpha_info), (deinterlace_line),
37526         (deinterlace_line_inplace), (deinterlace_bottom_field),
37527         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37528         * gst/ffmpegcolorspace/imgconvert_template.h:
37529         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37530         * gst/ffmpegcolorspace/mmx.h:
37531         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37532           adding ffmpegcolorspace element supplied by Ronald after cleaning
37533           up and pulling in the right bits of upstream source.
37534           I'm sure a better C/compiler wizard could do some cleaning up (for
37535           example use GLIB's malloc stuff), but as a first pass this
37536           works very well
37537
37538 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37539
37540         * ext/alsa/gstalsa.h:
37541           I assume Ronald forgot to commit the change to have cardname
37542           as a struct member.  Expect some public spanking at the next
37543           opportunity.
37544
37545 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37546
37547         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37548         (gst_alsa_open_audio), (gst_alsa_close_audio):
37549         * ext/alsa/gstalsa.c:
37550           Don't open the device if we're a mixer (= padless).
37551         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37552         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37553         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37554           Open mixer during state change rather than during object
37555           initialization. Also, get a device name. Currently in a somewhat
37556           hackish fashion, but I didn't really find something better.
37557
37558 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37559
37560         * *.c, *.h: run gst-indent
37561
37562 2004-03-14  Benjamin Otte  <otte@gnome.org>
37563
37564         * gst/modplug/gstmodplug.cc:
37565         * gst/modplug/gstmodplug.h:
37566           set correct timestamps on outgoing buffers
37567
37568 2004-03-14  Benjamin Otte  <otte@gnome.org>
37569
37570         * gst/modplug/gstmodplug.cc:
37571           handle events - don't do crap when a discont arrives that's not
37572           necessary
37573           This allows correct loading and playback of mods in Rhythmbox
37574
37575 2004-03-14  Benjamin Otte  <otte@gnome.org>
37576
37577         * configure.ac:
37578         * gst-libs/gst/gconf/Makefile.am:
37579         * pkgconfig/Makefile.am:
37580           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37581           they get rebuilt properly
37582         * configure.ac:
37583           when checking for vorbis, try pkgconfig first.
37584         * gst/modplug/gstmodplug.cc:
37585           add fixate function
37586
37587 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37588
37589         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37590           Fix for obvious mistake, where we first shift the offset and then
37591           read a samplesize element assuming the old offset. Note that this
37592           part still has something weird, i.e. my movies containing those
37593           don't actually play well, but at least there's something that looks
37594           like sound now.
37595
37596 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37597         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37598         (plugin_init):
37599         Add a typefind function for speex format
37600
37601 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37602
37603         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37604         (gst_asf_demux_setup_pad):
37605           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37606           instead of 0. Reason is simple: some elements have a fps range
37607           of 1-max instead of 0-max. So now ASF video actually works.
37608
37609 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37610
37611         * po/LINGUAS:
37612         * po/sr.po:
37613           adding serbian as a language
37614
37615 2004-03-13  Benjamin Otte  <otte@gnome.org>
37616
37617         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37618           return taglist correctly from _get function, don't gst_pad_push it.
37619           (fixes #137042)
37620
37621 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37622         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37623
37624 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37625
37626         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37627         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37628         (gst_alsa_mixer_track_new):
37629         * ext/alsa/gstalsamixertrack.h:
37630           Fix ancient leftovers... MixerTrack is a GObject.
37631
37632 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37633
37634         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37635         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37636           Don't block during probing...
37637
37638 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37639
37640         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37641         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37642         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37643         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37644         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37645         (gst_alsa_open_audio), (gst_alsa_close_audio):
37646         * ext/alsa/gstalsa.h:
37647           Add propertyprobe interface implementation, add some device-name
37648           property, all this so that it looks good in gnome-volume-control.
37649
37650 2004-03-12  David Schleef  <ds@schleef.org>
37651
37652         * configure.ac: the Hermes library controls hermescolorspace, not
37653         colorspace.
37654         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37655         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37656         not /* */
37657         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37658         * ext/sdl/sdlvideosink.h: ditto.
37659         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37660
37661 2004-03-12  Benjamin Otte  <otte@gnome.org>
37662
37663         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37664         (gst_x_overlay_got_xwindow_id):
37665         * gst-libs/gst/xoverlay/xoverlay.h:
37666           replace XID with unsigned long to get rid of the xlibs dependency in
37667           XOverlay (fixes #137004)
37668
37669 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37670         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37671         (gst_agingtv_setup):
37672         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37673         (gst_dicetv_base_init), (gst_dicetv_class_init),
37674         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37675         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37676         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37677         (gst_edgetv_setup), (gst_edgetv_rgb32):
37678         * gst/effectv/gsteffectv.c:
37679         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37680         (gst_quarktv_set_property):
37681         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37682         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37683         (gst_revtv_setup), (gst_revtv_rgb32):
37684         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37685         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37686         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37687         (gst_shagadelictv_rgb32):
37688         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37689         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37690         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37691         * gst/effectv/gstwarp.c:
37692         Port everything that can be ported to videofilter and fix up the caps.
37693         Can someone with a big-endian machine please check these?
37694
37695 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37696
37697         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37698         (gst_osssink_chain), (gst_osssink_change_state):
37699           Latest fixes for A/V sync, audio playback and such. This is about
37700           all... MPEG playback issues are mostly related to the async build-
37701           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37702
37703 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37704
37705         patch from: Stephane Loeuillet
37706
37707         * configure.ac:
37708           use pkg-config for some libraries, falling back to the old .m4 way
37709           (fixes #131270)
37710         * m4/libdv.m4:
37711           removed
37712
37713 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37714
37715         * configure.ac:
37716         * tools/Makefile.am:
37717         * tools/Makefile.in:
37718         * tools/gst-launch-ext-m.m:
37719         * tools/gst-launch-ext.1.in:
37720         * tools/gst-visualise-m.m:
37721         * tools/gst-visualise.1:
37722         * tools/gst-visualise.1.in:
37723           reorganizing generation of script tools
37724
37725 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37726
37727         * ext/divx/gstdivxdec.c:
37728           Downgrade priority. We prefer ffdec_mpeg4.
37729         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37730         (gst_faad_chain), (gst_faad_change_state):
37731           Fix capsnego. Doesn't work for some sounds because we don't have
37732           a 5:1 to stereo element.
37733         * ext/xvid/gstxvid.c: (plugin_init):
37734           Add priority.
37735         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37736         (gst_osssink_change_state):
37737           Add discont handling.
37738
37739 2004-03-09  Colin Walters  <walters@verbum.org>
37740
37741         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37742         conversion.
37743
37744 2004-03-09  Benjamin Otte  <otte@gnome.org>
37745
37746         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37747           the signals take 2 arguments
37748
37749 2004-03-09  David Schleef  <ds@schleef.org>
37750
37751         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37752         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37753         * ext/alsa/gstalsa.h:
37754         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37755
37756 2004-03-09  Benjamin Otte  <otte@gnome.org>
37757
37758         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37759         (gst_mikmod_change_state):
37760         * ext/mikmod/gstmikmod.h:
37761           make mikmod's loop function not loop infinitely and call
37762           gst_element_yield anymore
37763         * gst/modplug/gstmodplug.cc:
37764           fix pad negotiation (fixes #136590)
37765
37766 2004-03-09  David Schleef  <ds@schleef.org>
37767
37768         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37769         doesn't conflict with the internal colorspace plugin.
37770         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37771         satisfy the crappy-ass shell shipped by a certain vendor.
37772         * gst/videofilter/make_filter: same (bug #135299)
37773
37774 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37775
37776         * configure.ac: bump nano to 1
37777
37778 === release 0.7.6 ===
37779
37780 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37781
37782         * configure.in: releasing 0.7.6, "There"
37783
37784 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37785
37786         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37787         * pkgconfig/gstreamer-play.pc.in:
37788           synchronize the two
37789
37790 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37791
37792         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37793         (cdparanoia_open), (cdparanoia_event):
37794           fix/add error handling
37795         * po/POTFILES.in:
37796           add cdparanoia source
37797         * tools/Makefile.am:
37798           make scripts executable
37799
37800 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37801
37802         * configure.ac:
37803         * ext/vorbis/Makefile.am:
37804         * sys/Makefile.am:
37805           remove id3types, vorbisfile and xvideosink from the build (#133783)
37806
37807 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37808
37809         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37810           Fix metadata read crash (#136537).
37811
37812 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37813
37814         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37815         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37816           adding mime types, fixing the one-stop function
37817
37818 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37819
37820         * ext/nas/nassink.c and /ext/nas/nassink.h:
37821         More NAS love from Arwed von Merkatz
37822         So lets all sing 'Can you feel the NAS tonight'
37823
37824 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37825
37826         * tools/gst-launch-ext.in:
37827         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37828
37829 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37830
37831         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37832         (gst_mpeg2dec_init):
37833         remove the user_data pad for now, because it is being used in
37834         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37835         If someone knows how to fix this properly, please do.
37836
37837 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37838
37839         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37840         (gst_osssink_get_time):
37841         add a warning, IMO this won't get triggered anymore, remove later
37842
37843 2004-03-07  David Schleef  <ds@schleef.org>
37844
37845         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37846         format (bug #136470)
37847
37848 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37849
37850         * gst-libs/Makefile.am:
37851         * gst-libs/gst/media-info/Makefile.am:
37852         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37853         (error_callback), (gst_media_info_error_create),
37854         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37855         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37856         * gst-libs/gst/media-info/media-info-priv.h:
37857         * gst-libs/gst/media-info/media-info-test.c: (main):
37858         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37859         (gst_media_info_class_init), (gst_media_info_instance_init),
37860         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37861         (gst_media_info_read_idler), (gst_media_info_read):
37862         * gst-libs/gst/media-info/media-info.h:
37863         fixed, should work now
37864
37865 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37866
37867         * ext/nas/nassink.c:
37868         A bunch of NAS fixes from Arwed von Merkatz
37869
37870 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37871
37872         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37873         (qtdemux_parse_trak):
37874           Fix crash (j might be greater than n_samples, in which case we're
37875           writing outside the allocated space for the array) and memleak.
37876
37877 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37878
37879         * sys/oss/gstosssink.c: (gst_osssink_chain):
37880           And another caller that couldn't handle delay < 0 (unsigned
37881           integer overflow). Video now continues playing on an audio
37882           buffer underrun, and the clock continues working. Audio still
37883           stalls.
37884
37885 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37886
37887         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37888         (gst_osssink_get_time):
37889           get_delay() may return values lower than 0. In those cases, we
37890           should not actually cast to *unsigned* int64, that will break
37891           stuff horribly. In my case, it screwed up A/V sync in movies
37892           in totem rather badly.
37893
37894 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37895
37896         * ext/faac/gstfaac.c: (gst_faac_chain):
37897         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37898         * ext/libpng/gstpngenc.c: (user_write_data):
37899         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37900         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37901         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37902         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37903         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37904         of any buffer), should fix some leaks. I hope I didn't unref buffers
37905         that shouldn't be...
37906
37907 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37908
37909         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37910         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37911         (error_callback), (gmi_reset), (gmi_seek_to_track),
37912         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37913         (gmip_find_type_post), (gmip_find_stream_post),
37914         (gmip_find_track_streaminfo_post):
37915         * gst-libs/gst/media-info/media-info-priv.h:
37916         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37917         (info_print), (main):
37918         * gst-libs/gst/media-info/media-info.c:
37919         (gst_media_info_error_create), (gst_media_info_error_element),
37920         (gst_media_info_instance_init), (gst_media_info_get_property),
37921         (gst_media_info_new), (gst_media_info_set_source),
37922         (gst_media_info_read_idler), (gst_media_info_read):
37923         * gst-libs/gst/media-info/media-info.h:
37924           first pass at making this work again.  This seems to work on
37925           tagged ogg/vorbis and mp3 files.
37926
37927 2004-03-06  Benjamin Otte  <otte@gnome.org>
37928
37929         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37930           fix huge leak: gst_buffer_merge doesn't unref the first argument
37931           itself.
37932
37933 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37934
37935         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37936           report layer/mode/emphasis
37937
37938 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37939
37940         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37941
37942 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37943
37944         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37945           signal serial
37946
37947 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37948
37949         * ext/vorbis/vorbis.c: (plugin_init):
37950         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37951         (gst_vorbis_dec_init), (vorbis_dec_event):
37952         add debug category
37953         make vorbisdec handle _BYTE and _TIME queries
37954
37955 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37956
37957         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37958           from the xing header
37959
37960 2004-03-06  Benjamin Otte  <otte@gnome.org>
37961
37962         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37963         (gst_audio_convert_link), (gst_audio_convert_change_state),
37964         (gst_audio_convert_buffer_from_default_format):
37965           do conversions from/to float correctly, fix some caps nego errors,
37966           export correct supported caps in template and getcaps, use correct
37967           caps in try_set_caps functions
37968
37969 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37970
37971         For some reason, I only committed a ChangeLog entry yesterday and
37972         not the corresponding code...
37973         * ext/mad/gstmad.c: Fix detection of Xing headers
37974         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37975
37976 2004-03-06  Benjamin Otte  <otte@gnome.org>
37977
37978         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37979         (gst_ogg_demux_src_query):
37980           make sure to handle the case where there's no current chain
37981           gracefully.
37982
37983 2004-03-05  David Schleef  <ds@schleef.org>
37984
37985         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37986         Add fixate function. (bug #131128)
37987         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37988         (gst_sdlvideosink_fixate):  Add fixate function.
37989         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37990         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37991         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37992         Fix missing break that was causing ulaw to be interpreted as
37993         raw int.
37994
37995 2004-03-05  David Schleef  <ds@schleef.org>
37996
37997         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37998         Fix code that ignores return value of gst_buffer_merge().
37999         (bug #114560)
38000         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
38001         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
38002         * testsuite/gst-lint:  Check for above.
38003
38004 2004-03-05  David Schleef  <ds@schleef.org>
38005
38006         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
38007         caps and throw an element error.  (bug #136334)
38008
38009 2004-03-05  David Schleef  <ds@schleef.org>
38010
38011         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
38012         (gst_faad_chain): Fix negotiation.
38013         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
38014         key and button events.
38015         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
38016         dung heap of code.
38017         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
38018         depends on gconf
38019         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
38020         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38021         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
38022         function to encourage better negotiation, particularly between
38023         audioconvert and osssink.
38024         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38025         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
38026         more important.
38027         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
38028         typefinding.
38029         * gst/vbidec/vbiscreen.c:  Add glib header
38030         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
38031
38032 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
38033
38034         * ext/mad/gstmad.c: Fix detection of Xing headers
38035         * gst/tags/gstid3tag.c: Changes to support TLEN tags
38036
38037 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38038
38039         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38040         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
38041           debug updates
38042
38043 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
38044
38045         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38046         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
38047         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
38048         files, and report the parsed length as a GST_TAG_DURATION tag.
38049         * gst/tags/gstid3tag.c: support TLEN (duration) tag
38050
38051 2004-03-05  Benjamin Otte  <otte@gnome.org>
38052
38053         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
38054           convert channels correctly. convert correctly to unsigned.
38055
38056 2004-03-05  Julien MOUTTE <julien@moutte.net>
38057
38058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
38059         we have a window before clearing it.
38060
38061 2004-03-05  Julien MOUTTE <julien@moutte.net>
38062
38063         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
38064         have a window before clearing it.
38065
38066 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38067
38068         * gconf/gstreamer.schemas.in:
38069         * gst-libs/gst/gconf/Makefile.am:
38070           version installation path the same way as for 0.6
38071         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38072         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38073         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38074           remove comment that was fixed
38075
38076 2004-03-05  David Schleef  <ds@schleef.org>
38077
38078         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
38079         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
38080         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
38081         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
38082         Add prototype code for handling seeking and querying.
38083
38084 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38085
38086         * examples/gstplay/player.c: (main):
38087           Initialize variables to NULL. Prevents a segfault because the
38088           (uninitialized) variable is not NULL, resulting in a crash on
38089           trying to reach error->message.
38090
38091 2004-03-05  Benjamin Otte  <otte@gnome.org>
38092
38093         * gst/audioconvert/gstaudioconvert.c:
38094         (gst_audio_convert_buffer_to_default_format):
38095         make float=>int conversion work correctly even in cornercases.
38096
38097 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
38098
38099         * debian/README.Debian:
38100         * debian/build-deps:
38101         * debian/changelog:
38102         * debian/control:
38103         * debian/control.in:
38104         * debian/copyright:
38105         * debian/gstreamer-a52dec.files:
38106         * debian/gstreamer-aa.files:
38107         * debian/gstreamer-alsa.files:
38108         * debian/gstreamer-alsa.manpages:
38109         * debian/gstreamer-arts.files:
38110         * debian/gstreamer-artsd.files:
38111         * debian/gstreamer-audiofile.files:
38112         * debian/gstreamer-avifile.files:
38113         * debian/gstreamer-cdparanoia.files:
38114         * debian/gstreamer-colorspace.files:
38115         * debian/gstreamer-doc.files:
38116         * debian/gstreamer-dv.files:
38117         * debian/gstreamer-dvd.files:
38118         * debian/gstreamer-esd.files:
38119         * debian/gstreamer-festival.files:
38120         * debian/gstreamer-flac.files:
38121         * debian/gstreamer-gconf.conffiles:
38122         * debian/gstreamer-gconf.files:
38123         * debian/gstreamer-gconf.postinst:
38124         * debian/gstreamer-gnomevfs.files:
38125         * debian/gstreamer-gsm.files:
38126         * debian/gstreamer-http.files:
38127         * debian/gstreamer-jack.files:
38128         * debian/gstreamer-jpeg.files:
38129         * debian/gstreamer-mad.files:
38130         * debian/gstreamer-mikmod.files:
38131         * debian/gstreamer-misc.files:
38132         * debian/gstreamer-mpeg2dec.files:
38133         * debian/gstreamer-oss.files:
38134         * debian/gstreamer-plugin-apps.files:
38135         * debian/gstreamer-plugin-apps.manpages:
38136         * debian/gstreamer-plugin-libs-dev.files:
38137         * debian/gstreamer-plugin-libs.files:
38138         * debian/gstreamer-plugin-template.postinst:
38139         * debian/gstreamer-plugin-template.postrm:
38140         * debian/gstreamer-sdl.files:
38141         * debian/gstreamer-sid.files:
38142         * debian/gstreamer-vorbis.files:
38143         * debian/gstreamer-x.files:
38144         * debian/mk.control:
38145         * debian/rules:
38146         Debian package info not maintained here.
38147
38148 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38149
38150         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
38151         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
38152         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
38153         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
38154         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
38155         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
38156         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
38157         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
38158         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
38159         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
38160         * gst-libs/gst/colorbalance/colorbalance.c:
38161         (gst_color_balance_class_init):
38162         * gst-libs/gst/colorbalance/colorbalancechannel.c:
38163         (gst_color_balance_channel_class_init):
38164         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
38165         * gst-libs/gst/play/play.c: (gst_play_class_init):
38166         * gst-libs/gst/propertyprobe/propertyprobe.c:
38167         (gst_property_probe_iface_init):
38168         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
38169         * gst-libs/gst/tuner/tunerchannel.c:
38170         (gst_tuner_channel_class_init):
38171         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
38172         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
38173         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
38174         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
38175         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
38176         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
38177         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
38178         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
38179         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
38180           fix signals to use - instead of _
38181         * ext/libcaca/gstcacasink.h:
38182         * ext/sdl/sdlvideosink.h:
38183           fix header rename
38184
38185 2004-03-04  David Schleef  <ds@schleef.org>
38186
38187         * testsuite/gst-lint:  Add a check for bad signal names.
38188
38189 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
38190
38191         reviewed by David Schleef
38192
38193         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
38194         modified the alpha channel and caused a warning. (bug #136192)
38195
38196 2004-04-03  Christian Schaller <Uraeus@gnome.org>
38197
38198         * gst-plugins.spec.in:
38199         Change names of plugins to actually be correct. Try to keep things
38200         alphabetical to avoid getting beat up by Thomas
38201
38202 2004-03-03  Julien MOUTTE <julien@moutte.net>
38203
38204         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
38205         Using ximagesink as a default if no gconf key found. We should
38206         probably consider using alsasink instead of osssink for the audio
38207         part.
38208
38209 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38210
38211         * configure.ac:
38212           fix --with-plugins, don't think it ever worked before
38213         * gst-plugins.spec.in:
38214           even more updates
38215
38216 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38217
38218         * ext/sdl/sdlvideosink.h:
38219         * sys/ximage/ximagesink.h:
38220         * sys/xvideo/xvideosink.h:
38221         * sys/xvimage/xvimagesink.h:
38222           Fix for move of gstvideosink.h -> videosink.h.
38223
38224 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38225
38226         * gst-libs/gst/xwindowlistener/Makefile.am:
38227           this is a plugin library, not a library
38228
38229 2004-03-01  David Schleef  <ds@schleef.org>
38230
38231         * AUTHORS:  Added some names.  Add yourself if you're still
38232         missing.
38233
38234 2004-03-01  David Schleef  <ds@schleef.org>
38235
38236         * MAINTAINERS: Add
38237
38238 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38239
38240         * gst-plugins.spec.in: clean up spec file
38241
38242 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38243
38244         * gst-libs/gst/video/Makefile.am:
38245         * gst-libs/gst/video/gstvideosink.c:
38246         * gst-libs/gst/video/gstvideosink.h:
38247           rename gstvideosink.h to videosink.h to match other headers
38248         * gst/mixmatrix/Makefile.am:
38249           fix plugin filename
38250         * gst/tags/Makefile.am: fix plugin filename
38251
38252 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38253
38254         * gst/tags/Makefile.am: fix plugin filename
38255
38256 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38257
38258         * examples/gstplay/player.c: (got_time_tick), (main):
38259           add error handler
38260           display time_tick more readably
38261         * gst/mixmatrix/Makefile.am:
38262           fix plugin file name
38263
38264 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
38265
38266         * sys/oss/gstosselement.c: (gst_osselement_probe),
38267         (device_combination_append), (gst_osselement_class_probe_devices):
38268         * sys/oss/gstosselement.h:
38269           Reworked enumeration of oss dsps and mixers so that gst-mixer works
38270           on my system using alsa oss emulation, fixes bug #135597
38271
38272 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38273
38274         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38275         (gst_videodrop_chain), (gst_videodrop_change_state):
38276         * gst/videodrop/gstvideodrop.h:
38277           Work based on timestamp of input data, not based on the expected
38278           framerate from the input. The consequence is that this element now
38279           not only scales framerates, but also functions as a framerate
38280           corrector or framerate stabilizer/constantizer.
38281
38282 2004-02-27  David Schleef  <ds@schleef.org>
38283
38284         patches from jmmv@menta.net (Julio M. Merino Vidal)
38285
38286         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38287         GST_ELEMENT_ERROR call (bug #135634)
38288         * gst/interleave/interleave.c: (interleave_buffered_loop),
38289         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38290         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38291         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38292         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38293         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38294         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38295         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38296         Fix GST_ELEMENT_ERROR call.
38297         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38298         GST_ELEMENT_ERROR call.
38299
38300 2004-02-27  Benjamin Otte  <otte@gnome.org>
38301
38302         * gst-libs/gst/audio/audio.h:
38303           add macro to make sure header isn't included twice
38304         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38305           don't use gst_buffer_free
38306         * gst/playondemand/filter.func:
38307           don't use gst_data_free. Free data only once.
38308
38309 2004-02-26  David Schleef  <ds@schleef.org>
38310
38311         * gst-libs/gst/colorbalance/Makefile.am:
38312         * gst-libs/gst/mixer/Makefile.am:
38313         * gst-libs/gst/tuner/Makefile.am:
38314         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38315         should not be disted, -marshal.h files should not be installed,
38316         and -enum.h files _should_ be installed.  Fix to make this the
38317         case.
38318
38319 === release 0.7.5 ===
38320
38321 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38322
38323         * configure.ac: release 0.7.5, "Under The Sea"
38324
38325 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38326
38327         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38328         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38329         * gst/videoscale/gstvideoscale.c:
38330         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38331           assorted debug/warning fixes
38332
38333 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38334
38335         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38336         (gst_videoscale_init), (gst_videoscale_chain),
38337         (gst_videoscale_set_property), (plugin_init):
38338         * gst/videoscale/gstvideoscale.h:
38339         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38340         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38341         (gst_videoscale_planar400), (gst_videoscale_packed422),
38342         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38343         (gst_videoscale_24bit), (gst_videoscale_16bit),
38344         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38345         (gst_videoscale_scale_plane_slow),
38346         (gst_videoscale_scale_point_sample),
38347         (gst_videoscale_scale_nearest),
38348         (gst_videoscale_scale_nearest_str2),
38349         (gst_videoscale_scale_nearest_str4),
38350         (gst_videoscale_scale_nearest_32bit),
38351         (gst_videoscale_scale_nearest_24bit),
38352         (gst_videoscale_scale_nearest_16bit):
38353         add debugging category and use it properly
38354         fix use of GST_PTR_FORMAT
38355
38356 2004-02-25  Andy Wingo  <wingo@pobox.com>
38357
38358         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38359         push only when channel->buffer is NULL. Prevents segfaults doing
38360         the state change after a nonlocal exit, like a scheme exception.
38361
38362         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38363         Handle the case where the intersected caps is empty.
38364
38365 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38366
38367         * gst/law/mulaw-decode.c: (mulawdec_link):
38368         * gst/law/mulaw.c: (plugin_init):
38369           fix mulawdec so it actually works again
38370
38371 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38372
38373         reviewed by: David Schleef  <ds@schleef.org>
38374
38375         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38376         (gst_gamma_init), (gst_gamma_set_property),
38377         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38378         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38379         for RGB, with separate r g and b correction factors. (#131167)
38380
38381 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38382
38383         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38384           only signal tags for bitrate if they're > 0 (#134894)
38385
38386 2004-02-24  David Schleef  <ds@schleef.org>
38387
38388         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38389         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38390         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38391         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38392         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38393         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38394         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38395         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38396         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38397         category.  Attempt to fix timestamp calculation.
38398
38399 2004-02-24  Johan Dahlin  <johan@gnome.org>
38400
38401         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38402
38403 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38404
38405         * configure.ac:
38406         * gconf/Makefile.am:
38407         * gconf/gstreamer.schemas:
38408         * gst-libs/gst/gconf/Makefile.am:
38409         * gst-libs/gst/gconf/gconf.c:
38410           version gconf schemas and install locations
38411
38412 2004-02-23  Benjamin Otte  <otte@gnome.org>
38413
38414         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38415         (gst_xine_input_subclass_init):
38416           call parent dispose.
38417           change pad template for CD reader correctly
38418         * ext/xine/Makefile.am:
38419         * ext/xine/gstxine.h:
38420         * ext/xine/xine.c: (plugin_init):
38421         * ext/xine/xineaudiosink.c:
38422           wrap audio sinks, too
38423         * gst-libs/gst/resample/private.h:
38424         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38425         (gst_resample_reinit), (gst_resample_scale),
38426         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38427         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38428         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38429         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38430         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38431         * gst-libs/gst/resample/resample.h:
38432         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38433         (gst_audioscale_class_init), (gst_audioscale_link),
38434         (gst_audioscale_get_buffer), (gst_audioscale_init),
38435         (gst_audioscale_chain), (gst_audioscale_set_property),
38436         (gst_audioscale_get_property):
38437         * gst/audioscale/gstaudioscale.h:
38438           s/resample_*/gst_resample_*/i to not clobber namespaces
38439
38440 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38441
38442         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38443         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38444         (gst_riff_create_video_template_caps),
38445         (gst_riff_create_audio_template_caps),
38446         (gst_riff_create_iavs_template_caps):
38447         * gst-libs/gst/riff/riff-media.h:
38448         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38449         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38450         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38451         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38452         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38453         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38454         (gst_matroska_demux_plugin_init): First batch implementing audio and
38455         video codec tags in demuxers.
38456
38457 2004-02-22  Benjamin Otte  <otte@gnome.org>
38458
38459         * ext/xine/Makefile.am:
38460         * ext/xine/gstxine.h:
38461         * ext/xine/xine.c: (plugin_init):
38462         * ext/xine/xineinput.c:
38463           add input plugin wrapper. Playback from files, http, mms and cdda
38464           works.
38465         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38466           remove leftover G_GNUC_UNUSED
38467         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38468         (gst_asf_demux_identify_guid):
38469           improve debugging output
38470
38471 2004-02-22  Benjamin Otte  <otte@gnome.org>
38472
38473         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38474
38475         * autogen.sh:
38476           replace test -e with test -x for mkinstalldirs to be more portable.
38477           (fixes #134816)
38478
38479 2004-02-22  Benjamin Otte  <otte@gnome.org>
38480
38481         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38482
38483         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38484           set rank to PRIMARY
38485         * gst/volume/gstvolume.c: (plugin_init):
38486           set rank to NONE
38487         fixes #134960
38488
38489 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38490
38491         reviewed by Benjamin Otte  <otte@gnome.org>
38492
38493         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38494           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38495
38496 2004-02-22  Benjamin Otte  <otte@gnome.org>
38497
38498         * configure.ac:
38499           export [_]*{gst,Gst,GST}.* symbols from plugins
38500
38501 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38502
38503         reviewed by: Benjamin Otte  <otte@gnome.org>
38504
38505         * ext/lame/gstlame.c: (add_one_tag):
38506         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38507         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38508         (gst_vorbisenc_metadata_set1):
38509         * gst/tags/gstid3tag.c:
38510         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38511           apply fixes from bugs #135042 (lame can't write tags) and #133817
38512           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38513
38514 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38515
38516         * configure.ac: Export only gst_plugin_desc from plugins.
38517          Note that this change only makes any effect with Linux using libtool
38518          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38519          fine. And don't try to have several versions of libtool in different
38520          directories.
38521
38522 2004-02-20  Andy Wingo  <wingo@pobox.com>
38523
38524         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38525         interleave respectively.
38526
38527         * gst/interleave/deinterleave.c: New plugin: deinterleave
38528         (replaces on oneton).
38529         * gst/interleave/interleave.c: New plugin: interleave.
38530         * gst/interleave/plugin.h: Support file.
38531         * gst/interleave/plugin.c: Support file.
38532
38533         * configure.ac: Remove intfloat and oneton, add interleave.
38534
38535         * ext/sndfile/gstsf.c: Handle events better.
38536
38537         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38538         and float2int operation. int2float has scheduling problems as
38539         noted in in2float_chain.
38540
38541 2004-02-20  Benjamin Otte  <otte@gnome.org>
38542
38543         * ext/xine/Makefile.am:
38544         * ext/xine/gstxine.h:
38545         * ext/xine/xine.c:
38546         * ext/xine/xineaudiodec.c:
38547         * ext/xine/xinecaps.c:
38548           add first version of xine plugin wrapper. Currently only wraps the
38549           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38550         * configure.ac:
38551         * ext/Makefile.am:
38552           add xine plugin wrapper, disabled by default. Use --enable-xine to
38553           build. Note that it'll segfault on gst-register if you don't remove
38554           the goom and tvtime post plugins from xine.
38555         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38556         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38557           add extradata parsing for QDM2.
38558           change around debugging prints.
38559
38560 2004-02-19  Benjamin Otte  <otte@gnome.org>
38561
38562         * ext/lame/gstlame.c: (gst_lame_chain):
38563         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38564           use gst_tag_list_insert when you want to insert tags
38565
38566 2004-02-18  David Schleef  <ds@schleef.org>
38567
38568         * configure.ac:  Move massink to gst-rotten
38569         * ext/Makefile.am:
38570         * ext/mas/Makefile.am:
38571         * ext/mas/massink.c:
38572         * ext/mas/massink.h:
38573
38574 2004-02-18  David Schleef  <ds@schleef.org>
38575
38576         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38577         typefinding, since it seems to be worse than nothing.
38578         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38579         atom to recognize .mp4 and .m4a files as video/quicktime.
38580
38581 2004-02-18  David Schleef  <ds@schleef.org>
38582
38583         * gst/sine/demo-dparams.c: (quit_live),
38584         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38585         Use double dparams, not float.
38586         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38587         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38588         sync'd elements don't really work correctly.
38589         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38590         (volume_update_volume), (volume_get_property):  Change dparam
38591         to double.
38592
38593 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38594
38595         * sys/ximage/ximagesink.c:
38596         (gst_ximagesink_xwindow_update_geometry),
38597         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38598         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38599         (gst_ximagesink_init): Rework the way software video scaling works. So
38600         now we check on each chain call if the video frames are feeling the
38601         window. If not we try to renegotiate caps. On failure we memorize that
38602         and we won't try again for that PLAYING sessions.
38603         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38604         failure.
38605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38606         synchronous flag.
38607
38608 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38609
38610         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38611           break up _link so we can give a better debug message for errors
38612
38613 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38614
38615         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38616           set up debug category
38617
38618 2004-02-18  Julien MOUTTE <julien@moutte.net>
38619
38620         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38621         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38622         the way renegotiation work. The event handling function is not taking
38623         care of external windows and renegotiate method check for pad flags
38624         NEGOTIATING. Should fix : #133209
38625
38626 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38627
38628         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38629         pad is negotiating before trying renegotiation.
38630
38631 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38632
38633         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38634           pass on all possible mime types as typefind hints
38635
38636 2004-02-17  Julien MOUTTE <julien@moutte.net>
38637
38638         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38640         possible SHM leak if we crash. All other apps using XShm are doing
38641         that.
38642
38643 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38644
38645         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38646         (gst_ximagesink_expose): Renegotiate size on expose.
38647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38648         size on expose.
38649
38650 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38651
38652         * testsuite/alsa/sinesrc.c:
38653           cosmetic fix to fix compile issue with gcc 2.95.4
38654
38655 2004-02-16  Julien MOUTTE <julien@moutte.net>
38656
38657         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38658         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38659         failed opening the audio device.
38660         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38661         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38662         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38663         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38664         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38665         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38666         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38667         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38668         Removing some useless g_return_if_fail like wingo suggested.
38669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38670         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38671         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38672         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38673         (gst_xvimagesink_update_colorbalance),
38674         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38675         (gst_xvimagesink_xcontext_clear),
38676         (gst_xvimagesink_get_fourcc_from_caps),
38677         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38678         (gst_xvimagesink_set_xwindow_id),
38679         (gst_xvimagesink_colorbalance_list_channels),
38680         (gst_xvimagesink_colorbalance_set_value),
38681         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38682         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38683
38684 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38685
38686         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38687           throw error when not negotiated instead of asserting
38688
38689 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38690
38691         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38692         correct data refcounting.
38693
38694 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38695
38696         * gst/switch/gstswitch.c: (gst_switch_change_state),
38697         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38698         change, mostly the EOS flag.
38699
38700 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38701
38702         * examples/gstplay/player.c: (got_eos), (main): Adding some
38703         output for debugging.
38704         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38705         timeouts if we go to any state different from PLAYING.
38706         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38707         more EOS bugs in riff lib.
38708
38709 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38710
38711         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38712         visualization until i find a way to fix switch correctly.
38713         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38714         EOS arrives.
38715         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38716         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38717         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38718         Reworked switch to get a more correct behaviour with events and refing
38719         of data stored in sinkpads.
38720         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38721         we don't pull from a pad in EOS.
38722
38723 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38724
38725         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38726           remove v1 tag even if we can't read it (makes sure we don't detect
38727           it again)
38728
38729 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38730
38731         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38732         (gst_alsa_xrun_recovery):
38733         * ext/alsa/gstalsa.h:
38734           try xrun recovery when wait failed. Make xrun recovery function
38735           return TRUE/FALSE to indicate success. (might fix #134354)
38736
38737 2004-02-13  David Schleef  <ds@schleef.org>
38738
38739         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38740         (dynparm_value_changed), (main): Convert from float to double.
38741         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38742
38743 2004-02-13  David Schleef  <ds@schleef.org>
38744
38745         * gst/silence/gstsilence.c: (gst_silence_class_init),
38746         (gst_silence_set_clock), (gst_silence_get),
38747         (gst_silence_set_property), (gst_silence_get_property):
38748         * gst/silence/gstsilence.h: Add sync property.
38749         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38750         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38751         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38752         * gst/sine/gstsinesrc.h: Add sync property.
38753
38754 2004-02-13  David Schleef  <ds@schleef.org>
38755
38756         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38757         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38758
38759 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38760
38761         * configure.ac:
38762         * ext/Makefile.am:
38763         * gst-libs/ext/Makefile.am:
38764           move ffmpeg plugin to gst-ffmpeg module
38765
38766 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38767
38768         * configure.ac: use GST_ARCH to detect architecture
38769
38770 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38771
38772         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38773
38774 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38775
38776         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38777           classify LADSPA plugins based on number of src/sink pads
38778           (#133663, Stefan Kost)
38779         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38780           fix dparams registration
38781           (#133528, Stefan Kost)
38782         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38783           fix use of isprint and use g_ascii_isprint instead
38784           (#133316, Stefan Kost)
38785
38786 2004-02-11  David Schleef  <ds@schleef.org>
38787
38788         Convert a few inner loops to use liboil.  This is currently
38789         optional, and is only enabled if liboil is present (duh!).
38790         * configure.ac: Check for liboil-0.1
38791         * gst/intfloat/Makefile.am:
38792         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38793         (gst_int2float_chain_gint16):
38794         * gst/videofilter/Makefile.am:
38795         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38796         (tablelookup_u8), (gst_videobalance_planar411):
38797         * gst/videotestsrc/Makefile.am:
38798         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38799         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38800         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38801         (paint_hline_RGB565), (paint_hline_xRGB1555):
38802
38803 2004-02-11  David Schleef  <ds@schleef.org>
38804
38805         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38806         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38807         (gst_colorspace_getcaps), (gst_colorspace_link),
38808         (gst_colorspace_base_init), (gst_colorspace_init),
38809         (gst_colorspace_chain), (gst_colorspace_change_state),
38810         (plugin_init): Merge Ronald's patch (bug #117897) and update
38811         for new caps and negotiation.  Seems to work, although it
38812         shows off bugs in lcs.
38813
38814 2004-02-11  David Schleef  <ds@schleef.org>
38815
38816         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38817         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38818
38819 2004-02-11  David Schleef  <ds@schleef.org>
38820
38821         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38822         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38823         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38824         Add server and port properties
38825
38826 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38827
38828         * m4/a52.m4:
38829         * m4/aalib.m4:
38830         * m4/as-ffmpeg.m4:
38831         * m4/as-liblame.m4:
38832         * m4/as-slurp-ffmpeg.m4:
38833         * m4/check-libheader.m4:
38834         * m4/esd.m4:
38835         * m4/freetype2.m4:
38836         * m4/gconf-2.m4:
38837         * m4/glib.m4:
38838         * m4/gst-alsa.m4:
38839         * m4/gst-artsc.m4:
38840         * m4/gst-ivorbis.m4:
38841         * m4/gst-matroska.m4:
38842         * m4/gst-sdl.m4:
38843         * m4/gst-shout2.m4:
38844         * m4/gst-sid.m4:
38845         * m4/gtk.m4:
38846         * m4/libdv.m4:
38847         * m4/libfame.m4:
38848         * m4/libmikmod.m4:
38849         * m4/ogg.m4:
38850         * m4/vorbis.m4:
38851           fix underquotedness of macros (#133800)
38852         * m4/as-avifile.m4:
38853         * m4/xmms.m4:
38854           removed because no longer used
38855
38856 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38857
38858         * configure.ac:
38859           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38860           by autopoint (fixes #132996)
38861
38862 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38863
38864         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38865         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38866         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38867         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38868           fix memleaks
38869
38870 2004-02-11  David Schleef  <ds@schleef.org>
38871
38872         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38873         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38874         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38875         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38876         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38877         (gst_jpegenc_class_init), (gst_jpegenc_init),
38878         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38879         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38880         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38881         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38882
38883 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38884
38885         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38886         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38887         * ext/mikmod/gstmikmod.h:
38888           fix caps negotiation in mikmod
38889         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38890           output debug information
38891
38892 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38893
38894         * gst-libs/gst/colorbalance/Makefile.am:
38895         * gst-libs/gst/navigation/Makefile.am:
38896         * gst-libs/gst/xoverlay/Makefile.am:
38897           remove unused GST_OPT_CFLAGS from Makefiles
38898           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38899
38900 2004-02-07  David Schleef  <ds@schleef.org>
38901
38902         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38903         push events to pads that haven't been created (#133508)
38904
38905 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38906
38907         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38908         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38909         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38910         (gst_dvdec_loop), (gst_dvdec_change_state):
38911         Second attempt at committing a working dvdec element.
38912
38913 2004-02-06  David Schleef  <ds@schleef.org>
38914
38915         Build fixes for OS X: (see #129600)
38916         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38917         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38918         (gst_riff_read_strf_iavs):
38919         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38920         (gst_avi_demux_stream_odml):
38921         * gst/playondemand/Makefile.am:
38922         * gst/rtp/rtp-packet.c:
38923
38924 2004-02-05  David Schleef  <ds@schleef.org>
38925
38926         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38927         last change, because it Just Doesn't Compile.
38928
38929 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38930
38931         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38932           skip undecodable id3v2 tag instead of keeping it
38933
38934 2004-02-05  David Schleef  <ds@schleef.org>
38935
38936         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38937         Unref leaked buffer.  (Noticed by Ronald)
38938
38939 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38940
38941         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38942         Sync requires with other checks.  >= vs =.
38943
38944 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38945
38946         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38947         (gst_dvdec_video_link), (gst_dvdec_loop):
38948         * ext/dv/gstdvdec.h:
38949           rework the caps negotiation so that dvdec works again instead
38950           of just segfaulting.
38951
38952 === release 0.7.4 ===
38953
38954 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38955
38956         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38957         * configure.ac: changed for release
38958
38959 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38960
38961         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38962         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38963         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38964         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38965           reworked patch by David Lehn to fix libdir and includedir for
38966           uninstalled libraries
38967           removed play and gconf from gstreamer-libs since they have their
38968           own pkgconfig files
38969
38970 2004-02-04  David Schleef  <ds@schleef.org>
38971
38972         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38973         memleak.
38974
38975 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38976
38977         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38978           use correct GST_TAG_ENCODER tag
38979
38980 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38981
38982         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38983           be sure to stop the clock when going to paused
38984         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38985           reset number of transmitted when going to ready.
38986         fixes #132935
38987
38988 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38989
38990         reviewed by Benjamin Otte
38991
38992         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38993           extract track count (fixes #133410)
38994
38995 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38996
38997         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38998           that should be !=, not == (fixes #132519)
38999
39000 2004-02-04  David Schleef  <ds@schleef.org>
39001
39002         Make sure set_explicit_caps() is called before adding pad.
39003         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39004         * gst/id3/gstid3types.c: (gst_id3types_loop):
39005         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39006         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
39007
39008 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
39009
39010         * configure.ac:
39011           bump nano to 2, first prerelease
39012           put back AM_PROG_LIBTOOL
39013
39014 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
39015
39016         * testsuite/alsa/Makefile.am:
39017           these are user test apps, not automatic testsuite tests
39018
39019 2004-02-04  David Schleef  <ds@schleef.org>
39020
39021         Convert GST_DEBUG_CAPS() to GST_DEBUG():
39022         * gst/mpeg1videoparse/gstmp1videoparse.c:
39023         (mp1videoparse_parse_seq):
39024         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
39025         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39026         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
39027         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
39028         (gst_xvideosink_getcaps):
39029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
39030         * testsuite/gst-lint: more tests
39031
39032 2004-02-04  David Schleef  <ds@schleef.org>
39033
39034         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
39035         with the code that they would expand to.
39036         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
39037         (gst_flacdec_get_src_query_types),
39038         (gst_flacdec_get_src_event_masks):
39039         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
39040         (gst_gnomevfssrc_get_query_types),
39041         (gst_gnomevfssrc_get_event_mask):
39042
39043 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39044
39045         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
39046         (gst_sinesrc_dispose):
39047           fix memleak by properly disposing sinesrc
39048
39049 2004-02-04  Julien MOUTTE  <julien@moutte.net>
39050
39051         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
39052         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
39053         an overlay to redraw the image because it has been exposed.
39054         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
39055         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
39056         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
39057         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
39058         interface
39059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
39060         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
39061         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
39062         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
39063         interface
39064
39065 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39066
39067         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
39068           more memleak fixage
39069
39070 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39071
39072         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
39073         * gst/typefind/gsttypefindfunctions.c:
39074           fix memleaks shown by gst-typefind
39075
39076 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
39077
39078         * common/glib-gen.mak:
39079           add hack rule to touch .Plo files
39080         * gst-libs/gst/colorbalance/Makefile.am:
39081         * gst-libs/gst/mixer/Makefile.am:
39082         * gst-libs/gst/play/Makefile.am:
39083         * gst-libs/gst/tuner/Makefile.am:
39084           remove glib_root variable
39085
39086 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39087
39088         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
39089           set explicit caps before adding the element, so the autopluggers can
39090           plug correctly.
39091         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
39092         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
39093         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39094         (dv_type_find):
39095           fix memleaks in typefind functions. gst_type_find_suggest takes a const
39096           argument.
39097
39098 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
39099
39100         * gst-libs/gst/colorbalance/Makefile.am:
39101         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
39102         * gst-libs/gst/colorbalance/colorbalance.c:
39103         * gst-libs/gst/colorbalance/colorbalance.h:
39104         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
39105         * gst-libs/gst/mixer/Makefile.am:
39106         * gst-libs/gst/mixer/mixer-marshal.list:
39107         * gst-libs/gst/mixer/mixer.c:
39108         * gst-libs/gst/mixer/mixer.h:
39109         * gst-libs/gst/mixer/mixermarshal.list:
39110         * gst-libs/gst/play/Makefile.am:
39111         * gst-libs/gst/play/play.h:
39112         * gst-libs/gst/tuner/Makefile.am:
39113         * gst-libs/gst/tuner/tuner-marshal.list:
39114         * gst-libs/gst/tuner/tuner.c:
39115         * gst-libs/gst/tuner/tuner.h:
39116         * gst-libs/gst/tuner/tunermarshal.list:
39117           use new glib-gen.mak snippet to clean up Makefile.am
39118           fix various bugs in Makefile.am's
39119
39120 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39121
39122         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39123           handle chain parsing correctly in the multichain case
39124         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
39125         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
39126         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
39127         (theora_dec_chain):
39128           handle events and queries correctly
39129
39130 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39131
39132         * .cvsignore:
39133         Ignore generated file _stdint.h.
39134
39135 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39136
39137         * gst-libs/gst/colorbalance/Makefile.am:
39138         * gst-libs/gst/colorbalance/colorbalance.h:
39139         * gst-libs/gst/mixer/Makefile.am:
39140         * gst-libs/gst/mixer/mixer.h:
39141         * gst-libs/gst/play/Makefile.am:
39142         * gst-libs/gst/play/play.h:
39143         * gst-libs/gst/tuner/Makefile.am:
39144         * gst-libs/gst/tuner/tuner.h:
39145         Generate enum type code with glib-mkenums.
39146         * gst-libs/gst/colorbalance/.cvsignore:
39147         * gst-libs/gst/mixer/.cvsignore:
39148         * gst-libs/gst/play/.cvsignore:
39149         * gst-libs/gst/tuner/.cvsignore:
39150         Ignore generated files.
39151
39152 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39153
39154         * gst-libs/gst/audio/.cvsignore:
39155         Ignore generated file.
39156         * gst-libs/gst/audio/Makefile.am:
39157         Do not install example filter.
39158
39159 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39160
39161         * examples/switch/.cvsignore:
39162         Ignore generated file.
39163
39164 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39165
39166         * common/m4/ax_create_stdint_h.m4:
39167         * configure.ac:
39168           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
39169           _stdint.h.
39170         * Makefile.am:
39171           remove generated _stdint.h in DISTCLEANFILES
39172         * ext/a52dec/gsta52dec.c:
39173           include _stdint.h for a52dec. (should fix #133064)
39174
39175 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39176
39177         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
39178         (gst_tag_to_vorbis_comments):
39179         Add replaygain support to vorbistag
39180
39181 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39182         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39183         (gst_ffmpeg_caps_to_extradata):
39184           Fix SVQ3 caps flag properties
39185           Use glib macro for bytes swap
39186
39187 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39188
39189         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39190         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39191         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39192         * ext/sndfile/gstsf.c: (plugin_init):
39193         * gst/avi/gstavi.c: (plugin_init):
39194         * sys/dxr3/dxr3init.c: (plugin_init):
39195         * sys/oss/gstossaudio.c: (plugin_init):
39196         * sys/v4l/gstv4l.c: (plugin_init):
39197         * sys/v4l2/gstv4l2.c: (plugin_init):
39198           remove textdomain calls
39199         * po/nl.po:
39200           update Dutch translation
39201
39202 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39203
39204         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
39205         (gst_play_set_audio_sink): Moving volume in the audio thread for
39206         instantaneous volume change. Maybe i will add another volume in front
39207         of visualization later, not sure yet though.
39208
39209 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39210
39211         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
39212         (gst_ximagesink_handle_xevents): Better X events handling, only take
39213         the latest events for configure and motion.
39214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
39215
39216 2004-02-02  Jon Trowbridge  <trow@gnu.org>
39217
39218         reviewed by: David Schleef  <ds@schleef.org>
39219
39220         Fix memory leaks:
39221         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
39222         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
39223
39224 2004-02-02  David Schleef  <ds@schleef.org>
39225
39226         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
39227         of lines.
39228         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39229         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39230         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39231         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39232         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39233         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39234         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39235         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39236         (gst_float2_2_int_link):
39237         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39238         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39239         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39240         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39241         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39242         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39243         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39244         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39245         * testsuite/gst-lint: Add tests for bzero and ;;
39246
39247 2004-02-02  David Schleef  <ds@schleef.org>
39248
39249         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39250
39251 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39252
39253         * ext/aalib/gstaasink.c: (gst_aasink_open):
39254         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39255         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39256         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39257         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39258         (gst_afsink_close_file):
39259         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39260         (gst_afsrc_close_file):
39261         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39262         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39263         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39264         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39265         * ext/esd/esdmon.c: (gst_esdmon_get):
39266         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39267         * ext/faac/gstfaac.c: (gst_faac_chain):
39268         * ext/faad/gstfaad.c: (gst_faad_chain):
39269         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39270         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39271         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39272         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39273         (gst_flacdec_loop):
39274         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39275         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39276         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39277         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39278         (gst_gnomevfssink_close_file):
39279         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39280         (gst_gnomevfssrc_open_file):
39281         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39282         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39283         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39284         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39285         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39286         * ext/mad/gstmad.c: (gst_mad_chain):
39287         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39288         * ext/mpeg2dec/gstmpeg2dec.c:
39289         * ext/mpeg2enc/gstmpeg2enc.cc:
39290         * ext/mplex/gstmplex.cc:
39291         * ext/mplex/gstmplexibitstream.cc:
39292         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39293         (gst_ogg_demux_push):
39294         * ext/raw1394/gstdv1394src.c:
39295         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39296         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39297         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39298         (gst_sf_loop):
39299         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39300         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39301         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39302         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39303         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39304         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39305         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39306         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39307         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39308         (gst_riff_read_element_data), (gst_riff_read_seek),
39309         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39310         * gst/adder/gstadder.c: (gst_adder_loop):
39311         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39312         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39313         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39314         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39315         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39316         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39317         * gst/goom/gstgoom.c: (gst_goom_chain):
39318         * gst/id3/gstid3types.c: (gst_id3types_loop):
39319         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39320         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39321         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39322         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39323         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39324         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39325         (gst_ebml_read_float), (gst_ebml_read_header):
39326         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39327         (gst_matroska_demux_parse_blockgroup):
39328         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39329         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39330         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39331         * gst/silence/gstsilence.c: (gst_silence_get):
39332         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39333         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39334         * gst/speed/gstspeed.c: (speed_loop):
39335         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39336         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39337         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39338         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39339         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39340         (gst_wavparse_loop):
39341         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39342         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39343         (dxr3audiosink_close):
39344         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39345         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39346         (dxr3videosink_close), (dxr3videosink_write_data):
39347         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39348         * sys/oss/gstosssink.c: (gst_osssink_chain):
39349         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39350         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39351         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39352         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39353         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39354         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39355         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39356         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39357         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39358         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39359         (gst_v4l_set_audio):
39360         * sys/v4l/v4l_calls.h:
39361         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39362         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39363         (gst_v4lmjpegsink_playback_init),
39364         (gst_v4lmjpegsink_playback_start):
39365         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39366         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39367         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39368         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39369         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39370         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39371         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39372         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39373         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39374         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39375         (gst_v4l2_get_output), (gst_v4l2_set_output),
39376         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39377         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39378         (gst_v4l2_set_attribute):
39379         * sys/v4l2/v4l2_calls.h:
39380         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39381         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39382         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39383         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39384         (gst_v4l2src_capture_stop):
39385         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39386         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39387         (gst_ximagesink_chain):
39388         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39389         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39390         (gst_xvideosink_xwindow_new):
39391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39392         (gst_xvimagesink_chain):
39393
39394 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39395
39396         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39397         (gst_volume_get_volume), (volume_class_init), (volume_init),
39398         (volume_chain_int16), (volume_update_volume):
39399         * gst/volume/gstvolume.h:
39400           make code more readable by removing magic numbers
39401           make mixer interface export 0-100 range
39402           make it internally map to 0.0-1.0 range so users don't distort
39403           output by putting the sliders at full volume
39404
39405 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39406
39407         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39408         (gst_play_state_change), (gst_play_seek_to_time):
39409         block the tick callback for 0.5 secs after doing a seek
39410
39411 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39412
39413         * gst-libs/gst/play/play.c: (gst_play_new):
39414           check for GError
39415
39416 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39417
39418         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39419         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39420         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39421         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39423         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39424
39425 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39426
39427         * configure.ac:
39428         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39429           check for a function added in vorbis 1.1
39430
39431 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39432
39433         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39434         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39435           really start/stop clock only on PLAYING <=> PAUSED
39436         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39437           remove \n from debugging lines
39438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39439           make it work when seeking does not
39440         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39441           reset on DISCONT
39442
39443 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39444
39445         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39446           start clock on PAUSED=>PLAYING, not later
39447         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39448           extract correct time for different discont formats
39449         (gst_alsa_sink_get_time):
39450           don't segfault when no format is negotiated yet, just return 0
39451         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39452         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39453         (gst_ogg_pad_push):
39454           handle flush and discont events correctly
39455         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39456           handle discont events correctly
39457
39458 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39459
39460         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39461         (gst_play_error_create), (gst_play_error_plugin),
39462         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39463         * gst-libs/gst/play/play.h:
39464           add error handling during creation
39465         * examples/gstplay/player.c: (main):
39466           use new gst_play_new
39467
39468
39469 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39470
39471         * ext/theora/theoradec.c: (theora_dec_chain):
39472           make comments work
39473         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39474         (vorbis_dec_src_event), (vorbis_dec_chain):
39475           add encoder tag, fix tag reading to be more error tolerant, change
39476           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39477           gst_pad_event_default.
39478         * gst/tags/gstvorbistag.c:
39479         (gst_tag_list_from_vorbiscomment_buffer):
39480           undefine function specific define at end of function
39481
39482 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39483
39484         * ext/flac/gstflac.c: (plugin_init):
39485         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39486         * ext/flac/gstflacdec.h:
39487         * ext/flac/gstflacenc.h:
39488           Fix typos
39489
39490 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39491
39492         * examples/gstplay/player.c: s/gstplay.h/play.h/
39493
39494 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39495
39496         * gst-libs/gst/play/Makefile.am:
39497         * gst-libs/gst/play/gstplay.c:
39498         * gst-libs/gst/play/gstplay.h:
39499         * gst-libs/gst/play/play.c:
39500           more surgery, operation complete
39501
39502 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39503
39504         * gst-libs/gst/play/play.old.c:
39505         * gst-libs/gst/play/play.old.h:
39506           after CVS surgery by moving, remove
39507         * gst-libs/gst/play/playpipelines.c:
39508           remove
39509
39510         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39511           add negotiation error
39512
39513 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39514
39515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39516         (gst_ogg_demux_push):
39517           add some seeking debug info
39518           send a flush when seeking
39519
39520 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39521
39522         * configure.ac:
39523           use AC_C_INLINE
39524         * configure.ac:
39525         * ext/Makefile.am:
39526         * ext/theora/Makefile.am:
39527         * ext/theora/theoradec.c:
39528           add theora video decoder. Does just do simple decoding for now and
39529           has been tested against Theora cvs only. It only works when theora
39530           is compiled with --enable-static.
39531         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39532           always reset packetno on DISCONT
39533
39534 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39535
39536         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39537           Fix audio.
39538
39539 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39540
39541         * gst/mpegaudioparse/gstmpegaudioparse.c:
39542         (mp3_type_frame_length_from_header):
39543           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39544
39545 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39546
39547         * ext/esd/esdsink.c: (gst_esdsink_init):
39548           Since we have static pad template caps, we don't need to negotiate;
39549           either the core errors out or we know the format.
39550
39551 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39552
39553         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39554         (gst_riff_read_seek):
39555         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39556         (gst_ebml_read_seek):
39557           Fix event handling.
39558
39559 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39560
39561         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39562           removee video/x-theora from vp3 decoder, it doesn't handle raw
39563           theora streams
39564         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39565           fix bug with finalizing element that never went to PAUSED
39566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39567           length and position queries were swapped
39568         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39569         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39570         (vorbis_dec_src_event):
39571           implement querying time and bytes
39572
39573 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39574
39575         * just about every source file:
39576           gst_element_error -> GST_ELEMENT_ERROR
39577
39578 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39579
39580         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39581         emiting FLUSH and even before DISCONT.
39582         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39583         get the best instant seeking as possible yay!
39584
39585 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39586
39587         * gst/mpeg1videoparse/gstmp1videoparse.c:
39588         (gst_mp1videoparse_real_chain):
39589           Committed wrong version last week... Grr... Didn't notice until now.
39590
39591 2004-01-29  Julien MOUTTE <julien@moutte.net>
39592
39593         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39595         have_xwindow_id signal in xwindow_create.
39596
39597 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39598
39599         * ext/ogg/gstoggdemux.c:
39600           lots of changes - mainly support for chained bitstreams, seeking,
39601           querying and bugfixes of course
39602         * ext/vorbis/Makefile.am:
39603         * ext/vorbis/vorbisdec.c:
39604         * ext/vorbis/vorbisdec.h:
39605           add vorbisdec raw vorbis decoder
39606         * ext/vorbis/vorbis.c: (plugin_init):
39607           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39608         * gst/intfloat/Makefile.am:
39609         * gst/intfloat/float22int.c:
39610         * gst/intfloat/float22int.h:
39611         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39612           add float2intnew plugin. It converts multichannel interleaved float to
39613           multichannel interleaved int. The name should probably be changed.
39614         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39615         (plugin_init):
39616           add typefinding for raw theora video so oggdemux can detect it.
39617
39618 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39619
39620         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39621         sink element first.
39622         * gst/videoscale/gstvideoscale.c:
39623         (gst_videoscale_handle_src_event): Fixing src event handler.
39624
39625 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39626
39627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39628         (gst_v4lsrc_open), (gst_v4lsrc_close),
39629         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39630         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39631         * sys/v4l/gstv4lsrc.h:
39632         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39633         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39634           Implement resizing... Hack. But that's why v4l is b0rked...
39635
39636 2004-01-28  Julien MOUTTE <julien@moutte.net>
39637
39638         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39639         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39640         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39641         (gst_ximagesink_xwindow_destroy):
39642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39643         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39644         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39645         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39646         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39647         correctly cleaning the image created to check xshm calls on succes,
39648         added a lot of XSync calls in X11 functions, and fixed a segfault when
39649         no image format was defined before negotiation happened.
39650
39651 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39652
39653         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39654           use gst_element_get_time to get correct time
39655
39656 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39657
39658         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39659         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39660         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39662         (gst_xvimagesink_check_xshm_calls),
39663         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39664         X plugins are now able to detect that XShm calls will fail even if the
39665         server claims that it has XShm support (remote displays most of the
39666         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39667         so that we use non XShm functions. This feature is almost useless for
39668         xvimagesink as Xv is not supported on remote displays anyway, but
39669         it might happen than even on the local display XShm calls fail.
39670
39671 2004-01-27  David Schleef  <ds@schleef.org>
39672
39673         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39674         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39675         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39676         changed esdsink to only use 44100,16,2, since esd sucks at rate
39677         conversion and esdsink has had difficulty negotiating.
39678
39679 2004-01-27  Julien MOUTTE <julien@moutte.net>
39680
39681         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39682         (gst_play_seek_to_time): Fixing the way to get current position.
39683
39684 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39685
39686         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39687           use gst_element_get_time to get correct time
39688
39689 2004-01-27  Julien MOUTTE <julien@moutte.net>
39690
39691         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39692         fix ever... Inverting 2 lines of code make spider autoplug correctly
39693         tagged mp3 !
39694
39695 2004-01-27  David Schleef  <ds@schleef.org>
39696
39697         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39698         Use gst_pad_try_set_caps_nonfixed().
39699
39700 2004-01-27  David Schleef  <ds@schleef.org>
39701
39702         * gst/ac3parse/gstac3parse.c: update to checklist 5
39703         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39704         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39705         * gst/audioscale/gstaudioscale.c: same
39706         * gst/auparse/gstauparse.c: same
39707         * gst/avi/gstavidemux.c: same
39708
39709 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39710
39711         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39712           stop processing after EOS
39713
39714 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39715
39716         * gst/asfdemux/asfheaders.h:
39717         * gst/asfdemux/gstasfdemux.c:
39718         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39719         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39720         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39721           lot's of fixes to make data extraction simpler and get the code
39722           architecture and compiler independant. Add debugging category
39723         * gst/goom/gstgoom.c: (gst_goom_change_state):
39724           reset channel count on PAUSED=>READY, not READY=>PAUSED
39725
39726 2004-01-26  Colin Walters  <walters@verbum.org>
39727
39728         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39729         code to pull a bigger buffer in iradio mode.  This as a side effect
39730         makes typefinding work.
39731
39732 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39733
39734         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39735         Fix SVQ3 decoding on PPC
39736
39737 2004-01-26  Julien MOUTTE <julien@moutte.net>
39738
39739         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39740         that one managed to stay there... Fixed.
39741
39742 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39743
39744         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39745         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39746         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39747         (qtdemux_video_caps):
39748         * gst/qtdemux/qtdemux.h:
39749         Add SVQ3 specific flags to qtdemux and ffmpeg
39750
39751 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39752
39753         * gst-libs/gst/audio/audio.h:
39754           remove buffer-frames from audio caps
39755         * gst/audioconvert/gstaudioconvert.c:
39756           fix plugin to really work.
39757
39758 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39759
39760         * gst-libs/gst/mixer/mixer.c:
39761         * gst-libs/gst/propertyprobe/propertyprobe.c:
39762         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39763         (gst_tuner_find_channel_by_name):
39764         * gst-libs/gst/tuner/tuner.h:
39765           Add gtk-doc style comments. Also fix a function name.
39766
39767 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39768
39769         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39770         (gst_divxdec_negotiate):
39771           Fix for new capsnego - also fixes gst-player with divxdec.
39772
39773 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39774
39775         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39776         (gst_play_identity_handoff), (gst_play_set_location),
39777         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39778         try in visualization implementation. Still have an issue with switch
39779         blocking when pulling from video_queue and only audio comes out of
39780         spider.
39781         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39782         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39783         release method. And check if the pad is usable before pulling.
39784
39785 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39786
39787         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39788         (gst_videobalance_init),
39789         (gst_videobalance_colorbalance_list_channels),
39790         (gst_videobalance_colorbalance_set_value),
39791         (gst_videobalance_colorbalance_get_value),
39792         (gst_videobalance_update_properties),
39793         (gst_videobalance_update_tables_planar411),
39794         (gst_videobalance_planar411):
39795         * gst/videofilter/gstvideobalance.h:
39796           Implement lookup-tables. +/- 10x faster.
39797
39798 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39799
39800         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39801         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39802           The index reading was broken. The rest worked fine, but the whole
39803           goal of my rewrite was to make avidemux readable, and this was
39804           not at all readable. Please use typed variables.
39805
39806 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39807
39808         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39809           Additional pad usability check.
39810         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39811         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39812         (gst_mp1videoparse_real_chain):
39813           Fix MPEG video stream parsing. The original plugin had several
39814           issues, including not timestamping streams where the source was
39815           not timestamped (this happens with PTS values in mpeg system
39816           streams, but MPEG video is also a valid stream on its own so
39817           that needs timestamps too). We use the display time code for that
39818           for now. Also, if one incoming buffer contains multiple valid
39819           frames, we push them all on correctly now, including proper EOS
39820           handling. Lastly, several potential segfaults were fixed, and we
39821           properly sync on new sequence/gop headers to include them in next,
39822           not previous frames (since they're header for the next frame, not
39823           the previous). Also see #119206.
39824         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39825         (bpf_from_header):
39826           Move caps setting so we only do it after finding several valid
39827           MPEG-1 fraes sequentially, not right after the first one (which
39828           might be coincidental).
39829         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39830         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39831         (plugin_init):
39832           Add unsynced MPEG video stream typefinding, and change some
39833           probability values so we detect streams rightly. The idea is as
39834           follows: I can have an unsynced system stream which contains
39835           video. In the current code, I would randomly get a type for either
39836           system or video stream type found, because the probabilities are
39837           being calculated rather randomly. I now use fixed values, so we
39838           always prefer system stream if that was found (and that is how it
39839           should be). If no system stream was found, we can still identity                the stream as video-only.
39840
39841 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39842
39843         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39844         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39845           don't write to buffer. Extract data without the need of
39846           __attribute__ ((packed))
39847
39848 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39849
39850         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39851         (mpeg1_sys_type_find):
39852           Fix MPEG-1 stream typefinding.
39853
39854 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39855
39856         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39857           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39858
39859 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39860
39861         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39862         * ext/esd/gstesd.c: (plugin_init):
39863           private debugging, better error reporting
39864
39865 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39866
39867         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39868         (gst_riff_read_init), (gst_riff_read_change_state):
39869         * gst-libs/gst/riff/riff-read.h:
39870           Remove stuff fromold metadata system.
39871
39872 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39873
39874         * ext/ogg/gstoggdemux.c:
39875           Fix wrong file comment.
39876         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39877         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39878           Add metadata reading properly.
39879
39880 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39881
39882         * ext/Makefile.am:
39883           Fix nas DIST_SUBDIRS
39884           Uraeus:
39885           Fix bug where make distcheck doesn't get run on adding stuff to
39886           the build.
39887
39888 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39889
39890         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39891         * ext/divx/gstdivxdec.h:
39892           Fix divx3 ("msmpeg4") playback using divxdec.
39893
39894 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39895
39896         * gst/typefind/gsttypefindfunctions.c:
39897         (mp3_type_frame_length_from_header): fix bug in length computation
39898         (mp3_type_find): improve debugging output
39899
39900 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39901
39902         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39903         (gst_play_set_location), (gst_play_seek_to_time),
39904         (gst_play_set_audio_sink), (gst_play_set_visualization),
39905         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39906         the pipeline from scratch. Visualization is back and switch went out as
39907         i realized it was not possible to use the way i wanted.
39908         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39909         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39910         clearing in state change from READY to NULL. So that one can clean the
39911         X ressources keeping the element.
39912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39913         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39914         (gst_xvimagesink_colorbalance_set_value),
39915         (gst_xvimagesink_colorbalance_get_value),
39916         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39917         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39918         change from READY to NULL and fixed some stupid bugs in colorbalance
39919         get/set values. Also added the following feature : when nobody tries to
39920         set some values to the colorbalance levels before the xcontext is
39921         grabbed, then when creating channels list from Xv attributes we set the
39922         internal values to the Xv defaults. This way we handle buggy Xv drivers
39923         that set default hue values far from the middle of the range (Thanks
39924         to Jon Trowbridge for pointing that issue).
39925         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39926         colorbalance levels have been set before xcontext is grabbed.
39927
39928 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39929
39930         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39931           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39932           it might block operations (which is bad for a mixer).
39933
39934 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39935
39936         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39937         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39938         (gmip_find_type_pre):
39939         * gst-libs/gst/media-info/media-info-priv.h:
39940         * gst-libs/gst/media-info/media-info.c:
39941         (gst_media_info_instance_init), (gst_media_info_read_idler):
39942         add fakesink to get caps on decoder src pad again
39943         fix callback prototype to match new have_type signal signature
39944
39945 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39946
39947         * gst/adder/gstadder.c: (gst_adder_link):
39948           fix non-compile and cut-n-paste code
39949
39950 2004-01-21  David Schleef  <ds@schleef.org>
39951
39952         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39953         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39954         (gst_swfdec_init), (gst_swfdec_change_state):
39955         * ext/swfdec/gstswfdec.h:
39956         Fix negotiation.
39957         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39958         (gst_adder_request_new_pad): Fix negotiation.
39959         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39960         Add a fixate function.
39961         * gst/intfloat/gstfloat2int.c:
39962         * gst/intfloat/gstfloat2int.h:
39963         * gst/intfloat/gstint2float.c:
39964         * gst/intfloat/gstint2float.h:
39965         Completely rewrite the negotiation.  Doesn't quite work yet,
39966         due to some buffer-frames problem.
39967
39968 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39969
39970         * ext/gnomevfs/gstgnomevfssrc.c:
39971         * sys/v4l2/v4l2_calls.h:
39972           fix includes for distcheck
39973
39974 2004-01-21  Christian Schaller <uraeus@gnome.org>
39975
39976         * ext/nas/
39977         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39978         based on earlier patch from Laurent Vivier
39979
39980 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39981
39982         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39983         Fix wma caps property
39984         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39985         Fix typo (flags1 and flags2)
39986
39987 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39988
39989         * gst-libs/gst/media-info/media-info-priv.c:
39990         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39991         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39992         (gmip_find_stream), (gmip_find_track_metadata),
39993         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39994         (gmip_find_track_format):
39995         * gst-libs/gst/media-info/media-info-priv.h:
39996         * gst-libs/gst/media-info/media-info-test.c: (main):
39997         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39998         (gst_media_info_read_idler), (gst_media_info_read):
39999         * gst-libs/gst/media-info/media-info.h:
40000           register debugging category and use it for debugging
40001
40002 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
40003
40004         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
40005         (gst_vorbisfile_new_link):
40006           signal streaminfo through tags
40007
40008 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40009
40010         * ext/mplex/gstmplex.cc:
40011         * ext/mplex/gstmplexibitstream.cc:
40012           g++ doesn't like NULL in our i18n/error macros, should be
40013           either (NULL) or ("").
40014
40015 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40016
40017         * sys/dxr3/dxr3audiosink.c:
40018         * sys/dxr3/dxr3init.c:
40019         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
40020         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
40021           Fix more error error error errors (missing includes here).
40022
40023 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40024
40025         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40026           fix thomas' error errors.
40027
40028 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
40029
40030         * ext/mpeg2enc/gstmpeg2enc.cc:
40031           fix error errors.
40032
40033 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40034
40035         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40036         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
40037           Fix for new error system.
40038
40039 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
40040
40041         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
40042           fix for new error reporting
40043
40044 2004-01-20  David Schleef  <ds@schleef.org>
40045
40046         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40047         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
40048         (gst_ximagesink_set_xwindow_id): Change to using a framerate
40049         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
40050         and neither is 100+, most likely.
40051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
40052         (gst_xvimagesink_getcaps): same
40053
40054 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40055
40056         * configure.ac:
40057           Up version requirement to 2.0.3 (not yet released) to avoid symbol
40058           clashes with ffmpeg.
40059
40060 2004-01-20  Julien MOUTTE  <julien@moutte.net>
40061
40062         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40063         (gst_switch_init): Fixed switch element : proxying link and setting
40064         caps from src to sink on request.
40065
40066 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40067
40068         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
40069         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
40070         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
40071         fix element_error
40072
40073 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40074
40075         * sys/v4l/v4l_calls.h:
40076         * sys/v4l2/v4l2_calls.h:
40077           element_error fixes
40078
40079 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40080
40081         * gst-libs/gst/gst-i18n-plugin.h:
40082           add locale.h
40083           remove config.h inclusion
40084
40085 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40086
40087         * autogen.sh:
40088           adding autopoint invocation
40089         * Makefile.am:
40090         * configure.ac:
40091         * gst-libs/gst/gettext.h:
40092           adding gettext bits
40093         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
40094         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
40095         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
40096         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40097         (gst_gnomevfssink_close_file):
40098         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
40099         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
40100         * gst-libs/gst/gst-i18n-plugin.h:
40101         * gst/avi/gstavi.c: (plugin_init):
40102         * sys/dxr3/dxr3init.c: (plugin_init):
40103         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
40104         * sys/oss/gstossaudio.c: (plugin_init):
40105         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40106         * sys/v4l/gstv4l.c: (plugin_init):
40107         * sys/v4l/v4l_calls.c: (gst_v4l_open):
40108         * sys/v4l2/gstv4l2.c: (plugin_init):
40109         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40110         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
40111         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
40112         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
40113         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
40114         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
40115           make sure locale and translation domain are set
40116           fix translated strings
40117         * po/.cvsignore:
40118         * po/LINGUAS:
40119         * po/Makevars:
40120         * po/POTFILES.in:
40121         * po/nl.po:
40122           put translation files into place
40123         * sys/xvideo/imagetest.c: (main):
40124         * ext/dv/demo-play.c: (main):
40125           fix unnecessary translations
40126
40127 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
40128
40129         * ext/sndfile/gstsf.c:
40130         * gst/avi/gstavimux.c:
40131         * ext/audiofile/gstafsink.c:
40132         * ext/audiofile/gstafsrc.c:
40133         * ext/gnomevfs/gstgnomevfssink.c:
40134         * ext/gnomevfs/gstgnomevfssrc.c:
40135         * sys/oss/gstosselement.c:
40136         * sys/v4l/v4l_calls.h:
40137           fix i18n include
40138
40139 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40140
40141         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40142         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
40143         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
40144         (gst_v4l2_get_output), (gst_v4l2_set_output),
40145         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
40146         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
40147         (gst_v4l2_set_attribute):
40148         update to new error handling
40149
40150 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40151
40152         * ext/sidplay/gstsiddec.cc:
40153         * gst/modplug/gstmodplug.cc:
40154           parenthese NULL because C++ seems angry about it
40155
40156 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40157
40158         * gst-libs/gst/gst-i18n-plugin.h:
40159           add skeleton i18n stuff, but needs to be further implemented
40160
40161 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
40162
40163         * examples/gstplay/player.c: (main):
40164         * ext/aalib/gstaasink.c: (gst_aasink_open):
40165         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
40166         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
40167         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
40168         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
40169         (gst_afsink_close_file):
40170         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
40171         (gst_afsrc_close_file):
40172         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40173         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40174         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
40175         * ext/esd/esdmon.c: (gst_esdmon_get):
40176         * ext/esd/esdsink.c: (gst_esdsink_chain):
40177         * ext/faac/gstfaac.c: (gst_faac_chain):
40178         * ext/faad/gstfaad.c: (gst_faad_chain):
40179         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
40180         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40181         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
40182         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
40183         (gst_flacdec_loop):
40184         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
40185         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
40186         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
40187         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40188         (gst_gnomevfssink_close_file):
40189         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
40190         (gst_gnomevfssrc_open_file):
40191         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
40192         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
40193         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
40194         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
40195         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
40196         * ext/mad/gstmad.c: (gst_mad_chain):
40197         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
40198         * ext/mpeg2dec/gstmpeg2dec.c:
40199         * ext/mpeg2enc/gstmpeg2enc.cc:
40200         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40201         * ext/mplex/gstmplex.cc:
40202         * ext/mplex/gstmplexibitstream.cc:
40203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
40204         (gst_ogg_demux_push), (gst_ogg_pad_push):
40205         * ext/raw1394/gstdv1394src.c:
40206         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
40207         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
40208         * ext/sidplay/gstsiddec.cc:
40209         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
40210         (gst_sf_loop):
40211         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
40212         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
40213         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
40214         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
40215         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
40216         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
40217         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
40218         * gst-libs/gst/Makefile.am:
40219         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
40220         (gst_riff_read_element_data), (gst_riff_read_seek),
40221         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
40222         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
40223         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
40224         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
40225         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
40226         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40227         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40228         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40229         * gst/goom/gstgoom.c: (gst_goom_chain):
40230         * gst/id3/gstid3types.c: (gst_id3types_loop):
40231         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40232         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40233         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40234         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40235         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40236         (gst_ebml_read_float), (gst_ebml_read_header):
40237         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40238         (gst_matroska_demux_parse_blockgroup):
40239         * gst/modplug/gstmodplug.cc:
40240         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40241         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40242         * gst/oneton/gstoneton.c: (gst_oneton_chain):
40243         * gst/silence/gstsilence.c: (gst_silence_get):
40244         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40245         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40246         * gst/speed/gstspeed.c: (speed_loop):
40247         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40248         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40249         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40250         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40251         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40252         (gst_wavparse_loop):
40253         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40254         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40255         (dxr3audiosink_close):
40256         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40257         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40258         (dxr3videosink_close), (dxr3videosink_write_data):
40259         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40260         * sys/oss/gstosselement.h:
40261         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40262         (gst_osssink_chain):
40263         * sys/oss/gstosssrc.c: (gst_osssrc_get):
40264         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40265         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40266         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40267         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40268         (gst_v4l_enable_overlay):
40269         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40270         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40271         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40272         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40273         (gst_v4l_set_audio):
40274         * sys/v4l/v4l_calls.h:
40275         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40276         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40277         (gst_v4lmjpegsink_playback_init),
40278         (gst_v4lmjpegsink_playback_start):
40279         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40280         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40281         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40282         (gst_v4lmjpegsrc_requeue_frame):
40283         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40284         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40285         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40286         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40287         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40288         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40289         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40290         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40291         (gst_v4l2src_capture_stop):
40292         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40293         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40294         (gst_ximagesink_chain):
40295         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40296         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40297         (gst_xvideosink_xwindow_new):
40298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40299         (gst_xvimagesink_chain):
40300         use new error signal, function and categories
40301
40302 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
40303
40304         * configure.ac:
40305         * ext/Makefile.am:
40306         * ext/musicbrainz/gsttrm.c:
40307         * ext/musicbrainz/gsttrm.h:
40308         * ext/musicbrainz/Makefile.am:
40309         Add a trm plugin
40310
40311 2004-01-18  Julien MOUTTE  <julien@moutte.net>
40312
40313         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40314         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40315         synchronous property for debugging.
40316         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40318         (gst_xvimagesink_set_property): Moving a pointer declaration to a
40319         smaller block, fixing indent.
40320
40321 2004-01-16  David Schleef  <ds@schleef.org>
40322
40323         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40324         property affects the video stream.
40325         * sys/xvimage/xvimagesink.c:
40326         * sys/xvimage/xvimagesink.h:
40327         Add synchronous property for debugging.  Should probably be
40328         disabled in non-CVS builds.  Make sure that the Xv attribute
40329         exists before we set it (crash!).  Fix a silly float bug that
40330         caused colorbalance to just not work.
40331
40332 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40333
40334         * tools/gst-launch-ext.in - update for new plugins
40335
40336 2004-01-16  David Schleef  <ds@schleef.org>
40337
40338         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40339         already-freed caps.
40340
40341 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40342
40343         * Update spec for new colorspace plugin and libcaca plugin
40344         * Fix compilation of libcaca plugin (clock -> id)
40345
40346 2004-01-16  Julien MOUTTE <julien@moutte.net>
40347
40348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40349         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40350         (gst_xvimagesink_set_xwindow_id),
40351         (gst_xvimagesink_colorbalance_set_value),
40352         (gst_xvimagesink_colorbalance_get_value),
40353         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40354         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40355         correct colorbalance properties. They can now be set when the element
40356         is still in NULL state. The values will be committed to the Xv Port
40357         when xcontext is initialized.
40358         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40359         brightness int values in the GstXvImagesink structure.
40360
40361 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40362
40363         * gst-libs/gst/Makefile.am:
40364           restructure so having local patches works easier.
40365
40366 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40367
40368         * ext/mpeg2enc/Makefile.am:
40369         * ext/mpeg2enc/gstmpeg2enc.cc:
40370         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40371           Bugfix with respect to EOS handling.
40372
40373 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40374
40375         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40376           Link with right caps (else, it segfaults).
40377         * ext/mplex/gstmplexjob.cc:
40378           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40379
40380 2004-01-15  David Schleef  <ds@schleef.org>
40381
40382         * gst-libs/gst/audio/Makefile.am:
40383         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40384         from the template.
40385         * gst-libs/gst/audio/gstaudiofilter.c:
40386         * gst-libs/gst/audio/gstaudiofilter.h:
40387         Add bytes_per_sample and size and n_samples calculation.
40388         * gst-libs/gst/audio/gstaudiofilterexample.c:
40389         Remove, now autogenerated.
40390         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40391         Moved from gstaudiofilterexample, object name changed, code added
40392         so that it actually works.
40393         * gst-libs/gst/audio/make_filter:
40394         Script to build an audiofilter subclass from the template.
40395         * gst/colorspace/Makefile.am:
40396         * gst/colorspace/yuv2yuv.c:
40397         Remove file, since it's GPL, and we don't use it.
40398
40399 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40400
40401         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40403         them use the buffer free function to test how the buffer was allocated.
40404
40405 2004-01-15  David Schleef  <ds@schleef.org>
40406
40407         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40408         that handles osssink fallback.
40409         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40410         (gst_audio_convert_getcaps):
40411         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40412         Add audio/x-qdm2 for QDM2 audio.
40413         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40414         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40415         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40416         Decrease minimum size to 16x16.
40417         * gst/wavparse/gstwavparse.c:
40418         Convert disabled pad template caps to new caps.
40419         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40421         (gst_xvimagesink_chain): Throw element error when display cannot
40422         be opened.  Increase minimum framerate to 1.0.  Check the data
40423         free function on a buffer to make sure it is the type we expect
40424         before manipulating it.
40425
40426 2004-01-15  Julien MOUTTE <julien@moutte.net>
40427
40428         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40429         (gst_videobalance_colorbalance_set_value): Implement passthru if
40430         settings are in the middle.
40431         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40432
40433 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40434
40435         * gst/videofilter/Makefile.am:
40436         * gst/volume/Makefile.am:
40437           Since we use videofilter symbols, link to it.
40438
40439 2004-01-15  Julien MOUTTE <julien@moutte.net>
40440
40441         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40442         mixer interface type to HARDWARE.
40443         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40444         type to SOFTWARE.
40445         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40446         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40447         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40448         (gst_volume_interface_init), (gst_volume_list_tracks),
40449         (gst_volume_set_volume), (gst_volume_get_volume),
40450         (gst_volume_set_mute), (gst_volume_mixer_init),
40451         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40452         (volume_init): Implementing mixer interface.
40453         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40454         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40455         (gst_osselement_change_state): Removing some trailing commas in
40456         structures.
40457         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40458         interface type to HARDWARE.
40459         * sys/v4l/gstv4lcolorbalance.c:
40460         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40461         type to HARDWARE.
40462         * sys/v4l2/gstv4l2colorbalance.c:
40463         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40464         interface type to HARDWARE.
40465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40466         same code than ximagesink for event handling.
40467
40468 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40469
40470         * ext/snapshot/Makefile.am:
40471         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40472         (gst_snapshot_chain):
40473         * ext/snapshot/gstsnapshot.h:
40474           This has to be a joke... Snapshot should be connected to a tee,
40475           colorspace element before it and EOS after that, where the other
40476           src of the tee receives normal data.
40477           The current way is *wrong*.
40478
40479 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40480
40481         * ext/hermes/gsthermescolorspace.c:
40482           Fix another compile error. Same as below.
40483
40484 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40485
40486         * gst/colorspace/gstcolorspace.c:
40487         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40488         (gst_colorspace_i420_to_yv12):
40489           Fix compiling... Didn't test if it actually works.
40490
40491 2004-01-15  David Schleef  <ds@schleef.org>
40492
40493         * configure.ac:
40494         * gst/colorspace/Makefile.am:
40495         * gst/colorspace/gstcolorspace.c:
40496         * gst/colorspace/gstcolorspace.h:
40497         * gst/colorspace/yuv2rgb.c:
40498         * gst/colorspace/yuv2rgb.h:
40499         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40500         code and GPL code.  Fix for new caps negotiation.  Rewrite
40501         much of the format handling code, and some of the conversion
40502         code.  Basically, rewrote almost everything.  This element
40503         handles I420, YV12 to RGB conversions.
40504         * ext/hermes/Makefile.am:
40505         * ext/hermes/gsthermescolorspace.c:
40506         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40507         Remove non-Hermes related code.  This element handles lots of
40508         RGB to RGB conversions, but no YUV.
40509         * ext/hermes/gstcolorspace.c:
40510         * ext/hermes/gstcolorspace.h:
40511         * ext/hermes/rgb2yuv.c:
40512         * ext/hermes/yuv2rgb.c:
40513         * ext/hermes/yuv2rgb.h:
40514         * ext/hermes/yuv2rgb_mmx16.s:
40515         * ext/hermes/yuv2yuv.c:
40516         * ext/hermes/yuv2yuv.h:
40517         Remove old code.
40518
40519 2004-01-14  Colin Walters  <walters@verbum.org>
40520
40521         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40522         they've already been.
40523
40524 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40525
40526         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40527           assume tag mode when pad is not connected
40528
40529 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40530
40531         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40532           Don't update the time of the clock
40533         (gst_alsa_sink_loop):
40534           sync to the clock given to alsasink, not the own clock
40535         * sys/oss/gstosssink.c: (gst_osssink_chain):
40536           sync to the clock
40537         (gst_osssink_change_state):
40538           activate the clock
40539         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40541           remove bogus code that made DISCONT events unhandled
40542         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40543           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40544           #131502)
40545         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40546         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40547         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40548           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40549           2nd warning in bug #131502)
40550
40551 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40552
40553         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40554         (gst_videobalance_colorbalance_set_value),
40555         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40556         for colorbalance interface implementation.
40557         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40558         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40559         (gst_ximagesink_dispose), (gst_ximagesink_init),
40560         (gst_ximagesink_class_init): Adding DISPLAY property.
40561         * sys/ximage/ximagesink.h: Adding display_name to store display.
40562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40563         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40564         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40565         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40566         properties (they still need polishing though for gst-launch use : no
40567         xcontext yet, i ll do that tomorrow).
40568         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40569
40570 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40571
40572         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40573         (gst_play_set_location), (gst_play_set_visualization): Preparing
40574         switch integration, adding videobalance in the pipeline.
40575
40576 2004-01-14  Julien MOUTTE <julien@moutte.net>
40577
40578         * gst-libs/gst/colorbalance/colorbalance.c:
40579         (gst_color_balance_class_init): Adding a default type.
40580         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40581         the type.
40582         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40583         (gst_videobalance_dispose), (gst_videobalance_class_init),
40584         (gst_videobalance_init), (gst_videobalance_interface_supported),
40585         (gst_videobalance_interface_init),
40586         (gst_videobalance_colorbalance_list_channels),
40587         (gst_videobalance_colorbalance_set_value),
40588         (gst_videobalance_colorbalance_get_value),
40589         (gst_videobalance_colorbalance_init): Implementing colorbalance
40590         interface.
40591         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40592         list.
40593         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40594         bug which was triggering a BadAccess X error when setting an overlay
40595         before pad was really negotiated.
40596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40597         Using the colorbalance type macro.
40598
40599 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40600
40601         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40602         (gst_flacenc_chain):
40603           handle tags correctly
40604         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40605           extract ID3v1 tags correctly
40606
40607 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40608
40609         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40610         (plugin_init):
40611           Improve matroska typefinding for odd-typed headers...
40612
40613 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40614
40615         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40616           Fix for using incremental number on padnames.
40617
40618 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40619
40620         * ext/divx/gstdivxdec.c:
40621         * ext/divx/gstdivxenc.c:
40622           Set category to divx4linux instead of divx (too generic).
40623         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40624         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40625         (gst_wavparse_loop), (gst_wavparse_change_state):
40626         * gst/wavparse/gstwavparse.h:
40627           fix parsing of WAV files with non-standard fmt-tag size and fix
40628           skipping of unrecognized chunks... Someone please fix this thing
40629           to use rifflib so all this is automated.
40630         * sys/v4l/Makefile.am:
40631         * sys/v4l2/Makefile.am:
40632           Add X_CFLAGS because we depend on X (for overlay).
40633
40634 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40635
40636         * ext/mpeg2dec/gstmpeg2dec.c:
40637           Don't issue a timestamp unless we tagged the frame
40638           with a PTS.
40639
40640 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40641
40642         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40643           Query the audio element to get the time, not the clock. We're
40644           interested in the element's time here.
40645
40646 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40647
40648         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40649         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40650         * ext/esd/esdsink.c: (gst_esdsink_chain):
40651         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40652         * ext/mas/massink.c: (gst_massink_chain):
40653         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40654         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40655         (gst_matroska_demux_parse_metadata):
40656         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40657         (gst_mpeg_parse_release_locks):
40658         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40659         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40660         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40661         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40662         (gst_osssink_change_state):
40663         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40664         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40665         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40666         (gst_xvideosink_release_locks):
40667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40668           use element time.
40669         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40670         (gst_alsa_clock_stop):
40671         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40672         (gst_audio_clock_get_internal_time):
40673           simplify for use with new clocking code.
40674         * testsuite/alsa/Makefile.am:
40675         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40676           fix testsuite for new caps system
40677
40678 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40679
40680         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40681         * ext/flac/gstflacenc.c: (add_one_tag):
40682           length is already host endian, no need to convert. Fixes playback of
40683           tagged files on PPC. (bug #128384)
40684
40685 2004-01-13  Julien MOUTTE <julien@moutte.net>
40686
40687         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40688         colorbalance interface stating if it is hardware based or software
40689         based.
40690         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40691         Removing a trailing comma.
40692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40693         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40694         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40695         the documentation seems to be wrong on the -1000 to 1000 interval.
40696
40697 2004-01-12  David Schleef  <ds@schleef.org>
40698
40699         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40700         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40701         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40702         Fix negotiation.  Add a bufferalloc function for the sink pad,
40703         and generally clean up some of the code.
40704
40705 2004-01-12  Julien MOUTTE <julien@moutte.net>
40706
40707         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40708         (gst_color_balance_channel_dispose): Adding safety check in dispose
40709         method.
40710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40711         (gst_xvimagesink_xcontext_clear),
40712         (gst_xvimagesink_interface_supported),
40713         (gst_xvimagesink_colorbalance_list_channels),
40714         (gst_xvimagesink_colorbalance_set_value),
40715         (gst_xvimagesink_colorbalance_get_value),
40716         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40717         Adding colorbalance interface support to set XV parameters such as
40718         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40719         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40720         interface.
40721
40722 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40723
40724         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40725         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40726         (gst_audio_convert_init), (gst_audio_convert_set_property),
40727         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40728         (gst_audio_convert_link),
40729         (gst_audio_convert_buffer_to_default_format),
40730         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40731           - implement _getcaps and use it
40732           - improve linking
40733           - remove float caps since no float conversion is actually done
40734           - remove properties and arguments that were to be used for rate
40735             conversion
40736
40737 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40738
40739         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40740         (gst_audio_structure_set_int):
40741         * gst-libs/gst/audio/audio.h:
40742           add helper functions for _getcaps matching the standard audio
40743           templates
40744
40745 2004-01-12  David Schleef  <ds@schleef.org>
40746
40747         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40748         Test that pad is negotiated before getting its caps.
40749
40750 2004-01-12  Julien MOUTTE <julien@moutte.net>
40751
40752         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40753         analyzing the pads of an element the bin is mostly in READY state so
40754         no caps were negotiated. This helper function needs to work with
40755         _get_caps directly then. I was not freeing them though, added that to
40756         fix the mem leak.
40757
40758 2004-01-12  Julien MOUTTE <julien@moutte.net>
40759
40760         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40762         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40763         than the free_func.
40764
40765 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40766
40767         * sys/oss/gstossaudio.c: (plugin_init):
40768         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40769         * sys/oss/gstosselement.h:
40770           make an oss debugging category
40771           make failure more descriptive
40772
40773 2004-01-11  David Schleef  <ds@schleef.org>
40774
40775         * ext/ffmpeg/gstffmpeg.c:
40776         * ext/ffmpeg/gstffmpegcodecmap.c:
40777         * ext/ffmpeg/gstffmpegdec.c:
40778         * ext/ffmpeg/gstffmpegenc.c:
40779         * ext/ffmpeg/gstffmpegprotocol.c:
40780         * ext/gdk_pixbuf/gstgdkanimation.c:
40781         * ext/jpeg/gstjpeg.c:
40782         * ext/libpng/gstpng.c:
40783         * ext/mpeg2dec/perftest.c:
40784         * ext/speex/gstspeex.c:
40785         * gst-libs/gst/resample/dtos.c:
40786         * gst/intfloat/gstintfloatconvert.c:
40787         * gst/oneton/gstoneton.c:
40788         * gst/rtjpeg/RTjpeg.c:
40789         * gst/rtp/gstrtp.c:
40790         * sys/dxr3/dxr3init.c:
40791         * sys/glsink/gstgl_nvimage.c:
40792         * sys/glsink/gstgl_pdrimage.c:
40793         * sys/glsink/gstglsink.c:
40794         * testsuite/gst-lint:
40795         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40796
40797 2004-01-11  David Schleef  <ds@schleef.org>
40798
40799         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40800         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40801         * ext/gdk_pixbuf/gstgdkanimation.c:
40802         (gst_gdk_animation_iter_create_pixbuf):
40803         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40804         (gst_gdk_pixbuf_chain):
40805         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40806         * ext/jack/gstjack.c: (gst_jack_change_state):
40807         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40808         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40809         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40810         * gst/videofilter/gstvideofilter.c:
40811         (gst_videofilter_set_output_size):
40812         Remove all usage of gst_pad_get_caps(), and replace it with
40813         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40814
40815 2004-01-11  David Schleef  <ds@schleef.org>
40816
40817         * configure.ac:
40818         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40819         * ext/divx/gstdivxdec.c:
40820         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40821         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40822         handle images that span multiple buffers.  Now work with both
40823         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40824         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40825         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40826         video/video.h changes
40827         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40828         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40829         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40830         of GstData free function.
40831         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40832         same.
40833
40834 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40835
40836         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40837         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40838         (gst_v4l2element_get_property):
40839         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40840           add norm, channel and frequency properties.
40841         * sys/v4l2/gstv4l2tuner.c:
40842           fixes for tuner interface changes
40843         * sys/v4l2/gstv4l2element.h:
40844         * sys/v4l2/gstv4l2src.c:
40845         * sys/v4l2/gstv4l2src.h:
40846         * sys/v4l2/v4l2src_calls.c:
40847         * sys/v4l2/v4l2src_calls.h:
40848           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40849
40850 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40851
40852         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40853         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40854         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40855         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40856         * gst-libs/gst/tuner/tuner.h:
40857           GObjects aren't const.
40858           Add find_by_name functions.
40859           Add checks to _changed functions.
40860         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40861         (gst_v4l_tuner_get_norm):
40862           Fixes for above.
40863
40864 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40865
40866         * gst-libs/gst/video/video.h:
40867           Fix caps template names to be understandable.
40868           Prefix everything with GST_VIDEO.
40869         * ext/aalib/gstaasink.c:
40870         * ext/divx/gstdivxdec.c:
40871         * ext/divx/gstdivxenc.c:
40872         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40873         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40874         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40875         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40876         * ext/libcaca/gstcacasink.c:
40877         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40878         * ext/snapshot/gstsnapshot.c:
40879         * ext/swfdec/gstswfdec.c:
40880         * ext/xvid/gstxviddec.c:
40881         * ext/xvid/gstxvidenc.c:
40882         * gst/chart/gstchart.c:
40883         * gst/deinterlace/gstdeinterlace.c:
40884         * gst/effectv/gsteffectv.c:
40885         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40886         * gst/goom/gstgoom.c:
40887         * gst/median/gstmedian.c:
40888         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40889         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40890         * gst/overlay/gstoverlay.c:
40891         * gst/smooth/gstsmooth.c:
40892         * gst/smpte/gstsmpte.c:
40893         * gst/synaesthesia/gstsynaesthesia.c:
40894         * gst/videocrop/gstvideocrop.c:
40895         * gst/videodrop/gstvideodrop.c:
40896         * gst/y4m/gsty4mencode.c:
40897         * sys/qcam/gstqcamsrc.c:
40898         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40899           Make them work with new video.h file.
40900         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40901         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40903         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40904           Make it work with new buffer allocation system.
40905
40906 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40907
40908         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40909         pad_alloc_buffer implementation to use ->srcpad
40910         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40911         pad_alloc_buffer implementation to use ->srcpad
40912         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40913         pad_alloc_buffer implementation to use ->srcpad
40914         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40915         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40916         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40917         a reference to everything we need.
40918         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40920         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40921         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40922         a reference to everything we need.
40923         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40924
40925 2004-01-11  David Schleef  <ds@schleef.org>
40926
40927         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40928         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40929         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40930         structure members.
40931         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40932         value during a resize/renegotiation.
40933         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40934         gst_pad_alloc_buffer();
40935         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40936         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40937         structure members.
40938         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40939         Fix for rename of buffer private structure members.
40940         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40941         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40942         Fix for rename of buffer private structure members.
40943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40944         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40945         Fix for rename of buffer private structure members.
40946
40947 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40948
40949         reviewed by: David Schleef <ds@schleef.org>
40950
40951         * gst/videofilter/Makefile.am:
40952         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40953         from the patch by ds to fit in with recent make_filter changes.
40954
40955 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40956
40957         * configure.ac: Adding examples/switch/Makefile
40958         * examples/Makefile.am: Adding examples/switch
40959         * examples/switch/Makefile.am: Adding switcher example.
40960         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40961         (switch_timer), (main): Adding an example demonstrating switch usage
40962         with 2 videotestsrc showing different patterns.
40963         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40964         (gst_switch_init): Fixing switch with the new caps system.
40965
40966 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40967
40968         * gst-libs/gst/video/video.h:
40969           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40970           They should probably be like
40971           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40972
40973 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40974
40975         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40976         (qtdemux_parse_trak):
40977           fix audio chunk size/timestamp calculation
40978
40979 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40980
40981         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40982           fix SVQ3 caps
40983
40984 2004-01-11  Steve Baker  <steve@stevebaker.org>
40985
40986         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40987         (gst_agingtv_base_init), (gst_agingtv_class_init),
40988         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40989         (gst_agingtv_set_property), (gst_agingtv_get_property):
40990         Port agingTV to videofilter
40991
40992 2004-01-09  Julien MOUTTE <julien@moutte.net>
40993
40994         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40995         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40996
40997 2004-01-09  Julien MOUTTE <julien@moutte.net>
40998
40999         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
41000         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
41001         * gst-libs/gst/xoverlay/xoverlay.c:
41002         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
41003         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
41004         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
41005         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41006         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
41007         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
41008         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
41009         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
41010         the bufferalloc_function to replace bufferpools, fixing the XOverlay
41011         interface implementation to handle xid being 0 and fix some bugs
41012         triggered by Benjamin's testcase.
41013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
41014         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
41015         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
41016         the bufferalloc_function to replace bufferpools, fixing the XOverlay
41017         interface implementation to handle xid being 0 and fix some bugs
41018         triggered by Benjamin's testcase.
41019
41020 2004-01-09  David Schleef  <ds@schleef.org>
41021
41022         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
41023         mouse pointer events.  It works.
41024
41025 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41026
41027         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
41028           Use explicit caps - fix capsnego.
41029         * ext/xvid/gstxviddec.c:
41030         * ext/xvid/gstxvidenc.c:
41031           Remove macro-inside-macro which caused compile errors.
41032         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
41033           Error out if it's not a RIFF file. Else we error out without
41034           gst_element_error() which is not good...
41035
41036 2004-01-08  David Schleef  <ds@schleef.org>
41037
41038         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
41039         Fix pad_link function to handle formats that ffmpeg returns
41040         as multiple caps structures.
41041         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
41042         Only complain if source buffer is _smaller_ than expected.
41043         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
41044         (gst_videoscale_handle_src_event): Resize navigation events
41045         when passing them upstream.
41046         * gst/videotestsrc/gstvideotestsrc.c:
41047         * gst/videotestsrc/gstvideotestsrc.h:
41048         * gst/videotestsrc/videotestsrc.c:
41049         * gst/videotestsrc/videotestsrc.h:
41050         Rewrite many of the buffer painting functions to handle odd
41051         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
41052         been verified to work with my video card.
41053         * testsuite/gst-lint:  Add check for elements calling
41054         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
41055
41056 2004-01-08  David Schleef  <ds@schleef.org>
41057
41058         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
41059         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
41060
41061 2004-01-08  Julien MOUTTE  <julien@moutte.net>
41062
41063         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
41064         configure event is not emiting the desired size signal. That fixes
41065         aspect ratio issues with gst-player.
41066
41067 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41068
41069         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
41070           Fix capsnego.
41071
41072 2004-01-08  Julien MOUTTE  <julien@moutte.net>
41073
41074         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
41075         public method to fire size signal.
41076
41077 2004-01-07  Julien MOUTTE  <julien@moutte.net>
41078
41079         * examples/gstplay/Makefile.am: Adding the interface library.
41080         * gst-libs/gst/play/Makefile.am: Adding the interface library.
41081         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
41082         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
41083         GST_IS_X_OVERLAY before signal connect.
41084         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
41085         Removing the have_video_size signal.
41086         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
41087         and associated public method.
41088         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41089         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
41090         signal.
41091         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
41092         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
41093         signal.
41094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
41095         Using XOverlay public method to fire size signal.
41096
41097 2004-01-07  David Schleef  <ds@schleef.org>
41098
41099         * gst/videofilter/Makefile.am:
41100         * gst/videofilter/gstvideotemplate.c:
41101         * gst/videofilter/make_filter:
41102         Create gstvideoexample.c in a srcdir!=builddir friendly way.
41103         Convert make_filter to /bin/sh script.
41104
41105 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
41106
41107         * gst/modplug/gstmodplug.cc: fix element description
41108
41109 2004-01-07  Julien MOUTTE  <julien@moutte.net>
41110
41111         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41112         (got_video_size): Adding some new lines in g_print calls.
41113         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41114         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
41115         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
41116         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
41117         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
41118         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
41119         Complete code review, reverting some stuff i disagree with, adding
41120         some fixes : time synchronization on invalid timestamps, renegotiation
41121         of private window.
41122         * sys/ximage/ximagesink.h:
41123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
41124         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
41125         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
41126         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
41127         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
41128         (gst_xvimagesink_buffer_new),
41129         (gst_xvimagesink_navigation_send_event),
41130         (gst_xvimagesink_set_xwindow_id),
41131         (gst_xvimagesink_get_desired_size),
41132         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
41133         stuff i disagree with, adding some fixes : Renegotiation of private
41134         window, implementing get_desired_size.
41135
41136 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41137
41138         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
41139         (gst_afsink_handle_event):
41140         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
41141         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
41142         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
41143         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
41144         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
41145           Fix for instantiate-test (see core). Also remove dead code from
41146           jpegenc (which still needs fixing, but that's lower on my TODO
41147           list...).
41148         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
41149           Never return NULL as caps.
41150
41151 2004-01-07  David Schleef  <ds@schleef.org>
41152
41153         * configure.ac:
41154         * ext/Makefile.am:
41155         * ext/librfb/Makefile.am:
41156         * ext/librfb/gstrfbsrc.c:
41157         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
41158         is the protocol used by VNC.
41159
41160 2004-01-07  David Schleef  <ds@schleef.org>
41161
41162         * gst/videofilter/gstvideotemplate.c:
41163         * gst/videofilter/gstvideotemplate.h:
41164         * gst/videofilter/make_filter:
41165         Merge videotemplate header into source file.
41166         * gst/effectv/Makefile.am:
41167         * gst/effectv/gsteffectv.c: (plugin_init):
41168         * gst/effectv/gstwarp.c:
41169         Make warpTV a subclass of videofilter.
41170
41171 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41172
41173         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
41174           Add guard against invalid utf-8 conversions in mad. Just in case.
41175
41176 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41177
41178         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41179           Fix for bug shown by poisoning
41180
41181 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41182
41183         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
41184         (gst_v4lmjpegsrc_buffer_free):
41185         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
41186         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
41187         (gst_v4lsrc_buffer_free):
41188           Fix for removed bufferpools.
41189
41190 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41191
41192         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
41193         Fix caps negotiation.
41194
41195         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
41196         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
41197         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
41198         (dvdnavsrc_event):
41199         * ext/mpeg2dec/gstmpeg2dec.c:
41200         * gst-libs/gst/navigation/navigation.c:
41201         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
41202         * gst-libs/gst/navigation/navigation.h:
41203         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
41204         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
41205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
41206         Super-simple first version of mouse and keyboard events. Clicking
41207         on a DVD menu now works, although it may not take you where you
41208         expected.
41209
41210         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41211         * gst/videotestsrc/gstvideotestsrc.c:
41212         (gst_videotestsrc_src_fixate):
41213         These fixate functions were broken - they never actually
41214         fixated :)
41215
41216 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41217
41218         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
41219         (gst_icecastsend_init):
41220           fix for new caps system.
41221         * gst-libs/gst/mixer/mixertrack.h:
41222         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
41223           Add 'master track' flag (for tools like ACME that only want to
41224           change the main volume).
41225
41226 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41227
41228         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41229         (gst_xvid_csp_to_caps):
41230         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41231         * ext/xvid/gstxvidenc.c:
41232         ifdef out ARGB type when it isn't available
41233         in xvidcore 1.0.0beta2
41234
41235 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41236
41237         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41238           When we have received a new SCR right in the first buffer after
41239           a seek (so in the same cycle that handles the discont), we should
41240           handle the buffer instead of unreffing it, else we lose data.
41241
41242 2004-01-06  Iain <iain@prettypeople.org>
41243
41244         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41245           buffer-frames caps too.
41246
41247         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41248           caps that we need, don't destroy them all and rebuild them. And when
41249           creating src pads, use the src pad template rather than the sink...
41250
41251 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41252
41253         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41254           Add pad to element *after* setting functions such as event handler.
41255           Without this, the scheduler (opt) will link pads, set the event
41256           handler from the default event function (dispatcher in gstpad.c)
41257           and *after* that, we will set our own event function, which will
41258           thus never be used (and thus mpegdemux doesn't handle events).
41259
41260 2004-01-04  David Schleef  <ds@schleef.org>
41261
41262         Fix the fixate functions to handle new prototype:
41263         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41264         * gst/videotestsrc/gstvideotestsrc.c:
41265         (gst_videotestsrc_src_fixate):
41266         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41267         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41269
41270 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41271
41272         * sys/ximage/ximagesink.h:
41273         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41274         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41275         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41276         (gst_ximagesink_xoverlay_init):
41277           assorted fixes to make (re)embedding work
41278         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41279         (gst_ximagesink_get_desired_size):
41280           implement desired size additions to XOverlay
41281
41282 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41283
41284         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41285         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41286         (gst_x_overlay_got_desired_size):
41287         * gst-libs/gst/xoverlay/xoverlay.h:
41288           Add optional "desired size" signal and querying.
41289
41290 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41291
41292         * gst/matroska/matroska-demux.c:
41293         (gst_matroska_demux_parse_blockgroup):
41294           Fix EBML-laced block parsing. Diffs are relative to previous
41295           lace, not the first lace. Thanks to Mosu from the Matroska
41296           team for detecting this.
41297         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41298         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41299         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41300         (gst_wavparse_change_state):
41301         * gst/wavparse/gstwavparse.h:
41302           Quickfix for capsnego.
41303
41304 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41305
41306         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41307           Fix indenting, fix pad creation.
41308
41309 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41310
41311         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41312         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41313         (gst_xviddec_sink_link):
41314           Implement src_getcaps() so proper size caps is negotiated.
41315
41316 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41317
41318         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41319           Finish flac decoder on EOS. See #116178.
41320
41321 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41322
41323         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41324         (gst_matroska_demux_add_stream):
41325         * gst/matroska/matroska-ids.h:
41326           Add getcaps() function to fix capsnego...
41327
41328 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41329
41330         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41331         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41332         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41333           Fix more integer overflows. Again, see #126967.
41334
41335 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41336
41337         * ext/mpeg2dec/gstmpeg2dec.c:
41338           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41339           #130416.
41340
41341 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41342
41343         * configure.ac:
41344         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41345         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41346         * ext/xvid/gstxvid.h:
41347         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41348         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41349         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41350         (gst_xviddec_change_state):
41351         * ext/xvid/gstxviddec.h:
41352         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41353         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41354         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41355         (gst_xvidenc_link), (gst_xvidenc_set_property),
41356         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41357         * ext/xvid/gstxvidenc.h:
41358           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41359
41360 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41361
41362         * gst/rtp/rtp-packet.c:
41363           Add sys/types.h include, since OS X doesn't define in_addr_t
41364           in netinet/in.h, like it does on Linux (see #129600).
41365
41366 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41367
41368         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41369
41370         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41371           Correct logic of dispose function (see #129306).
41372
41373 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41374
41375         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41376         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41377         (gst_mpeg_parse_init):
41378         * gst/mpegstream/gstmpegparse.h:
41379           Remove clock (which was never provided, i.e. dead code), and
41380           also fix integer overflows at high PTS values (see #126967).
41381
41382 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41383
41384         * ext/flac/gstflacdec.c:
41385         * ext/libpng/gstpngenc.h:
41386         * ext/mikmod/gstmikmod.h:
41387           OS X fixes (see #126628).
41388
41389 2004-01-02  David Schleef  <ds@schleef.org>
41390
41391         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41392         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41393         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41394         (gst_mpeg_parse_class_init): Move pad template registration
41395         to class_init, since the derived class (mpegdemux) doesn't
41396         want them.
41397
41398 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41399
41400         * sys/ximage/Makefile.am:
41401         * sys/xvideo/Makefile.am:
41402         * sys/xvimage/Makefile.am:
41403           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41404           after installation (see #127664).
41405
41406 2004-01-02  David Schleef  <ds@schleef.org>
41407
41408         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41409         (gst_ffmpegenc_connect):  Negotiation fixes.
41410         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41411         Remove inappropriate gst_caps_free().
41412         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41413         Reenable Ronald's internal resize code, since the core handles
41414         it correctly now.
41415
41416 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41417
41418         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41419         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41420         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41421           Fix pad template stuff.
41422
41423 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41424
41425         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41426         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41427           fix signed integer reading/writing.
41428
41429 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41430
41431         * ext/alsa/README:
41432           Remove outdated document
41433
41434 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41435
41436         * gst/cutter/gstcutter.c: (gst_cutter_init):
41437           src pad was being created twice - oops.
41438
41439 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41440
41441         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41442           Comment out internal resize. It doesn't handle the resulting
41443           XEvent internally, does another try_set_caps() which leads to
41444           a really nice loop.
41445           Real fix will come when Julien and Dave are awake. ;).
41446
41447 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41448
41449         * ext/mpeg2enc/gstmpeg2enc.cc:
41450           fix const/nonconst compile issue.
41451
41452 2004-01-02  David Schleef  <ds@schleef.org>
41453
41454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41455         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41456         Add fixate function and a check for bad formats.
41457
41458 2004-01-01  David Schleef  <ds@schleef.org>
41459
41460         Negotiation fixes:
41461         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41462         (gst_audiofilter_init):
41463         * gst/debug/efence.c: (gst_efence_init):
41464         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41465         (gst_deinterlace_init):
41466         * gst/volume/gstvolume.c: (volume_connect):
41467
41468 2004-01-01  David Schleef  <ds@schleef.org>
41469
41470         Convert elements to use gst_pad_use_explicit_caps() where
41471         appropriate:
41472         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41473         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41474         (gst_afparse_open_file):
41475         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41476         (gst_afsrc_open_file):
41477         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41478         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41479         (gst_ffmpegdec_chain):
41480         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41481         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41482         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41483         (gst_gdk_pixbuf_chain):
41484         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41485         (gst_jpegdec_chain):
41486         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41487         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41488         (gst_mikmod_negotiate):
41489         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41490         (gst_mpeg2dec_negotiate_format):
41491         * ext/mpeg2enc/gstmpeg2enc.cc:
41492         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41493         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41494         (gst_speexdec_sinkconnect):
41495         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41496         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41497         (gst_vorbisfile_new_link):
41498         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41499         (gst_ac3parse_chain):
41500         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41501         (gst_asf_demux_setup_pad):
41502         * gst/auparse/gstauparse.c: (gst_auparse_init),
41503         (gst_auparse_chain):
41504         * gst/id3/gstid3types.c: (gst_id3types_loop):
41505         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41506         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41507         (mp1videoparse_parse_seq):
41508         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41509         (bpf_from_header):
41510         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41511         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41512         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41513         (gst_mpeg_parse_send_data):
41514         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41515         (gst_qtdemux_add_stream):
41516         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41517         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41518         (gst_wavparse_parse_fmt):
41519
41520 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41521
41522         * configure.ac:
41523           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41524           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41525           it therefore uses the wrong include paths. Too bad... Note
41526           that 1.6.1.93 is not release yet. ;).
41527           Also add a check for mplex, which is now using the lib'ified
41528           mplex from mjpegtools, too.
41529         * ext/ffmpeg/gstffmpegcodecmap.c:
41530           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41531           issues. I don't think ffmpeg handles 3ivx correctly, so this
41532           probably won't work. But it won't hurt either.
41533         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41534         (gst_ffmpegdec_chain):
41535         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41536         (gst_ffmpegenc_chain_audio):
41537           Fix memleak in audio encoding. Close codec if open fails, this
41538           calls the cleanup routines so we can re-use the context.
41539         * ext/mpeg2enc/gstmpeg2enc.cc:
41540           Fix pad template names/types, fix memory issue with getcaps().
41541         * ext/mpeg2enc/gstmpeg2encoder.cc:
41542         * ext/mpeg2enc/gstmpeg2encoder.hh:
41543           Fix compile issue with new caps system (const thingy).
41544         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41545         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41546           We read a first frame right on initing, so that we have a caps
41547           when we init the output. This caps is cached in padprivate and
41548           read as first frame.
41549         * ext/mplex/Makefile.am:
41550         * ext/mplex/gstmplex.cc:
41551         * ext/mplex/gstmplex.h:
41552         * ext/mplex/gstmplex.hh:
41553         * ext/mplex/gstmplexibitstream.cc:
41554         * ext/mplex/gstmplexibitstream.hh:
41555         * ext/mplex/gstmplexjob.cc:
41556         * ext/mplex/gstmplexjob.hh:
41557         * ext/mplex/gstmplexoutputstream.cc:
41558         * ext/mplex/gstmplexoutputstream.hh:
41559           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41560           had issues, didn't do capsnego, supported only a subset of the
41561           mplex features and required a mplex fork in our local CVS. Plus
41562           that it worked agaist a very old mplex version. Rewriting was
41563           faster than updating it.
41564         * gst-libs/ext/Makefile.am:
41565         * gst-libs/ext/mplex/INSTRUCT:
41566         * gst-libs/ext/mplex/Makefile.am:
41567         * gst-libs/ext/mplex/README:
41568         * gst-libs/ext/mplex/TODO:
41569         * gst-libs/ext/mplex/ac3strm_in.cc:
41570         * gst-libs/ext/mplex/audiostrm.hh:
41571         * gst-libs/ext/mplex/audiostrm_out.cc:
41572         * gst-libs/ext/mplex/aunit.hh:
41573         * gst-libs/ext/mplex/bits.cc:
41574         * gst-libs/ext/mplex/bits.hh:
41575         * gst-libs/ext/mplex/buffer.cc:
41576         * gst-libs/ext/mplex/buffer.hh:
41577         * gst-libs/ext/mplex/fastintfns.h:
41578         * gst-libs/ext/mplex/format_codes.h:
41579         * gst-libs/ext/mplex/inputstrm.cc:
41580         * gst-libs/ext/mplex/inputstrm.hh:
41581         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41582         * gst-libs/ext/mplex/mjpeg_logging.cc:
41583         * gst-libs/ext/mplex/mjpeg_logging.h:
41584         * gst-libs/ext/mplex/mjpeg_types.h:
41585         * gst-libs/ext/mplex/mpastrm_in.cc:
41586         * gst-libs/ext/mplex/mpegconsts.cc:
41587         * gst-libs/ext/mplex/mpegconsts.h:
41588         * gst-libs/ext/mplex/mplexconsts.hh:
41589         * gst-libs/ext/mplex/multplex.cc:
41590         * gst-libs/ext/mplex/outputstream.hh:
41591         * gst-libs/ext/mplex/padstrm.cc:
41592         * gst-libs/ext/mplex/padstrm.hh:
41593         * gst-libs/ext/mplex/stillsstream.cc:
41594         * gst-libs/ext/mplex/stillsstream.hh:
41595         * gst-libs/ext/mplex/systems.cc:
41596         * gst-libs/ext/mplex/systems.hh:
41597         * gst-libs/ext/mplex/vector.cc:
41598         * gst-libs/ext/mplex/vector.hh:
41599         * gst-libs/ext/mplex/videostrm.hh:
41600         * gst-libs/ext/mplex/videostrm_in.cc:
41601         * gst-libs/ext/mplex/videostrm_out.cc:
41602         * gst-libs/ext/mplex/yuv4mpeg.cc:
41603         * gst-libs/ext/mplex/yuv4mpeg.h:
41604         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41605         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41606           We don't fork mjpegtools' mplex in our CVS anymore.
41607         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41608         (gst_avi_demux_add_stream):
41609         * gst/avi/gstavidemux.h:
41610           Add getcaps() function for proper caps nego. This makes some
41611           parts of AVI playback/reading work.
41612         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41613           Resize window on new capsnego. This is probably wrong, but
41614           I'm still committing it because with current capsnego, the
41615           first successfull capsnego is auto-fixated, therefore rounded
41616           down to the lowest values in the caps. this results in a 16x16
41617           XWindow that is not reized when real capsnego finishes.
41618           Dave, I see more cases of this, do you know a proper solution?
41619         * tools/gst-launch-ext.in:
41620           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41621
41622 2003-12-31  David Schleef  <ds@schleef.org>
41623
41624         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41625         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41626           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41627
41628 2003-12-30  David Schleef  <ds@schleef.org>
41629
41630         * ext/ffmpeg/gstffmpegcolorspace.c:
41631         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41632         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41633         (gst_ffmpegcsp_chain): Negotiation fixes
41634         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41635         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41636         (gst_audio_convert_link), (gst_audio_convert_channels):
41637         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41638         (gst_audioscale_link), (gst_audioscale_get_buffer),
41639         (gst_audioscale_chain): Negotiation fixes
41640         * gst/audioscale/gstaudioscale.h:
41641         * gst/videofilter/gstvideofilter.c:
41642         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41643         (gst_videofilter_link), (gst_videofilter_init),
41644         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41645         (gst_videofilter_find_format_by_structure):
41646         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41647         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41648         (gst_videoscale_link):
41649         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41650         (videoscale_find_by_structure), (gst_videoscale_setup):
41651         * gst/videoscale/videoscale.h: Negotiation fixes
41652         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41653         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41654         function, restrict resizing to a multiple of 4 (hack until
41655         everyone supports odd sizes correctly).
41656
41657 2003-12-29  Colin Walters  <walters@verbum.org>
41658
41659         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41660         signed.
41661
41662 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41663
41664         * ext/sndfile/gstsf.c: (gst_sf_loop):
41665           Fix warning about discarding const qualifier
41666
41667 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41668
41669         * gst/cutter/gstcutter.c:
41670         * gst/videoscale/gstvideoscale.c:
41671         * gst/volenv/gstvolenv.c:
41672         * gst-libs/gst/audio/audio.c:
41673         * gst-libs/gst/video/video.c:
41674           Fix warnings
41675
41676 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41677
41678         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41679           Don't send ALSA debugging to stderr.
41680         * ext/alsa/gstalsa.h:
41681           Use GST_WARNING instead of g_warning when ALSA functions fail.
41682
41683 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41684
41685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41686           Free XVAdapterInfo correctly.
41687
41688 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41689
41690         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41691         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41692           Make id3tag use correct caps nego.
41693
41694 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41695
41696         * ext/ivorbis/vorbis.c:
41697         * ext/ivorbis/vorbisenc.h:
41698         * ext/ivorbis/vorbisfile.c:
41699           Modify so that it uses the new caps things
41700
41701 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41702
41703         * testsuite/spider/spider1.c: (main):
41704         * testsuite/spider/spider2.c: (main):
41705         * testsuite/spider/spider3.c: (main):
41706           Make tests compile again. They probably don't work.
41707
41708 2003-12-24  Colin Walters  <walters@verbum.org>
41709
41710         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41711         we can't fixate the caps anymore.
41712
41713 2003-12-23  David Schleef  <ds@schleef.org>
41714
41715         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41716         * sys/oss/gstosssink.c: (gst_osssink_init),
41717         (gst_osssink_sink_fixate): Add fixate function.
41718
41719 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41720
41721         * ext/ffmpeg/gstffmpegcodecmap.c:
41722         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41723         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41724         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41725         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41726         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41727         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41728         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41729           fix typo in RGB masks, and move back to "old" colorspace
41730           capsnego code until whoever wrote this new crap has actually
41731           tested it so that it works.
41732           And yes, this works, keep it that way please.
41733
41734 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41735
41736         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41737         (gst_divxdec_init), (gst_divxdec_negotiate):
41738         * ext/divx/gstdivxdec.h:
41739         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41740         (gst_divxenc_init):
41741         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41742         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41743         * ext/mpeg2enc/gstmpeg2enc.cc:
41744         * ext/mpeg2enc/gstmpeg2encoder.cc:
41745         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41746         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41747         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41748         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41749         (dxr3spusink_init):
41750         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41751         (dxr3videosink_init):
41752           Fix caps breakage after Dave's caps branch merge.
41753
41754 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41755
41756         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41757           Fix for 24bpp display.
41758
41759 2003-12-23  Colin Walters  <walters@verbum.org>
41760
41761         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41762         a GnomeVFSHandle directly.
41763
41764 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41765
41766         * gst/volume/Makefile.am:
41767         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41768         (volume_base_init), (volume_init):
41769           Reenable volume element and fix to work with new caps stuff.
41770           Rhythmbox needs this.
41771
41772 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41773
41774         * gst/qtdemux/qtdemux.c: (plugin_init):
41775           qtdemux requires bytestream
41776
41777 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41778
41779         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41780           Fix remaining caps handling errors due to CAPS merge.
41781
41782 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41783
41784         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41785         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41786         (gst_faad_srcconnect):
41787           Port to new caps system.
41788
41789 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41790
41791         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41792         (got_video_size), (main): using g_print instead of g_message.
41793         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41794         signal which was not emitted because of "switch" element added to the
41795         bin but not connected. (Removing from the bin temporarily)
41796
41797 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41798
41799         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41800         find X development files. I don't understand the previous tests and
41801         they fail on my debian/ppc unstable. This one works.
41802         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41803         exiting.
41804         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41805         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41806         (gst_play_set_visualization): Add some safety checks in set_ methods
41807         and state_change. This was throwing some ugly CRITICAL messages when
41808         pipeline was getting disposed and casts were failing.
41809
41810 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41811
41812         * configure.ac:
41813           Improve mpeg2enc detection. This is for distributions that do
41814           ship mjpegtools, but without mpeg2enc. Also does object check
41815           for might there ever be ABI incompatibility.
41816         * ext/mpeg2enc/gstmpeg2enc.cc:
41817           Add Andrew as second maintainer (he's helping me), and also add
41818           an error if no caps was set. This happens if I pull before capsnego
41819           and that's something I should solve sometime else.
41820         * gst/matroska/matroska-demux.c:
41821         (gst_matroska_demux_parse_blockgroup):
41822           Fix time parsing.
41823         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41824         (gst_matroska_mux_track_header):
41825           Add caps to templates.
41826         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41827           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41828         * gst/mpegstream/gstmpegdemux.c:
41829           Remove layer since it causes warnings about unfixed caps.
41830         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41831           Fix obvious typo (we error out if caps were set, we should of
41832           course error out if *no* caps were set).
41833         * sys/oss/gstosselement.c: (gst_osselement_convert):
41834           Fix format conversion, we confused bits/bytes.
41835         * sys/oss/gstosselement.h:
41836           Improve documentation for 'bps'.
41837         * sys/v4l/TODO:
41838           Remove stuff about plugins that need removing - this was done
41839           ages ago.
41840         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41841         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41842         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41843         (gst_v4lsrc_src_query):
41844         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41845         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41846           Add get_query_types(), get_formats() and query() functions.
41847
41848 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41849
41850         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41851           * moved CVS to freedesktop.org